Feb 24, 2009

ubuntu 8.10 安装无线网卡驱动

摘要:ubuntu 8.10 安装 Atheros Communications Inc. AR242x 无线网卡

通过System -> Administration -> Hardware Drivers 把显卡驱动装好了,但是
无线网卡还是不能用
ox0spy@ox0spy-laptop:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

pan0 no wireless extensions.

ox0spy@ox0spy-laptop:~$ lspci -v | grep Wireless
03:00.0 Ethernet controller: Atheros Communications Inc. AR242x
802.11abg Wireless PCI Express Adapter (rev 01)

无线网卡是: Atheros的 AR242x
官网上没找到 AR242x的驱动,网上看也安装madwifi
dns无法解析svn.madwifi.org
ox0spy@ox0spy-laptop:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 ox0spy-laptop
217.24.1.142 svn.madwifi.org

下面是安装过程:
1. System -> Administration -> Hardware Drivers , Deactive Atheros 驱动
2. $ mkdir madwifi && cd madwifi
3. $ svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6
4. $ make && sudo make install
4. 在/etc/module的最后添加一行:
ath_pci
5. $ sudo modprobe ath_pci

现在, iwconfig 看看,可以看到wifi0 ath0 了吧
如果还是没驱动起来,reboot 启动起来应该就发现已经驱动起来了

3 comments:

  1. 嗨,您好!
    我根据您的作法,到第3个步骤就不能继续了,问题在那里?

    dragon@dragon-laptop:~$ cat /etc/hosts
    127.0.0.1 localhost
    127.0.1.1 dragon-laptop

    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    dragon@dragon-laptop:~$ 217.24.1.142 svn.madwifi.org
    bash: 217.24.1.142:找不到命令
    dragon@dragon-laptop:~$ mkdir madwifi && cd madwifi
    mkdir: 无法创建目录 “madwifi”: 文件已经存在
    dragon@dragon-laptop:~$ svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6
    svn: 方法 OPTIONS 失败于 “https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6”: 不能解析主机名称 “svn.madwifi.org”: 没有发现主机 (https://svn.madwifi.org)
    dragon@dragon-laptop:~$

    谢谢!

    ReplyDelete
  2. @ Blogger Chen Loong
    我的意思是修改 /etc/hosts文件
    因为madwifi.org域名无法解析
    所以,在/etc/hosts文件中修改,使
    访问madwifi.org 时,直接访问 217.24.1.142

    ReplyDelete
  3. 对不起,我是菜鸟,可不可以说明如何修改/etc/hosts文件,以便直接访问 217.24.1.142呢?

    ReplyDelete

您的评论将使我blog更有动力~