You are not logged in.

#1 2011-10-23 11:59:08

semog
Member
Registered: 2010-08-08
Posts: 26

[Solved] Kernel Panic after update on 22-10

hi there,
after upgrade yesterday i shutdown my laptop, when i reboot today i can't boot because kernel panic i use archlinux for maybe 2 years  and is the first time i receive a kernel panic.

the kernel panic is something like this

kernel panic not syncinc assertion wlc->pub->Radio_Disable

this is the link to image  Image

i cant boot and after this message the laptop shut down so how can i solve this problem? any suggestions

Last edited by semog (2011-12-24 18:27:41)

Offline

#2 2011-10-23 14:02:35

wan
Member
Registered: 2010-11-19
Posts: 5

Re: [Solved] Kernel Panic after update on 22-10

The exact same thing happens to me as well.

Offline

#3 2011-10-23 14:04:38

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,731
Website

Re: [Solved] Kernel Panic after update on 22-10

Odd does it do it using a different kernel?  Try the ck-generic one from my repo or build it yourself from the AUR.

Offline

#4 2011-10-23 14:09:13

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [Solved] Kernel Panic after update on 22-10

The wl module is the cause of this -- seems specific to 3.0.7. Rebuild the module and see if that helps. Otherwise, I encourage you to see if bcma/brcmsmac works for your hardware.

Offline

#5 2011-10-23 14:12:20

wan
Member
Registered: 2010-11-19
Posts: 5

Re: [Solved] Kernel Panic after update on 22-10

Yes, it is indeed broadcom-wl. I added "blacklist wl" to my /etc/modprobe.d/modprobe.conf so that brcmsmac could handle the wifi card instead of broadcom-wl.

#
# /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
#
blacklist b43
blacklist ssb
blacklist bcma
blacklist wl

It is fixed for me now. As stated here: https://wiki.archlinux.org/index.php/Broadcom_wireless, it seems we should avoid this broadcom-wl driver.

Last edited by wan (2011-10-23 14:18:56)

Offline

#6 2011-10-23 14:45:23

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,731
Website

Re: [Solved] Kernel Panic after update on 22-10

Does using the updated broadcom-wl package file you problem?  See the AUR page.

Offline

#7 2011-10-23 15:29:02

eAndrius
Member
Registered: 2009-08-23
Posts: 4

Re: [Solved] Kernel Panic after update on 22-10

Possible workaround to get past the kernel panic is to edit kernel boot params by adding:

modprobe.blacklist=wl

Offline

#8 2011-10-23 15:40:34

semog
Member
Registered: 2010-08-08
Posts: 26

Re: [Solved] Kernel Panic after update on 22-10

i blacklist wl and it works i can boot now but i have

0c:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)

and the brcmsmac wont work on my laptop so how can i have internet i try to install broadcom-wl again and the same problem happen again

Offline

#9 2011-10-23 17:08:23

JPr
Member
From: Moon
Registered: 2010-11-06
Posts: 8
Website

Re: [Solved] Kernel Panic after update on 22-10

Blacklisting the module, then loading 'wl' *after* the system is fully booted seems to avoid a panic for me. Besides starting it manually, I haven't found a place to load it yet that will not result in a panic (i.e. rc.local.)


(  ' ')ノ ⌒●~*

Offline

#10 2011-10-23 19:05:55

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,731
Website

Re: [Solved] Kernel Panic after update on 22-10

graysky wrote:

Does using the updated broadcom-wl package file you problem?  See the AUR page.

???

Offline

#11 2011-10-23 21:23:46

JPr
Member
From: Moon
Registered: 2010-11-06
Posts: 8
Website

Re: [Solved] Kernel Panic after update on 22-10

I experienced the panic when updating broadcom-wl to 5.100.82.111-1, from 5.100.82.38-6, before *and* after updating the kernel from 3.0.6-2 to 3.0.7-1 and rebuilding the driver. So I'm not sure this is an issue with 3.0.7-1, but rather the wl driver itself.

I noticed the AUR PKGBUILD has a patch related to semaphores, which I don't remember being in previous versions. I'll have to try building without it and see if the issue goes away.


(  ' ')ノ ⌒●~*

Offline

#12 2011-10-24 03:59:07

ontobelli
Member
From: Mexico City
Registered: 2011-02-06
Posts: 127

Re: [Solved] Kernel Panic after update on 22-10

JPr wrote:

I experienced the panic when updating broadcom-wl to 5.100.82.111-1,

Same here. This is my first kernel panic in Arch Linux and I'm also in panic. sad

I didn't know how to boot into Arch until i see the blacklisting "modprobe.blacklist=wl" . Thanks.

Mr. Graysky thanks for your work, but maybe is a good idea some testing before releasing your packages.

Offline

#13 2011-10-25 23:19:19

mgzpac
Member
Registered: 2010-07-31
Posts: 18

Re: [Solved] Kernel Panic after update on 22-10

I thought Broadcom open-sourced their drivers? Did they only release a few of them or have they just not been integrated into the kernel yet? It is somewhat annoying always rebuilding this package.

Offline

#14 2011-10-26 09:55:53

daroczig
Member
Registered: 2011-02-16
Posts: 28
Website

Re: [Solved] Kernel Panic after update on 22-10

Exactly same problem here (aka: subsrcibe) with broadcom-wl-ck-corei7 from repo-ck sad

Only workaround was to disable the wl module (first by kernel parameter to be able to boot, later in modprobe.conf), and now I do not have wifi access.
Unfortunatelly I cannot get bcma/brcmsmac to work with `43:00.0 Network controller [0280]: Broadcom Corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01)`, so waiting for a newer version of the package which will fix this issue I hope.

Last edited by daroczig (2011-10-26 09:56:19)

Offline

#15 2011-10-26 13:01:54

ontobelli
Member
From: Mexico City
Registered: 2011-02-06
Posts: 127

Re: [Solved] Kernel Panic after update on 22-10

Problem solved.

Upgrade to Broadcom 802.11 Linux STA driver v5.100.82.112

https://aur.archlinux.org/packages.php?ID=19514

Offline

#16 2011-10-26 13:44:05

daroczig
Member
Registered: 2011-02-16
Posts: 28
Website

Re: [Solved] Kernel Panic after update on 22-10

@ontobelli: that package needs the default linux kernel, so it is not working with kernel-ck if I am right sad

Offline

#17 2011-10-26 13:57:11

ontobelli
Member
From: Mexico City
Registered: 2011-02-06
Posts: 127

Re: [Solved] Kernel Panic after update on 22-10

daroczig wrote:

@ontobelli: that package needs the default linux kernel, so it is not working with kernel-ck if I am right sad

broadcom-wl 5.100.82.112-1
https://aur.archlinux.org/packages.php?ID=19514


broadcom-wl-ck 5.100.82.112-1
https://aur.archlinux.org/packages.php?ID=48740

Offline

#18 2011-10-26 14:16:05

daroczig
Member
Registered: 2011-02-16
Posts: 28
Website

Re: [Solved] Kernel Panic after update on 22-10

@ontobelli: you are right, I was not enough specific. I am using `linux-ck-corei7`, which needs `broadcom-wl-ck-corei7` from the repo-ck.

Your suggested package in AUR works (I assume) with kernel-ck (generic) or with stock kernel, but not with CPU specific ck builds (e.g.: `kernel-ck-corei7`).

Offline

#19 2011-10-26 14:19:23

daroczig
Member
Registered: 2011-02-16
Posts: 28
Website

Re: [Solved] Kernel Panic after update on 22-10

Err, nevermind: `broadcom-wl-ck-core2-5.100.82.112-1` from the ck repo is just being downloaded and installed to my system smile

Offline

#20 2011-10-26 17:58:38

ontobelli
Member
From: Mexico City
Registered: 2011-02-06
Posts: 127

Re: [Solved] Kernel Panic after update on 22-10

daroczig wrote:

@ontobelli: you are right, I was not enough specific. I am using `linux-ck-corei7`, which needs `broadcom-wl-ck-corei7` from the repo-ck.

Your suggested package in AUR works (I assume) with kernel-ck (generic) or with stock kernel, but not with CPU specific ck builds (e.g.: `kernel-ck-corei7`).

Package "broadcom-wl-ck" could be compiled for CPU specific optimizations.

You need to edit "/etc/makepkg.conf" and change the gcc flags like this.

CFLAGS="-march=corei7 -mtune=corei7 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
CXXFLAGS="-march=corei7 -mtune=corei7 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"

And then compile with the command "makepkg -csi" in the directory you unpack the zip and that's all.

Offline

#21 2011-10-26 19:06:19

daroczig
Member
Registered: 2011-02-16
Posts: 28
Website

Re: [Solved] Kernel Panic after update on 22-10

Thank you @ontobelli, that is really useful. I really appreciate your kind support.

Offline

#22 2011-10-27 14:17:03

manzdagratiano
Member
From: New Jersey, USA
Registered: 2010-10-08
Posts: 137

Re: [Solved] Kernel Panic after update on 22-10

Uh wuz trapped wid duh same issue and thought uh'd debug later, but you's guys came to teh rescue as usual - uh blacklisted wl by chrooting from Ubuntu and then rebooted safely; try modprobe wl and kernel panic agin.... so reboot and install older version of broadcom with makepkg -s; and then install newer AUR version an' remove teh blacklist. (I don't think I can carry on that language any longer!). Thank you!

The broadcom card on my computer has been a morbid source of many a trepidation, but then again, it is thanks to this card that I have learned a plethora of ways around the innards of the system - setting up a new system from within a chroot since the card would not work with a new install, etc etc.


Be formless, shapeless... like water. Now you put water into a cup, it becomes the cup; you put water into a bottle it becomes the bottle; if you put it in a teapot it becomes the teapot... Now water can flow, or it can crash... Be water my friend

Offline

Board footer

Powered by FluxBB