解决rtl8192eu wifi芯片驱动问题
Tofloor
poster avatar
Ethan
deepin
2015-10-16 23:19
Author
题外,第一次解决这样的问题。觉得还是要发个帖子表达自己愉快的情绪。

1.确定芯片型号
zhouyixinghttps://bbs.deepin.org/user/64 ~/Softwares/rtl8192eu
% lsusb                                                                                                                                        15-10-16 14:46
Bus 002 Device 004: ID 17ef:6019 Lenovo
Bus 002 Device 006: ID 0bda:818b Realtek Semiconductor Corp.
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

人群中,一眼就看到了你(0bda:818b Realtek)。再通过百度(0bda:818b)便知道了你的名字(rtl8192eu)。于是,我便想方设法找到关于你的一切。在你的家里(Realtek官网),你老爸老妈对我讳莫如深。我没有放弃,因为我心中有你,所以我上下求索。许多年以后(大约60s),我看到你在花丛(https://github.com/jpostma/rtl8192eu),笑容干净纯洁。

2.编译驱动
zhouyixing@Deepin ~/Softwares/rtl8192eu
% grep -r -n "818[bB]" ./                                                                                                                      15-10-16 14:49
./os_dep/linux/usb_intf.c:319:    {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x818B,0xff,0xff,0xff),.driver_info = RTL8192E},/* Default ID */

是你,我亲爱的。我用尽真心(sudo -s切换到根权限),只为你的芳心。我用尽诚意(make && make install),只为你的真心。

3.重启
我记得那天阳光明媚,25度空气,一切刚刚好,你来到了我的怀里,我到了你的心里。

Reply Favorite View the author
All Replies
a11714473
deepin
2015-11-20 23:22
#1
@zhouyixing
我的网卡也是818b 驱动也是在你那个链接弄的。。
为什么会提示这样?求解决

Reply View the author
ydz196422577
deepin
2015-11-21 03:40
#2
小白表示看到那些英文就像看到了高考的英语试卷,技术活必须点赞{:4_125:}
Reply View the author
ghostry
deepin
2015-11-21 03:45
#3
{:4_116:}
楼主上下摸索是什么赶脚
Reply View the author
leixiaozeng
deepin
2015-11-21 05:03
#4
https://bbs.deepin.org/post/32800
楼主上下摸索是什么赶脚

楼主不是说的上下求索吗?
Reply View the author
ghostry
deepin
2015-11-21 06:21
#5
https://bbs.deepin.org/post/32800
楼主不是说的上下求索吗?

{:4_109:}

表在意这些细节。
Reply View the author
Ethan
deepin
2015-11-23 16:02
#6
https://bbs.deepin.org/post/32800
@zhouyixing
我的网卡也是818b 驱动也是在你那个链接弄的。。
为什么会提示这样?求解决

根据提示信息,我猜测是你虚拟机的时间日期不正确导致的。你可以修改日期试试。如果还是提示date-time错误,就在所有Makefile文件把这个编译选项去掉就可以了。
Reply View the author
ndiemx
deepin
2016-01-04 02:56
#7
我的是8192eu无线网卡,也没有驱动!请问怎么安装驱动,求详细教程!驱动在你给的链接那下载的!~我只会lsusb,然后就不会了~无论我下载 的驱动放哪都不行!不会编译 啊~!
Reply View the author
Ethan
deepin
2016-01-04 07:21
#8
https://bbs.deepin.org/post/32800
我的是8192eu无线网卡,也没有驱动!请问怎么安装驱动,求详细教程!驱动在你给的链接那下载的!~我只会lsu ...

直接在终端运行以下命令:
  1. sudo apt-get install -y git ; git clone https://github.com/jpostma/rtl8192eu rtl8192 ; cd rtl8192 ; sudo make && sudo make install
Copy the Code


有问题再另行讨论吧。
Reply View the author
hsh123
deepin
2016-01-30 08:45
#9
https://bbs.deepin.org/user/14848               求详解
  sudo apt-get install -y git;git clone https://github.com/jpostma/rtl8192eu rtl8192;cd rtl8192;sudo make && sudo make install
正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
正在读取状态信息... 完成      
git 已经是最新的版本了。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。
正克隆到 'rtl8192'...
remote: Counting objects: 403, done.
remote: Total 403 (delta 0), reused 0 (delta 0), pack-reused 403
Receiving objects: 100% (403/403), 1.65 MiB | 257 KiB/s, done.
Resolving deltas: 100% (141/141), done.
make ARCH=i386 CROSS_COMPILE= -C /lib/modules/3.18.0-kali1-686-pae/build M=/root/Desktop/rtl8192  modules
make: *** /lib/modules/3.18.0-kali1-686-pae/build: No such file or directory。 停止。
make: *** [modules] 错误 2
Reply View the author
Ethan
deepin
2016-01-31 17:28
#10
https://bbs.deepin.org/post/32800
@zhouyixing               求详解
  sudo apt-get install -y git;git clone https://github.com/jpostma/ ...

你是缺内核的一个包,具体那个包我就不记得了。你可以通过
  1. uname -a
Copy the Code
查询内核版本,然后输入
  1. sudo apt-get install linux-
Copy the Code
,再按tab键,把所有跟你内核版本一样的包都安装上去(除了里面带rt字符的包)。
Reply View the author
wzhy90
deepin
2016-02-15 06:24
#11
https://bbs.deepin.org/post/32800
@zhouyixing
我的网卡也是818b 驱动也是在你那个链接弄的。。
为什么会提示这样?求解决

gcc版本问题,或者在makefile里面把-Wdate-time去掉,你现在用的gcc没这选项。
Reply View the author
wzhy90
deepin
2016-02-15 06:25
#12
https://bbs.deepin.org/post/32800
你是缺内核的一个包,具体那个包我就不记得了。你可以通过查询内核版本,然后输入,再按tab键,把所有跟 ...

是linux-headers-xx
Reply View the author
imissyoulang
deepin
2016-06-19 19:08
#13
https://bbs.deepin.org/user/14848
求助,同样的网卡安装在ubuntu 16 lts下报的错,
/home/ubuntu/rtl8192eu-master/core/rtw_debug.c:1221:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  DBG_871X_SEL_NL(m, "best_channel_24G = %d\n", best_channel_24G);
  ^
scripts/Makefile.build:258: recipe for target '/home/ubuntu/rtl8192eu-master/core/rtw_debug.o' failed
make[2]: *** [/home/ubuntu/rtl8192eu-master/core/rtw_debug.o] Error 1
Makefile:1396: recipe for target '_module_/home/ubuntu/rtl8192eu-master' failed
make[1]: *** [_module_/home/ubuntu/rtl8192eu-master] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-21-generic'
Makefile:1323: recipe for target 'modules' failed
make: *** [modules] Error 2
Reply View the author
Ethan
deepin
2016-06-20 05:59
#14
https://bbs.deepin.org/post/32800
@zhouyixing
求助,同样的网卡安装在ubuntu 16 lts下报的错,
/home/ubuntu/rtl8192eu-master/core/rtw_de ...

估计是内核不一样了。这个硬件还期待deepin官方内核维护吧。
Reply View the author
133******11
deepin
2016-06-20 17:00
#15
本帖最后由 pbfrank 于 2016-6-20 09:02 编辑

我的是磊科nw337,用的是8188eu,好像和这个8192eu是兼容的,看看要怎么安装吧。原本15.1时这个网卡还可以使用的,后来做了个dist-upgrade,把内核升上去了,然后……这个无线网卡就找不到了。
Reply View the author
sy971586331
deepin
2017-05-16 18:29
#16
这个驱动在ARM linux上安装后可以用网卡了,但安装后USB鼠标不能用了,谁知道怎么回事吗?
Reply View the author
New Thread

Popular Events

More
国际排名
WHLUG