使用VIA的VT6656无线网卡,在ubuntu7.10下,加载后不能显示出扫描AP的列表及信号强度。
使用了一个Ralink的网卡,使用系统自带的驱动,点击Network manager后,能够显示扫描AP的列表。
不知道驱动接口要做哪些修改才可以显示这样的AP 信号强度列表。
[问题]为什么我的无线网卡,加载后不能显示出扫描AP的列表
-
- 帖子: 7
- 注册时间: 2007-08-24 11:59
- 来自: Shenzhen China
- 联系:
-
- 帖子: 7
- 注册时间: 2007-08-24 11:59
- 来自: Shenzhen China
- 联系:
啊
不对啊,用了Ralink的网卡就可以自动弹出这个AP的信号列表
不过,我发现Ralink的网卡这个驱动所用到的模块不止一个。
rc80211_simple 6912 1
rt73usb 25344 0
rt2x00usb 12032 1 rt73usb
rt2x00lib 19584 2 rt73usb,rt2x00usb
rfkill 8208 1 rt2x00lib
mac80211 171016 3 rc80211_simple,rt2x00usb,rt2x00lib
cfg80211 7304 1 mac80211
input_polldev 5896 1 rt2x00lib
crc_itu_t 3072 1 rt2x00lib
其中,mac80211 我在一个页面叫“Intel wireless wifi link driver for linux”找到的信息如下:
This page provides general information about the the mac80211 subsystem. The packages hosted here provide a version installable into most kernels with a version of 2.6.18 or later. We're working to get the subsystem to work in kernels older than 2.6.18, but we aren't there yet.
NOTE: The mac80211 subsystem is being developed by a group of community developers. Intel put together this packaging system in order to better facilitate the widespread availability and adoption of the subsystem.
不过,我发现Ralink的网卡这个驱动所用到的模块不止一个。
rc80211_simple 6912 1
rt73usb 25344 0
rt2x00usb 12032 1 rt73usb
rt2x00lib 19584 2 rt73usb,rt2x00usb
rfkill 8208 1 rt2x00lib
mac80211 171016 3 rc80211_simple,rt2x00usb,rt2x00lib
cfg80211 7304 1 mac80211
input_polldev 5896 1 rt2x00lib
crc_itu_t 3072 1 rt2x00lib
其中,mac80211 我在一个页面叫“Intel wireless wifi link driver for linux”找到的信息如下:
This page provides general information about the the mac80211 subsystem. The packages hosted here provide a version installable into most kernels with a version of 2.6.18 or later. We're working to get the subsystem to work in kernels older than 2.6.18, but we aren't there yet.
NOTE: The mac80211 subsystem is being developed by a group of community developers. Intel put together this packaging system in order to better facilitate the widespread availability and adoption of the subsystem.