LinuxQuestions.org
Visit Jeremy's Blog.
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-2011, 08:21 AM   #1
KidZero
LQ Newbie
 
Registered: Aug 2007
Location: Jacksboro, Tx
Distribution: Slackware 13.34
Posts: 28

Rep: Reputation: 15
Question Need Help... How do I get my built in wireless to work in Slack 13.37


Ok so I checked to see if the system could find my wireless...
This is what I got
IEEE 802.11bg ESSIDff/any Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm Retry long limit:7 RTS thrff Fragment thrff Encryption keyff Power Managementff

so therefor I know when its probed its located..
is it not working because Power Management:Off
or is it because I have to run a certain command in bash..
If so can anyone help with this problem with detailed info?

Thank You
 
Old 09-06-2011, 10:20 AM   #2
croxen
Member
 
Registered: May 2002
Posts: 100

Rep: Reputation: 42
There are quite a few Slackware wireless tutorials on the web. Here's just one: http://beginlinux.com/appsm/wireless...re-13-wireless

But just to get things started, since I know the system has loaded the driver, and I know my device node for my particular onboard wireless is "eth1" (for some it will be something else, like "wlan0"), and I know the name for my wireless network access point is MYNETWORK (which assigns addresses via DHCP), I start by issuing a couple of commands from root:

iwconfig eth1 essid MYNETWORK

and then:

dhcpcd eth1

to see if I can get an address lease. If I get a lease from MYNETWORK and dhcpcd forks to the background, ifconfig eth1 should show that the interface eth1 now has has an address and netmask and everything is ready to go.
 
Old 09-06-2011, 10:41 AM   #3
Robert.Thompson
Member
 
Registered: Nov 2009
Location: Montreal, Quebec, Canada
Distribution: LinuxMint 20 Cinnamon
Posts: 589

Rep: Reputation: 49
May be this will help:

http://www.linuxquestions.org/questi...-modem-773492/
 
Old 09-06-2011, 11:26 AM   #4
scam
Member
 
Registered: Jun 2011
Location: UK
Distribution: Slackware 13.1, Slackware 13.37
Posts: 92

Rep: Reputation: Disabled
Why not try wicd till you figure out the commands to setup your wifi card. I haven't used wifi for awhile so commands pretty vague.

iwlist eth1 <- show AP's (access points)
iwconfig eth1 essid <my router>

Then if it associates to the router
dhcpcd eth1

Or install wicd
slackpkg install wicd
gpasswd -a <username> plugdev,netdev

Not sure if you need both added to user, but you will need to log out and then log back in for the groups to be added. Then start wicd up...hope that's helpful.
 
Old 09-06-2011, 11:41 AM   #5
KidZero
LQ Newbie
 
Registered: Aug 2007
Location: Jacksboro, Tx
Distribution: Slackware 13.34
Posts: 28

Original Poster
Rep: Reputation: 15
Wicd hasnt been working for me.. and all i have is wireless internet im at a wifi hotspot and decided to try and get the built in wireless to work other than my verizon wireless modem... Ive been working on that one for days trying to usb_modeswitch the wireless usb modem
 
Old 09-06-2011, 12:01 PM   #6
scam
Member
 
Registered: Jun 2011
Location: UK
Distribution: Slackware 13.1, Slackware 13.37
Posts: 92

Rep: Reputation: Disabled
What wifi card is it? lspci ..what does it show? might help more.
 
Old 09-06-2011, 12:22 PM   #7
KidZero
LQ Newbie
 
Registered: Aug 2007
Location: Jacksboro, Tx
Distribution: Slackware 13.34
Posts: 28

Original Poster
Rep: Reputation: 15
02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
 
Old 09-06-2011, 12:35 PM   #8
scam
Member
 
Registered: Jun 2011
Location: UK
Distribution: Slackware 13.1, Slackware 13.37
Posts: 92

Rep: Reputation: Disabled
You might need the firmware, I have a card similar to that...but not sure of the spec..I had to install the firmware from slackbuilds...http://slackbuilds.org/result/?search=Broadcom&sv=13.37 ...But i can't guarantee it's for your card. If you get no errors from ifconfig eth* up ....it shouldn't be a firmware issue ...but I'm not wifi expert.
 
Old 09-06-2011, 01:18 PM   #9
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Once you get the firmware installed and using Wicd, be sure to go into the settings and tell it the wireless is wlan0 or else Wicd has no idea that there is a wireless card.
 
Old 09-06-2011, 03:07 PM   #10
Konphine
Member
 
Registered: Jul 2011
Location: Phoenix, New York
Distribution: Slackware 13.37
Posts: 376

Rep: Reputation: 11
I believe Broadcom 43XX cards require "ndiswrapper" which can be found in the SlackBuilds repository here:

http://slackbuilds.org/repository/13...k/ndiswrapper/
 
Old 09-07-2011, 02:46 AM   #11
scam
Member
 
Registered: Jun 2011
Location: UK
Distribution: Slackware 13.1, Slackware 13.37
Posts: 92

Rep: Reputation: Disabled
I've just booted up my other machine with the broadcom wifi card and lsci shows..

00:0e.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)

I installed these packages from slackbuilds.org

Root > ls /var/log/packages/b43*
/var/log/packages/b43-firmware-4.174.64.19-fw-1_SBo
/var/log/packages/b43-fwcutter-013-i486-1_SBo
 
Old 09-07-2011, 07:35 AM   #12
croxen
Member
 
Registered: May 2002
Posts: 100

Rep: Reputation: 42
Broadcom 43xx cards don't require the NDIS wrapper. Some will work with the standard b43 driver, others work best if you compile/install/configure Broadcom's own "wl" kernel module (which is what I use for my particular Broadcom wireless "n" card in Slack 13.37).

The standard b43 driver doc, which includes discussion (and links) of such things as proprietary Broadcom firmware and the vast variety of 43xx cards here : http://linuxwireless.org/en/users/Drivers/b43

Or, if you choose, the Broadcom wl driver source (and the patch, which you'll need to compile the driver in 2.6.37 and above) is here: http://www.broadcom.com/support/802.11/linux_sta.php

Broadcom's own doc pertaining to the wl driver is here: http://www.broadcom.com/docs/linux_sta/README.txt

The wl module and the b43 module family are mutually exclusive. To load wl you have to unload bcm43xx, b43, b43legacy, and ssb. To load b43 (and related), you need to unload wl if currently loaded.
 
Old 09-07-2011, 09:01 AM   #13
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 croxen View Post
<snip>
The wl module and the b43 module family are mutually exclusive. To load wl you have to unload bcm43xx, b43, b43legacy, and ssb. To load b43 (and related), you need to unload wl if currently loaded.
If you use the 'wl' module then be sure to blacklist the modules in '/etc/modprobe.d/blacklist.conf': bcm43xx, b43, b43legacy. 'ssb' will be loaded with 'wl'.
 
Old 09-07-2011, 09:39 PM   #14
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
I just installed a laptop with the same chipset.

I simply had to extract and install the firmware with fwcutter after which wicd was able to scan and connect just fine.
 
Old 09-07-2011, 10:47 PM   #15
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Installing these packages in this order will enable your wireless card with any network management tool (including Wicd):

1. b43-fwcutter (B43XX Firmware Cutter) http://slackbuilds.org/repository/13.../b43-fwcutter/

2. b43-firmware (B43XX Firmware Package) http://slackbuilds.org/repository/13.../b43-firmware/

Install b43-fwcutter first and then b43-firmware.

You should not install the "wl" (broadcom-sta) driver as it's designed only for these a/b/g/n chipsets:

BCM4311
BCM4312
BCM4313
BCM4321
BCM4322
BCM43224
BCM43225
BCM43227
BCM43228

And the b43legacy-firmware is for the older Broadcom chipsets from revision 2 and earlier, as well as 802.11-B only devices.

You need the firmware plain and simple really. And yes NDISWrapper is not required for your wireless card. NDISWrapper is mostly for USB devices used for wireless networking purposes.

The only Broadcom chip not yet supported by any driver or firmware package is the BCM4331.

Last edited by ReaperX7; 09-07-2011 at 11:31 PM.
 
  


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
Wireless on Slack 12.2 used to work, now DHCPCD times out. thethinker Linux - Networking 5 07-21-2011 08:02 PM
I have Enlightenment packages built for slack Widgeteye Slackware 7 06-16-2009 10:03 PM
HOWTO: getting your optical wireless intellimouse explorer to work in Slack nullz0r Linux - Hardware 4 07-22-2004 04:01 AM
if i get an nforce mobo with built-in VGA... will the built in vga work in linux? kublador Linux - Hardware 2 11-10-2003 08:26 PM
Built in Wireless no work on RH9 bshelton Red Hat 2 10-02-2003 11:21 AM

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

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