LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-06-2006, 05:57 PM   #1
jmbrink26
Member
 
Registered: Aug 2006
Posts: 72

Rep: Reputation: 15
Getting Broadcom 43xx chipset driver to work in Slack 10.2


Hi,

I'm using Slack 10.2, on the 2.4.31 kernel.

I have a Linksys WPC54G IEEE 802.11b/g WLAN PC Card. I am trying to get Linux to detect the WLAN card, so I can connect to the WiFi networks around me.

I know the 2.6.17 kernel supports the Broadcom 43xx chipset. I have tried compiling the kernel more times that I can count, and can never get the terminal to display properly after boot. X will start fine, but it's just weird. That's a whole other thing though.

Anyway, so I wanted to know what would be the best way to get this WLAN card working.

First, the site: http://bcm43xx.berlios.de/ is supposed to have the driver extracted from the Linksys WRT54G router, which was found to have been based on Linux so they had to release the source code.

Well, I have tried to find a way to obtain the driver by itself, and it's like running in to walls.

So, I've also tried the option of NDISWRAPPER. Problem is, I install the windows *.inf file to install it, and it never detects the wireless extension, and therefore it never gets detected when you run /sbin/iwconfig.

Theres another software called driverloader that I could use, but it's not built for Slackware, and the generic package was built in the RPM package format. Slack has most of the RPM package manager, and the rpm -i string will work w/ the package name, but it wants dependancies resolved, and since I'm not using Yum or Yast, that's kind of a pain to resolve those dependancies.

Is there some relatively simple way to get the Broadcomm 43xx chipset to work in Slack?

If anyone has any thoughts, it'd be highly appreciated.

Thanks,

Justin
 
Old 09-06-2006, 06:03 PM   #2
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
Quote:
Originally Posted by jmbrink26
...So, I've also tried the option of NDISWRAPPER. Problem is, I install the windows *.inf file to install it, and it never detects the wireless extension, and therefore it never gets detected when you run /sbin/iwconfig....
ndiswrapper works for me (on a broadcom too)
did you type
Code:
modprobe ndiswrapper
after installing the .inf driver?
 
Old 09-07-2006, 07:28 AM   #3
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Well, I have tried to find a way to obtain the driver by itself, and it's like running in to walls.
Once the driver moved into the kernel, the bcm43xx stopped distributing the code independent from the kernel. There are no longer any stand-alone packages of the driver.
Quote:
I have tried compiling the kernel more times that I can count, and can never get the terminal to display properly after boot.
I'm going to guess that you don't have the framebuffer configured correctly. In the Graphics section, make sure you have Support for frame buffer devices enabled and teh VESA VGA enabled. Then in Graphics Support > Console display driver support make sure you have both Video mode selection support and Frame buffer console support enabled.
 
Old 09-07-2006, 09:29 AM   #4
jmbrink26
Member
 
Registered: Aug 2006
Posts: 72

Original Poster
Rep: Reputation: 15
Hey all,

In regards to NDISWRAPPER, I initially uninstalled it, and then I tried to reinstall the specific TGZ package for the 2.4.31 kernel. Problem is, it kept saying the package was corrupt.

Then, I downnload the tar.gz source archive and extract it, and then try:

make
make install

It gives all kind of errors. One error says "110- Cannot change ownership" The other says "No communication headers" or something like that.

In regards to building the kernel, I know it's some sort of frame-buffer issue.

And, I have enabled VGA support, VESA VGA support, Virtual Terminal support, Compiled in Fonts, driver support for ATI Rage 128, Mach64, and Radeon, plus the Intel 440BX/LX chipset (which is the IC's on my MB).

It's freakin weird.... I don't know why. The weird part is, when the terminal shell loads after the initial kernel boot, it will start having that frame buffer issue.

But, I can type in my credentials, then startx, and the desktop loads. Then I can work in KDE (or whatever desktop environment I set in xwmconfig) just fine.

Then, once I'm in, it sort of detects the card. For one, once I'm in the desktop, the card is only detected as a 802.11b card. That's not so bad as the fact as when you scan for SSID's in the range with kwifimanager, it doesn't really do anything.

Just a weird ol' issue altogether.

Any ideas? Thanks, Justin
 
Old 09-07-2006, 10:35 AM   #5
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Then, once I'm in, it sort of detects the card. For one, once I'm in the desktop, the card is only detected as a 802.11b card.
That could be a result of bcm43xx only supporting 11b speeds at this point.

As far as ndiswrapper, if you are downloading the latest version, it probably will give you trouble on a Slackware 10.2 machine. Ndiswrapper now requires a newer gcc than is in Slackware 10.2 and there may be other problems as well. I use 1.10 and it works fine on 10.2. I would also avoid precompiled packages. My experience with ndiswrapper is that it works best when you compile it yourself.

For the framebuffer, I would pare back what you are doing. Just go vanilla VESA and leave out the ATI and Intel stuff. You also might leave out the compiled-in fonts.
 
Old 09-07-2006, 11:20 AM   #6
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
Try the slackware packages for 2.6.17.

I installed the slackware tgz version of 2.6.17 (now in extra/) on my 10.2 system and it worked fine, as did the bcm43xx driver (don't forget to extract the firmware).

Quote:
That's not so bad as the fact as when you scan for SSID's in the range with kwifimanager, it doesn't really do anything.
This is a kwifimanager problem, not a wireless problem. Use iwconfig and ifconfig to test how well it is working. I never could get kwifimanager to work properly, although command line worked fine for all wireless functions. If you don't need WPA and really want a GUI, there is a program called wlassistant which does seem to work well.

Brian
 
Old 09-11-2006, 10:00 AM   #7
Interdictor
Member
 
Registered: Jul 2006
Location: Runcorn, England
Distribution: Ubuntu 6.06 & 6.1, Mandriva 2007, Knoppix
Posts: 72

Rep: Reputation: 15
I had problems installing ndiswrapper on a Slackware 10.2 installation using the 2.4.31 kernel.

I downloaded & updated the gcc packages to 3.4 (i think), but even then ndiswrapper wouldn't compile.

I ended up downloading a preconfigured package from linuxpackages and installing that & was able to get ndiswrapper installed & a Broadcom 4306 wireless configured without any problems.

I didn't get chance to finish configuring it last night, I've added

modprobe ndiswrapper
dhcpcd wlan0

to my /etc/rc.d/rc.local file but I still have to do the dhcpcd again once I log in. At least almost there.
 
Old 09-11-2006, 02:20 PM   #8
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Oh yeah, one more important point about bcm43xx under Slackware 10.2....bcm43xx requires a newer version of udev than is in 10.2. If you try to use the stock 10.2 install, you'll see errors about firmware files failing to load. If you use the udev package from -current, the problem is solved so this should cease to be a problem when Slackware 11 is released.
 
Old 09-18-2006, 05:49 AM   #9
DonaldUK
Member
 
Registered: Apr 2004
Posts: 106

Rep: Reputation: 15
Justin,

Have you managed to get this to work? I am trying to get wireless to work on 10.2 with the 2.4.31 kernel. I have installed ndsiwrapper 1.14 from linuxpackages, and the most up to date udev from current. I go through all the ndiswrapper steps and then type iwconfig only to get

lo no wireless extensions

eth0 no wireless extensions

I got wireless working with Kubuntu but my Slackware skills aren't quite up to working out what to do next!

Donald
 
Old 09-18-2006, 09:58 AM   #10
Chromezero
Member
 
Registered: Nov 2004
Location: Arizona
Distribution: Slackware, RHEL, others
Posts: 470

Rep: Reputation: 40
Quote:
lo no wireless extensions

eth0 no wireless extensions
I had this problem as well. After a TON of trial and error, I discovered the problem. There's about a dozen or so different versions of the bcm43xx drivers floating around out there on the net. Of the 5 or 6 that I have downloaded, only one of them seems to work. I should also mention that the one driver that does work, actually gives me an error when running "ndiswrapper -i". It's something along the lines of "forcing parameters" but after that, it seems to work just fine.

Last edited by Chromezero; 09-18-2006 at 10:00 AM.
 
Old 09-18-2006, 10:12 AM   #11
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Originally Posted by Chromezero
I had this problem as well. After a TON of trial and error, I discovered the problem. There's about a dozen or so different versions of the bcm43xx drivers floating around out there on the net. Of the 5 or 6 that I have downloaded, only one of them seems to work.
Huh? There is only one bcm43xx driver I'm aware of and it is in the kernel.


Quote:
Originally Posted by Chromezero
I should also mention that the one driver that does work, actually gives me an error when running "ndiswrapper -i". It's something along the lines of "forcing parameters" but after that, it seems to work just fine.
Are you confusing the Windows drivers running under ndiswrapper (yes, there are a LOT of those) with bcm43xx, which is a native Linux driver?

@DonaldUK
Instead of using one of the packages from linuxpackages, I would compile ndiswrapper from source. Ndiswrapper is a kernel module, so it has to be compiled against the exact kernel version you're running. If that package wasn't compiled against 2.4.31 it likely isn't going to work. Ndiswrapper is an insanely easy compile if you have the proper kernel source code package installed.
 
Old 09-18-2006, 11:31 AM   #12
Chromezero
Member
 
Registered: Nov 2004
Location: Arizona
Distribution: Slackware, RHEL, others
Posts: 470

Rep: Reputation: 40
@Hangdog42
Yes I'm sorry, I was referring to Windows drivers, used with ndiswrapper. However, I haven't had any luck at all with the bcm43xx driver included in the 2.6 kernel.

To further clearify, I'm using a Slack 10.2 install, with the standard 2.4 kernel. Ndiswrapper does work just fine, although setting up wpa or any form of wireless security does tend to cause some headaches.
 
Old 09-19-2006, 04:29 AM   #13
DonaldUK
Member
 
Registered: Apr 2004
Posts: 106

Rep: Reputation: 15
I got it to work!

I ran removepkg ndiswrapper...., then reinstalled it (the 1.14 version). Running the ndiswrapper commands then worked. Eventually, having no luck running iwconfig commands, I had a look in /etc/rc.d and edited the /etc/rc.d/rcinet1.conf file to enable wlan0 and the DHCP, ssid and key settings. Rebooted and was connected. Feeling very happy.

Donald
 
Old 09-19-2006, 09:29 AM   #14
DonaldUK
Member
 
Registered: Apr 2004
Posts: 106

Rep: Reputation: 15
Ah, but I have found that it takes two boots to make it connect. Booting the laptop there is no connection and I then reboot, and the connection works. This happens every time.

Can anyone think what might be causing this and how I put it right?

Donald
 
Old 09-19-2006, 01:55 PM   #15
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
After the first boot, check lsmod and make sure that ndiswrapper has loaded. If it hasn't, that is the problem. If it has, then check to see if the card is configured. If not, can it be configured? If it is, is there an IP address?

Basically you need to work through the steps of bringing up the card to see what isn't running on the first boot.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DISCUSSION: How to get Broadcom 43xx Wireless (AirForce54g) card to work (proven in Ubuntu Dappe Drake) secretservgy LinuxAnswers Discussion 6 05-31-2010 11:47 AM
Does new Linux bcm43xx driver for Broadcom wireless cards work on a HP ze4805us? svarmido Linux - Hardware 4 10-10-2006 03:02 AM
Need Info on Buffalo and Broadcom chipset jstephens84 Slackware 4 07-16-2006 01:48 PM
Kernel 2.4/Test26/Broadcom 43xx Interdictor Linux - Wireless Networking 3 07-13-2006 02:50 PM
VIA S-ATA Chipset Driver Installation doesn't work TheD0ct0r Linux - Newbie 0 09-26-2004 05:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration