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 03-16-2011, 08:07 PM   #16
rfernandez
Member
 
Registered: Mar 2010
Location: Brazil
Distribution: Slackware64
Posts: 264

Rep: Reputation: 41

Quote:
Originally Posted by H_TeXMeX_H View Post
This is exactly the brcm80211 - http://linuxwireless.org/en/users/Drivers/brcm80211
 
1 members found this post helpful.
Old 03-17-2011, 07:10 AM   #17
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by rfernandez View Post
Ok, I didn't know it was called that, will bookmark this link, thanks.
 
Old 03-17-2011, 04:04 PM   #18
justwantin
Member
 
Registered: Aug 2003
Location: Melbourne, Australia
Distribution: Slackware, Slackwarearm
Posts: 878

Rep: Reputation: 120Reputation: 120
Quote:
The SlackBuild was just updated for kernel 2.6.37+ a few days ago
Yes, I have just downloaded the (newer?) slackbuild and have just successfully compiled a driver. Thanks for the heads up.

Last edited by justwantin; 03-17-2011 at 04:05 PM. Reason: Tyops
 
Old 03-19-2011, 09:59 AM   #19
KeiNivky
LQ Newbie
 
Registered: Dec 2010
Posts: 12

Original Poster
Rep: Reputation: 0
Well... I installed Slackware, but I can't even get my wired network working. lol
My rc.inet1.conf for eth0 is as follows:

Code:
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]="yes"
DHCP_HOSTNAME[0]=""
Is there anything else that I should do besides running rc.inet1?
 
Old 03-19-2011, 12:03 PM   #20
rfernandez
Member
 
Registered: Mar 2010
Location: Brazil
Distribution: Slackware64
Posts: 264

Rep: Reputation: 41
I'd recommend to install wicd, a very easy to configure and use network manager; it's on /extra. Also, which module you have loaded for your wired network?
 
Old 08-26-2011, 03:32 AM   #21
tix
Member
 
Registered: May 2011
Posts: 31
Blog Entries: 6

Rep: Reputation: 1
If you are using the Broadcom BCM94313HMGB Bluetooth and WiFi combo Card, then getting bluetooth to work in Slackware is fairly straight forward. Unfortunately, enabling Wifi is a big problem for many people. They try using the b43fw-cutter utility and compile b43xx and b43legacy but the blueteeth just look at 'em and laugh. To get the b43xx to be detected by Slackware (2.6.x.x) kernels you need to use the drivers from the staging directory (may cause your system to start acting funny). I came across this website which may be useful for those struggling with getting the wifi in Broadcom BCM94313HMGB to work:

http://www.gen.azok.org/linux.php


"...On the question of racial discrimination, the Addis Ababa Conference taught, to those who will learn, this further lesson: That until the philosophy which holds one race superior and another inferior is finally and permanently discredited and abandoned; That until there are no longer first-class and second-class citizens of any nation; That until the colour of a man's skin is of no more significance than the colour of his eyes; That until the basic human rights are equally guaranteed to all without regard to race; That until that day, the dream of lasting peace and world citizenship and the rule of international morality will remain but a fleeting illusion, to be pursued but never attained;..."
-His Majesty, Emperor Haile Selassie I of Ethiopia, October 1963

Last edited by tix; 08-26-2011 at 03:34 AM.
 
Old 09-08-2011, 03:02 PM   #22
danimihalca
LQ Newbie
 
Registered: Sep 2011
Distribution: Slackware 13.37
Posts: 2

Rep: Reputation: Disabled
For anyone who still has problem, you should follow this tutorial: http://velans.ovh.org/?p=267
 
Old 09-08-2011, 03:10 PM   #23
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Even tho there are now open-source drivers for broadcom cards, I cannot recommend these cards. They are bad cards under Window$ and Linux, they sometimes just f'up and the only thing that fixes it is a reboot. They also sometimes will not connect until you reboot.
 
Old 09-08-2011, 03:45 PM   #24
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by danimihalca View Post
For anyone who still has problem, you should follow this tutorial: http://velans.ovh.org/?p=267
It would be nice if the tutorial was in English.
 
Old 09-08-2011, 06:22 PM   #25
rfernandez
Member
 
Registered: Mar 2010
Location: Brazil
Distribution: Slackware64
Posts: 264

Rep: Reputation: 41
As of kernel 2.6.38 and later, one should not have problems with BCM4313, BCM43224, BCM43225 and BCM4329. You'll just have to compile the brcm module in the staging as described in here - http://linuxwireless.org/en/users/Drivers/brcm80211 - under "Get the Code". The only thing that should be noted is that the firmware used by this module is proprietary, and cannot be included in the kernel source. However, on the same site linked above there's a place where you can download it. Full description on how to install de firmware is in /usr/src/linux/drivers/staging/brcm80211 - piece of cake.

As for me, I've been using this moudle with kernel 2.6.37.x with compat-wireles, and everything runs fine in here. I've also managed to install NetworkManager, first from rworkman's repo (which are great, by the way), and now compiled myself. Haven't experienced any setbacks and I'm very glad that I no longer need the broadcom-sta driver.

Last edited by rfernandez; 09-08-2011 at 06:24 PM.
 
Old 09-09-2011, 12:31 PM   #26
klickback
LQ Newbie
 
Registered: Aug 2011
Distribution: Slackware, OpenBSD, Fedora
Posts: 7

Rep: Reputation: Disabled
Since this topic was coming up a lot on IRC, I wrote an article on Slackwiki for this. Enjoy

slackwiki.org/Broadcom_Wireless
 
Old 10-16-2011, 08:30 AM   #27
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,
Quote:
excerpt from SlackwareŽ-Links: Devices: Wireless Chipsets;
Broadcom brcmsmac (mac80211-based softmac PCIe) and brcmfmac (SDIO) drivers for brcmsmac (PCIe/AXI) chipset <-'Completely open source host drivers, no binary object files. Framework for supporting new chips, including mac80211-aware embedded chips. Does not support older PCI/PCIe chips with SSB backplane. Support for both 32 and 64 bit Linux kernels' + 'Linux-Firmware + Firmware installation will require you to copy brcm/bcm43xx-0.fw and brcm/bcm43xx_hdr-0.fw to /lib/firmware/brcm (or wherever firmware is normally installed on your system).
I believe the kernel will support this device but the firmware is proprietary for the device therefore you will need to get the firmware from the above link(git} then copy firmware to the correct directory for your install. On one of my systems, I do use the bcm4312 but not the new BCM chipsets, so no way of testing.
 
Old 10-16-2011, 08:48 AM   #28
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I have one of these, and you do need the firmware. I just download and install the latest tarball of firmware and then it works. I have disabled the broadcom card on my netbooks because it caused crashes.
 
Old 10-16-2011, 09:03 AM   #29
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Which BCM devices on the netbook(s)?
 
Old 10-16-2011, 09:41 AM   #30
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
It's listed here:
http://www.linuxquestions.org/hcl/sh...t/4575/cat/511
 
1 members found this post helpful.
  


Reply

Tags
bcm, broadcom, slackware, wireless



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
broadcom bcm4313 monitor mode (aspire one d260) gh0stie Linux - Hardware 9 10-13-2010 04:33 PM
Can't find driver for Broadcom BCM4313 ID 4313:4727 anon114 Linux - Hardware 8 09-22-2010 09:58 AM
Is Broadcom Wireless NIC supported in FBSD...? Alexvader *BSD 3 01-18-2010 09:55 AM
ioctl[SIOCSIWAUTH]: Operation not supported [Fedora 8 on Broadcom 4318 chipset] annie.j.coke Linux - Wireless Networking 3 05-28-2008 07:55 AM
WEP is not supported? Broadcom 1505 wireless card, RHEL5 sean_zhang Linux - Wireless Networking 1 02-14-2008 02:26 AM

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

All times are GMT -5. The time now is 10:27 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