hp v3428无线(broadcom)的linux(ubuntu 7.10)驱动安裝

redflowflag
hp v3428无线(broadcom)的linux(ubuntu 7.10)驱动安裝

首先从HP官方下载sp34152a这个驱动包,然后解压
完了后,先安装ndiswrapper
apt-get install ndiswrapper

安装完之后进入驱动包的解压目录
如下所示:
root@waterfrog-laptop:/media/sda1/SWSetup/SP34152A# ls
bcm1xsup.dll     Bcmnpf64.sys     bcmwl5.sys     bcmwlpkt.dll     bcmwls.ini     data1.hdr     is.exe             setup.exe     setup.iss
bcm43xx64.cat     bcmwl564.sys     bcmwliss.dll     bcmwls32.exe     bcmwlu00.exe     data2.cab     launcher.ini     Setup.ini     sp34152.cva
bcm43xx.cat     bcmwl5.inf     bcmwlnpf.sys     bcmwls64.exe     data1.cab         ikernel.ex_     layout.bin     setup.inx

而后安装驱动,输入命令:ndiswrapper -i bcmwl5.inf
完了之后可以通过通过命令ndiswrapper -l查看当前被安装的驱动
·
root@waterfrog-laptop:/media/sda1/SWSetup/SP34152A# ndiswrapper -l
bcmwl5 : driver installed
             device (14E4:4312) present (alternate driver: bcm43xx)


最后将其作为内核模块加载
输入命令:
ndiswrapper   -ma
ndiswrapper   -mi
OK,享受吧!!! :)