昨天安装了 debian 发现只能使用有线网卡上网,无线无法使用,用lsmod看也挂载了RT73的模式,但是dmesg后发现
[ 63.664048] firmware: requesting rt73.bin
[ 63.670027] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 68.831346] firmware: requesting rt73.bin
[ 68.842955] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 80.756466] firmware: requesting rt73.bin
[ 80.790575] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 90.955321] firmware: requesting rt73.bin
[ 90.964185] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 102.940896] firmware: requesting rt73.bin
[ 102.953273] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 113.139790] firmware: requesting rt73.bin
[ 113.152929] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 125.136884] firmware: requesting rt73.bin
[ 125.203243] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 135.245554] firmware: requesting rt73.bin
[ 135.258749] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 147.276858] firmware: requesting rt73.bin
[ 147.289446] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 157.326490] firmware: requesting rt73.bin
[ 157.339120] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 169.344628] firmware: requesting rt73.bin
[ 169.360210] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 179.448775] firmware: requesting rt73.bin
[ 179.464593] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 191.510340] firmware: requesting rt73.bin
[ 191.521165] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 201.543051] firmware: requesting rt73.bin
[ 201.555175] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 313.860291] firmware: requesting rt73.bin
[ 313.872983] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 323.920712] firmware: requesting rt73.bin
[ 323.935466] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 436.388172] firmware: requesting rt73.bin
[ 436.399077] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 446.427830] firmware: requesting rt73.bin
[ 446.440847] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 472.808760] firmware: requesting rt73.bin
[ 472.816789] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 494.946043] firmware: requesting rt73.bin
[ 494.954865] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 517.091645] firmware: requesting rt73.bin
[ 517.102763] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 539.174906] firmware: requesting rt73.bin
[ 539.186079] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 558.847040] firmware: requesting rt73.bin
[ 558.860371] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 561.261524] firmware: requesting rt73.bin
[ 561.274506] phy0 -> rt2x00lib_request_firmware: Error – Failed to request Firmware.
[ 568.897654] firmware: requesting rt73.bin
[ 568.978907] ADDRCONF(NETDEV_UP): wlan0: link is not ready
用桌面工具也搜不到无线网,手工加入也是上不了
ifup wlan0显示
Ignoring unknown interface wlan0=wlan0
iwlist wlan0 scanning
显示网卡没有启动
这里有点晕菜了,后来发现应该是驱动的问题
下边说说解决的过程
我下载的的debian5.08 i386 DVD 第一张盘
安装后并无iwlist之类的命令,要自己安
aptitude install frimware-iwlwifi wireless-tools
安完后
再安装雷凌网卡的驱动包就OK了
aptitude install firmware-ralink
然后就看到nm-applet搜出了无线信号
问题解决了