我有一个 Debian (squeeze) 桌面,我需要使用 D-Link 150 USB 无线网络适配器。到目前为止我已经这样做了:
$ lsusb
...
Bus 001 Device 006: ID 2001:3c18 D-Link Corp.
...
在google上查找解决方案后,发现需要安装以下包:
firmware-ralink_0.28+squeeze1_all.deb
我已经安装了它,但 Debian 不想找到适配器。当我运行时lsmod
,我找不到我应该找到的东西:rt2870sta
你能为我指出正确的方向吗?
更多数据。
我查了一下ifconfig
,debian没有检测到任何无线适配器:
# ifconfig
eth0 ...
lo ...
的内容/etc/network/interfaces
是:
auto lo
iface lo inet loopback
allow-hotplug eth0
#NetworkManager#iface eth0 inet dhcp