歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Linux硬件驅動相關

Linux硬件驅動相關

日期:2017/2/28 17:11:41   编辑:Linux教程

顯示卡(ATI)
#yum install kmod-fglrx xorg-x11-drv-fglr

顯示卡(Nvidia)

#yum install kmod-nvidia

無線網卡安裝

#yum install ndiswrapper

完成後把Windows驅動放到隨意目錄(/tmp/hp/52)

# ndiswrapper -i /tmp/hp/52/bcmwl5.inf

看看是否安裝完成

#ndiswrapper -l

開始起動

#modprobe ndiswrapper

測試一下就OK了

#echo blacklist bcm43xx-mac80211 >> /etc/modprobe.d/blacklist
#echo alias wlan0 ndiswrapper >> /etc/modprobe.conf
#rmmod bcm43xx-mac80211
#rmmod ndiswrapper
#modprobe ndiswrapper

Copyright © Linux教程網 All Rights Reserved