LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-18-2007, 03:42 AM   #1
CrinkElite
Member
 
Registered: Nov 2007
Posts: 35

Rep: Reputation: 16
wireless card does not see any networks


Hi there, I have just recently switched from winxp to ubuntu and i'm having a bit of trouble connecting to the internet through my belkin wireless g card, the problem is i am not sure of the exact name of the wireless card.#
when i type lspci into the terminal it shows as

05:01.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
magnum@magnum-desktop:~$

is this enough information to begin looking for a driver?
also when i installed the driver in windows i had to remove the card from the computer, do i have to do the same in ubuntu?

the driver i was using in windows was f5d7001 1212 (i think) but this specific model is not mentioned in the wireless card compatability list

the card is not picking up any wireless networks in my area and i know there are a few.

any help would be greatly appreciated

Last edited by CrinkElite; 11-18-2007 at 03:55 AM.
 
Old 11-18-2007, 04:11 AM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Quote:
05:01.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
Those are the important parts - the driver you need is for Broadcom card BCM4306. On Linux that says "bcm43xx", which usually means a little more work than with some cards. There's no need to remove it from your machine during the setup; that headache is only for Windows users.

There are possibly two ways to get it working, if it's not working out of the box. First let's see if that's the case;
Code:
sudo iwlist wlan0 scan
If that tells "interface doesn't support scanning", you can re-try it with eth1 instead of wlan0 (eth0 would be your wired network card), but usually it means the driver isn't functioning. If it is, the above command gives output; either list of networks that it "sees", or a message telling you there are no networks in the area. If it tells you there are no networks (but doesn't say the interface doesn't support scanning), the problem is elsewhere; the interface error means you need a driver.

For a driver there are probably two choices; native bcm43xx module (or something alike) and FWcutter, or NDISwrapper. Either way you need to obtain the right Windows driver (a .inf and a .sys file) for that BCM4306. Then either use FWcutter, if it works with this particular card, to chop something out of the driver and follow the FWcutter instructions to have bcm43xx module work with your card, or install ndiswrapper and ndiswrapper-utils, then use ndiswrapper to install the Windows driver (there are lots of howtos around this site and more on the web). If you use ndiswrapper, you also need to blacklist the bcm43xx kernel module to make sure it won't interfere. After this you're set up; if you plan on using WPA encryption, wpa_supplicant is probably needed (setting it up might sound tricky, but it's just as easy as using ndiswrapper, which in turn is easier than learning to play solitaire).

Maybe you're willing to search for ndiswrapper + bcm4306 - the howtos for ndiswrapper should work no matter which Linux version they're written for, as the program is the same.
 
Old 11-18-2007, 04:14 AM   #3
redjokerx
Member
 
Registered: Aug 2004
Location: San Diego
Distribution: Slackware
Posts: 303

Rep: Reputation: 31
try running
Code:
iwconfig
It should list which devices have wireless enabled. I'm not sure if it will list other devices like wlan0, ath0, etc. or if it will only list eth* devices.

Also, apparently, broadcom devices tend to have poor support for linux.

You lspci should give you enough info if there is info to be found. That's what I usually use when I'm looking for drivers.
 
Old 11-18-2007, 04:22 AM   #4
CrinkElite
Member
 
Registered: Nov 2007
Posts: 35

Original Poster
Rep: Reputation: 16
magnum@magnum-desktop:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11b/g ESSID:off/any Nickname:"Broadcom 4306"
Mode:Managed Access Point: Invalid
RTS thr:off Fragment thr:off
Link Quality=0/100 Signal level=-256 dBm Noise level=-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

can anyone see any problems with this?
thank you for you suggestions

Last edited by CrinkElite; 11-18-2007 at 04:23 AM.
 
Old 11-18-2007, 05:00 AM   #5
CrinkElite
Member
 
Registered: Nov 2007
Posts: 35

Original Poster
Rep: Reputation: 16
magnum@magnum-desktop:~$ sudo ndiswrapper -i /home/magnum/desktop/bcmwl5.inf
[sudo] password for magnum:
installing bcmwl5 ...
couldn't open /home/magnum/desktop/bcmwl5.inf: No such file or directory at /usr/sbin/ndiswrapper-1.9 line 181.
magnum@magnum-desktop:~$ sudo ndiswrapper -i /home/magnum/desktop/bcmwl5.inf
driver bcmwl5 is already installed
magnum@magnum-desktop:~$ modprobe ndiswrapper
FATAL: Error inserting ndiswrapper (/lib/modules/2.6.22-14-generic/ubuntu/misc/ndiswrapper/ndiswrapper.ko): Operation not permitted
magnum@magnum-desktop:~$


I don't know whats happening here?
 
Old 11-18-2007, 05:37 AM   #6
redjokerx
Member
 
Registered: Aug 2004
Location: San Diego
Distribution: Slackware
Posts: 303

Rep: Reputation: 31
sudo modprobe ndiswrapper
 
Old 11-18-2007, 05:43 AM   #7
CrinkElite
Member
 
Registered: Nov 2007
Posts: 35

Original Poster
Rep: Reputation: 16
nothing happens when i enter that command


magnum@magnum-desktop:~$ sudo modprobe ndiswrapper
[sudo] password for magnum:
magnum@magnum-desktop:~$ sudo modprobe ndiswrapper
magnum@magnum-desktop:~$ sudo modprobe ndiswrapper
magnum@magnum-desktop:~$ sudo modprobe ndiswrapper
magnum@magnum-desktop:~$
 
Old 11-18-2007, 05:58 AM   #8
CrinkElite
Member
 
Registered: Nov 2007
Posts: 35

Original Poster
Rep: Reputation: 16
magnum@magnum-desktop:~$ sudo ndiswrapper -l
[sudo] password for magnum:
bcmwl5 : invalid driver!
magnum@magnum-desktop:~$

i guess this means i'm not going to get this card to work

Last edited by CrinkElite; 11-18-2007 at 05:59 AM.
 
Old 11-18-2007, 10:22 AM   #9
redjokerx
Member
 
Registered: Aug 2004
Location: San Diego
Distribution: Slackware
Posts: 303

Rep: Reputation: 31
I think modprobe is quiet if it's sucessful.

There might be some paremters you need to use to get it to work? I'm not too sure. I used to use ndiswrapper for the intel pro wireless 2100 four years ago and the README for ndiswrapper was sufficient to get it to work.

Last edited by redjokerx; 11-18-2007 at 10:24 AM.
 
Old 11-19-2007, 06:34 PM   #10
CrinkElite
Member
 
Registered: Nov 2007
Posts: 35

Original Poster
Rep: Reputation: 16
I got it sorted thanks, used this auto installer available here for broadcom bcm43XX chipsets

http://ubuntuforums.org/showthread.php?t=405990
 
  


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 card fails to connect to encrypted networks rhathar Linux - Wireless Networking 4 02-29-2008 11:44 PM
I cannot log in wireless networks wth my Intellinent 56 mb PCMCIA card JulianX Linux - Wireless Networking 4 05-13-2007 03:17 PM
Wireless card cannot find networks - FC6 OstermanA Linux - Wireless Networking 1 03-30-2007 05:59 AM
help need regarding wireless networks vesky70 Linux - Laptop and Netbook 1 01-31-2006 11:18 AM
wireless networks gui10 Linux - Wireless Networking 10 05-27-2002 04:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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