[Kernel-packages] [Bug 1360783] Re: Broadcom wifi crash in bcmwl-kernel-source cfg80211

2014-10-29 Thread Brian Burch
Thanks, Christopher... I hope the following helps!

brian@bacchus:~$ lspci -vvnn | grep -A 11 Network
04:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g 
LP-PHY [14e4:4315] (rev 01)
Subsystem: Dell Wireless 1397 WLAN Mini-Card [1028:000c]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: wl

07:00.0 SD Host controller [0805]: Ricoh Co Ltd MMC/SD Host Controller 
[1180:e822] (rev 01)
Subsystem: Dell Device [1028:0413]
brian@bacchus:~$ lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04
brian@bacchus:~$ uname -a
Linux bacchus 3.13.0-37-lowlatency #64-Ubuntu SMP PREEMPT Mon Sep 22 22:00:49 
UTC 2014 i686 i686 i686 GNU/Linux
brian@bacchus:~$ apt-cache policy bcmwl-kernel-source
bcmwl-kernel-source:
  Installed: 6.30.223.141+bdcom-0ubuntu2
  Candidate: 6.30.223.141+bdcom-0ubuntu2
  Version table:
 *** 6.30.223.141+bdcom-0ubuntu2 0
500 http://ubuntu.mirror.serversaustralia.com.au/ubuntu/ 
trusty/restricted i386 Packages
100 /var/lib/dpkg/status
brian@bacchus:~$ sudo sudo dmidecode -s bios-version
A12
brian@bacchus:~$ sudo dmidecode -s bios-release-date
03/30/2011
brian@bacchus:~$ sudo dmidecode -s baseboard-product-name
0874P6
brian@bacchus:~$ sudo dmidecode -s baseboard-manufacturer
Dell Inc.
brian@bacchus:~$

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1360783

Title:
  Broadcom wifi crash in bcmwl-kernel-source cfg80211

Status in “bcmwl” package in Ubuntu:
  Incomplete

Bug description:
  lspci shows: Network controller: Broadcom Corporation BCM4312
  802.11b/g LP-PHY (rev 01)

  lsb_release: Ubuntu 14.04.1 LTS (actually UbuntuStudio)

  Linux version 3.13.0-34-lowlatency

  Dell Studio 1558 with Intel CPU in i386 mode and four CPUs.

  Most of the time wifi works perfectly. Occasionally, when using wifi
  hotspots away from home, the system never makes a connection. Usually
  I see similar stack traces in the syslog, but the attached extract is
  the only example I have to hand.

  The system is resuming after suspend, but I do not believe that aspect
  is relevant. I have seen similar crashes after powering on, and (to
  repeat myself) in more than one hot spot. I suspect there is an edge
  case in negotiating with some wifi routers that is not handled
  properly. (Perhaps I am prejudiced, but I get the feeling that the
  problem routers are in iPhone-friendly environments).

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1360783] Re: Broadcom wifi crash in bcmwl-kernel-source cfg80211

2014-10-28 Thread Christopher M. Penalver
Brian Burch, could you please execute the following in a terminal and post the 
results to this report:
lspci -vvnn | grep -A 11 Network
lsb_release -rd
uname -a
apt-cache policy bcmwl-kernel-source
sudo dmidecode -s bios-version
sudo dmidecode -s bios-release-date
sudo dmidecode -s baseboard-product-name
sudo dmidecode -s baseboard-manufacturer

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1360783

Title:
  Broadcom wifi crash in bcmwl-kernel-source cfg80211

Status in “bcmwl” package in Ubuntu:
  Incomplete

Bug description:
  lspci shows: Network controller: Broadcom Corporation BCM4312
  802.11b/g LP-PHY (rev 01)

  lsb_release: Ubuntu 14.04.1 LTS (actually UbuntuStudio)

  Linux version 3.13.0-34-lowlatency

  Dell Studio 1558 with Intel CPU in i386 mode and four CPUs.

  Most of the time wifi works perfectly. Occasionally, when using wifi
  hotspots away from home, the system never makes a connection. Usually
  I see similar stack traces in the syslog, but the attached extract is
  the only example I have to hand.

  The system is resuming after suspend, but I do not believe that aspect
  is relevant. I have seen similar crashes after powering on, and (to
  repeat myself) in more than one hot spot. I suspect there is an edge
  case in negotiating with some wifi routers that is not handled
  properly. (Perhaps I am prejudiced, but I get the feeling that the
  problem routers are in iPhone-friendly environments).

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1360783] Re: Broadcom wifi crash in bcmwl-kernel-source cfg80211

2014-10-28 Thread Brian Burch
I have just re-executed the command "apport-collect 1360783" while the
broadcom adapter was active, without sudo permission.

It failed with a popup window titled "Updating Problem Report" and the
text "No additional information collected."

Here is the console log:

brian@bacchus:~$ apport-collect 1360783
The authorization page:
 
(https://launchpad.net/+authorize-token?oauth_token=dt1ZkgdmKbTwz5wW096W&allow_permission=DESKTOP_INTEGRATION)
should be opening in your browser. Use your browser to authorize
this program to access Launchpad on your behalf.
Press any key to continue or wait (5) seconds...
Waiting to hear from Launchpad about your decision...
Created new window in existing browser session.
Package bcmwl not installed and no hook available, ignoring
brian@bacchus:~$ 

It doesn't look very helpful to me!

In case you are wondering, here are the relevant package details:

brian@bacchus:~$ dpkg -l | grep bcmwl
ii  bcmwl-kernel-source6.30.223.141+bdcom-0ubuntu2  
   i386 Broadcom 802.11 Linux STA wireless driver source
brian@bacchus:~$ dpkg -l | grep apport
ii  apport 2.14.1-0ubuntu3.5
   all  automatically generate crash reports for 
debugging
ii  apport-gtk 2.14.1-0ubuntu3.5
   all  GTK+ frontend for the apport crash report system
ii  apport-symptoms0.20 
   all  symptom scripts for apport
ii  python-apport  2.14.1-0ubuntu3.5
   all  Python library for Apport crash report handling
ii  python3-apport 2.14.1-0ubuntu3.5
   all  Python 3 library for Apport crash report 
handling
brian@bacchus:~$

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1360783

Title:
  Broadcom wifi crash in bcmwl-kernel-source cfg80211

Status in “bcmwl” package in Ubuntu:
  Incomplete

Bug description:
  lspci shows: Network controller: Broadcom Corporation BCM4312
  802.11b/g LP-PHY (rev 01)

  lsb_release: Ubuntu 14.04.1 LTS (actually UbuntuStudio)

  Linux version 3.13.0-34-lowlatency

  Dell Studio 1558 with Intel CPU in i386 mode and four CPUs.

  Most of the time wifi works perfectly. Occasionally, when using wifi
  hotspots away from home, the system never makes a connection. Usually
  I see similar stack traces in the syslog, but the attached extract is
  the only example I have to hand.

  The system is resuming after suspend, but I do not believe that aspect
  is relevant. I have seen similar crashes after powering on, and (to
  repeat myself) in more than one hot spot. I suspect there is an edge
  case in negotiating with some wifi routers that is not handled
  properly. (Perhaps I am prejudiced, but I get the feeling that the
  problem routers are in iPhone-friendly environments).

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1360783] Re: Broadcom wifi crash in bcmwl-kernel-source cfg80211

2014-10-28 Thread Christopher M. Penalver
Brian Burch, just to clarify, bcmwl is the meta package name on
Launchpad, associated with bcmwl-kernel-source. This is confirmed via
https://launchpad.net/ubuntu/+source/bcmwl .

Despite this, did you actually run the command? If so, please post the
result of the command to this report.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1360783

Title:
  Broadcom wifi crash in bcmwl-kernel-source cfg80211

Status in “bcmwl” package in Ubuntu:
  Incomplete

Bug description:
  lspci shows: Network controller: Broadcom Corporation BCM4312
  802.11b/g LP-PHY (rev 01)

  lsb_release: Ubuntu 14.04.1 LTS (actually UbuntuStudio)

  Linux version 3.13.0-34-lowlatency

  Dell Studio 1558 with Intel CPU in i386 mode and four CPUs.

  Most of the time wifi works perfectly. Occasionally, when using wifi
  hotspots away from home, the system never makes a connection. Usually
  I see similar stack traces in the syslog, but the attached extract is
  the only example I have to hand.

  The system is resuming after suspend, but I do not believe that aspect
  is relevant. I have seen similar crashes after powering on, and (to
  repeat myself) in more than one hot spot. I suspect there is an edge
  case in negotiating with some wifi routers that is not handled
  properly. (Perhaps I am prejudiced, but I get the feeling that the
  problem routers are in iPhone-friendly environments).

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1360783] Re: Broadcom wifi crash in bcmwl-kernel-source cfg80211

2014-10-27 Thread Brian Burch
Sorry Chris, but your suggested command failed because it was looking
for a package called "bcmwl". The package installed, as quoted in my bug
subject, is bcmwl-kernel-source. This is because it is installed as a
dkms module that has to be compiled against the appropriate kernel
headers.

I don't know how to run apport-collect against this bug reference
number, and yet make it collect from the valid ubuntu package name.
Could you tell me, please?

Thanks,

Brian

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1360783

Title:
  Broadcom wifi crash in bcmwl-kernel-source cfg80211

Status in “bcmwl” package in Ubuntu:
  Incomplete

Bug description:
  lspci shows: Network controller: Broadcom Corporation BCM4312
  802.11b/g LP-PHY (rev 01)

  lsb_release: Ubuntu 14.04.1 LTS (actually UbuntuStudio)

  Linux version 3.13.0-34-lowlatency

  Dell Studio 1558 with Intel CPU in i386 mode and four CPUs.

  Most of the time wifi works perfectly. Occasionally, when using wifi
  hotspots away from home, the system never makes a connection. Usually
  I see similar stack traces in the syslog, but the attached extract is
  the only example I have to hand.

  The system is resuming after suspend, but I do not believe that aspect
  is relevant. I have seen similar crashes after powering on, and (to
  repeat myself) in more than one hot spot. I suspect there is an edge
  case in negotiating with some wifi routers that is not handled
  properly. (Perhaps I am prejudiced, but I get the feeling that the
  problem routers are in iPhone-friendly environments).

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1360783] Re: Broadcom wifi crash in bcmwl-kernel-source cfg80211

2014-10-27 Thread Christopher M. Penalver
Brian Burch, thank you for taking the time to report this bug and helping to 
make Ubuntu better. Please execute the following command, as it will 
automatically gather debugging information, in a terminal:
apport-collect 1360783
When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
the name of the package affected. You can learn more about this functionality 
at https://wiki.ubuntu.com/ReportingBugs.

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1360783

Title:
  Broadcom wifi crash in bcmwl-kernel-source cfg80211

Status in “bcmwl” package in Ubuntu:
  Incomplete

Bug description:
  lspci shows: Network controller: Broadcom Corporation BCM4312
  802.11b/g LP-PHY (rev 01)

  lsb_release: Ubuntu 14.04.1 LTS (actually UbuntuStudio)

  Linux version 3.13.0-34-lowlatency

  Dell Studio 1558 with Intel CPU in i386 mode and four CPUs.

  Most of the time wifi works perfectly. Occasionally, when using wifi
  hotspots away from home, the system never makes a connection. Usually
  I see similar stack traces in the syslog, but the attached extract is
  the only example I have to hand.

  The system is resuming after suspend, but I do not believe that aspect
  is relevant. I have seen similar crashes after powering on, and (to
  repeat myself) in more than one hot spot. I suspect there is an edge
  case in negotiating with some wifi routers that is not handled
  properly. (Perhaps I am prejudiced, but I get the feeling that the
  problem routers are in iPhone-friendly environments).

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1360783] Re: Broadcom wifi crash in bcmwl-kernel-source cfg80211

2014-08-24 Thread Brian Burch
brian@bacchus:~/scratch$ dpkg -l | grep bcmwl
ii  bcmwl-kernel-source6.30.223.141+bdcom-0ubuntu2  
   i386 Broadcom 802.11 Linux STA wireless driver source

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1360783

Title:
  Broadcom wifi crash in bcmwl-kernel-source cfg80211

Status in “bcmwl” package in Ubuntu:
  New

Bug description:
  lspci shows: Network controller: Broadcom Corporation BCM4312
  802.11b/g LP-PHY (rev 01)

  lsb_release: Ubuntu 14.04.1 LTS (actually UbuntuStudio)

  Linux version 3.13.0-34-lowlatency

  Dell Studio 1558 with Intel CPU in i386 mode and four CPUs.

  Most of the time wifi works perfectly. Occasionally, when using wifi
  hotspots away from home, the system never makes a connection. Usually
  I see similar stack traces in the syslog, but the attached extract is
  the only example I have to hand.

  The system is resuming after suspend, but I do not believe that aspect
  is relevant. I have seen similar crashes after powering on, and (to
  repeat myself) in more than one hot spot. I suspect there is an edge
  case in negotiating with some wifi routers that is not handled
  properly. (Perhaps I am prejudiced, but I get the feeling that the
  problem routers are in iPhone-friendly environments).

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1360783] Re: Broadcom wifi crash in bcmwl-kernel-source cfg80211

2014-08-24 Thread Brian Burch
I don't know how the package name was over-ridden by the last bug I had
worked on! It has nothing to do with openjdk!!

** Package changed: openjdk-7 (Ubuntu) => bcmwl (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1360783

Title:
  Broadcom wifi crash in bcmwl-kernel-source cfg80211

Status in “bcmwl” package in Ubuntu:
  New

Bug description:
  lspci shows: Network controller: Broadcom Corporation BCM4312
  802.11b/g LP-PHY (rev 01)

  lsb_release: Ubuntu 14.04.1 LTS (actually UbuntuStudio)

  Linux version 3.13.0-34-lowlatency

  Dell Studio 1558 with Intel CPU in i386 mode and four CPUs.

  Most of the time wifi works perfectly. Occasionally, when using wifi
  hotspots away from home, the system never makes a connection. Usually
  I see similar stack traces in the syslog, but the attached extract is
  the only example I have to hand.

  The system is resuming after suspend, but I do not believe that aspect
  is relevant. I have seen similar crashes after powering on, and (to
  repeat myself) in more than one hot spot. I suspect there is an edge
  case in negotiating with some wifi routers that is not handled
  properly. (Perhaps I am prejudiced, but I get the feeling that the
  problem routers are in iPhone-friendly environments).

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp