You are not logged in.

#1 2012-01-13 14:28:17

Tuxer
Member
Registered: 2009-07-07
Posts: 8

Issues with broadcom 4313 wifi card on a samsung NP305

Hi smile
I'm currently having issues with getting the wifi to work on my broadcom 4313 wifi card on a Samsung NP305U1A. The command

  lspci -vnn | grep 14e4

returns 14e4:4727, so according to the wiki, I chose the "brcmsmac" driver. I blacklisted correctly b43, bcma in the /etc/modprobe.d/modprobe.conf file, rebuilded the mkinitpcio image, so when I type lsmod now, the only wifi modules loaded in my kernel are :

  brcmsmac 569864 0
  mac80211 221981 1 brcmsmac
  brcmutil 6912 1 brcmsmac
  cfg80211 165796 2 brcmsmac, mac80211

I still don't see the wlan0 appearing when I type ifconfig though.
Would you have any advices?
Thank you very much,
Tuxer

Last edited by Tuxer (2012-01-13 14:31:36)

Offline

#2 2012-01-13 15:25:48

bema
Member
Registered: 2010-02-12
Posts: 26

Re: Issues with broadcom 4313 wifi card on a samsung NP305

What if you type

ifconfig -a

And if that doesn't help

dmesg

(and paste the output here)

Last edited by bema (2012-01-13 15:27:05)

Offline

#3 2012-01-13 15:39:30

Tuxer
Member
Registered: 2009-07-07
Posts: 8

Re: Issues with broadcom 4313 wifi card on a samsung NP305

I'm so stupid, the interface was down. Thanks smile

However, even after my ifconfig wlan0 up (that now displays wlan0 when I ifconfig), wicd doesn't show any wireless networks when I refresh sad

Offline

#4 2012-01-13 15:42:45

bema
Member
Registered: 2010-02-12
Posts: 26

Re: Issues with broadcom 4313 wifi card on a samsung NP305

Do you see any APs when you scan manually using

iwlist wlan0 scan

Again, if there is any problem, paste the dmesg output here.

Offline

#5 2012-01-13 18:27:07

Tuxer
Member
Registered: 2009-07-07
Posts: 8

Re: Issues with broadcom 4313 wifi card on a samsung NP305

No, I don't see any APs, but I get absolutely no errors in the dmesg, it's weird.

Offline

#6 2012-01-13 20:17:36

caskale13c
Member
From: Colleyville, TX, US
Registered: 2008-12-29
Posts: 35

Re: Issues with broadcom 4313 wifi card on a samsung NP305

Are you using the testing repo? I am also having issues with my 4313 related to testing/kmod replacing module-init-tools.  When I revert back, to module-init-tools from core, all is well with my wireless again.

Offline

#7 2012-01-13 23:40:50

[knap]
Member
Registered: 2007-12-29
Posts: 37

Re: Issues with broadcom 4313 wifi card on a samsung NP305

caskale13c wrote:

Are you using the testing repo? I am also having issues with my 4313 related to testing/kmod replacing module-init-tools.  When I revert back, to module-init-tools from core, all is well with my wireless again.

Thank you very very much for the tip!

I'm using [testing] and hadn't been able to get wifi to work again for several days.

Replacing kmod with module-init-tools and downgrading udev and mkinitcpio to the [core] versions did the trick for me.

02:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)

Offline

#8 2012-01-19 17:33:58

Tuxer
Member
Registered: 2009-07-07
Posts: 8

Re: Issues with broadcom 4313 wifi card on a samsung NP305

Hi smile
I'm not using the [testing] repos at all, and I still have the same problem : even if wlan0 shows up on ifconfig, when I type iwlist scan, I get;

wlan0     Failed to read scan data : Resource temporarily unavailable

as an answer. Dmesg returns :

[   70.774862] ADDRCONF(NETDEV_UP): wlan0: link is not ready

Thanks for any help you might provide :-'
Tuxer

Offline

#9 2012-01-19 20:53:08

GonzaloHernandez
Member
Registered: 2012-01-19
Posts: 1

Re: Issues with broadcom 4313 wifi card on a samsung NP305

Hi
I have a problem with a b4313 devise in a Notebook Samsung NP305 too.

The networkmanager list all APs, but It does not connect after input the network key.  The same form, (without networkmanager)... "iwlist wlan0 scan" list all APs, but "iwconfig wlan0 essid <mynet> key <network_key>" no connect with Access Point.

The driver is "brcmsmac" and the system has blacklisted bcma module.

Any Idea???

Thanks

Offline

#10 2012-01-22 17:21:26

titilambert
Member
Registered: 2012-01-22
Posts: 1

Re: Issues with broadcom 4313 wifi card on a samsung NP305

Hi !
I have the same problem with a samsung series 3 305u1a...
I tested also with windows 7 64 bits... and this the same ... Maybe a hardware problem ?

Offline

#11 2012-01-31 14:09:19

mjaimes
Member
Registered: 2012-01-31
Posts: 1

Re: Issues with broadcom 4313 wifi card on a samsung NP305

Hi!

I have a samsung Series 3 305U1A with the same problem.

The driver is "brcmsmac", blacklisted "bcma" module.

I tested also with Opensuse, Ubuntu, Fedora, Debian in their last version and I had the same problem.

Any idea?
Someone had the same samsung without this problem?

Sorry for my english, is a bit limited

Offline

#12 2012-02-01 12:27:12

honio
Member
Registered: 2012-02-01
Posts: 1

Re: Issues with broadcom 4313 wifi card on a samsung NP305

Hi,
i have exactely the same problem as mjaimes. I tried all the drivers possible for the bcm4313 chip. I tried the wl, brcmsmac (with blacklisted modules) and the ndiswrapper windows driver. None of the driver is working. The main problem is that i cannot register with the access point. Sometimes after restart it can authenticate and i have a signal to the access point, but a VERY poor speed. Finally the connection drops again and i cannot get a connection no more. I tried to disable the bluetooth module, since it is coexisting on the same chip. I tried the 2.6.38 kernel the new 3.1 kernel -> no success. I tried in addition debian testing/ stable and ubuntu. All with the same result. The chip works on the preinstalled Windows 7 :-(. I don't know what to test next, maybe somebody else has a good idea.

Offline

#13 2012-02-26 18:20:40

Covelus
Member
Registered: 2012-02-26
Posts: 1

Re: Issues with broadcom 4313 wifi card on a samsung NP305

Hi everybody!

I've found a solution for this problem (at LinLap, see pierre comment on Feb-24-2012) and it worked for my Linux Mint installation. On " /etc/modprobe.d/blacklist.conf" I didn't have the "blacklist b43" line, it was only on a previous comment line, but I commented the next line (it was similar) and added the same blacklist at end of file.

Uninstall the 'Broadcom Sta' driver
Open the file /etc/modprobe.d/blacklist.conf
Delete the line:
blacklist b43
Add these two lines at the end of the file:
blacklist bcma
blacklist brcmsmac
Save and exit
Type:
sudo apt-get remove –purge bcmwl-kernel-source
Reboot
Type:
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
Reboot
Select the 'Broadcom Sta' driver

Best regards and I hope this works for you too

Offline

#14 2012-05-12 00:15:26

1cb
Member
Registered: 2012-05-11
Posts: 2

Re: Issues with broadcom 4313 wifi card on a samsung NP305

I had exactly the same problem as honio running xubuntu 11.10 (sorry for not using Arch yet). I tried the Covelus instructions and it seems to be better. The wireless now connects faster and it stays connected. It has done so for about 15 minutes now. But the speed is very bad. I only get 0.5 to 2 Mb/s (different from time to time) using www.bredbandskollen.se compared to 19-20 Mb/s when using wired connection. On Windows 7 the wireless the corresponding figures are 6Mb/s and 16Mb/s respectively. Isn't that bad too? I have tried to disconnect/connect the wireless, but with the same result. After rebooting the wireless connected fast but then started to disconnect and had problem to reconnect again, asking for WPA2 password several times.

Offline

#15 2012-05-13 00:26:48

1cb
Member
Registered: 2012-05-11
Posts: 2

Re: Issues with broadcom 4313 wifi card on a samsung NP305

I think I solved my problem. It was the Avahi daemon that disturbed the wifi. I disabled it by changing AVAHI_DAEMON_DETECT_LOCAL=1 to 0 in /etc/default/avahi-daemon and reboot. This also removed the anoying message "Network service discovered disabled" at login. Oh, and my wifi speed on W7 is now up to 12-13 Mb/s. I moved closer to the wireless router. The wifi speed on Linux (still xubuntu) is now 15-16Mb/s.

Offline

#16 2012-05-17 03:45:04

alteran
Member
From: /etc/rc.conf
Registered: 2012-05-17
Posts: 1

Re: Issues with broadcom 4313 wifi card on a samsung NP305

My samsung 305u1a not connect to the wireless network.
I did everything humanly possible.
Install the proprietary driver 'broadcom-wl "without success.
So I thought of buying a new wireless card.

One day, note that some lap-tops had no black cable connected, if only the white wire.

And I opened my notebook.

Remove the white wire and black, and it worked, detected and connected to the network.
After several tests, just let the white wire, and so far still working.

A little ironic, because linux-mint probe in its live DVD, and run my wireless card on another computer, but mine did not.

So I inquire me that within the laptop there is a short-circuit, now I'm writing from the wireless connection.
Obviously I'm using the open-sourse driver

google-translator ^^

Last edited by alteran (2012-05-17 03:47:21)

Offline

Board footer

Powered by FluxBB