`

Ubuntu 10.10中解决Realtek wireless device 8176的驱动问题

阅读更多

      之前在笔记本Thinkpad E420中进行了双系统安装,除原有的Windows 7外,另装了Ubuntu 系统,版本

是10.10(maverick).系统安装比较顺利,但是安装完成后,发现使用无线网卡上网有问题.最近对这个问题进行

了处理.

      在使用ifconfig查看时,只能看到本地的有线网卡接口eth0,但看不到代表无线网卡接口的标志wlan0;

使用iwconfig查看时,也是看不到相关的信息的,仅显示类似下面的信息:

lo        no wireless extensions.
eth0      no wireless extensions.

 

      在Windows 7下,无线网卡是正常工作的,因此比较可能的原因是在安装的Ubuntu系统下,没有合适的

驱动.

      在Google了一些资料后,参照下面的web,安装了驱动(采用的是rtl8192ce):

      Problema ubuntu 10.10 wifi Realtek Device 8176 (rev 01) (solucionado)

      下面对其具体的操作步骤转贴一下:

 

sudo su
add-apt-repository ppa:lexical/hwe-wireless
apt-get update
apt-get upgrade
apt-get install rtl8192ce-dkms
reboot
 

      另外,下面的这个web,也给出了思路类似的解决方法,不过是采用编译源码的方式:

      Install wireless driver on Ubuntu 10.10 for Realtek 8176

      下面转贴其内容:

     

Linux: 

First install these packages;
sudo apt-get update
sudo apt-get install build-essential linux-source-$YOUR_VERSION$ linux-headers-`uname -r`

Now download the drivers from the realtek website, if you are running kernel version >= 2.6.35.
http://218.210.127.131/downloads/downloadsView.aspx?Langid=1&PNid=21&PFi...

Otherwise, download the driver attached to this message. It's an older driver from realtek, which also works fine and also supports older kernels. (RTL8192CE/8188CE driver)

The 8192SE-VA4 are working fine. After the download, move them to your home directory and extract in the usual way. Then cd into the directory.

$ sudo su

# make clean
# make
# make install

Reboot and your done :)

 

 

      另外,附几个当时浏览过的web:

      1. Ubuntu-解決Thinkpad E420 安裝ubuntu 等linux系統無線網卡有關問題

      2. wireless problem

      3. ubuntu 10.10 安装 无线网卡驱动

      4. Ubuntu 10.04无线网卡rtl8191安装经历(转)

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics