I've searched forums, but none have the same problem.
When I execute the slackbuild, it gets part way through before I get the following error:
"make: *** /lib/modules/2.6.37.6/build: No such file or directory. Stop."
I'm new to salix, so I don't know what this mean. There is a file called build in that directory, but it's empty, 0kb.
This is salix 13.37, kernel is 2.6.37.6. broadcom 4322
Any help would be appreciated. Thanks.
Error when building Broadcom STA
Re: Error when building Broadcom STA
Nevermind. After a quick search on this forum, installing the kernel source made it build properly. I have no idea what it means to install the kernel source, and the error was different than the one I had, but it solved it, so thanks to thenktor, who provided the solution to the other problem.
slapt-get -u
slapt-get -i kernel-source
slapt-get -u
slapt-get -i kernel-source
Re: Error when building Broadcom STA
NEW PROBLEM
it built and installed. It shows up in gslapt, and I confirmed wl.ko is in its place.
restarted
ifconfig -a, but only eth0 and lo show up, no wlan0.
Now I'm really lost. Everything should work now, right?
it built and installed. It shows up in gslapt, and I confirmed wl.ko is in its place.
restarted
ifconfig -a, but only eth0 and lo show up, no wlan0.
Now I'm really lost. Everything should work now, right?
Re: Error when building Broadcom STA
I gave up. Need wifi for class tomorrow so I threw in the Atheros wifi card it came with, and it works without having to do anything. I'm just glad I can do a taredown, swap, and assembly in under 10 mins.
I'd still like to hear suggestions though. Maybe on the weekend I'll give it another go.
I'd still like to hear suggestions though. Maybe on the weekend I'll give it another go.
Re: Error when building Broadcom STA
I don't have a Broadcom wifi but at first you may want to check if your chipset is supported by the driver: use lspci to get info about the chipsets in your computer.
If yes you can check if the module is loaded with lsmod or try to load the module with modprobe modulename.
And one last thing: often a firmware is needed in addition to the module, e.g. http://www.salixos.org/wiki/index.php/H ... less_cards
If yes you can check if the module is loaded with lsmod or try to load the module with modprobe modulename.
And one last thing: often a firmware is needed in addition to the module, e.g. http://www.salixos.org/wiki/index.php/H ... less_cards
Re: Error when building Broadcom STA
I know for sure it's supported because I used the same driver in Ubuntu, without b43 firmware, and because it lists the 4322 card as supported on the broadcom driver web page.
Is there a reason why slackware would require it to have both the broadcom driver and b43 firmware? I would have guessed that you can't have both running or they'd conflict with each other. The link you posted also says that to use b43 you have to first unload the wl (broadcom) module.
I guess that leaves the last option. I'll make sure the module is being loaded. I don't know enough about salix/slack yet, so I just assumed that it would load it automatically once it was installed (after restarting).
Thanks for your time!
Is there a reason why slackware would require it to have both the broadcom driver and b43 firmware? I would have guessed that you can't have both running or they'd conflict with each other. The link you posted also says that to use b43 you have to first unload the wl (broadcom) module.
I guess that leaves the last option. I'll make sure the module is being loaded. I don't know enough about salix/slack yet, so I just assumed that it would load it automatically once it was installed (after restarting).
Thanks for your time!
Re: Error when building Broadcom STA
check if ubuntu uses some sort of a patch. I found it in the past that some drivers have errors in their codes.
'Tommorow is like today, just happens tomorrow.'
Re: Error when building Broadcom STA
I see, the STA is a binary driver made by Broadcom. You are right, you either have to use the STA driver or the open source b43 driver (with extra firmware). It seems your card is not supported by the b43 driver, so you have to use the STA driver.
So after installing the driver first try to load the module: modprobe wl
So after installing the driver first try to load the module: modprobe wl