[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2014-10-27 Thread Christopher M. Penalver
Michele Giacomoli, Raring reached EOL on January 27, 2014.
See this document for currently supported Ubuntu releases: 
https://wiki.ubuntu.com/Releases

If you are having a problem in a supported release, please file a new report 
via a terminal:
ubuntu-bug bcmwl

Do feel free to report any other bugs you may find.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Attachment removed: "Kernel crash dump"
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+attachment/3660946/+files/kernel_crash.tar.gz

** No longer affects: bcmwl (Ubuntu)

** Project changed: broadcom => bcmwl (Ubuntu)

** Changed in: bcmwl (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2014-06-06 Thread ghouse
** Changed in: broadcom
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2014-03-08 Thread Kobzeci
Still same kernel panics with 14.04 Beta.

I hate this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2014-01-25 Thread Ubuntu Foundations Team Bug Bot
The attachment "Broadcom's Universal wl STA" seems to be a patch.  If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2014-01-25 Thread Dean
20140125 
JAN 25 2014
Broadcom wireless
I hope that wl STA in the repository gets updated and makes this post useless.
I am new, so please help where possible.
___
Linux UBUNTU
Symptoms:
Every (or many) updates Break wireless 
Corporate Environments
Multiple Wireless Access Points (WAP)
Campus Wireless (Universities)
Frequent disconnects
WPA2 connected but not usable
___
Wireless Hardware: Broadcom 4321
OS: UBUNTU 12.04 LTS  with latest kernel
using standard Connection Manager, still has issues with multiple keys in 
multiple WAP setup.

The wl driver in the repository that can be installed using the, command line 
or proprietary/additional  drivers in UBUNTU
is broken for my hardware. 
20140125
My Data:
installed from repository or additional drivers => won't work.
installed from my compile/make per Broadcom's instructions => works.
_
SOLUTION: 
go to Broadcom's site and get the new universal wl driver:
Broadcom has provided this as an official release.
it provides hardware encryption.
_
http://www.broadcom.com/docs/linux_sta/README.txtPlease keep reading.
 ( if your hardware is not supported by this go to the end of this post. )
 COMPILE FROM SOURCE PER THE INSTRUCTIONS.
 DO NOT USE REPOSITORY wl DRIVER, UNINSTALL IT. 
 THIS MEANS DON'T USE THE ADDITIONAL DRIVERS SOLUTION in UBUNTU.
I Recommend creating your own folder to place the new driver so that nothing 
will change it. 
__
As of 20140125 every or most kernel or wireless security updates will break the 
new Broadcom wl.ko module.
_
Quick Restore:
=> Remove various kernel modules that may conflict and Reinstall Broadcoms new 
universal STA driver.
Open Terminal (ctrl+alt+t)
Paste next line to get started, 
sudo rmmod b43
You may get a message that b43 is not installed and won't be removed. 
This is OK, we are just making sure its not there.
Now Paste what is between the following lines.
They will remove other possible drivers including the repositories wl STA 
driver and 
reinstall the Broadcom Universal STA driver you have built which Includes 80211 
security

sudo rmmod brcmsmac
sudo rmmod ssb
sudo rmmod bcma
sudo rmmod wl
sudo modprobe lib80211
sudo modprobe cfg80211
cd //
sudo insmod wl.ko
cd ~
exit
_
after this your hardware should work.
_
I know there is a way (UPSTART), to make the updates not install the the 
repositories wl kernel module.
I just want to get this out there because I have spent too much time and too 
many days solving this again and again and ... .
_
In Multiple  WAPs under one login, 
WAP keys are not managed correctly and may only connect at the original WAP 
location where you set up the wireless connection.
Run the scripts above and it will reset to your new WAP location. 
(you might need to edit wireless connections and uninstall that wireless 
configuration)
Some Background:
There was a security flaw in 'WPA & WPA2 Enterprise' wireless security protocol.
It was fixed with an added layer of encryption, in the initiation of your 
wireless connection.
I feel that not all clients/servers have updated to this correctly.
_
System broken? 
Get to GRUB (Grand Unified Boot Loader). 
Boot and hold 'esc' key. Select other options for UBUNTU. 
Choose a previous kernel version. Try any.
Just booting again to the default has sometimes fixed problems.
_
Hardware not supported ?
  => try searching for the "fwcutter" method.
  "fwcutter"  used to work for my newer brcm 4321 hardware, but 
  updates now prevent my hardware from working even with this method.
  "fwcutter" still works for my older hardware.

Disclaimer: Be Careful, use at your own risk.


** Attachment added: "Broadcom's Universal wl STA"
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+attachment/3957070/+files/README.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-08-04 Thread Kobzeci
@Michele Giacomoli (michele-giacomoli) wrote on 2013-07-04: 
>Here you can find and try yourself the package I mentioned before:
https://launchpad.net/ubuntu/+source/bcmwl/6.30.223.30+bdcom-0ubuntu2/+build/4724924/+files/bcmwl-kernel-source_6.30.223.30%2Bbdcom-0ubuntu2_amd64.deb

This worked for me too! Thanks for the tip.

I hope it will be solved completely soon!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-07-31 Thread Anthony Wong
** Information type changed from Public Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-07-04 Thread Michele Giacomoli
** Tags added: broadcom

** Also affects: broadcom
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-07-04 Thread Michele Giacomoli
I tried to install the bcmwl package from saucy repository: all the
panics are gone and the wireless card started to work as it was with
previous ubuntu releases. The only problem I had is that it manages to
connect to a WPA1 network, but it has some problems
transmitting/receiving data. I'll do some tests as soon as I'm near to a
WPA1 network ;)

Here you can find and try yourself the package I mentioned before:
https://launchpad.net/ubuntu/+source/bcmwl/6.30.223.30+bdcom-0ubuntu2/+build/4724924/+files/bcmwl-kernel-source_6.30.223.30%2Bbdcom-0ubuntu2_amd64.deb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-07-04 Thread Michele Giacomoli
** This bug is no longer a duplicate of bug 1097519
   Wrong driver used for older Broadcom chipsets

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-06-29 Thread jpms
*** This bug is a duplicate of bug 1097519 ***
https://bugs.launchpad.net/bugs/1097519

I am having the same with my Dell Inspiron 1464 with several Kernels and
I have tried several broadcom drivers with same result.

Ubuntu 12.10 and previous versions worked fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-06-09 Thread Adam Porter
*** This bug is a duplicate of bug 1097519 ***
https://bugs.launchpad.net/bugs/1097519

** This bug has been marked a duplicate of bug 1097519
   Wrong driver used for older Broadcom chipsets

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-06-01 Thread KC1DI
Same here on a dell 1564 BCM 4312 - panics after 2 to 10 minutes , This
has happened on all distros i've tried with late 3.7 and 3.8 Kernels
haven't had the time to check it with 3.9 kernel yet. but there is
deffinately something in the 3.8 kernel that and 802.11 driver for BCM
4312 - Sta that's not right :(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-05-25 Thread Jeremy Neptune
jeremy@A...:~$ uname -a
Linux ... 3.8.0-22-generic #33-Ubuntu SMP Thu May 16 15:17:14 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

Getting kernel panics at random intervals ever since I upgraded to 3.8.
When I remove wl and load brcmsmac, seems to work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-05-07 Thread Ariel
I'm also using the PPA above and It did work fine for me, no kernel
panics. Just for report, as you can see below, the card have been
registered as BCM4315, but in fact is a BCM4312

[   26.621597] wl: module license 'MIXED/Proprietary' taints kernel.
[   26.682615] INFO @wl_cfg80211_attach : Registered CFG80211 phy
[   27.225627] lib80211_crypt: registered algorithm 'TKIP'
[   27.496582] eth1: Broadcom BCM4315 802.11 Hybrid Wireless Controller 
6.30.223.30 (r390414)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-05-06 Thread Kelly Hyde
@xir, did you restart after installing wl? I never got a kernel panic,
but the wl driver was not functional after installation until I
restarted. Your panic may be related.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-05-05 Thread xir
Just tried the 3.9 kernel from mainline with the above PPA and the wl
driver is now working.

Cheers Kelly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-05-05 Thread xir
I just tried the above ppa on raring with a BCM43224. I still get a
kernel panic. You can see the first line of the log is using the OS
driver and then once the wl driver is installed a panic occurs.


[32132.952424] brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false 
(implement)
[32132.953240] cfg80211: Calling CRDA to update world regulatory domain
[32133.005145] cfg80211: World regulatory domain updated:
[32133.005156] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[32133.005165] cfg80211:   (2402000 KHz - 2472000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[32133.005172] cfg80211:   (2457000 KHz - 2482000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[32133.005178] cfg80211:   (2474000 KHz - 2494000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[32133.005184] cfg80211:   (517 KHz - 525 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[32133.005190] cfg80211:   (5735000 KHz - 5835000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[32133.082257] lib80211: common routines for IEEE802.11 drivers
[32133.082266] lib80211_crypt: registered algorithm 'NULL'
[32133.087164] wl: module license 'MIXED/Proprietary' taints kernel.
[32133.174730] INFO @wl_cfg80211_attach : Registered CFG80211 phy
[32133.187582] lib80211_crypt: registered algorithm 'TKIP'
[32133.239009] eth0: Broadcom BCM4353 802.11 Hybrid Wireless Controller 
6.20.155.1 (r326264)
[32178.695922] applesmc: send_byte(0x40, 0x0300) fail: 0x40
[32178.695936] applesmc: F0Mn: write data fail
[32224.822837] EXT4-fs (sda5): re-mounted. Opts: 
discard,discard,errors=remount-ro,commit=600
[32224.868673] EXT4-fs (sda6): re-mounted. Opts: discard,commit=600
[32224.918534] general protection fault:  [#1] SMP 
[32224.918597] Modules linked in: michael_mic(F) lib80211_crypt_tkip wl(POF) 
lib80211 msr(F) parport_pc(F) ppdev(F) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_cirrus binfmt_misc(F) hid_generic arc4(F) cordic(F) brcmutil 
mac80211 cfg80211 kvm_intel kvm ghash_clmulni_intel(F) aesni_intel(F) 
aes_x86_64(F) xts(F) lrw(F) gf128mul(F) ablk_helper(F) cryptd(F) snd_hda_intel 
snd_hda_codec snd_hwdep(F) joydev(F) snd_pcm(F) usb_storage(F) 
snd_page_alloc(F) snd_seq_midi(F) snd_seq_midi_event(F) uvcvideo 
videobuf2_vmalloc videobuf2_memops snd_rawmidi(F) videobuf2_core videodev 
applesmc snd_seq(F) input_polldev microcode(F) snd_seq_device(F) snd_timer(F) 
mac_hid i915 apple_bl snd(F) video(F) drm_kms_helper lpc_ich drm i2c_algo_bit 
mei soundcore(F) bcm5974 hid_apple usbhid coretemp hid lp(F) parport(F) ahci(F) 
libahci(F) [last unloaded: bcma]
[32224.919432] CPU 3 
[32224.919455] Pid: 30515, comm: iwconfig Tainted: PF  O 
3.8.0-19-generic #30-Ubuntu Apple Inc. MacBookAir5,2/Mac-2E6FAB96566FE58C
[32224.919559] RIP: 0010:[]  [] 
wireless_process_ioctl+0x91/0x1b0
[32224.919646] RSP: 0018:880034bdbd80  EFLAGS: 00010286
[32224.919692] RAX: 8800046c3000 RBX: 8b09 RCX: f7f9faffdfeeb7ff
[32224.919753] RDX: f7f9faffdfeeb7ff RSI: 880034bdbe20 RDI: 8800046c3000
[32224.919814] RBP: 880034bdbda8 R08:  R09: 8169cba0
[32224.919874] R10: 0001 R11: 0246 R12: 8169cba0
[32224.919935] R13: 8169bf10 R14: 880034bdbdbc R15: 880034bdbe20
[32224.919996] FS:  7fcb6fa4c740() GS:88016f2c() 
knlGS:
[32224.920065] CS:  0010 DS:  ES:  CR0: 80050033
[32224.920114] CR2: 7fcb6f647073 CR3: 45fe7000 CR4: 001407e0
[32224.920175] DR0:  DR1:  DR2: 
[32224.920235] DR3:  DR6: 0ff0 DR7: 0400
[32224.920296] Process iwconfig (pid: 30515, threadinfo 880034bda000, task 
8801682bdd00)
[32224.920367] Stack:
[32224.920387]   8b09 880034bdbe20 
81cbb640
[32224.920460]  7fffe6d6b9a0 880034bdbde8 8169c0e4 
8b0934bdbe40
[32224.920534]  8b09 7fffe6d6b9a0 880034bdbe20 
ffe7
[32224.920607] Call Trace:
[32224.920636]  [] wext_handle_ioctl+0x74/0xd0
[32224.920691]  [] dev_ioctl+0xce/0x5e0
[32224.920738]  [] sock_ioctl+0xf2/0x2b0
[32224.920787]  [] do_vfs_ioctl+0x99/0x570
[32224.920836]  [] ? alloc_file+0x2b/0xd0
[32224.920887]  [] ? _raw_spin_lock+0xe/0x20
[32224.920937]  [] sys_ioctl+0x91/0xb0
[32224.920983]  [] ? do_page_fault+0xe/0x10
[32224.921034]  [] system_call_fastpath+0x1a/0x1f
[32224.921086] Code: 02 00 00 48 8b 90 70 01 00 00 48 85 c9 0f 84 80 00 00 00 
48 8b 09 48 85 c9 74 78 48 85 d2 48 8b 89 90 03 00 00 0f 84 bf 00 00 00 <0f> b7 
72 08 8d 8b 00 75 ff ff 39 f1 72 51 0f b7 72 0a 8d 8b 20 
[32224.921445] RIP  [] wireless_process_ioctl+0x91/0x1b0
[32224.921507]  RSP 
[32224.941644] ---[ end trace e1682f98a76d4c02 ]---

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random

[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-05-04 Thread Kelly Hyde
I just wrote this in my similar bug report (bug #1124390) and I'll copy
it over here for anyone it might help:

A fully working version of bcmwl on Raring with working wireless-N on
the BCM4331 and no kernel panics with iwconfig can be found in this PPA:
https://launchpad.net/~eugenesan/+archive/ppa This is a Raring
compatible build of bcmwl 6.30.

If you add this PPA to your system, you'll want to disable automatic
installation of packages from it with the /etc/apt/preferences file or
else you'll get a lot of (probably) unwanted updates for other packages.

Note that you'll get networking errors upon first installing the package
(you'll get dropped from Wifi and you'll see scan errors in dmesg). Just
restart after installation and all should be in working order.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-05-02 Thread Guevara
The problem was also reported in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173581 and several
other linux distributions with the 3.7 kernel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-05-01 Thread Marcelo dos Santos Nascimento Correia
Please, tell me how i can help to get this bug fixed. Can I give more
information? Is there anything I can do? I really do not want to see
this bug go unsolved like many others that plague ubuntu...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-05-01 Thread Kimr1508
Yes, b43 is not good.  I also experience connection drops with BCM4312
802.11b/g LP-PHY after a short time of use.

We need the STA/Wl to work, since it is an all Linux distros issue - not
only Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-04-30 Thread Ariel
I got the dump from the kernel.
I realise that the crash doesn't happen when I'm using wired network and 
connected to an wireless router at the same time.

** Attachment added: "Kernel crash dump"
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+attachment/3660946/+files/kernel_crash.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-04-30 Thread Marcelo dos Santos Nascimento Correia
b43 is dropping my conection every 5 minutes... i need the STA/Wl to
work

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-04-30 Thread Thomas Surrel
Same here :
Broadcom Corporation BCM4312 802.11b/g LP-PHY

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-04-29 Thread Mohamad Atef Radwan
me too : Broadcom Corporation BCM4312 802.11b/g LP-PHY .. kernel panic after 5 
min max 
use b43 instead now but still STA/Wl is better

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-04-28 Thread Marcelo dos Santos Nascimento Correia
me too: BCM  802.11b/g LP-PHY

Please fix it, it's the only thing stopping me to upgrade to 13.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-04-28 Thread Kobzeci
I can confirm this bug too. 
I have:
07:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 
01)
There were no problems on previous releases.
Hope to see this bug fixed soon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-04-26 Thread Ariel Freitas
...how can we get the kernel stacktrace?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-04-26 Thread Ariel Freitas
The happens to me, and also when I use ndiswrapper. Please

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-04-09 Thread ltl beaver
** Information type changed from Public to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-03-17 Thread Michele Giacomoli
Ok, they are back :) but I don't know where to find the kernel
stacktrace. Looking at syslog I don't find anything.

Anyway looking at the description of your but I think it's not the same
bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-03-14 Thread Michele Giacomoli
Hey Kelly, it seems I needed your comment in order to fix my problem.
I'm trying to stress the wireless card in order to experience the kernel
panic and post the log from yesterday, but no panics so far!! The
strange thing is that I just tried a day before (after I installed the
kernel 3.8.0-12) and it got a kernel panic after a few seconds. Yes, in
the meanwhile I also installed other updates, like unity and grub2, but
I don't think they can fix this problem...

As soon as I experience a kernel panic I'll post the stacktrace ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-03-13 Thread Kelly Hyde
Are you able to get a log/stacktrace of the kernel panic you're
experiencing? I'm curious to know if it's the same as the kernel panic I
attached to my bug:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1124390 (I'm not
really sure if my panics are specific to my network card; if you're
getting the same ones, it's not, since we have different hardware.)

My bug is not the same as bug #1098225.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-03-01 Thread Michele Giacomoli
@Manjul I checked for brcmsmac, but it seems they only support the
broadcom 4313 and... ops... I discovered I wrote the wrong model of my
broadcom card. In fact I have a 4312 (which seems not supported by
brcmsmac), not a 4313... Sorry

I'll update the description

** Description changed:

- While starting from Ubuntu 11.10 to 12.10 wl drivers worked like a charm on 
my broadcom 4313, it seems that the drivers in ubuntu 13.04 started causing 
kernel panics while using the network. The version I'm using is a fresh install 
of ubuntu 13.04 amd64 plus all the updates as of today and the home folder 
restored from an ubuntu 12.10 backup, but I don't think it could make the 
difference as the freeze happens also when logged as a "just created" user.
+ While starting from Ubuntu 11.10 to 12.10 wl drivers worked like a charm on 
my broadcom 4312, it seems that the drivers in ubuntu 13.04 started causing 
kernel panics while using the network. The version I'm using is a fresh install 
of ubuntu 13.04 amd64 plus all the updates as of today and the home folder 
restored from an ubuntu 12.10 backup, but I don't think it could make the 
difference as the freeze happens also when logged as a "just created" user.
  I'm pretty sure this problem is cause of broadcom drivers (or broadcom 
related network stuff) because as soon as I blacklisted wl, mac80211 and 
cfg80211 modules and plugged in an usb ralink wifi card it stopped to freeze.
  
  Ubuntu version: 13.04 64 bits
  Package version: 6.20.155.1+bdcom-0ubuntu6
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6
  ProcVersionSignature: Ubuntu 3.8.0-7.15-generic 3.8.0
  Uname: Linux 3.8.0-7-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  Date: Wed Feb 27 15:15:33 2013
  InstallationDate: Installed on 2013-01-20 (37 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130118)
  MarkForUpload: True
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=it_IT.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=it_IT.UTF-8
+  SHELL=/bin/bash
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-02-28 Thread Michele Giacomoli
@Kimr1508 Yes, it really seems the same problem. Until that will be
reopened I'll don't mark this bug as duplicated

@Manjul Apratim I'll give them a try as soon as I realize how to use
them ;) But this is a workaround, not a fix, and since when you install
Ubuntu these (STA/wl) are the only drivers it suggests you to use, this
problem should be fixed as soon as possible.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-02-27 Thread Manjul Apratim
@Michele your broadcom 4313 card is supposed to be supported by the open
sourced brcmsmac (brcm80211) (for PCI, and brcmfmac for SDIO) drivers
that are included in the kernel since 2.6.37:

http://linuxwireless.org/en/users/Drivers/brcm80211#Supported_Chips

I would suggest you give them a try intead of the closed source wl
driver, which causes repeated problems from time to time (I myself have
a broadcom 4312 chip, which I used with wl for two years until it began
to cause connectivity issues and I was able to switch to the open source
b43 drivers, which I have used for two years now without any problems).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-02-27 Thread Kimr1508
You might also want to follow
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1098225 since it's
related to this one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-02-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bcmwl (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134389] Re: Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

2013-02-27 Thread Kimr1508
I receive kernel panic after a random number of minutes (normally 2 - 15
minutes) when I use Transmission. When doing casual web browsing I do
not get any panic, so maybe it is network load related.

If I boot with kernel 3.5 there are no problems at all.

The kernel panic on broadcom 4312 can also be reproduced copying a large
file to another computer (samba share). So it is not only when
Transmission is used to generate network traffic .

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134389

Title:
  Broadcom Sta/wl Drivers causes random kernel panics on ubuntu raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1134389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs