[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-09-08 Thread Vincas Dargis
Looks like it's not problem any more on system I mentioned earlier. There are no long kernel crashes on resume. Though, bug https://bugs.launchpad.net/ubuntu/+source/systemd- shim/+bug/1252121 now is in effect... But that's other story. -- You received this bug notification because you are a

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-07-26 Thread Christopher M. Penalver
hirax, thank you for your comment. So your hardware and problem may be tracked, could you please file a new report with Ubuntu (not Linux Mint) by executing the following in a terminal while booted into the default Ubuntu kernel (not a mainline one) via: ubuntu-bug linux For more on this,

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-07-25 Thread hirax
Dell Studio 1555 BIOS - latest version Linux Mint 17 KDE 64bit kernel release - 3.13.0-24-generic kernel version - #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 Same Huawei dongle, same symptoms with network manager after disconnecting and lsusb hanging in terminal. Only hard restart returns all

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-07-04 Thread Christopher M. Penalver
Vincas Dargis, thank you for your comment. So your hardware and problem may be tracked, could you please file a new report with Ubuntu by executing the following in a terminal while booted into the default Ubuntu kernel (not a mainline one) via: ubuntu-bug linux For more on this, please read

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-07-04 Thread Vincas Dargis
@Christopher M. Penalver (penalvch): Are you assuming this is different problem? Sadly, I do not have access to that computer frequently, but I could try it some time later. Bug again, why new bug report? If I understand correctly, it's not currently fixed if official (not PPA) linux package,

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-07-03 Thread Vincas Dargis
Same problem on Dell Inspiron 6400, Ubuntu 14.04 i386 using HUAWEI USB GPRS/EDGE/3G modem. Problems started after upgrade from 12.04. When we can expect path to be release? It's quite a few kernel upgrades passed since bug report -- You received this bug notification because you are a

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-05-26 Thread Chris J Arges
** Description changed: + As seen on: + https://errors.ubuntu.com/problem/3f0d2482c07d31441d77a864477d8789a78b5e23 + + -- + the lastest linux kernel update 3.13.0-24.46-generic 3.13.9 (maybe the previous one too) causes ModemManager to crash. sometimes, when using my usb modem (Huawei

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-05-12 Thread Moez Bouhlel
yes, it solves the problem -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1308537 Title: [usb_wwan] unable to handle kernel NULL pointer dereference Status in “linux” package in

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-05-12 Thread Christopher M. Penalver
** Tags added: cherry-pick -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1308537 Title: [usb_wwan] unable to handle kernel NULL pointer dereference Status in “linux” package in

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-05-11 Thread Moez Bouhlel
** Tags removed: bios-outdated-6.80 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1308537 Title: [usb_wwan] unable to handle kernel NULL pointer dereference Status in “linux” package

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-05-11 Thread Moez Bouhlel
I have deleted the bios-outdated-6.80 flag as this bug affects peoples with other BIOSs and it stills happens even after updating the BIOS as long as the patch posted by @henrix was not applied to the running kernel -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-05-11 Thread Christopher M. Penalver
Moez Bouhlel, please post the results of the following terminal command: sudo dmidecode -s bios-version sudo dmidecode -s bios-release-date ** Tags added: bios-outdated-6.80 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-05-11 Thread Moez Bouhlel
$ sudo dmidecode -s bios-version sudo dmidecode -s bios-release-date 6.80 10/01/2013 I have updated the bios. but I'm still getting the same ACPI errors on dmesg output. I noticed this error on dmesg output on both ubuntu and archlinux many times: usb 1-3: device not accepting address 4, error

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-05-11 Thread Christopher M. Penalver
Moez Bouhel, just to clarify, the patch noted in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1308537/comments/13 does prevent the problem? ** Tags removed: bios-outdated-6.80 ** Tags added: latest-bios-6.80 ** Tags removed: kernel-bug-exists-upstream ** Tags added:

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-23 Thread Luis Henriques
Thanks a lot for testing. To be honest, I wasn't expecting the patch to be this verbose... so, I've modified the patch and uploaded v2 of the test kernel: http://people.canonical.com/~henrix/lp1308537/v2/ The modified patch is also in this directory. ** Changed in: linux (Ubuntu)

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-22 Thread Luis Henriques
Moez, looks like you're hitting a bug that hasn't been fixed upstream yet. I've took a look at the usb_wwan driver and it seems that function usb_wwan_write() is missing a NULL check to 'this_urb' variable. I've added this check (see patch attached) and compiled a test kernel . Could you please

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-22 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1308537 Title: [usb_wwan] unable to handle kernel NULL pointer dereference Status in “linux” package in Ubuntu:

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-22 Thread Moez Bouhlel
@henrix: ok, i'm going to try it @penalvch: Toshiba Bios executable requires a running windows 8 system on the laptop (neither wine nor freedos nor virtual machine worked), so, i may not be able to update the bios anytime soon -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-22 Thread Moez Bouhlel
@henrix: that's a part of the output after applying the patch: now, the usb modem reconnect just fine [ 5588.532572] usb 1-1.2: USB disconnect, device number 6 [ 5588.534775] option1 ttyUSB0: option_instat_callback: error -108 [ 5588.534896] option1 ttyUSB0: GSM modem (1-port) converter now

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-19 Thread Christopher M. Penalver
Moez Bouhlel, as per http://www.toshiba.co.uk/innovation/download_bios.jsp?service=UK an update to your BIOS is available (6.80). If you update to this following https://help.ubuntu.com/community/BiosUpdate does it change anything? If it doesn't, could you please both specify what happened,

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-18 Thread Moez Bouhlel
running linux 3.15-rc1 for along 2 days without having any trouble on the usb modem connection ** Tags added: kernel-fixed-upstream ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-18 Thread Moez Bouhlel
just an hour later, i get the same bug :( it seems not fixed yet on linux 3.15-rc1 that's a part of dmesg with the lastest error: [ 7640.417057] usb 1-1.2: new high-speed USB device number 9 using ehci-pci [ 7640.511625] usb 1-1.2: New USB device found, idVendor=12d1, idProduct=1506 [

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-16 Thread Bouhlel Moez
** Attachment added: usb_modeswitch.log https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1308537/+attachment/4085466/+files/usb_modeswitch.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-16 Thread Bouhlel Moez
** Attachment added: kern.log https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1308537/+attachment/4085468/+files/kern.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1308537

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-16 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.15 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix

[Kernel-packages] [Bug 1308537] Re: [usb_wwan] unable to handle kernel NULL pointer dereference

2014-04-16 Thread Moez Bouhlel
ok, i'm currently running mainline kernel on recovery mode, i will need at least two days to check if this bug not fixed because it happens on Trusty kernel rarely (one or two times the whole day) -- You received this bug notification because you are a member of Kernel Packages, which is