求助安装无线网卡驱动
Tofloor
poster avatar
akwang
deepin
2011-11-09 06:56
Author
无线网卡        Atheros AR5007 Wireless Network Adapter
里面有几个INF和SYS格式的文件,用开始 --- 系统管理 --- Windows 无线驱动程序安装上之后无线网络还不能用,请问是不是安装错误或者安装完之后还需要其他操作?本人刚接触LINUX,网上的那些教程都看不懂,请热心的高手说一下安装无线网卡驱动的详细步骤
Reply Favorite View the author
All Replies
akwang
deepin
2011-11-09 19:18
#1
是不是高手们都觉得这个问题太弱智了。都不屑回答???如果真的不屑回答麻烦你也告诉我一声,我以后去别的论坛学习
Reply View the author
e21e21
deepin
2011-11-09 19:28
#2
Atheros AR5007可以使用自带的ath9k驱动,不要安装windows的。
Reply View the author
akwang
deepin
2011-11-09 19:37
#3
Atheros AR5007可以使用自带的ath9k驱动,不要安装windows的。
自带的在哪儿?如何使用?求详解
Reply View the author
qinsea
deepin
2011-11-10 22:24
#4
用附加驱动程序安装网卡驱动,完了可能回出现网卡不启动的问题。解决如下:下面这些命令可以使系统重新启动后不会出现网卡不启动
sudo service network-manager stop
sudo rmmod acer_wmi
sudo modprobe acer_wmi
sudo rfkill unblock all
sudo service network-manager start

After this step the status message in the Network Manager will be “Wireless is disabled”
Now Enable wireless from the Network Manager using the following commands :
sudo rmmod -f acer_wmi
Wireless networks will be detected and connected.
To make this change permanent use
sudo su
echo "blacklist acer_wmi" >> /etc/modprobe.d/blacklist.conf
exit
到此结束不妨重启试试我的V460完美解决
Reply View the author