我刚刚做了Ubuntu10.10桌面CD的新安装,我不能使用我的无线卡。
sylwia@mutalisk:~$ lspci
(...)
00:0b.0 Network controller: Texas Instruments ACX 100 22Mbps Wireless Interface
(...)当我尝试modprobe时,我得到了FATAL: Module acx not found。
输出:lspci -nnvv | grep Network\ controller:
00:0b.0 Network controller [0280]: Texas Instruments ACX 100 22Mbps Wireless Interface [104c:8400]发布于 2010-12-03 20:52:38
Ubuntu不为该硬件提供驱动程序,因为它是在上游无线树中不支持 (更不用说其可疑的法律地位了)。另一方面,Debian提供了一个名为acx100-source的可编译源,您可以找到使用它的说明这里。
https://askubuntu.com/questions/12269
复制相似问题