I do not have your particular laptop; mine is a Compaq R3000Z-series AMD64 laptop, but uses the same wifi chipset as yours. I got mine working by buying the driver from Linuxant (www.linuxant.com). However, in the wiki page for the R3000Z, you may find detailed instructions --and pitfalls to avoid-- on how to use ndiswrapper. It may work out well for you since the Wifi chipset is the same. Here is the direct link: http://prinsig.se/weekee/index.php/Networking_%28hw%29#Wireless Mine works fine uner Linuxant. Linuxant's installation is a breeze, too. I know its not quite open source, but it works. Also, make sure to get the latest driver (ndiswrapper or Linuxant) because earlier drivers for the Broadcom wifi had trouble with system memory over 1 GB (I think that the Broadcom hardware was/is at fault and newer drivers work around that problem). Also, I was told by Linuxant, in relation to a modem problem I had with a 32-bit SuSE, that the Windows drivers do not like pre-emptible kernels. I am not sure how much of that would apply to 64-bit wifi drivers, but it may be an issue to watch for. There may be (a) web page(s) particular to your laptop. Perhaps in www.tuxmobile.com? Hope this helps. CF PS. Some people tried to substitute the Broadcom wifi on the HP Compaq R3000Z laptops (and their twin brothers Pavillion 5000) with Prism or something with native Linux support, but HP's BIOS is programmed to allow only the peripherals HP likes!!!!!!!!! guru shashi wrote:
Hi,
I am trying to setup a wireless card on Suse 10.0 (x86_64) on a Acer laptop. Well, I found loads of links that tells what to do using ndiswrapper ... and executed all the steps mentioned, but no luck and could not bring up the interface. I badly need to get this card running. My card is an Broadcom BCM4318, Airforce one 54g.
Steps I followed:
1. Download version 1.5 and 1.9 of ndiswrapper and the 64-bit drivers for Wireless card
2. make and make install of the ndiswrapper
3. depmod -a modprobe ndiswrapper -> This step initially failed .. this output something like
"FATAL: Error inserting ndiswrapper (/lib/modules/2.6.13-15-default/misc/* ndiswrapper.ko*) invalid argument"
Later when I rebooted my system .. could not see this message any longer .. and continued with the next steps after ensuring ndiswrapper was listed ... lsmod | grep ndiswrapper
5. ndiswrapper -i bcmwl5.inf and ndiswrapper -l (to list) -> went fine ... it said hardware and driver found ndiswrapper -m (to create a alias)
6. #dmsg output: loadndiswrapper failed (1792)
7. Configure wireless card using YaST .. this was cool and all went fine
8. rcnetwork restart -> here only my loopback interface and eth0 restarted could not see the wlan0 inferface. ifconfig showed details only about eth0 and lo.
I sincerely appreciate suggestions, thoughts, help and thanks in advance.
Best Regardz, Guru