|
CentOS下安裝ipw3945無線網(wǎng)卡的簡單方法
[日期:2011-01-08] 來源:Linux社區(qū) 作者:woniu 在Linux下裝無線網(wǎng)卡是件非常痛苦的事情,以前試了很多種方法都無效,今天看到CentOSs官方論壇上有牛人提供了yum包,現(xiàn)在分享出來大家用用,非常方便的。
1:增加一個yum庫地址
vi /etc/yum.repos.d/atrpms.repo 內(nèi)容為: [atrpms] name=CentOS $releasever – $basearch – ATrpms baseurl=http://dl./el$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms gpgcheck=1 2:執(zhí)行如下命令 # rpm –import http://ATrpms.net/RPM-GPG-KEY.atrpms # yum install ipw3945 # depmod -a # modprobe ipw3945 # /sbin/ipw3945d –quiet 本篇文章來源于 Linux公社網(wǎng)站(www.) 原文鏈接:http://www./Linux/2011-01/31155.htm
|
|
|