LinuxQuestions.org
Review your favorite Linux distribution.
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 04-30-2007, 06:55 PM   #1
Unr3a164
Member
 
Registered: Apr 2007
Distribution: Windows 8.1. Attempting to get Slack 14.1 working.
Posts: 147

Rep: Reputation: 16
Slackware 11 and broadcom


I am currently running Backtrack 2 on my Gateway Notebook. It has a built in broadcom wireless card. Backtrack 2, by default, works with the card in my computer. I believe that my distro is broken, so I am looking to go into full fledged slackware mode. However, I do not know if it is compatible with broadcom cards. So is it? Thanks in advance.


Unr3a1
 
Old 04-30-2007, 07:14 PM   #2
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
Hiya Unr3a1,

I know nothing of backtrack 2 being broken, but slack always works for me.

What chipset is it? I have a dell wlan1300 (which uses bcm43xx) and it works, though not required, I use ndiswrapper and it works fine.
 
Old 04-30-2007, 07:22 PM   #3
Unr3a164
Member
 
Registered: Apr 2007
Distribution: Windows 8.1. Attempting to get Slack 14.1 working.
Posts: 147

Original Poster
Rep: Reputation: 16
Mine is also a BCM43xx. 4306 I believe. I just want to make sure that it will work by default with Slackware 11.0, because I had FC4, and ndiswrapper didn't work for me. Thanks.


Unr3a1
 
Old 04-30-2007, 08:08 PM   #4
dxqcanada
Member
 
Registered: Sep 2006
Location: Canada
Distribution: Gentoo
Posts: 702

Rep: Reputation: 43
Hmm, don't know about slack but (X,K)Ubuntu 7.04 does have the BCM43xx driver pre-built as a module.
 
Old 04-30-2007, 10:55 PM   #5
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
bcm43xx is part of the kernel-modules package. Both that and ndiswrapper work fine on Slack 11.0

Brian
 
Old 05-01-2007, 06:48 AM   #6
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Broadcom chipsets work just fine in Slackware with either ndiswrapper or bcm43xx, it really depends much more on the actual chipset than on Slackware.

By the way, if you go with bcm43xx, I strongly suggest moving to a 2.6.21 kernel. There were a ton of bug fixes for the driver and it has really improved stability, at least for my 4306 card.
 
Old 05-01-2007, 05:08 PM   #7
Unr3a164
Member
 
Registered: Apr 2007
Distribution: Windows 8.1. Attempting to get Slack 14.1 working.
Posts: 147

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by Hangdog42
Broadcom chipsets work just fine in Slackware with either ndiswrapper or bcm43xx, it really depends much more on the actual chipset than on Slackware.

By the way, if you go with bcm43xx, I strongly suggest moving to a 2.6.21 kernel. There were a ton of bug fixes for the driver and it has really improved stability, at least for my 4306 card.

Does a 2.6.21 kernel come with Slackware 11.0 by default?
 
Old 05-01-2007, 05:14 PM   #8
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Unr3a164
Does a 2.6.21 kernel come with Slackware 11.0 by default?
No, but as of today 2.6.21.1 is the default kernel of Slackware-current (i.e. the "unstable" or development release for those who confuse "current" with "stable").

Eric
 
Old 05-01-2007, 05:19 PM   #9
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
Quote:
Does a 2.6.21 kernel come with Slackware 11.0 by default?
if you're going to run slack, why not compile your own kernel anyway?

its probably one of the "easier" steps in setting up a fully capable slackware system. IMHO

and its the heart of running linux.
 
Old 05-01-2007, 06:33 PM   #10
Unr3a164
Member
 
Registered: Apr 2007
Distribution: Windows 8.1. Attempting to get Slack 14.1 working.
Posts: 147

Original Poster
Rep: Reputation: 16
I have never compiled my own Kernel before. But I guess there is a first time for everything. I am still very much a Linux newbie, however I hope that changes within the coming months. Thanks for all the info. Anything I should know about compiling my own kernel before I do it?


Unr3a1
 
Old 05-01-2007, 07:26 PM   #11
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
Code:
Anything I should know about compiling my own kernel before I do it?
gather as much info about your system as possible before diving in: lspci -v, lsmod (from working kernels) are good things to know.

I'd recommend starting from vanilla sources and a generic kernel .config..

start with built-in filesystem and drive support so you don't have to mess with an initrd...

_never_ remove your most recent working kernel... always add an entry to lilo and leave at least one fallback kernel around...

/sbin/lilo
/sbin/lilo
/sbin/lilo

^ thats an important and oft-forgotten step

also see link in my sig for the 'basics' and read some of the sticky here in slackware@lq
 
  


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
Slackware 11 - broadcom not present in lspci pthug Linux - Wireless Networking 4 09-11-2007 05:37 PM
Broadcom wifi under Slackware 11 person132 Slackware 11 10-07-2006 10:38 PM
Broadcom Wirless driver on SlackWare 10.2 awalls Linux - Hardware 10 02-21-2006 02:53 PM
Slackware, Broadcom NIC Internet Trouble Chryzmo Slackware 6 09-10-2005 06:18 PM
Slackware 10.0 + ndiswrapper + Broadcom = Help! Gatroae Linux - Wireless Networking 8 05-24-2005 03:14 AM

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

All times are GMT -5. The time now is 03:15 AM.

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