linux操作系统中如何配置并使用无线网卡

http://tech.ddvip.com   2006年11月19日    社区交流

本文详细介绍linux操作系统中如何配置并使用无线网卡

  eth1: New link status: Connected (0001)

  root登陆后,输入下面的命令检查eth1 是否启动成功:

  [root@wanghao root]# ifconfig eth1

  eth1 Link encap:Ethernet HWaddr 00:02:2D:1F:56:41

  inet addr:10.0.1.4 Bcast:10.255.255.255 Mask:255.0.0.0

  UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

  RX packets:2165 errors:0 dropped:0 overruns:0 frame:0

  TX packets:239 errors:118 dropped:0 overruns:0 carrier:0

  collisions:0 txqueuelen:100

  RX bytes:232532 (227.0 Kb) TX bytes:33128 (32.3 Kb)

  Interrupt:10 Base address:0x100

  然后可以试验一下是否能够ping到Access Point 和你其他的计算机。

  以上这些东西就是一般用来配置无线网卡的步骤。

  但是在有一些时候你需要拿你的笔记本去其他的地方(连接不同的Access Point )这样

  就需要更改不同的ESSID下面我简单介绍一些如何更改不同的ESSID。

  首先你可以检查一下你现在的ESSID,使用下面的命令:

  [root@wanghao root]# iwconfig eth1

  Warning: Driver for device eth1 has been compiled with version 14

  of Wireless Extension, while this program is using version 11.

  Some things may be broken...

  eth1 IEEE 802.11-DS ESSID:"default" Nickname:"wanghao"

  Mode:Ad-Hoc Frequency:2.437GHz Cell: 00:40:05:DF:88:D7

  Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3

  Retry limit:4 RTS thr:off Fragment thr:off

  Encryption key:off

  Power Management:off

责编:豆豆技术应用

正在加载评论...