b43-fwcutter missing from Salix 14 repo?

General talk about packaging procedures and packages.
Post Reply
Nate
Posts: 2
Joined: 2. Mar 2013, 02:29

b43-fwcutter missing from Salix 14 repo?

Post by Nate »

Hi,

I had my wireless card working on the live cd (13.37), but when I installed Salix 14, is seems as though b43-fwcutter is missing from the repo. I followed these instructions: salixos.org/wiki/index.php/How_to_install_b43_firmware_for_Broadcom_Wireless_cards

Upon installing Salix 14, I did "slapt-get -u", and then "slapt-get -i b43-fwcutter", and this error was returned: No such package: b43-fwcutter.

Any advice?
User avatar
jayseye
Posts: 233
Joined: 24. Jul 2011, 17:22
Location: Brownsmead, Oregon (Center of the Universe)

Re: b43-fwcutter missing from Salix 14 repo?

Post by jayseye »

There is a Slackbuild, available via Sourcery or, on the command line:

Code: Select all

slapt-src --show b43-fwcutter
Would that work for you?
Nate
Posts: 2
Joined: 2. Mar 2013, 02:29

Re: b43-fwcutter missing from Salix 14 repo?

Post by Nate »

jayseye wrote:There is a Slackbuild, available via Sourcery or, on the command line...Would that work for you?
Yes, that did the trick...thanks! I guess the wiki needs to be updated to reflect these changes; I would be more than happy to help with this. Who do I contact about getting a wiki account?


Here's how I got Broadcom BCM43xx wireless working in Salix 14:

First I installed b43-fwcutter using slapt-src (as per jayseye's suggestion):

Code: Select all

slapt-src -i b43-fwcutter
Next I installed b43-firmware:

Code: Select all

slapt-src -i b43-firmware
Then all I had to do was:

Code: Select all

modprobe b43
And wireless was working!

See this page for more info on b43 drivers:
linuxwireless.org/en/users/Drivers/b43
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: b43-fwcutter missing from Salix 14 repo?

Post by laprjns »

Now that slapt-src has limited dependency resolution capability its even easier. If you would have done slapt-src -i b43-firmware first it would have automatically pulled and built the b43-fwcutter package.

Code: Select all

root[rich]# slapt-src --show b43-firmware
SlackBuild Name: b43-firmware
SlackBuild Version: 5.100.138
SlackBuild Category: network/b43-firmware/
SlackBuild Description: b43-firmware (firmware for b43 chipsets)
SlackBuild Files:
 README
 b43-firmware.SlackBuild
 b43-firmware.info
 slack-desc
SlackBuild Requires: b43-fwcutter
Of course this all assumes that you already have a wired internet connection.

As for the wiki account, join the mail list and ask there. http://www.salixos.org/wiki/index.php/Mailing_lists
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
Aleph
Posts: 41
Joined: 19. Sep 2011, 17:12

Re: b43-fwcutter missing from Salix 14 repo?

Post by Aleph »

Hi friends,

thanks for the solution.

Now Salix 14.0.1 is working on my old laptod HP Nx 6310.

Regards!

Nate wrote:
jayseye wrote:There is a Slackbuild, available via Sourcery or, on the command line...Would that work for you?
Yes, that did the trick...thanks! I guess the wiki needs to be updated to reflect these changes; I would be more than happy to help with this. Who do I contact about getting a wiki account?


Here's how I got Broadcom BCM43xx wireless working in Salix 14:

First I installed b43-fwcutter using slapt-src (as per jayseye's suggestion):

Code: Select all

slapt-src -i b43-fwcutter
Next I installed b43-firmware:

Code: Select all

slapt-src -i b43-firmware
Then all I had to do was:

Code: Select all

modprobe b43
And wireless was working!

See this page for more info on b43 drivers:
linuxwireless.org/en/users/Drivers/b43
Post Reply