[Bug 1415880] Re: 14e4:4365 bcmwl-kernel source: fix for null pointer crash

2016-05-03 Thread Grzegorz Bartman
I have some workaround (distable/enable wl module when suspend)

- check this 
http://askubuntu.com/questions/620494/ubuntu-15-04-suspend-doesnt-run-pm-suspend
 (needed for 15.04 or higher)
- in /etc/pm/sleep.d create file with some name (for example 01_wifi_wl) with 
content:

=
#!/bin/bash

case "$1" in
suspend)
modprobe -r wl
;;
resume) 
modprobe wl
;;
*)
;;
esac
=

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

Title:
  14e4:4365 bcmwl-kernel source: fix for null pointer crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1415880/+subscriptions

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


[Bug 1415880] Re: 14e4:4365 bcmwl-kernel source: fix for null pointer crash

2016-05-03 Thread Grzegorz Bartman
Just checked with Ubuntu 16.04 and Dell XPS 15 9530  - still same
problem.

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

Title:
  14e4:4365 bcmwl-kernel source: fix for null pointer crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1415880/+subscriptions

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


[Bug 1415880] Re: 14e4:4365 bcmwl-kernel source: fix for null pointer crash

2016-02-15 Thread Grzegorz Bartman
Can anyone confirm that 
https://launchpad.net/ubuntu/+source/bcmwl/6.30.223.248+bdcom-0ubuntu0.0.3 
fixes problem?
I just tried this package and I have still same problem - laptop don't want to 
back to work after suspend (Dell XPS 15 9530)

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

Title:
  14e4:4365 bcmwl-kernel source: fix for null pointer crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1415880/+subscriptions

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