LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-03-2010, 07:50 AM   #1
slackynux
LQ Newbie
 
Registered: Mar 2010
Posts: 19

Rep: Reputation: 1
I have a problem with setting up wireless in slackware 13


hello
I am a fresh in linux world, I don't know how to set up my wireless in slackware 13
can anybody tell me please
my laptop is 'dell xps m1330'
 
Old 04-03-2010, 08:05 AM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
First, we need to know what your wireless device is. Try "lspci" in a terminal.

Assuming you have installed the wireless tools package, also try "iwconfig". If all the interfaces say "no wireless extensions", then you need a driver.

AND--do you have WICD installed?
 
Old 04-03-2010, 09:01 AM   #3
slackynux
LQ Newbie
 
Registered: Mar 2010
Posts: 19

Original Poster
Rep: Reputation: 1
thank you very much

Code:
bash-3.1# lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01
Code:
bash-3.1# iwconfig
lo          no wireless extentions.

eth0        no wireless extentions.
It was working with windows, but now I do not know what is the problem !

What do you mean by ' WICD ' ?
 
Old 04-03-2010, 09:06 AM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
OK:
You have a Broadcom BCM4312 wireless device, and the driver is not installed. Do a search here and on Google to see where to get the driver.

"wicd" is a favorite network utility---but we need to get your driver installed first.

Quote:
It was working with Windows
because there was a driver for the card.....
 
Old 04-03-2010, 09:13 AM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
http://www.broadcom.com/support/ethe...oaddrivers.php
There's a link relating to Linux drivers...
 
Old 04-03-2010, 09:29 AM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
You shouldn't need to download the drivers from Broadcom - they should be in the kernel (b43 module). See this.
 
Old 04-03-2010, 09:44 AM   #7
slackynux
LQ Newbie
 
Registered: Mar 2010
Posts: 19

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by pixellany View Post
OK:
You have a Broadcom BCM4312 wireless device, and the driver is not installed.
nice

Quote:
Originally Posted by pixellany View Post
OK:
"wicd" is a favorite network utility---but we need to get your driver installed first.
how I install it

Quote:
Originally Posted by pixellany View Post
Do a search here and on Google to see where to get the driver.
I found too many details without downloading links..

If you have a driver please give it to me or tell me about the page or link..

thanks for service

Last edited by slackynux; 04-03-2010 at 10:03 AM.
 
Old 04-03-2010, 11:58 AM   #8
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by slackynux View Post
If you have a driver please give it to me or tell me about the page or link..
See my post above. You don't need to download a driver, because it's already part of the kernel. You will, however, need to obtain the firmware for your wireless card. Again, details can be found on the page I linked to above.
 
Old 04-03-2010, 01:33 PM   #9
slackynux
LQ Newbie
 
Registered: Mar 2010
Posts: 19

Original Poster
Rep: Reputation: 1
welcome friends,
I found this driver http://www.broadcom.com/support/802.11/linux_sta.php
How I deal with this file to set up my wireless ?
I am waiting for you
regards...
 
Old 04-03-2010, 02:25 PM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by slackynux View Post
welcome friends,
I found this driver http://www.broadcom.com/support/802.11/linux_sta.php
How I deal with this file to set up my wireless ?
I am waiting for you
regards...
At that site, one of the files is a "read me" with instructions. Have you read it?

I can't tell if what you have found is consistent with the other inputs you have been given---I assume you have integrated everything people have told you.
 
Old 04-03-2010, 03:03 PM   #11
slackynux
LQ Newbie
 
Registered: Mar 2010
Posts: 19

Original Poster
Rep: Reputation: 1
thank you very much sir,,
I will read it then I will tell you about it..
hope to success.
 
  


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
Setting up Broadcom wireless networking under Slackware 11 pappy_mcfae LinuxAnswers Discussion 8 12-28-2023 07:46 AM
Need help with setting up wireless on HP notebook using Slackware ash_zz_00 Linux - Newbie 16 12-09-2010 10:39 AM
Setting up Broadcom wireless networking under Slackware 12.1 (new bcmwl6.inf driver) Dj.r4iDeN Linux - Wireless Networking 3 09-20-2009 09:11 PM
setting up wireless network with Slackware languru Linux - Wireless Networking 3 01-09-2005 07:24 PM
Difficulty setting up BT Voyager 2000 Wireless on Slackware 10.0 Apocalypse King Linux - Hardware 0 09-21-2004 12:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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