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 - 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 01-05-2009, 10:20 AM   #1
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Rep: Reputation: 88
Question Wireless Not Working


Hi Guys!

I'm running OpenSuse 11.0 on a Dell Inspiron 1520 but my wireless is not working properly. The system recognizes the wireless card but when I try to search for wireless networks around me nothing comes up. (I do have my wireless router working) can you guys help me?
thanks

I run /sbin/lspci -v and these are the results for my wlan0 :

0c:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)
Subsystem: Dell Device 0007
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at fe8fc000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 2
Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
Capabilities: [d0] Express Legacy Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting <?>
Capabilities: [13c] Virtual Channel <?>
Kernel driver in use: b43-pci-bridge


Thanks for your help!!!
 
Old 01-05-2009, 10:44 AM   #2
pentode
Member
 
Registered: Dec 2005
Location: Oregon
Distribution: Debian Testing
Posts: 488

Rep: Reputation: 38
What is the output of ifconfig and iwconfig?
 
Old 01-05-2009, 10:51 AM   #3
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Original Poster
Rep: Reputation: 88
Smile output

Quote:
Originally Posted by pentode View Post
What is the output of ifconfig and iwconfig?
ifconfig
eth0 Link encap:Ethernet HWaddr 00:1D:09:A2:BE:8F
inet addr:192.168.1.52 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21d:9ff:fea2:be8f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6617 errors:0 dropped:0 overruns:0 frame:0
TX packets:2804 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4344228 (4.1 Mb) TX bytes:372023 (363.3 Kb)
Interrupt:17

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2056 (2.0 Kb) TX bytes:2056 (2.0 Kb)

iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:""
Mode:Managed Channel:0 Access Point: Not-Associated
Tx-Power=0 dBm
Retry min limit:7 RTS thrff Fragment thr=2352 B
Encryption keyff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

thanks for your helping!
 
Old 01-05-2009, 01:07 PM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Quote:
Tx-Power=0 dBm
indicates Wireless is probably disabled.. hit Fn+F2 to enable your wireless card and try again..
 
Old 01-05-2009, 02:15 PM   #5
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Original Poster
Rep: Reputation: 88
Thumbs down wlan disconnected

Quote:
Originally Posted by farslayer View Post
indicates Wireless is probably disabled.. hit Fn+F2 to enable your wireless card and try again..
hi,

I checked the status of the wlan and it says disconnected however I pressed FN+F2 and nothing. My laptop has a button to enable/disable the wlan but it is ENABLED. the wlan light is off tho.

any ideas?
thanks
 
Old 01-05-2009, 03:20 PM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Ahh I thought the Dell laptops were pretty much all Fn+F2 to enable/disable Wireless.. Are you SURE it's enabled via the button ?

Just looked at one of these the other day, and 'Signal Level 0' indicated wireless as being disabled in BIOS or via switch, etc..

From the FAQ http://linuxwireless.org/en/users/Drivers/b43/faq
Quote:
Q: The LEDs do not work.
A: You have to enable LEDs support in the kernel configuration. The config options you have to enable are: CONFIG_LEDS_CLASS, CONFIG_LEDS_TRIGGERS, CONFIG_MAC80211_LEDS.

Q: The radio-enable-button on my laptop does not work.
A: You have to enable RF-kill support in the kernel configuration. The config options you have to enable are: CONFIG_RFKILL, CONFIG_RFKILL_INPUT, CONFIG_INPUT_POLLDEV.

Q: After enabling the config options, LEDs/RF-kill still don't work.
A: If you have the b43/b43legacy driver built-in (not as a module), you must also enable all the LEDs/RF-kill options (see above) built-in (not as a module).

Q: It all loaded but my signal strength is 0
A: If iwconfig shows
* Link Quality:0 Signal level:0
then you may have wireless disabled in the BIOS. Check for things like "Wireless : Application Control".
Not sure what else to tell you..

for the 4311 tyou should be running the new STA driver
http://www.broadcom.com/support/802.11/linux_sta.php

I don't know what drivers you have currently loaded.. maybe the issue is you have an older version of the driver installed..http://www.broadcom.com/docs/linux_sta/README.txt

Last edited by farslayer; 01-05-2009 at 03:28 PM.
 
Old 01-05-2009, 05:49 PM   #7
pentode
Member
 
Registered: Dec 2005
Location: Oregon
Distribution: Debian Testing
Posts: 488

Rep: Reputation: 38
What is output of iwlist wlan0 scan? If you have a access point you want to connect to, you can enter it via iwconfig (man iwconfig).

But as noted, the 0 signal level may indicate your NIC is disabled.
 
Old 01-06-2009, 12:44 PM   #8
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Original Poster
Rep: Reputation: 88
ok guys! I got my wireless working! :=) this is what I did:
/var/log # tail -f messages wlan was missing firmware
I went to http://linuxwireless.org/en/users/Drivers/b43 where I found the following command:
sudo /usr/sbin/install_bcm43xx_firmware and I run it on my system. I restarted and now my wireless is working! It took some research and work but I'm glad it worked! Thanks guys!
 
Old 02-08-2009, 01:29 AM   #9
r1d3r
Member
 
Registered: May 2008
Location: Glendale, CA
Distribution: ubuntu 12.04
Posts: 146

Rep: Reputation: 22
Quote:
Q: The LEDs do not work.
A: You have to enable LEDs support in the kernel configuration. The config options you have to enable are: CONFIG_LEDS_CLASS, CONFIG_LEDS_TRIGGERS, CONFIG_MAC80211_LEDS.
Does this work on other wireless chips?
Mine is an Atheros AR242x, and the light is always red (which means disabled) even when is enabled and connected (which should be blue).
 
  


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
Intel PRO/wireless 4965 ANG wireless card on hpdv9500 not working(off and on) Quargar Linux - Hardware 0 08-02-2008 09:06 PM
Intel Wireless 3945ABG Wireless NIC card not working after 8.04 clean install creature124 Linux - Hardware 4 05-03-2008 11:58 AM
Wireless and Wired connection on Belkin wireless G F5D7230 not working together ernie79 Linux - Hardware 1 02-10-2008 06:50 AM

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

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