[问题]为什么我的无线网卡,加载后不能显示出扫描AP的列表

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
einsn
帖子: 7
注册时间: 2007-08-24 11:59
来自: Shenzhen China
联系:

[问题]为什么我的无线网卡,加载后不能显示出扫描AP的列表

#1

帖子 einsn » 2008-02-29 16:01

使用VIA的VT6656无线网卡,在ubuntu7.10下,加载后不能显示出扫描AP的列表及信号强度。
使用了一个Ralink的网卡,使用系统自带的驱动,点击Network manager后,能够显示扫描AP的列表。
不知道驱动接口要做哪些修改才可以显示这样的AP 信号强度列表。
附件
AP信号强度显示
AP信号强度显示
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#2

帖子 eexpress » 2008-02-29 21:25

加载后,重启下nm-applet
● 鸣学
einsn
帖子: 7
注册时间: 2007-08-24 11:59
来自: Shenzhen China
联系:

#3

帖子 einsn » 2008-03-03 9:52

不对啊,用了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.
回复