You are not logged in.
Hi,
I installed networkmanager following the wiki article, added networkmanager to the deamon list (disabling network) - and my system freezes within seconds after activation or right on boot: screen gets black, total freeze (capslock light doesnt go on/off anymore, no keyboardinput). I am able to connect to a wireless network, but cannot determinate what exactly makes the system crash.
Im using Gnome 2.23.1, everything is up to date.
Help is appreciated, please tell me which logs i need to post to receive more help.
I tryed reinstalling arch from scretch (3 times) - no changes.
rc.conf
DAEMONS=(syslog-ng dbus !network networkmanager hal ntpd crond gdm)
lspci | grep BCM43
06:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
Last edited by METZGERR (2011-04-25 14:50:41)
Offline
Update: solved it by using wicd. However, the system still crashes while using networkmanager.
Offline
Update2: Again a System freeze by using wicd. After reboot system wont start x.
Offline
Update 3: I'm with a PCI-ID [14e4:4727] / Name BCM4313 - which is, according to the wiki, "driver is included in the kernel since 2.6.37. No further action is necessary on the part of the user".
Offline
I was going to suggest the native driver, but I see you arrived there on your own
Please add [SOLVED] to the thread title by editing your first post -- It helps others searching with the same problem
Thanks.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Oh, i missed to add that the problem is _not_ solved.
wicd / networkmanager keeps crashing with the native driver... =/
Offline
Are you running an up to date system with the latest kernel?
ᶘ ᵒᴥᵒᶅ
Offline
everything is up to date!
2.6.38-ARCH
Last edited by METZGERR (2011-04-25 18:59:11)
Offline
Ok then please report in this thread: https://bbs.archlinux.org/viewtopic.php?pid=923608
The developer of the brcm80211 driver also reads and responds there.
ᶘ ᵒᴥᵒᶅ
Offline
I have the same BCM4313 card in hp g6 laptop.
lspci -nn | grep BCM
02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
and no problem with native driver.
Offline
Strange... since i re-installed arch 3 times: two times using the netinstall and once from the CD.
It was always a vanilla installation with gnome 2.23.1 (w/without gnome-extras) - nothing else installed.
And btw: it's a HP 625. Another user in the german forums is running smooth with the bcm4313 until he hits the hardware button to enable/disable the wifi/bluetooth adapter - then his system freezes, too.
Offline
I have the same problem with BCM4313 on Dell Vostro 3500. I'm using wicd too. System freezes instantly. If I enable wifi before booting, linux freezes while starting. I'm using latest kernel from repo (2.6.38.6).
12:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
Last edited by Maroko (2011-05-14 17:30:40)
Offline
Confirming issue on Lenovo B560 with BCM4313, kernel26 2.6.39.1-1:
04:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
Subsystem: Broadcom Corporation Device [14e4:0510]
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at f2500000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [58] Vendor Specific Information: Len=78 <?>
Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [d0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel
Capabilities: [160] Device Serial Number XX-XX-XX-XX-XX-XX-XX-XX
Capabilities: [16c] Power Budgeting <?>
Kernel driver in use: brcmsmac
Kernel modules: brcmsmac
>> lsmod | grep -E 'brc|wl|b43'
brcmsmac 599290 0
mac80211 211822 1 brcmsmac
cfg80211 146401 2 brcmsmac,mac80211
>> iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=19 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Can't get the chip to switch on and trying to do so regularly results in system
freezes. Also tried the broadcom-wl driver from AUR with just the same result.
Interestingly though, booting Arch 32-bit (kernel 2.6.38) from a USB stick, the
wireless chip works flawlessly, so a hardware defect is unlikely. Had just as
little success both with Ubuntu 10.04 and 11.04.
Any hint on how to get this working would be greatly appreciated as I'm
evaluating this notebook as a birthday present for my girlfriend and have only
limited time I can't return it anymore.
Thanks!
Offline
I finally found out how to make that stupid WiFi work. It was a two step
procedure:
1. "Load defaults" in BIOS. I don't know what that may have changed, but after
doing this, the WiFi finally worked under window$ (which I installed to
confirm it's not a hardware defect).
2. Blacklist the "acer_wmi" module. For testing, you can add
"acer_wmi.disable=1" to the kernel line in grub.
With this, I got the WiFi working under window$, Arch 64-bit and Ubuntu 11.04.
Hope this helps!
Offline
Hate to be that guy in the Linux community, but if the above solution doesn't work for you, the broadcom-wl proprietary driver works fine with no hassle. You just have to blacklist the brcm driver for the 4313's (which I have on my HP). But try to get brcm80211 working first, open source is always for the win!
Team Ignition Kernel Developer
linux-ideapad developer/maintainer
Flame Kernel developer for Galaxy Nexus and Galaxy S3
Want a cheap, reliable VPS with AWESOME customer service?
Offline
I had the same problem using wicd with both open sores and proprietary drivers ... The proprietary driver gave me more problems than just freezes, so i switched from wicd to netcfg using the opensource drivers in the kernel and so far no freezes ... still crossing fingers.
my blacklist in /etc/modprob.d/modprobe.conf looks like:
blacklist acer_wmi
blacklist bcma
not sure if those are critical, but they were blacklisted at some point in my trouble shooting process and it seems to be working now, so i thought it was worth mentioning
good luck, arch rules!
Offline
Hi METZGERR,
If none of the above solutions work, try booting your machine with the ethernet cable plugged in, this might enable you to get to the desktop, if it does, try going to wicd's settings (install wicd-gtk if you haven't already), go to 'Preferences' then on the first tab you come to (General Settings) change the 'Wired interface' to something like 'eth7' then select 'OK' and exit it. Shutdown the machine, unplug the ethernet cable and boot and see how it goes
Visit my blog and my DeviatArt page
Offline
Starfall, this thread is ooooooold. The driver isn't even called what is says in the title anymore. Back then, the driver had known freeze bugs. The driver has changed significantly since then, so this thread is no longer relevant.
Offline
Woops! Should've checked the post date really I just picked it up 'cause it was near the top due to the post above me. Thanks for clearing that up Gusar
Visit my blog and my DeviatArt page
Offline
Moderator,
Well, its not really that old... I find it humorous when they are three years old
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
No longer relevant? My broadcom device is causing exactly the described problems. Regardless, I'm glad for finding this thread and managing to hammer out a usable setup since the module dev's aren't gettin it done.
Offline