LinuxQuestions.org
Visit Jeremy's Blog.
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 07-26-2012, 08:02 AM   #1
davepi
Member
 
Registered: Jun 2012
Distribution: Gentoo
Posts: 42

Rep: Reputation: Disabled
Strange behavior of broadcom-sta driver.


As in the thread. I have BCM 4313 wireless card and I use proprietary driver for this cuz I couldn't run it on brcmsmac driver. Everything worked fine for a long time. But some time ago I opened system logs and It was full of errors connected with this driver.
Code:
[  893.305713] ERROR @wl_cfg80211_get_station : Could not get rssi (-1)
[  895.303435] ERROR @wl_cfg80211_get_station : Could not get rate (-1)
[  895.303439] ERROR @wl_cfg80211_get_station : Could not get rssi (-1)
[  897.301276] ERROR @wl_cfg80211_get_station : Could not get rate (-1)
[  897.301280] ERROR @wl_cfg80211_get_station : Could not get rssi (-1)
[  897.301345] ERROR @wl_cfg80211_get_station : Could not get rate (-1)
[  897.301347] ERROR @wl_cfg80211_get_station : Could not get rssi (-1)
Here You can see theese logs. There are thousands of lines like that. I have no idea what could really happened, becouse I wasn't messing with any wireless settings as it worked fine. I use wicd. And here's an output of ifconfig
Code:
eth0      Link encap:Ethernet  HWaddr e8:11:32:92:da:1a  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth1      Link encap:Ethernet  HWaddr e0:ca:94:9a:51:18  
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::e2ca:94ff:fe9a:5118/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5066 errors:0 dropped:0 overruns:0 frame:25103
          TX packets:5502 errors:44 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3127312 (2.9 MiB)  TX bytes:884517 (863.7 KiB)
          Interrupt:16 

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:104 errors:0 dropped:0 overruns:0 frame:0
          TX packets:104 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6896 (6.7 KiB)  TX bytes:6896 (6.7 KiB)
I'm using gentoo with 3.5.0 gentoo kernel. The same happened with 3.4.2 kernel when I tried to fix it somehow. Any ideas of what could have happened?
 
Old 07-28-2012, 06:11 PM   #2
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,830
Blog Entries: 17

Rep: Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638
Quote:
Originally Posted by davepi View Post
As in the thread. I have BCM 4313 wireless card and I use proprietary driver for this cuz I couldn't run it on brcmsmac driver. Everything worked fine for a long time. But some time ago I opened system logs and It was full of errors connected with this driver.
Code:
[  893.305713] ERROR @wl_cfg80211_get_station : Could not get rssi (-1)
[  895.303435] ERROR @wl_cfg80211_get_station : Could not get rate (-1)
[  895.303439] ERROR @wl_cfg80211_get_station : Could not get rssi (-1)
[  897.301276] ERROR @wl_cfg80211_get_station : Could not get rate (-1)
[  897.301280] ERROR @wl_cfg80211_get_station : Could not get rssi (-1)
[  897.301345] ERROR @wl_cfg80211_get_station : Could not get rate (-1)
[  897.301347] ERROR @wl_cfg80211_get_station : Could not get rssi (-1)
Here You can see theese logs. There are thousands of lines like that. I have no idea what could really happened, becouse I wasn't messing with any wireless settings as it worked fine. I use wicd. And here's an output of ifconfig
Code:
eth0      Link encap:Ethernet  HWaddr e8:11:32:92:da:1a  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth1      Link encap:Ethernet  HWaddr e0:ca:94:9a:51:18  
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::e2ca:94ff:fe9a:5118/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5066 errors:0 dropped:0 overruns:0 frame:25103
          TX packets:5502 errors:44 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3127312 (2.9 MiB)  TX bytes:884517 (863.7 KiB)
          Interrupt:16 

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:104 errors:0 dropped:0 overruns:0 frame:0
          TX packets:104 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6896 (6.7 KiB)  TX bytes:6896 (6.7 KiB)
I'm using gentoo with 3.5.0 gentoo kernel. The same happened with 3.4.2 kernel when I tried to fix it somehow. Any ideas of what could have happened?
ive had tons of problems with broadcom before. sometimes its due to kernel configuration. you may have to reconfigure your kernel and include the correct stacks.

you can also try using b43 driver instead with firmware from broadcom driver. more info on which cards are supported etc you can find through aircrack-ng.org by searching b43. tons of good info and sources on both b43 and bcm 4xxx
 
Old 08-01-2012, 12:45 PM   #3
davepi
Member
 
Registered: Jun 2012
Distribution: Gentoo
Posts: 42

Original Poster
Rep: Reputation: Disabled
I cannot check anything right now, cuz I wiped out all my HDD and I'm starting everything all over again, but thanks for info. As I was installing drivers for the first time b43 wasn't supporting my card it was in progress. Now I'll try open-source drivers maybe it will help.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 STA driver loops on make killgriff Linux - Networking 1 12-07-2011 10:04 AM
SlackBuild broadcom-sta driver in Salix mikefranklet Linux - Newbie 6 12-04-2011 05:42 PM
Broadcom 802.11 Linux STA driver (broadcom-wl) - Problems (Fed15) Rian79 Linux - Wireless Networking 1 08-09-2011 10:10 AM
[SOLVED] ubuntu 10.04 (64-bit) wireless issues (broadcom STA driver) bbb125 Linux - Newbie 5 08-20-2010 09:15 AM
How to install broadcom 4322 sta driver for backtrack 3? klienes Linux - Wireless Networking 1 11-12-2009 07:13 AM

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

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