You could install the kernel-source with your wired connection, install the b43-fwcutter and b43-firmware you require and start again form there. The instructions at http://linuxwireless.org are pretty straight forward.
You can probably download SlackBuilds from http://slackbuilds.org for the b43 stuff or if I get time in the next few days I'll dig out my old scripts and make slkbuilds for them.
At least then you might be able to do away with the dongle and use the inbuilt wireless.
justwantin wrote:I have loaded the broadcom driver, bcmwl5.inf, into ndiswrapper using the gtk tool that came with salix and the command ndiswapper -l tells me it has been installed.
However, modprobe ndiswrapper tells me that ndiswrapper is not found.
It is in /lib/modules/misc so when I do an insmod -f /lib/modules/misc ndiswrapper I am given an Invalid format message.
The problem is that /lib/modules/misc is the wrong directory; modprobe can't find it there. ndiswrapper.ko needs to be in /lib/modules/uname -r/misc. uname -r is 2.6.33.4-smp in SalixLive 13.1 Do the following as root:
laprjns wrote:The problem is that /lib/modules/misc is the wrong directory; modprobe can't find it there. ndiswrapper.ko needs to be in /lib/modules/uname -r/misc.
There is now an update to the ndiswrapper package that fixes this.
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
justwantin wrote:It is a very recent broadcom chipset which I had to blacklist in order to boot either salix or slack, I have to do the install using noudev.
I have an HP Mini 110 with the Broadcom 4312 wireless chipset. I think your chipset is the same as mine.
First, you don't need or want noudev. udev is decidedly useful. What you want to do is disable the conflicting drivers, ssb and b43. I actually wrote a how-to article about this: http://broadcast.oreilly.com/2010/06/av ... books.html
The Broadcom chipset works flawlessly with SalixOS 13.1 once you have the proper driver installed. It actually seems to have the best range of any wireless chipset in any netbook or notebook I've tried. I do NOT recommend ndiswrapper and Windows drivers when there is a perfectly good native Linux driver.
caitlyn wrote:I do NOT recommend ndiswrapper and Windows drivers when there is a perfectly good native Linux driver.
Yes, I would agree, but when using a Live CD, compiling a driver every time you boot is not a good option. In a pinch, as I was, traveling with only a corporate issued laptop that had Windows Xp so locked-down that I really couldn't surf the web, using SalixLive Cd with ndiswrapper worked well.
Rich
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
caitlyn wrote:I do NOT recommend ndiswrapper and Windows drivers when there is a perfectly good native Linux driver.
Yes, I would agree, but when using a Live CD, compiling a driver every time you boot is not a good option. In a pinch, as I was, traveling with only a corporate issued laptop that had Windows Xp so locked-down that I really couldn't surf the web, using SalixLive Cd with ndiswrapper worked well.
Rich
You could have used the persistency option with a usb flash drive and compiled it only once.
After putting this netbook aside for awhile I got it out tonight and finally conjured up a wireless connection using the Ralink usb doodah and wicd. I'm still thick as a brick though having spent too long on Alien Bob's wike trying to set up wpa_supplicant to no avail. I finally reset the wireless modem to no wpa anything. I had also set it up to allow/deny with mac addresses so while probably not as good as wpa-psk. It will have to do until I sort out the rest and maybe even get that broadcom device working.