10.04 R400 解决无线上网问题
-
- 帖子: 4
- 注册时间: 2008-02-17 10:23
10.04 R400 解决无线上网问题
昨天在R400上装了10.04,但是家里的无线网络却怎么也链接不上
网上搜了一下解决方案,早上搞定了,分享一下,希望对大家有帮助
以下是
lspci -vv显示的网卡信息
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. Device e020
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 17
Region 0: I/O ports at 2000
Region 1: Memory at f4300000 (32-bit, non-prefetchable)
Capabilities: <access denied>
Kernel driver in use: rtl819xSE
Kernel modules: r8192se_pci
然后去Realtek的网站上下载8192se网卡的linux下的驱动
ftp://WebUser:[email protected]/cn/ ... 010.tar.gz
或者
download/file.php?id=97577
然后下载linux源码
sudo apt-get install linux-source
然后在/usr/src目录下解压源码
sudo tar xvjf linux-source-2.6.32.tar.bz2
然后在下载驱动的文件夹里解压驱动
tar xvzf rtl8192se_linux_2.6.0015.0127.2010.tar.gz
编译
cd rtl8192se_linux_2.6.0015.0127.2010/
make
安装
sudo -s
这个是关键,如果用sudo make install会报一个No rule to make target `kernel/bounds.c', needed by `kernel/bounds.s'. Stop.错误
make install
然后重启
搞定
网上搜了一下解决方案,早上搞定了,分享一下,希望对大家有帮助
以下是
lspci -vv显示的网卡信息
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. Device e020
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 17
Region 0: I/O ports at 2000
Region 1: Memory at f4300000 (32-bit, non-prefetchable)
Capabilities: <access denied>
Kernel driver in use: rtl819xSE
Kernel modules: r8192se_pci
然后去Realtek的网站上下载8192se网卡的linux下的驱动
ftp://WebUser:[email protected]/cn/ ... 010.tar.gz
或者
download/file.php?id=97577
然后下载linux源码
sudo apt-get install linux-source
然后在/usr/src目录下解压源码
sudo tar xvjf linux-source-2.6.32.tar.bz2
然后在下载驱动的文件夹里解压驱动
tar xvzf rtl8192se_linux_2.6.0015.0127.2010.tar.gz
编译
cd rtl8192se_linux_2.6.0015.0127.2010/
make
安装
sudo -s
这个是关键,如果用sudo make install会报一个No rule to make target `kernel/bounds.c', needed by `kernel/bounds.s'. Stop.错误
make install
然后重启
搞定
- 速腾1994
- 论坛版主
- 帖子: 17379
- 注册时间: 2008-11-01 20:43
- 系统: Arch+gnome
-
- 帖子: 18
- 注册时间: 2010-05-03 14:30
Re: 10.04 R400 解决无线上网问题
我的 也是 R400,我参考了你的方法 ,驱动安装完毕 ,iwlist 命令可以使用 了。但如果AP 不设置密码 ,可以正常 链接,但是我使用了 WEP ,当用 Wicd ,界面上 显示 “正在校验访问节点的链接 ”, “不能链接到无限接入点 ”,nm 也是无法链接。 你加密用的什么方式 WEP 能用吗?
-
- 帖子: 6
- 注册时间: 2010-04-28 23:10
Re: 10.04 R400 解决无线上网问题
这个方法我也试过了,可是不行阿
-
- 帖子: 68
- 注册时间: 2009-07-18 14:22
- 联系:
Re: 10.04 R400 解决无线上网问题
你的有驱动还好说,我的8187B没有Linux驱动,找到了信号就是怎么都连不上去
-
- 帖子: 174
- 注册时间: 2008-09-23 19:40
Re: 10.04 R400 解决无线上网问题
恩,不错,用楼主的方法解决了上网问题!!
- wangdu2002
- 帖子: 13284
- 注册时间: 2008-12-13 19:39
- 来自: 物华天宝人杰地灵
-
- 帖子: 18
- 注册时间: 2010-05-03 14:30
Re: 10.04 R400 解决无线上网问题
我看了 /var/log/wicd/ wicd.log , 好像是 DHCP 无法获得 IP 地址。 楼上的 coolhty 能介绍介绍吗 ?谢谢
-
- 帖子: 58
- 注册时间: 2009-12-11 19:01
Re: 10.04 R400 解决无线上网问题
mark下 我也遇到了这个问题
-
- 帖子: 24
- 注册时间: 2006-06-14 0:18
Re: 10.04 R400 解决无线上网问题
我也遇到了这个问题,回家看看能不能这么解决……
- cheungqiang
- 帖子: 1
- 注册时间: 2010-05-23 17:16
-
- 帖子: 5
- 注册时间: 2008-02-19 19:33
Re: 10.04 R400 解决无线上网问题
非常感谢LZ,ThinkPad Edge 40同样的网卡和问题,已经搞定,因为一开始能搜索信号,并且偶尔能连接上就以为是信号方面的问题,没想到是驱动,真是多些LZ了!
-
- 帖子: 21
- 注册时间: 2007-06-13 10:20
Re: 10.04 R400 解决无线上网问题
用楼主的办法,解决问题了。特此来感谢。
另附详细解决过程:
【已解决】Ubuntu 10.04 无线网卡 无法连接
http://againinput4.blog.163.com/blog/st ... 104331238/
另附详细解决过程:
【已解决】Ubuntu 10.04 无线网卡 无法连接
http://againinput4.blog.163.com/blog/st ... 104331238/
-
- 帖子: 21
- 注册时间: 2007-06-13 10:20
Re: 10.04 R400 解决无线上网问题
另外更正以下,楼主的最后某步骤中,是sudo su,切换到超级用户。
附录:
========================================================================================
II. Compile & Installation & uninstall
========================================================================================
You can enter top-level directory of driver and execute follwing command to
Compile, Installation, or uninstall the driver:
0. Change to Super User
sudo su
1. Compile driver from the source code
make
2. Install the driver to the kernel
make install
reboot
3. uninstall driver
make uninstall
附录:
========================================================================================
II. Compile & Installation & uninstall
========================================================================================
You can enter top-level directory of driver and execute follwing command to
Compile, Installation, or uninstall the driver:
0. Change to Super User
sudo su
1. Compile driver from the source code
make
2. Install the driver to the kernel
make install
reboot
3. uninstall driver
make uninstall