LinuxMint Wireless

|

最近把我的一个很老的小本 Lenovo 昭阳A500G上装了个LinuxMint 7,现在用下来感觉还是不错的。

配置无线网卡也是比较方便主要使用iwlist iwconfig这两命令

先查看一下无线

tea@tea-laptop ~ $ sudo vi /etc/resolv.conf
tea@tea-laptop ~ $ sudo iwlist eth1 scan
[sudo] password for tea:
eth1      Scan completed :
          Cell 01 - Address: 00:21:91:38:94:AC
                    ESSID:"Default"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Frequency:2.437 GHz (Channel 6)
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Quality=90/100  Signal level=-39 dBm 
                    Extra: Last beacon: 28ms ago
 

使用iwconfig来配置

   sudo iwconfig eth1 essid "Default"
   sudo iwconfig eth1 key "**********"
   sudo iwconfig eth1 channel 6
   sudo iwconfig eth1 mode managed
   sudo /etc/init.d/networking restart

也可 以直接写到/etc/network/interfaces

auto eth1
    iface eth1 inet dhcp
    wireless-essid Default
    wireless-key **********
    wireless-mode managed
    wireless-channel 6

就是这样简单.......

 

About this Entry

This page contains a single entry by 清茶 published on September 29, 2009 4:25 PM.

好用的MySQL备份工具[zt] was the previous entry in this blog.

健康状况让人担忧..... 吼哈哈 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.1