Re: [Kernel-packages] [Bug 1848790] Re: USB not working under arm64 on Pi4 with 4G ram

2019-11-23 Thread Jussi Saarinen
That line was already commented out (#dtoverlay=vc4-fkms-v3d) in config.txt
so I blacklisted module v3d, works now better with 1013 kernel. Thanks.

On Sat, Nov 23, 2019 at 2:05 PM Hui Wang  wrote:

> @Jussi,
>
> I found that issue too. the driver v3d.ko crashed. In the 1013, we
> enabled v3d.ko, while before the 1013, the v3d.ko is disabled.
>
> You could change dtoverlay=vc4-fkms-v3d to #dtoverlay=vc4-fkms-v3d in
> the config.txt, then boot with 1013 kernel, system will use fbdev as
> before.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1848790
>
> Title:
>   USB not working under arm64 on Pi4 with 4G ram
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848790/+subscriptions
>


-- 
-jussi

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

Title:
  USB not working under arm64 on Pi4 with 4G ram

Status in linux-raspi2 package in Ubuntu:
  Confirmed
Status in linux-raspi2 source package in Eoan:
  Fix Released

Bug description:
  Ubuntu 19.10 arm64 on a Raspberry Pi 4 does not recognize a keyboard
  which works successfully on the same Raspberry Pi 4 with Ubuntu 19.10
  armhf. Both USB hubs (2 and 3) were tested, without the OS seeing the
  keyboard on either. Booting the arm64 image on a Raspberry Pi 3, the
  keyboard worked successfully.

  Output of lsusb under arm64 on a Pi 3:

  ubuntu@ubuntu:~$ lsusb
  Bus 001 Device 007: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
  Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 
Fast Ethernet Adapter
  Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  Output of lsusb under armhf on a Pi 4 (same keyboard attached):

  ubuntu@ubuntu:~$ lsusb
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 003: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
  Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  Output of lsusb under arm64 on the same Pi 4 (same keyboard attached):

  ubuntu@ubuntu:~$ lsusb
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  The fact even the VIA Labs hub doesn't show up (which is built in)
  suggests the kernel is (for some reason) unable to enumerate anything
  against the USB hubs.

  
  == Temporary Workaround ==

  As noted by various people below, the following line can be added to
  the "usercfg.txt" file on the boot partition:

  total_mem=3072

  This will limit the available RAM to 3Gb, but otherwise things should
  operate normally. Note that this bug does not affect Pi 4Bs with less
  than 4Gb of RAM.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848790/+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 1848790] Re: USB not working under arm64 on Pi4 with 4G ram

2019-11-23 Thread Jussi Saarinen
I tried kernel linux-image-5.3.0-1013-raspi2 on Pi4. I'm running mate-
desktop-environment using autologin and with this kernel X-server
started but only showing black screen with mouse cursor, I could log in
with ssh. I rolled back to linux-image-5.3.0-1012-raspi2 for now.

** Attachment added: "kern.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848790/+attachment/5307241/+files/kern.log

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

Title:
  USB not working under arm64 on Pi4 with 4G ram

Status in linux-raspi2 package in Ubuntu:
  Confirmed
Status in linux-raspi2 source package in Eoan:
  Fix Released

Bug description:
  Ubuntu 19.10 arm64 on a Raspberry Pi 4 does not recognize a keyboard
  which works successfully on the same Raspberry Pi 4 with Ubuntu 19.10
  armhf. Both USB hubs (2 and 3) were tested, without the OS seeing the
  keyboard on either. Booting the arm64 image on a Raspberry Pi 3, the
  keyboard worked successfully.

  Output of lsusb under arm64 on a Pi 3:

  ubuntu@ubuntu:~$ lsusb
  Bus 001 Device 007: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
  Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 
Fast Ethernet Adapter
  Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  Output of lsusb under armhf on a Pi 4 (same keyboard attached):

  ubuntu@ubuntu:~$ lsusb
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 003: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
  Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  Output of lsusb under arm64 on the same Pi 4 (same keyboard attached):

  ubuntu@ubuntu:~$ lsusb
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  The fact even the VIA Labs hub doesn't show up (which is built in)
  suggests the kernel is (for some reason) unable to enumerate anything
  against the USB hubs.

  
  == Temporary Workaround ==

  As noted by various people below, the following line can be added to
  the "usercfg.txt" file on the boot partition:

  total_mem=3072

  This will limit the available RAM to 3Gb, but otherwise things should
  operate normally. Note that this bug does not affect Pi 4Bs with less
  than 4Gb of RAM.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848790/+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 1818219] Re: Lenovo T480 freezes after screen has been locked

2019-03-05 Thread Jussi Lind
Didn't freeze overnight, so maybe 4.16 fixed the issue.

-- 
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/1818219

Title:
  Lenovo T480 freezes after screen has been locked

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This has now happened multiple times. When I just lock my screen (I
  have one external monitor attached to my laptop via HDMI) and leave my
  laptop alone for a while, it has somehow frozen when I get back. I'm
  not sure how long it will take, but something like 30-60 mins perhaps.
  Either one or usually both screens are just black and the machine
  doesn't respond to mouse or anything (haven't tried to SSH to the
  laptop).

  If I just suspend the laptop everything always goes just fine and it
  always wakes up.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-42-generic 4.15.0-42.45
  ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
  Uname: Linux 4.15.0-42-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   jussili2985 F...m pulseaudio
   /dev/snd/controlC0:  jussili2985 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar  1 13:23:13 2019
  HibernationDevice: RESUME=UUID=16017bed-4ef5-46e8-9621-733ee431d47d
  InstallationDate: Installed on 2018-04-17 (317 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180416)
  MachineType: LENOVO 20L5MX
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-42-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-42-generic N/A
   linux-backports-modules-4.15.0-42-generic  N/A
   linux-firmware 1.173.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N24ET35W (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20L5MX
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN24ET35W(1.10):bd02/12/2018:svnLENOVO:pn20L5MX:pvrThinkPadT480:rvnLENOVO:rn20L5MX:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T480
  dmi.product.name: 20L5MX
  dmi.product.version: ThinkPad T480
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818219/+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 1818219] Re: Lenovo T480 freezes after screen has been locked

2019-03-04 Thread Jussi Lind
Ok, I'm running 4.16 now. Let's what happens..

-- 
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/1818219

Title:
  Lenovo T480 freezes after screen has been locked

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This has now happened multiple times. When I just lock my screen (I
  have one external monitor attached to my laptop via HDMI) and leave my
  laptop alone for a while, it has somehow frozen when I get back. I'm
  not sure how long it will take, but something like 30-60 mins perhaps.
  Either one or usually both screens are just black and the machine
  doesn't respond to mouse or anything (haven't tried to SSH to the
  laptop).

  If I just suspend the laptop everything always goes just fine and it
  always wakes up.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-42-generic 4.15.0-42.45
  ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
  Uname: Linux 4.15.0-42-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   jussili2985 F...m pulseaudio
   /dev/snd/controlC0:  jussili2985 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar  1 13:23:13 2019
  HibernationDevice: RESUME=UUID=16017bed-4ef5-46e8-9621-733ee431d47d
  InstallationDate: Installed on 2018-04-17 (317 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180416)
  MachineType: LENOVO 20L5MX
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-42-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-42-generic N/A
   linux-backports-modules-4.15.0-42-generic  N/A
   linux-firmware 1.173.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N24ET35W (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20L5MX
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN24ET35W(1.10):bd02/12/2018:svnLENOVO:pn20L5MX:pvrThinkPadT480:rvnLENOVO:rn20L5MX:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T480
  dmi.product.name: 20L5MX
  dmi.product.version: ThinkPad T480
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818219/+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 1818219] Re: Lenovo T480 freezes after screen has been locked

2019-03-01 Thread Jussi Lind
** Description changed:

- It has now happened multiple times that when I just lock my screen (I
- have one external monitor attached to my laptop via HDMI) my laptop has
- somehow frozen when I get back. I'm not sure how long it will take, but
- 30-60 min perhaps. Either one or usually both screens are just black and
- the machine doesn't respond to mouse or anything.
+ This has now happened multiple times. When I just lock my screen (I have
+ one external monitor attached to my laptop via HDMI) and leave my laptop
+ alone for a while, it has somehow frozen when I get back. I'm not sure
+ how long it will take, but something like 30-60 mins perhaps. Either one
+ or usually both screens are just black and the machine doesn't respond
+ to mouse or anything (haven't tried to SSH to the laptop).
  
- If I just suspend the laptop everything always goes just fine.
+ If I just suspend the laptop everything always goes just fine and it
+ always wakes up.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-42-generic 4.15.0-42.45
  ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
  Uname: Linux 4.15.0-42-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/pcmC0D0p:   jussili2985 F...m pulseaudio
-  /dev/snd/controlC0:  jussili2985 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/pcmC0D0p:   jussili2985 F...m pulseaudio
+  /dev/snd/controlC0:  jussili2985 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar  1 13:23:13 2019
  HibernationDevice: RESUME=UUID=16017bed-4ef5-46e8-9621-733ee431d47d
  InstallationDate: Installed on 2018-04-17 (317 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180416)
  MachineType: LENOVO 20L5MX
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-42-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  RelatedPackageVersions:
-  linux-restricted-modules-4.15.0-42-generic N/A
-  linux-backports-modules-4.15.0-42-generic  N/A
-  linux-firmware 1.173.2
+  linux-restricted-modules-4.15.0-42-generic N/A
+  linux-backports-modules-4.15.0-42-generic  N/A
+  linux-firmware 1.173.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N24ET35W (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20L5MX
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN24ET35W(1.10):bd02/12/2018:svnLENOVO:pn20L5MX:pvrThinkPadT480:rvnLENOVO:rn20L5MX:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T480
  dmi.product.name: 20L5MX
  dmi.product.version: ThinkPad T480
  dmi.sys.vendor: LENOVO

-- 
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/1818219

Title:
  Lenovo T480 freezes after screen has been locked

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This has now happened multiple times. When I just lock my screen (I
  have one external monitor attached to my laptop via HDMI) and leave my
  laptop alone for a while, it has somehow frozen when I get back. I'm
  not sure how long it will take, but something like 30-60 mins perhaps.
  Either one or usually both screens are just black and the machine
  doesn't respond to mouse or anything (haven't tried to SSH to the
  laptop).

  If I just suspend the laptop everything always goes just fine and it
  always wakes up.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-42-generic 4.15.0-42.45
  ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
  Uname: Linux 4.15.0-42-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   jussili2985 F...m pulseaudio
   /dev/snd/controlC0:  jussili2985 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar  1 13:23:13 2019
  HibernationDevice: RESUME=UUID=16017bed-4ef5-46e8-9621-733ee431d47d
  InstallationDate: Installed on 2018-04-17 (317 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180416)
  MachineType: LENOVO 20L5MX
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-42-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-42-generic N/A
   linux-backports-modules-4.15.0-42-generic  N/A
   linux-firmware 1.173.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bi

[Kernel-packages] [Bug 1818219] Re: Lenovo T480 freezes after screen has been locked

2019-03-01 Thread Jussi Lind
I attached my kern.log. Today (Mar 1 2019) this issue occurred sometime
between 12:00 and 13:00.

I can see things like these, but don't know if they are related:

Mar  1 12:29:25 T480 kernel: [50812.073470] WARNING: CPU: 0 PID: 2861 at
/build/linux-Y38gIP/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1073
drm_wait_one_vblank+0x181/0x190 [drm]

Mar  1 12:29:25 T480 kernel: [50812.073537] CPU: 0 PID: 2861 Comm: Xorg
Tainted: GW  O 4.15.0-42-generic #45-Ubuntu


** Attachment added: "Kernel log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818219/+attachment/5242595/+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/1818219

Title:
  Lenovo T480 freezes after screen has been locked

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This has now happened multiple times. When I just lock my screen (I
  have one external monitor attached to my laptop via HDMI) and leave my
  laptop alone for a while, it has somehow frozen when I get back. I'm
  not sure how long it will take, but something like 30-60 mins perhaps.
  Either one or usually both screens are just black and the machine
  doesn't respond to mouse or anything (haven't tried to SSH to the
  laptop).

  If I just suspend the laptop everything always goes just fine and it
  always wakes up.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-42-generic 4.15.0-42.45
  ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
  Uname: Linux 4.15.0-42-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   jussili2985 F...m pulseaudio
   /dev/snd/controlC0:  jussili2985 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar  1 13:23:13 2019
  HibernationDevice: RESUME=UUID=16017bed-4ef5-46e8-9621-733ee431d47d
  InstallationDate: Installed on 2018-04-17 (317 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180416)
  MachineType: LENOVO 20L5MX
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-42-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-42-generic N/A
   linux-backports-modules-4.15.0-42-generic  N/A
   linux-firmware 1.173.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N24ET35W (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20L5MX
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN24ET35W(1.10):bd02/12/2018:svnLENOVO:pn20L5MX:pvrThinkPadT480:rvnLENOVO:rn20L5MX:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T480
  dmi.product.name: 20L5MX
  dmi.product.version: ThinkPad T480
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818219/+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 1818219] [NEW] Lenovo T480 freezes after screen has been locked

2019-03-01 Thread Jussi Lind
Public bug reported:

This has now happened multiple times. When I just lock my screen (I have
one external monitor attached to my laptop via HDMI) and leave my laptop
alone for a while, it has somehow frozen when I get back. I'm not sure
how long it will take, but something like 30-60 mins perhaps. Either one
or usually both screens are just black and the machine doesn't respond
to mouse or anything (haven't tried to SSH to the laptop).

If I just suspend the laptop everything always goes just fine and it
always wakes up.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-42-generic 4.15.0-42.45
ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
Uname: Linux 4.15.0-42-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0p:   jussili2985 F...m pulseaudio
 /dev/snd/controlC0:  jussili2985 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Fri Mar  1 13:23:13 2019
HibernationDevice: RESUME=UUID=16017bed-4ef5-46e8-9621-733ee431d47d
InstallationDate: Installed on 2018-04-17 (317 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180416)
MachineType: LENOVO 20L5MX
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-42-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-42-generic N/A
 linux-backports-modules-4.15.0-42-generic  N/A
 linux-firmware 1.173.2
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/12/2018
dmi.bios.vendor: LENOVO
dmi.bios.version: N24ET35W (1.10 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20L5MX
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN24ET35W(1.10):bd02/12/2018:svnLENOVO:pn20L5MX:pvrThinkPadT480:rvnLENOVO:rn20L5MX:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad T480
dmi.product.name: 20L5MX
dmi.product.version: ThinkPad T480
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug bionic

-- 
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/1818219

Title:
  Lenovo T480 freezes after screen has been locked

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This has now happened multiple times. When I just lock my screen (I
  have one external monitor attached to my laptop via HDMI) and leave my
  laptop alone for a while, it has somehow frozen when I get back. I'm
  not sure how long it will take, but something like 30-60 mins perhaps.
  Either one or usually both screens are just black and the machine
  doesn't respond to mouse or anything (haven't tried to SSH to the
  laptop).

  If I just suspend the laptop everything always goes just fine and it
  always wakes up.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-42-generic 4.15.0-42.45
  ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
  Uname: Linux 4.15.0-42-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   jussili2985 F...m pulseaudio
   /dev/snd/controlC0:  jussili2985 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar  1 13:23:13 2019
  HibernationDevice: RESUME=UUID=16017bed-4ef5-46e8-9621-733ee431d47d
  InstallationDate: Installed on 2018-04-17 (317 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180416)
  MachineType: LENOVO 20L5MX
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-42-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-42-generic N/A
   linux-backports-modules-4.15.0-42-generic  N/A
   linux-firmware 1.173.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N24ET35W (1.10 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20L5MX
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN24ET35W(1.10):bd02/12/2018:svnLENOVO:pn20L5MX:pvrThinkPadT480:rvnLENOVO:rn20L5MX:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T480
  dmi.product.name: 20L5MX
  dmi.product.version: ThinkPad T480
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.

[Kernel-packages] [Bug 1686362] Re: Kernel bug at nvme

2017-04-26 Thread Jussi Saarinen
** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+attachment/4868217/+files/lspci-vnvn.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/1686362

Title:
  Kernel bug at nvme

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hardware is HP Zbook Studio G3 with two nvme devices in m.2 slots.

  I was running three Virtualbox clients while two of them hung. Those
  two which hung were on same nvme disk while the one which remained in
  operation was another nvme disk.

  Dmesg error is attached as "kernel_bug.txt"

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-20-generic 4.10.0-20.22
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Wed Apr 26 12:57:42 2017
  HibernationDevice: RESUME=UUID=976a908c-349d-4393-8d5c-aabba5f56909
  InstallationDate: Installed on 2017-02-14 (70 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: HP HP ZBook Studio G3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=f7076591-2c4c-485d-9b65-751bf9ce132d ro acpi_osi=Linux
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-20-generic N/A
   linux-backports-modules-4.10.0-20-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (9 days ago)
  dmi.bios.date: 11/02/2016
  dmi.bios.vendor: HP
  dmi.bios.version: N82 Ver. 01.15
  dmi.board.name: 80D4
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 11.67
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN82Ver.01.15:bd11/02/2016:svnHP:pnHPZBookStudioG3:pvr:rvnHP:rn80D4:rvrKBCVersion11.67:cvnHP:ct10:cvr:
  dmi.product.name: HP ZBook Studio G3
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+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 1686362] Re: Kernel bug at nvme

2017-04-26 Thread Jussi Saarinen
This issue seems to affect only another nvme device:

lspci:
02:00.0 Non-Volatile memory controller: Intel Corporation Device f1a5 (rev 03)

mounted at:
/dev/nvme0n1p1 973844116 277803160 646502624  31% /opt/store

-- 
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/1686362

Title:
  Kernel bug at nvme

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hardware is HP Zbook Studio G3 with two nvme devices in m.2 slots.

  I was running three Virtualbox clients while two of them hung. Those
  two which hung were on same nvme disk while the one which remained in
  operation was another nvme disk.

  Dmesg error is attached as "kernel_bug.txt"

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-20-generic 4.10.0-20.22
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Wed Apr 26 12:57:42 2017
  HibernationDevice: RESUME=UUID=976a908c-349d-4393-8d5c-aabba5f56909
  InstallationDate: Installed on 2017-02-14 (70 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: HP HP ZBook Studio G3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=f7076591-2c4c-485d-9b65-751bf9ce132d ro acpi_osi=Linux
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-20-generic N/A
   linux-backports-modules-4.10.0-20-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (9 days ago)
  dmi.bios.date: 11/02/2016
  dmi.bios.vendor: HP
  dmi.bios.version: N82 Ver. 01.15
  dmi.board.name: 80D4
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 11.67
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN82Ver.01.15:bd11/02/2016:svnHP:pnHPZBookStudioG3:pvr:rvnHP:rn80D4:rvrKBCVersion11.67:cvnHP:ct10:cvr:
  dmi.product.name: HP ZBook Studio G3
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+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 1686362] Re: Kernel bug at nvme

2017-04-26 Thread Jussi Saarinen
Full dmesg with error is attached

** Attachment added: "dmesg-full.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+attachment/4868216/+files/dmesg-full.txt

-- 
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/1686362

Title:
  Kernel bug at nvme

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hardware is HP Zbook Studio G3 with two nvme devices in m.2 slots.

  I was running three Virtualbox clients while two of them hung. Those
  two which hung were on same nvme disk while the one which remained in
  operation was another nvme disk.

  Dmesg error is attached as "kernel_bug.txt"

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-20-generic 4.10.0-20.22
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Wed Apr 26 12:57:42 2017
  HibernationDevice: RESUME=UUID=976a908c-349d-4393-8d5c-aabba5f56909
  InstallationDate: Installed on 2017-02-14 (70 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: HP HP ZBook Studio G3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=f7076591-2c4c-485d-9b65-751bf9ce132d ro acpi_osi=Linux
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-20-generic N/A
   linux-backports-modules-4.10.0-20-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (9 days ago)
  dmi.bios.date: 11/02/2016
  dmi.bios.vendor: HP
  dmi.bios.version: N82 Ver. 01.15
  dmi.board.name: 80D4
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 11.67
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN82Ver.01.15:bd11/02/2016:svnHP:pnHPZBookStudioG3:pvr:rvnHP:rn80D4:rvrKBCVersion11.67:cvnHP:ct10:cvr:
  dmi.product.name: HP ZBook Studio G3
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+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 1686362] [NEW] Kernel bug at nvme

2017-04-26 Thread Jussi Saarinen
Public bug reported:

Hardware is HP Zbook Studio G3 with two nvme devices in m.2 slots.

I was running three Virtualbox clients while two of them hung. Those two
which hung were on same nvme disk while the one which remained in
operation was another nvme disk.

Dmesg error is attached as "kernel_bug.txt"

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: linux-image-4.10.0-20-generic 4.10.0-20.22
ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
Uname: Linux 4.10.0-20-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Wed Apr 26 12:57:42 2017
HibernationDevice: RESUME=UUID=976a908c-349d-4393-8d5c-aabba5f56909
InstallationDate: Installed on 2017-02-14 (70 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
MachineType: HP HP ZBook Studio G3
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=f7076591-2c4c-485d-9b65-751bf9ce132d ro acpi_osi=Linux
RelatedPackageVersions:
 linux-restricted-modules-4.10.0-20-generic N/A
 linux-backports-modules-4.10.0-20-generic  N/A
 linux-firmware 1.164
SourcePackage: linux
UpgradeStatus: Upgraded to zesty on 2017-04-16 (9 days ago)
dmi.bios.date: 11/02/2016
dmi.bios.vendor: HP
dmi.bios.version: N82 Ver. 01.15
dmi.board.name: 80D4
dmi.board.vendor: HP
dmi.board.version: KBC Version 11.67
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnHP:bvrN82Ver.01.15:bd11/02/2016:svnHP:pnHPZBookStudioG3:pvr:rvnHP:rn80D4:rvrKBCVersion11.67:cvnHP:ct10:cvr:
dmi.product.name: HP ZBook Studio G3
dmi.sys.vendor: HP

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug zesty

** Attachment added: "kernel_bug.txt"
   
https://bugs.launchpad.net/bugs/1686362/+attachment/4868176/+files/kernel_bug.txt

-- 
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/1686362

Title:
  Kernel bug at nvme

Status in linux package in Ubuntu:
  New

Bug description:
  Hardware is HP Zbook Studio G3 with two nvme devices in m.2 slots.

  I was running three Virtualbox clients while two of them hung. Those
  two which hung were on same nvme disk while the one which remained in
  operation was another nvme disk.

  Dmesg error is attached as "kernel_bug.txt"

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-20-generic 4.10.0-20.22
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Wed Apr 26 12:57:42 2017
  HibernationDevice: RESUME=UUID=976a908c-349d-4393-8d5c-aabba5f56909
  InstallationDate: Installed on 2017-02-14 (70 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: HP HP ZBook Studio G3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=f7076591-2c4c-485d-9b65-751bf9ce132d ro acpi_osi=Linux
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-20-generic N/A
   linux-backports-modules-4.10.0-20-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (9 days ago)
  dmi.bios.date: 11/02/2016
  dmi.bios.vendor: HP
  dmi.bios.version: N82 Ver. 01.15
  dmi.board.name: 80D4
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 11.67
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN82Ver.01.15:bd11/02/2016:svnHP:pnHPZBookStudioG3:pvr:rvnHP:rn80D4:rvrKBCVersion11.67:cvnHP:ct10:cvr:
  dmi.product.name: HP ZBook Studio G3
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+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 1529353] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of the time

2016-01-05 Thread Jussi Alanärä
Looks like intel-gfx wasn't correct place. I'll follow info and
instructions given there and will update here.

https://bugs.freedesktop.org/show_bug.cgi?id=93590

** Bug watch added: freedesktop.org Bugzilla #93590
   https://bugs.freedesktop.org/show_bug.cgi?id=93590

-- 
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/1529353

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of
  the time

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 15.10 (4.2.0-22-generic) boots approximately 1 out of 10 times.

  WORKAROUND: BIOS > Boot > Boot Configuration > OS Selection > set
  Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-22-generic 4.2.0-22.27
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ft 1129 F pulseaudio
  Date: Sat Dec 26 10:05:57 2015
  HibernationDevice: RESUME=UUID=626569d7-4b44-48b3-899f-7ddbba3e91cf
  InstallationDate: Installed on 2015-12-26 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp.
   Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic.efi.signed 
root=UUID=c4ff92fb-cd16-4cc1-a933-f7224b033416 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-22-generic N/A
   linux-backports-modules-4.2.0-22-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/23/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0047.2015.1123.0950
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0047.2015.1123.0950:bd11/23/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-402:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529353/+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 1529353] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of the time

2016-01-03 Thread Jussi Alanärä
Just tested with linux-
image-4.4.0-994-generic_4.4.0-994.201512302100_amd64.deb  from
http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-nightly/current/
and same thing, won't boot.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1529353

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of
  the time

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10 (4.2.0-22-generic) boots approximately 1 out of 10 times.

  WORKAROUND: BIOS > Boot > Boot Configuration > OS Selection > set
  Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-22-generic 4.2.0-22.27
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ft 1129 F pulseaudio
  Date: Sat Dec 26 10:05:57 2015
  HibernationDevice: RESUME=UUID=626569d7-4b44-48b3-899f-7ddbba3e91cf
  InstallationDate: Installed on 2015-12-26 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp.
   Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic.efi.signed 
root=UUID=c4ff92fb-cd16-4cc1-a933-f7224b033416 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-22-generic N/A
   linux-backports-modules-4.2.0-22-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/23/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0047.2015.1123.0950
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0047.2015.1123.0950:bd11/23/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-402:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529353/+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 1529353] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of the time

2016-01-03 Thread Jussi Alanärä
And add to that comment from hackeron in here
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749

"It seems the following helps: BIOS > Boot > Boot Configuration > OS
Selection > set Linux"

above holds true, if Linux is chosen in Bios, then pinctrl_cherryview.ko
will load just fine and Ubuntu will boot.

-- 
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/1529353

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of
  the time

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10 (4.2.0-22-generic) boots approximately 1 out of 10 times.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-22-generic 4.2.0-22.27
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ft 1129 F pulseaudio
  Date: Sat Dec 26 10:05:57 2015
  HibernationDevice: RESUME=UUID=626569d7-4b44-48b3-899f-7ddbba3e91cf
  InstallationDate: Installed on 2015-12-26 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp.
   Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic.efi.signed 
root=UUID=c4ff92fb-cd16-4cc1-a933-f7224b033416 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-22-generic N/A
   linux-backports-modules-4.2.0-22-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/23/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0047.2015.1123.0950
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0047.2015.1123.0950:bd11/23/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-402:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529353/+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 1529353] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of the time

2016-01-02 Thread Jussi Alanärä
I f I enable CONFIG_PINCTRL_CHERRYVIEW=m in 4.4-rc7 then it won't boot.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1529353

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of
  the time

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10 (4.2.0-22-generic) boots approximately 1 out of 10 times.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-22-generic 4.2.0-22.27
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ft 1129 F pulseaudio
  Date: Sat Dec 26 10:05:57 2015
  HibernationDevice: RESUME=UUID=626569d7-4b44-48b3-899f-7ddbba3e91cf
  InstallationDate: Installed on 2015-12-26 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp.
   Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic.efi.signed 
root=UUID=c4ff92fb-cd16-4cc1-a933-f7224b033416 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-22-generic N/A
   linux-backports-modules-4.2.0-22-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/23/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0047.2015.1123.0950
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0047.2015.1123.0950:bd11/23/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-402:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529353/+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 1529353] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of the time

2016-01-02 Thread Jussi Alanärä
Ok., got it.

root@compile:/Devel/Bisect/ubuntu-vivid# git bisect bad
6b960cc46469ef40ae4f23ff2ad63ab094834de7 is the first bad commit
commit 6b960cc46469ef40ae4f23ff2ad63ab094834de7
Author: Andy Whitcroft 
Date:   Thu Jan 22 18:48:32 2015 +

UBUNTU: [Config] apply Device Drivers >> Pin controllers config defaults

Signed-off-by: Andy Whitcroft 

:04 04 b6fc06ffcfb12018b7b52e72b4f492992249c8b2
327eb4e8852ee82ef39134e73d459f3832f0efc9 M  debian.master

root@compile:/Devel/Bisect/ubuntu-vivid# git diff 
6b960cc46469ef40ae4f23ff2ad63ab094834de7^!
diff --git a/debian.master/config/config.common.ubuntu 
b/debian.master/config/config.common.ubuntu
index e731fd7..7a90788 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -5351,7 +5351,7 @@ CONFIG_PINCTRL_BERLIN=y
 CONFIG_PINCTRL_BERLIN_BG2=y
 CONFIG_PINCTRL_BERLIN_BG2CD=y
 CONFIG_PINCTRL_BERLIN_BG2Q=y
-# CONFIG_PINCTRL_CHERRYVIEW is not set
+CONFIG_PINCTRL_CHERRYVIEW=m
 CONFIG_PINCTRL_DOVE=y
 CONFIG_PINCTRL_EXYNOS=y
 CONFIG_PINCTRL_EXYNOS5440=y
@@ -5371,7 +5371,7 @@ CONFIG_PINCTRL_PFC_R8A7740=y
 CONFIG_PINCTRL_PFC_R8A7779=y
 CONFIG_PINCTRL_PFC_R8A7790=y
 CONFIG_PINCTRL_PFC_R8A7791=y
-# CONFIG_PINCTRL_QCOM_SPMI_PMIC is not set
+CONFIG_PINCTRL_QCOM_SPMI_PMIC=m
 CONFIG_PINCTRL_SAMSUNG=y
 CONFIG_PINCTRL_SH_PFC=y
 CONFIG_PINCTRL_SINGLE=y


And sure enough, by removing pinctrl-cherryview.ko Ubuntu will boot nicely even 
with the latest linux-image-4.2.0-22-generic

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1529353

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of
  the time

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10 (4.2.0-22-generic) boots approximately 1 out of 10 times.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-22-generic 4.2.0-22.27
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ft 1129 F pulseaudio
  Date: Sat Dec 26 10:05:57 2015
  HibernationDevice: RESUME=UUID=626569d7-4b44-48b3-899f-7ddbba3e91cf
  InstallationDate: Installed on 2015-12-26 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp.
   Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic.efi.signed 
root=UUID=c4ff92fb-cd16-4cc1-a933-f7224b033416 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-22-generic N/A
   linux-backports-modules-4.2.0-22-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/23/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0047.2015.1123.0950
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0047.2015.1123.0950:bd11/23/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-402:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529353/+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 1521749] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

2016-01-02 Thread Jussi Alanärä
Ok, found it see
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529353

-- 
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/1521749

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Intel NUC NUC5CPYH. This is the unit:
  http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc5cpyh.html

  It boots beautifully on Ubuntu 15.04 and Ubuntu 15.10 with linux-
  image-3.19.0-34-generic -- but when I try to boot with  linux-
  image-4.2.0-19-generic  I simply see the following:

  https://www.dropbox.com/s/y2c9i87kafvwsq1/IMG_1476.jpg?dl=0

  The keyboard stops responding after this line: systemd[1]: Started
  udev Kernel Device Manager.

  Here is output from lspci -vnvn < http://pastie.org/10596250 - I am
  running headless, so there is no Xorg (or any other X server)
  installed.

  - I tried adding GRUB_CMDLINE_LINUX="nomodeset" (also: noacpi noapic)
  - I tried disabling devices in the bios like audio
  - Tried selecting "Ubuntu, with Linux 4.2.0-19-generic (recovery mode)" from 
the list, it does not boot into the recovery console either :(
  - I tried installing a clean 15.10 version on a blank hard drive (with 
debootstrap so latest packages)

  I am able to boot if I add systemd.unit=emergency.target to the kernel
  line. I can run "systemctl start networking" for example and it works,
  but if I run "systemctl start apport" (or ssh even) - I see this and
  the system freezes:

  https://www.dropbox.com/s/gmpse7bx0c70e4v/IMG_1479.jpg?dl=0

  I am not sure how to troubleshoot further. When I reboot and select
  Kernel 3.19, there is nothing in /var/log/syslog or journalctl from
  the failed boot :(

  Any suggestions?

  - EDIT: It seems downgrading from the latest PY0044 BIOS version to
  PY0043 allows me to boot the system, but it freezes if running
  "reboot" - more details in this bug report:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1522201

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749/+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 1529353] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of the time

2015-12-31 Thread Jussi Alanärä
I'm a bit lost now, here's what I've done:

First tried bisecting vanilla kernel from linus tree and they seem to
work just fine upto 4.4-rc7 so this is something Ubuntu specific. I
tried also v4.4-rc7-wily from http://kernel.ubuntu.com/~kernel-
ppa/mainline/?C=N;O=D and problem is still there.

I can't use git://kernel.ubuntu.com/ubuntu/ubuntu-wily.git  because even
the first kernel tag won't work so I backed to
//kernel.ubuntu.com/ubuntu/ubuntu-vivid.git

I have git tags that I should bisect between and those are
Ubuntu-3.18.0-13.14 and Ubuntu-3.19.0-7.7  which will list with: git tag
command

But then I run into this problem (debian and debian.master directories
missing)
https://wiki.ubuntu.com/Kernel/KernelBisection#Why_did_the_folders_debian_and_debian.master_disappear.3F

and when I run 
git rev-list Ubuntu-3.19.0-7.7 | grep $(git log --pretty=oneline -1 
Ubuntu-3.18.0-13.14 | cut -d' ' -f1)
as suggested here 
https://wiki.ubuntu.com/Kernel/KernelBisection#Commit_bisecting_Ubuntu_kernel_versions_across_non-linear_tags

I get no sha1 so that suggests that tags aren't linear.

And from here I looked for the git tags
http://people.canonical.com/~kernel/info/kernel-version-map.html

-- 
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/1529353

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of
  the time

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 15.10 (4.2.0-22-generic) boots approximately 1 out of 10 times.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-22-generic 4.2.0-22.27
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ft 1129 F pulseaudio
  Date: Sat Dec 26 10:05:57 2015
  HibernationDevice: RESUME=UUID=626569d7-4b44-48b3-899f-7ddbba3e91cf
  InstallationDate: Installed on 2015-12-26 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp.
   Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic.efi.signed 
root=UUID=c4ff92fb-cd16-4cc1-a933-f7224b033416 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-22-generic N/A
   linux-backports-modules-4.2.0-22-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/23/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0047.2015.1123.0950
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0047.2015.1123.0950:bd11/23/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-402:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529353/+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 1521749] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

2015-12-31 Thread Jussi Alanärä
Hackeron, you're correct, this indeed fixes it. But not completely happy
with it either, so I'll continue to bisect the kernel in that other bug
thread.

But thanks for this, helps a lot in meanwhile.

-- 
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/1521749

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Intel NUC NUC5CPYH. This is the unit:
  http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc5cpyh.html

  It boots beautifully on Ubuntu 15.04 and Ubuntu 15.10 with linux-
  image-3.19.0-34-generic -- but when I try to boot with  linux-
  image-4.2.0-19-generic  I simply see the following:

  https://www.dropbox.com/s/y2c9i87kafvwsq1/IMG_1476.jpg?dl=0

  The keyboard stops responding after this line: systemd[1]: Started
  udev Kernel Device Manager.

  Here is output from lspci -vnvn < http://pastie.org/10596250 - I am
  running headless, so there is no Xorg (or any other X server)
  installed.

  - I tried adding GRUB_CMDLINE_LINUX="nomodeset" (also: noacpi noapic)
  - I tried disabling devices in the bios like audio
  - Tried selecting "Ubuntu, with Linux 4.2.0-19-generic (recovery mode)" from 
the list, it does not boot into the recovery console either :(
  - I tried installing a clean 15.10 version on a blank hard drive (with 
debootstrap so latest packages)

  I am able to boot if I add systemd.unit=emergency.target to the kernel
  line. I can run "systemctl start networking" for example and it works,
  but if I run "systemctl start apport" (or ssh even) - I see this and
  the system freezes:

  https://www.dropbox.com/s/gmpse7bx0c70e4v/IMG_1479.jpg?dl=0

  I am not sure how to troubleshoot further. When I reboot and select
  Kernel 3.19, there is nothing in /var/log/syslog or journalctl from
  the failed boot :(

  Any suggestions?

  - EDIT: It seems downgrading from the latest PY0044 BIOS version to
  PY0043 allows me to boot the system, but it freezes if running
  "reboot" - more details in this bug report:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1522201

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749/+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 1529353] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of the time

2015-12-27 Thread Jussi Alanärä
Tried the latest kernel Linux ft-desktop 4.4.0-040400rc6-generic
#201512202030 SMP Mon Dec 21 01:32:09 UTC 2015 x86_64 x86_64 x86_64
GNU/Linux and it made no difference.

Then started to go back and see which is the last kernel that always
boots reliable, and that one seems to be

Linux ft-desktop 3.18.25-031825-generic #201512152250 SMP Wed Dec 16
03:52:48 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

around 30 succesful boots now, will leave it in reboot loop until
tomorrow.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1529353

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of
  the time

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10 (4.2.0-22-generic) boots approximately 1 out of 10 times.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-22-generic 4.2.0-22.27
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ft 1129 F pulseaudio
  Date: Sat Dec 26 10:05:57 2015
  HibernationDevice: RESUME=UUID=626569d7-4b44-48b3-899f-7ddbba3e91cf
  InstallationDate: Installed on 2015-12-26 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp.
   Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic.efi.signed 
root=UUID=c4ff92fb-cd16-4cc1-a933-f7224b033416 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-22-generic N/A
   linux-backports-modules-4.2.0-22-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/23/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0047.2015.1123.0950
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0047.2015.1123.0950:bd11/23/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-402:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529353/+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 1529353] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of the time

2015-12-26 Thread Jussi Alanärä
This time testing Ubuntu booted maybe once per 10 tries.

-- 
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/1529353

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of
  the time

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is duplicate report of this
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749 as
  requested by penalvch so all other information is there and not
  duplicated here.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-22-generic 4.2.0-22.27
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ft 1129 F pulseaudio
  Date: Sat Dec 26 10:05:57 2015
  HibernationDevice: RESUME=UUID=626569d7-4b44-48b3-899f-7ddbba3e91cf
  InstallationDate: Installed on 2015-12-26 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic.efi.signed 
root=UUID=c4ff92fb-cd16-4cc1-a933-f7224b033416 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-22-generic N/A
   linux-backports-modules-4.2.0-22-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/23/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0047.2015.1123.0950
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0047.2015.1123.0950:bd11/23/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-402:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529353/+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 1521749] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

2015-12-26 Thread Jussi Alanärä
Done https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529353

-- 
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/1521749

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Intel NUC NUC5CPYH. This is the unit:
  http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc5cpyh.html

  It boots beautifully on Ubuntu 15.04 and Ubuntu 15.10 with linux-
  image-3.19.0-34-generic -- but when I try to boot with  linux-
  image-4.2.0-19-generic  I simply see the following:

  https://www.dropbox.com/s/y2c9i87kafvwsq1/IMG_1476.jpg?dl=0

  The keyboard stops responding after this line: systemd[1]: Started
  udev Kernel Device Manager.

  Here is output from lspci -vnvn < http://pastie.org/10596250 - I am
  running headless, so there is no Xorg (or any other X server)
  installed.

  - I tried adding GRUB_CMDLINE_LINUX="nomodeset" (also: noacpi noapic)
  - I tried disabling devices in the bios like audio
  - Tried selecting "Ubuntu, with Linux 4.2.0-19-generic (recovery mode)" from 
the list, it does not boot into the recovery console either :(
  - I tried installing a clean 15.10 version on a blank hard drive (with 
debootstrap so latest packages)

  I am able to boot if I add systemd.unit=emergency.target to the kernel
  line. I can run "systemctl start networking" for example and it works,
  but if I run "systemctl start apport" (or ssh even) - I see this and
  the system freezes:

  https://www.dropbox.com/s/gmpse7bx0c70e4v/IMG_1479.jpg?dl=0

  I am not sure how to troubleshoot further. When I reboot and select
  Kernel 3.19, there is nothing in /var/log/syslog or journalctl from
  the failed boot :(

  Any suggestions?

  - EDIT: It seems downgrading from the latest PY0044 BIOS version to
  PY0043 allows me to boot the system, but it freezes if running
  "reboot" - more details in this bug report:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1522201

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749/+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 1529353] [NEW] NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of the time

2015-12-26 Thread Jussi Alanärä
Public bug reported:

This is duplicate report of this
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749 as
requested by penalvch so all other information is there and not
duplicated here.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: linux-image-4.2.0-22-generic 4.2.0-22.27
ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
Uname: Linux 4.2.0-22-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ft 1129 F pulseaudio
Date: Sat Dec 26 10:05:57 2015
HibernationDevice: RESUME=UUID=626569d7-4b44-48b3-899f-7ddbba3e91cf
InstallationDate: Installed on 2015-12-26 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
 Bus 001 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic.efi.signed 
root=UUID=c4ff92fb-cd16-4cc1-a933-f7224b033416 ro quiet splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-4.2.0-22-generic N/A
 linux-backports-modules-4.2.0-22-generic  N/A
 linux-firmware1.149.3
SourcePackage: linux
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/23/2015
dmi.bios.vendor: Intel Corp.
dmi.bios.version: PYBSWCEL.86A.0047.2015.1123.0950
dmi.board.name: NUC5CPYB
dmi.board.vendor: Intel Corporation
dmi.board.version: H61145-402
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0047.2015.1123.0950:bd11/23/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-402:cvn:ct3:cvr:

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

-- 
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/1529353

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (4.2.0-22-generic) most of
  the time

Status in linux package in Ubuntu:
  New

Bug description:
  This is duplicate report of this
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749 as
  requested by penalvch so all other information is there and not
  duplicated here.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-22-generic 4.2.0-22.27
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ft 1129 F pulseaudio
  Date: Sat Dec 26 10:05:57 2015
  HibernationDevice: RESUME=UUID=626569d7-4b44-48b3-899f-7ddbba3e91cf
  InstallationDate: Installed on 2015-12-26 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
   Bus 001 Device 002: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic.efi.signed 
root=UUID=c4ff92fb-cd16-4cc1-a933-f7224b033416 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-22-generic N/A
   linux-backports-modules-4.2.0-22-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/23/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0047.2015.1123.0950
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0047.2015.1123.0950:bd11/23/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-402:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529353/+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 1522201] Re: NUC NUC5CPYH Does not reboot on Ubuntu 15.10 (linux-image-4.2.0-19)

2015-12-23 Thread Jussi Alanärä
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1522201

Title:
  NUC NUC5CPYH Does not reboot on Ubuntu 15.10 (linux-image-4.2.0-19)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an Intel NUC NUC5CPYH. This is the unit:
  http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc5cpyh.html

  It boots and reboots beautifully on Ubuntu 15.04 and Ubuntu 15.10 with
  linux-image-3.19.0-34-generic -- but when I try to boot with linux-
  image-4.2.0-19-generic on the latest PY0044 BIOS version, it freezes
  on boot almost every time, reported bug here:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749

  If I downgrade the BIOS to PY0043, it boots most of the time, but when
  I run "reboot" it freezes almost every single time. This is what I see
  on the screen when it freezes:

  https://www.dropbox.com/s/fxy4opcqwnmjmwo/IMG_1489.jpg?dl=0

  I am also attaching the full syslog, dmesg and the relevant part of
  the syslog when the system froze.

  I tried to boot with acpi_osi="Windows 2013" as well as Windows 2015
  and Windows 2009, that did not seem to make any difference.

  Any ideas?

  ---
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10

  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=4fa37335-eed0-4580-ae4b-62c996dfc275 ro vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-19-generic N/A
   linux-backports-modules-4.2.0-19-generic  N/A
   linux-firmware1.149.3
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 09/04/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0043.2015.0904.1904
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-404
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0043.2015.0904.1904:bd09/04/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-404:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1522201/+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 1521749] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

2015-12-23 Thread Jussi Alanärä
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1521749

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an Intel NUC NUC5CPYH. This is the unit:
  http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc5cpyh.html

  It boots beautifully on Ubuntu 15.04 and Ubuntu 15.10 with linux-
  image-3.19.0-34-generic -- but when I try to boot with  linux-
  image-4.2.0-19-generic  I simply see the following:

  https://www.dropbox.com/s/y2c9i87kafvwsq1/IMG_1476.jpg?dl=0

  The keyboard stops responding after this line: systemd[1]: Started
  udev Kernel Device Manager.

  Here is output from lspci -vnvn < http://pastie.org/10596250 - I am
  running headless, so there is no Xorg (or any other X server)
  installed.

  - I tried adding GRUB_CMDLINE_LINUX="nomodeset" (also: noacpi noapic)
  - I tried disabling devices in the bios like audio
  - Tried selecting "Ubuntu, with Linux 4.2.0-19-generic (recovery mode)" from 
the list, it does not boot into the recovery console either :(
  - I tried installing a clean 15.10 version on a blank hard drive (with 
debootstrap so latest packages)

  I am able to boot if I add systemd.unit=emergency.target to the kernel
  line. I can run "systemctl start networking" for example and it works,
  but if I run "systemctl start apport" (or ssh even) - I see this and
  the system freezes:

  https://www.dropbox.com/s/gmpse7bx0c70e4v/IMG_1479.jpg?dl=0

  I am not sure how to troubleshoot further. When I reboot and select
  Kernel 3.19, there is nothing in /var/log/syslog or journalctl from
  the failed boot :(

  Any suggestions?

  - EDIT: It seems downgrading from the latest PY0044 BIOS version to
  PY0043 allows me to boot the system, but it freezes if running
  "reboot" - more details in this bug report:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1522201

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749/+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 1521749] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

2015-12-23 Thread Jussi Alanärä
And this is from 15.10 where it freezes always on boot

https://goo.gl/photos/tKjmGeZmPbrnTPQm6

-- 
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/1521749

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Intel NUC NUC5CPYH. This is the unit:
  http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc5cpyh.html

  It boots beautifully on Ubuntu 15.04 and Ubuntu 15.10 with linux-
  image-3.19.0-34-generic -- but when I try to boot with  linux-
  image-4.2.0-19-generic  I simply see the following:

  https://www.dropbox.com/s/y2c9i87kafvwsq1/IMG_1476.jpg?dl=0

  The keyboard stops responding after this line: systemd[1]: Started
  udev Kernel Device Manager.

  Here is output from lspci -vnvn < http://pastie.org/10596250 - I am
  running headless, so there is no Xorg (or any other X server)
  installed.

  - I tried adding GRUB_CMDLINE_LINUX="nomodeset" (also: noacpi noapic)
  - I tried disabling devices in the bios like audio
  - Tried selecting "Ubuntu, with Linux 4.2.0-19-generic (recovery mode)" from 
the list, it does not boot into the recovery console either :(
  - I tried installing a clean 15.10 version on a blank hard drive (with 
debootstrap so latest packages)

  I am able to boot if I add systemd.unit=emergency.target to the kernel
  line. I can run "systemctl start networking" for example and it works,
  but if I run "systemctl start apport" (or ssh even) - I see this and
  the system freezes:

  https://www.dropbox.com/s/gmpse7bx0c70e4v/IMG_1479.jpg?dl=0

  I am not sure how to troubleshoot further. When I reboot and select
  Kernel 3.19, there is nothing in /var/log/syslog or journalctl from
  the failed boot :(

  Any suggestions?

  - EDIT: It seems downgrading from the latest PY0044 BIOS version to
  PY0043 allows me to boot the system, but it freezes if running
  "reboot" - more details in this bug report:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1522201

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749/+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 1521749] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

2015-12-22 Thread Jussi Alanärä
Just tried Ubuntu Xenial Xerus

ft@ft-desktop:~$ uname -a
Linux ft-desktop 4.3.0-2-generic #11-Ubuntu SMP Fri Dec 4 20:37:48 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

Xenial seems to boot way better, but not always. When it freezes on
boot, it's at this point always:

https://goo.gl/photos/cMHqgxD3yU5hYzr76

-- 
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/1521749

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Intel NUC NUC5CPYH. This is the unit:
  http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc5cpyh.html

  It boots beautifully on Ubuntu 15.04 and Ubuntu 15.10 with linux-
  image-3.19.0-34-generic -- but when I try to boot with  linux-
  image-4.2.0-19-generic  I simply see the following:

  https://www.dropbox.com/s/y2c9i87kafvwsq1/IMG_1476.jpg?dl=0

  The keyboard stops responding after this line: systemd[1]: Started
  udev Kernel Device Manager.

  Here is output from lspci -vnvn < http://pastie.org/10596250 - I am
  running headless, so there is no Xorg (or any other X server)
  installed.

  - I tried adding GRUB_CMDLINE_LINUX="nomodeset" (also: noacpi noapic)
  - I tried disabling devices in the bios like audio
  - Tried selecting "Ubuntu, with Linux 4.2.0-19-generic (recovery mode)" from 
the list, it does not boot into the recovery console either :(
  - I tried installing a clean 15.10 version on a blank hard drive (with 
debootstrap so latest packages)

  I am able to boot if I add systemd.unit=emergency.target to the kernel
  line. I can run "systemctl start networking" for example and it works,
  but if I run "systemctl start apport" (or ssh even) - I see this and
  the system freezes:

  https://www.dropbox.com/s/gmpse7bx0c70e4v/IMG_1479.jpg?dl=0

  I am not sure how to troubleshoot further. When I reboot and select
  Kernel 3.19, there is nothing in /var/log/syslog or journalctl from
  the failed boot :(

  Any suggestions?

  - EDIT: It seems downgrading from the latest PY0044 BIOS version to
  PY0043 allows me to boot the system, but it freezes if running
  "reboot" - more details in this bug report:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1522201

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749/+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 1522201] Re: NUC NUC5CPYH Does not reboot on Ubuntu 15.10 (linux-image-4.2.0-19)

2015-12-22 Thread Jussi Alanärä
Just tried Ubuntu Xenial Xerus

ft@ft-desktop:~$ uname -a
Linux ft-desktop 4.3.0-2-generic #11-Ubuntu SMP Fri Dec 4 20:37:48 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

reboot seems to work

-- 
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/1522201

Title:
  NUC NUC5CPYH Does not reboot on Ubuntu 15.10 (linux-image-4.2.0-19)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Intel NUC NUC5CPYH. This is the unit:
  http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc5cpyh.html

  It boots and reboots beautifully on Ubuntu 15.04 and Ubuntu 15.10 with
  linux-image-3.19.0-34-generic -- but when I try to boot with linux-
  image-4.2.0-19-generic on the latest PY0044 BIOS version, it freezes
  on boot almost every time, reported bug here:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749

  If I downgrade the BIOS to PY0043, it boots most of the time, but when
  I run "reboot" it freezes almost every single time. This is what I see
  on the screen when it freezes:

  https://www.dropbox.com/s/fxy4opcqwnmjmwo/IMG_1489.jpg?dl=0

  I am also attaching the full syslog, dmesg and the relevant part of
  the syslog when the system froze.

  I tried to boot with acpi_osi="Windows 2013" as well as Windows 2015
  and Windows 2009, that did not seem to make any difference.

  Any ideas?

  ---
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10

  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=4fa37335-eed0-4580-ae4b-62c996dfc275 ro vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-19-generic N/A
   linux-backports-modules-4.2.0-19-generic  N/A
   linux-firmware1.149.3
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 09/04/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0043.2015.0904.1904
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-404
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0043.2015.0904.1904:bd09/04/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-404:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1522201/+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 1521749] Re: NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

2015-12-22 Thread Jussi Alanärä
As I've been struggling with this same thing for couple of weeks, I'll
provide the info requested.

I have 3 NUC models and 2 of them are affected by this same thing. The
one that works is the i3 version NUC5i3RYKH.

These have this problem, they  will boot maybe 1 time out of 20 tries,
reboot tends to hang too:

NUC5PPYH and NUC5CPYH, one is Pentium version and the other one is
Celeron version. These both share same BIOS code. I didn't have such
luck that the old BIOS version 0043 would work, they all behave the same
as reported earlier in this post.

Information requested:

PYBSWCEL.86A.0047.2015.1123.0950
11/23/2015

-- 
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/1521749

Title:
  NUC NUC5CPYH Does not boot on Ubuntu 15.10 (linux-image-4.2.0-19)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Intel NUC NUC5CPYH. This is the unit:
  http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc5cpyh.html

  It boots beautifully on Ubuntu 15.04 and Ubuntu 15.10 with linux-
  image-3.19.0-34-generic -- but when I try to boot with  linux-
  image-4.2.0-19-generic  I simply see the following:

  https://www.dropbox.com/s/y2c9i87kafvwsq1/IMG_1476.jpg?dl=0

  The keyboard stops responding after this line: systemd[1]: Started
  udev Kernel Device Manager.

  Here is output from lspci -vnvn < http://pastie.org/10596250 - I am
  running headless, so there is no Xorg (or any other X server)
  installed.

  - I tried adding GRUB_CMDLINE_LINUX="nomodeset" (also: noacpi noapic)
  - I tried disabling devices in the bios like audio
  - Tried selecting "Ubuntu, with Linux 4.2.0-19-generic (recovery mode)" from 
the list, it does not boot into the recovery console either :(
  - I tried installing a clean 15.10 version on a blank hard drive (with 
debootstrap so latest packages)

  I am able to boot if I add systemd.unit=emergency.target to the kernel
  line. I can run "systemctl start networking" for example and it works,
  but if I run "systemctl start apport" (or ssh even) - I see this and
  the system freezes:

  https://www.dropbox.com/s/gmpse7bx0c70e4v/IMG_1479.jpg?dl=0

  I am not sure how to troubleshoot further. When I reboot and select
  Kernel 3.19, there is nothing in /var/log/syslog or journalctl from
  the failed boot :(

  Any suggestions?

  - EDIT: It seems downgrading from the latest PY0044 BIOS version to
  PY0043 allows me to boot the system, but it freezes if running
  "reboot" - more details in this bug report:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1522201

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749/+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 1522201] Re: NUC NUC5CPYH Does not reboot on Ubuntu 15.10 (linux-image-4.2.0-19)

2015-12-22 Thread Jussi Alanärä
I'll confirm this too, bios information:

PYBSWCEL.86A.0047.2015.1123.0950
11/23/2015

-- 
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/1522201

Title:
  NUC NUC5CPYH Does not reboot on Ubuntu 15.10 (linux-image-4.2.0-19)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Intel NUC NUC5CPYH. This is the unit:
  http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc5cpyh.html

  It boots and reboots beautifully on Ubuntu 15.04 and Ubuntu 15.10 with
  linux-image-3.19.0-34-generic -- but when I try to boot with linux-
  image-4.2.0-19-generic on the latest PY0044 BIOS version, it freezes
  on boot almost every time, reported bug here:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521749

  If I downgrade the BIOS to PY0043, it boots most of the time, but when
  I run "reboot" it freezes almost every single time. This is what I see
  on the screen when it freezes:

  https://www.dropbox.com/s/fxy4opcqwnmjmwo/IMG_1489.jpg?dl=0

  I am also attaching the full syslog, dmesg and the relevant part of
  the syslog when the system froze.

  I tried to boot with acpi_osi="Windows 2013" as well as Windows 2015
  and Windows 2009, that did not seem to make any difference.

  Any ideas?

  ---
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10

  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=4fa37335-eed0-4580-ae4b-62c996dfc275 ro vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-19-generic N/A
   linux-backports-modules-4.2.0-19-generic  N/A
   linux-firmware1.149.3
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 09/04/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: PYBSWCEL.86A.0043.2015.0904.1904
  dmi.board.name: NUC5CPYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H61145-404
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrPYBSWCEL.86A.0043.2015.0904.1904:bd09/04/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5CPYB:rvrH61145-404:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1522201/+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 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2015-02-04 Thread Tm_T (Jussi Kekkonen)
Got the hangup again, this time while using 3.19-rc5

Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346217] [ cut here 
]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346262] WARNING: CPU: 0 PID: 1822 
at /home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:3624 intel
_crtc_wait_for_pending_flips+0x1ee/0x200 [i915]()
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346265] Removing stuck page flip
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346267] Modules linked in: 
vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) nls_iso8859_1 nls_utf8 
btrfs xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs libcrc32c msr 
uas usb_storage xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masque
rade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 
xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp iptable_filter
 ip_tables x_tables bridge stp llc pci_stub ctr ccm asix usbnet mii arc4 
uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videod
ev hid_logitech_hidpp media joydev hid_multitouch hid_rmi btusb dell_wmi 
sparse_keymap intel_rapl iosf_mbi x86_pkg_temp_thermal intel_powerclamp coret
emp kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel 
snd_soc_rt5640 snd_soc_rl6231 dell_laptop snd_soc_core snd_hda_codec_hdmi 
dcdbas s
nd_hda_codec_realtek snd_compress snd_hda_codec_generic iwlmvm 
snd_pcm_dmaengine mac80211 snd_hda_intel aesni_intel snd_hda_controller 
snd_seq_midi sn
d_seq_midi_event aes_x86_64 lrw gf128mul glue_helper ablk_helper iwlwifi cryptd 
snd_rawmidi snd_hda_codec cfg80211 serio_raw snd_hwdep snd_pcm mei_me 
lpc_ich shpchp mei snd_seq snd_seq_device snd_timer dw_dmac i2c_hid 
dw_dmac_core snd soundcore snd_soc_sst_acpi 8250_dw i2c_designware_platform 
i2c_de
signware_core spi_pxa2xx_platform rfcomm intel_smartconnect bnep mac_hid 
bluetooth parport_pc ppdev binfmt_misc i8k lp parport hid_generic hid_logitec
h_dj usbhid hid i915 psmouse i2c_algo_bit drm_kms_helper ahci libahci drm wmi 
sdhci_acpi video sdhci [last unloaded: vboxdrv]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346422] CPU: 0 PID: 1822 Comm: 
Xorg Tainted: GW  OE  3.19.0-031900rc5-generic #201501180935
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346426] Hardware name: Dell Inc. 
XPS13 9333/0D13CR, BIOS A04 03/19/2014
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346428]  0e28 
8800bd3a3af8 817c5098 0007
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346434]  8800bd3a3b48 
8800bd3a3b38 81076dd7 0286
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346440]  8800bc3131a8 
880211f59000 8802123f84c8 8800bc313000
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346446] Call Trace:
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346453]  [] 
dump_stack+0x45/0x57
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346461]  [] 
warn_slowpath_common+0x97/0xe0
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346469]  [] 
warn_slowpath_fmt+0x46/0x50
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346481]  [] ? 
finish_wait+0x67/0x80
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346527]  [] 
intel_crtc_wait_for_pending_flips+0x1ee/0x200 [i915]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346533]  [] ? 
prepare_to_wait_event+0x100/0x100
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346577]  [] 
intel_crtc_disable_planes+0x33/0x140 [i915]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346619]  [] 
haswell_crtc_disable+0x45/0x2b0 [i915]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346626]  [] ? 
__ww_mutex_lock+0x28/0xad
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346667]  [] 
intel_crtc_control+0x57/0x130 [i915]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346708]  [] 
intel_crtc_update_dpms+0x61/0x70 [i915]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346752]  [] 
intel_connector_dpms+0x61/0x70 [i915]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346788]  [] 
drm_mode_connector_set_obj_prop+0xa4/0xb0 [drm]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346826]  [] 
drm_mode_obj_set_property_ioctl+0x134/0x1d0 [drm]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346861]  [] 
drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346888]  [] 
drm_ioctl+0x2e6/0x590 [drm]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346926]  [] ? 
drm_mode_obj_set_property_ioctl+0x1d0/0x1d0 [drm]
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346933]  [] ? 
kernfs_fop_write+0xbb/0x190
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346940]  [] ? 
fsnotify+0x204/0x260
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346948]  [] 
do_vfs_ioctl+0x75/0x320
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346953]  [] ? 
vfs_write+0x196/0x1f0
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346961]  [] ? 
__fget_light+0x25/0x70
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346968]  [] 
SyS_ioctl+0x91/0xb0
Feb  4 10:43:39 jkekkonen-XPS kernel: [225278.346975]  [] ? 
SyS

[Kernel-packages] [Bug 1403653] Re: Kworker takes 100% CPU after installing OSX Yosemite upgrade

2014-12-18 Thread Jussi Pakkanen
** Summary changed:

- Kworker takes 100% CPU when booting with efi
+ Kworker takes 100% CPU after installing OSX Yosemite upgrade

** Description changed:

- When running on a Macbook Pro Retina that has been booted with EFI, a
- kworker process constantly takes 100% CPU. If you boot in legacy mode
- this does not happen.
+ When running on a Macbook Pro Retina that has had its OSX install
+ upgraded to Yosemite, a kworker process constantly takes 100% CPU.
  
  When grepping for large values in  /sys/firmware/acpi/interrupts, this
  one stands out:
  
  /sys/firmware/acpi/interrupts/gpe66: 2510732   enabled
  
  Trying to disable it with
  
  echo disable > /sys/firmware/acpi/interrupts/gpe66
  
  makes the CPU load go away.
  
  This will also prevent installation of Ubuntu, because if you try to
  install when kworker is running causes ubiquity to hang while trying to
  format the disk.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-28-generic 3.16.0-28.38
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  jpakkane   2346 F pulseaudio
-  /dev/snd/controlC0:  jpakkane   2346 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  jpakkane   2346 F pulseaudio
+  /dev/snd/controlC0:  jpakkane   2346 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Dec 17 23:36:32 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-12-17 (0 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic.efi.signed 
root=UUID=7196f220-ff77-4982-bfc1-03506a8013f7 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.16.0-28-generic N/A
-  linux-backports-modules-3.16.0-28-generic  N/A
-  linux-firmware 1.138
+  linux-restricted-modules-3.16.0-28-generic N/A
+  linux-backports-modules-3.16.0-28-generic  N/A
+  linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B11.1408291433
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B11.1408291433:bd08/29/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

-- 
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/1403653

Title:
  Kworker takes 100% CPU after installing OSX Yosemite upgrade

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Triaged

Bug description:
  When running on a Macbook Pro Retina that has had its OSX install
  upgraded to Yosemite, a kworker process constantly takes 100% CPU.

  When grepping for large values in  /sys/firmware/acpi/interrupts, this
  one stands out:

  /sys/firmware/acpi/interrupts/gpe66: 2510732   enabled

  Trying to disable it with

  echo disable > /sys/firmware/acpi/interrupts/gpe66

  makes the CPU load go away.

  This will also prevent installation of Ubuntu, because if you try to
  install when kworker is running causes ubiquity to hang while trying
  to format the disk.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-28-generic 3.16.0-28.38
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2346 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2346 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Dec 17 23:36:32 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-12-17 (0 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic.efi.signed 
root=UUID=7196f220-ff77-4982-bfc1-03506a8013f7 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: No upgrade log

[Kernel-packages] [Bug 1403653] Re: Kworker takes 100% CPU when booting with efi

2014-12-18 Thread Jussi Pakkanen
The newest upstream kernel has the same bug. The symptoms in that
upstream bug are identical (I also got this after an update to Yosemite)
so this is almost certainly the same.

-- 
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/1403653

Title:
  Kworker takes 100% CPU when booting with efi

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Triaged

Bug description:
  When running on a Macbook Pro Retina that has been booted with EFI, a
  kworker process constantly takes 100% CPU. If you boot in legacy mode
  this does not happen.

  When grepping for large values in  /sys/firmware/acpi/interrupts, this
  one stands out:

  /sys/firmware/acpi/interrupts/gpe66: 2510732   enabled

  Trying to disable it with

  echo disable > /sys/firmware/acpi/interrupts/gpe66

  makes the CPU load go away.

  This will also prevent installation of Ubuntu, because if you try to
  install when kworker is running causes ubiquity to hang while trying
  to format the disk.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-28-generic 3.16.0-28.38
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2346 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2346 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Dec 17 23:36:32 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-12-17 (0 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic.efi.signed 
root=UUID=7196f220-ff77-4982-bfc1-03506a8013f7 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B11.1408291433
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B11.1408291433:bd08/29/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1403653/+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 1403653] [NEW] Kworker takes 100% CPU when booting with efi

2014-12-17 Thread Jussi Pakkanen
Public bug reported:

When running on a Macbook Pro Retina that has been booted with EFI, a
kworker process constantly takes 100% CPU. If you boot in legacy mode
this does not happen.

When grepping for large values in  /sys/firmware/acpi/interrupts, this
one stands out:

/sys/firmware/acpi/interrupts/gpe66: 2510732   enabled

Trying to disable it with

echo disable > /sys/firmware/acpi/interrupts/gpe66

makes the CPU load go away.

This will also prevent installation of Ubuntu, because if you try to
install when kworker is running causes ubiquity to hang while trying to
format the disk.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-28-generic 3.16.0-28.38
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jpakkane   2346 F pulseaudio
 /dev/snd/controlC0:  jpakkane   2346 F pulseaudio
CurrentDesktop: Unity
Date: Wed Dec 17 23:36:32 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-12-17 (0 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
MachineType: Apple Inc. MacBookPro11,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic.efi.signed 
root=UUID=7196f220-ff77-4982-bfc1-03506a8013f7 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-28-generic N/A
 linux-backports-modules-3.16.0-28-generic  N/A
 linux-firmware 1.138
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/29/2014
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP111.88Z.0138.B11.1408291433
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-189A3D4F975D5FFC
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro11,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-189A3D4F975D5FFC
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B11.1408291433:bd08/29/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
dmi.product.name: MacBookPro11,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

-- 
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/1403653

Title:
  Kworker takes 100% CPU when booting with efi

Status in linux package in Ubuntu:
  New

Bug description:
  When running on a Macbook Pro Retina that has been booted with EFI, a
  kworker process constantly takes 100% CPU. If you boot in legacy mode
  this does not happen.

  When grepping for large values in  /sys/firmware/acpi/interrupts, this
  one stands out:

  /sys/firmware/acpi/interrupts/gpe66: 2510732   enabled

  Trying to disable it with

  echo disable > /sys/firmware/acpi/interrupts/gpe66

  makes the CPU load go away.

  This will also prevent installation of Ubuntu, because if you try to
  install when kworker is running causes ubiquity to hang while trying
  to format the disk.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-28-generic 3.16.0-28.38
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2346 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2346 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Dec 17 23:36:32 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-12-17 (0 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic.efi.signed 
root=UUID=7196f220-ff77-4982-bfc1-03506a8013f7 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B11.1408291433
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B11.1408291433:bd08/29/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5

[Kernel-packages] [Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2014-10-27 Thread Tm_T (Jussi Kekkonen)
Also maybe worth noting that I'm using Kubuntu.

my syslog get following entries when the lockup happens:

Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405831] [ cut here 
]
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405879] WARNING: CPU: 0 PID: 1602 
at /build/buildd/linux-3.16.0/drivers/gpu/drm/i915/intel_display.c:3324
 intel_crtc_wait_for_pending_flips+0x16c/0x180 [i915]()
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405881] Modules linked in: asix 
usbnet mii hid_logitech_dj hid_generic xt_CHECKSUM iptable_mangle ipt_MAS
QUERADE iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 
xt_conntrack nf_conntrack ipt_REJECT xt_tcpudp iptable_filter ip_tables x_tabl
es bridge stp llc ctr ccm pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) 
vboxdrv(OE) joydev intel_rapl arc4 x86_pkg_temp_thermal hid_rmi intel_pow
erclamp coretemp dell_wmi sparse_keymap kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel dell_laptop uvcvideo dcdbas videobuf2_vmalloc 
videobuf2_memops videobuf2_core v4l2_common aesni_intel videodev aes_x86_64 lrw 
gf128mul glue_helper ablk_helper cryptd hid_multitouch media iwlmvm sn
d_soc_rt5640 snd_soc_rl6231 snd_soc_core mac80211 snd_compress 
snd_pcm_dmaengine btusb snd_hda_codec_realtek snd_hda_codec_hdmi 
snd_hda_codec_generic 
iwlwifi serio_raw snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep 
cfg80211 snd_pcm mei_me mei shpchp lpc_ich snd_seq_midi snd_seq_midi_event 
snd_rawmidi snd_seq snd_seq_device snd_timer snd rfcomm soundcore dw_dmac 
snd_soc_sst_acpi bnep i2c_hid dw_dmac_core i2c_designware_platform 8250_dw i
2c_designware_core spi_pxa2xx_platform intel_smartconnect bluetooth 
6lowpan_iphc mac_hid binfmt_misc parport_pc ppdev i8k lp parport usbhid hid 
i915 i
2c_algo_bit drm_kms_helper psmouse ahci drm libahci wmi sdhci_acpi sdhci video
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405952] CPU: 0 PID: 1602 Comm: 
Xorg Tainted: G   OE 3.16.0-23-generic #31-Ubuntu
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405954] Hardware name: Dell Inc. 
XPS13 9333/0D13CR, BIOS A04 03/19/2014
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405955]  0009 
8800bd587c18 8177fcbc 
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405959]  8800bd587c50 
8106fd8d  880213e74000
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405961]  880210718210 
880210ae5000 880210ae5000 8800bd587c60
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405965] Call Trace:
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405973]  [] 
dump_stack+0x45/0x56
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405979]  [] 
warn_slowpath_common+0x7d/0xa0
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.405982]  [] 
warn_slowpath_null+0x1a/0x20
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406004]  [] 
intel_crtc_wait_for_pending_flips+0x16c/0x180 [i915]
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406010]  [] ? 
prepare_to_wait_event+0x100/0x100
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406029]  [] 
intel_crtc_disable_planes+0x33/0x1c0 [i915]
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406032]  [] ? 
__ww_mutex_lock+0x1b/0xb0
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406050]  [] 
haswell_crtc_disable+0x57/0x2e0 [i915]
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406053]  [] ? 
mutex_lock+0x12/0x30
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406072]  [] 
intel_crtc_update_dpms+0x67/0xa0 [i915]
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406091]  [] 
intel_connector_dpms+0x59/0x70 [i915]
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406110]  [] 
drm_mode_obj_set_property_ioctl+0x399/0x3a0 [drm]
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406125]  [] 
drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406137]  [] 
drm_ioctl+0x1df/0x680 [drm]
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406143]  [] 
do_vfs_ioctl+0x2c8/0x4a0
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406146]  [] ? 
__sb_end_write+0x31/0x60
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406149]  [] 
SyS_ioctl+0x81/0xa0
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406152]  [] 
system_call_fastpath+0x1a/0x1f
Oct 27 10:47:12 jkekkonen-XPS kernel: [20998.406154] ---[ end trace 
fa8daa4bcece2f9f ]---

-- 
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/1384342

Title:
  kernel messages intel_crtc_wait_for_pending_flips correlate to compiz
  hang

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I am fairly frequently (maybe once every 2 days) seeing screen
  lockups.  The system is fine, and then screen locks up. mouse is still
  movable and even changes icon based on content under it (ie mouse over
  link changes to pointing hand).  Programs are still running (often
  this occurs during a google hangout, and the hangout, audio and mic
  seem to work fine).

  Today when

[Kernel-packages] [Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2014-10-27 Thread Tm_T (Jussi Kekkonen)
This might be related:

https://bugzilla.kernel.org/show_bug.cgi?id=64431

-- 
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/1384342

Title:
  kernel messages intel_crtc_wait_for_pending_flips correlate to compiz
  hang

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I am fairly frequently (maybe once every 2 days) seeing screen
  lockups.  The system is fine, and then screen locks up. mouse is still
  movable and even changes icon based on content under it (ie mouse over
  link changes to pointing hand).  Programs are still running (often
  this occurs during a google hangout, and the hangout, audio and mic
  seem to work fine).

  Today when this happened I had more patience and hit ctrl-alt-f1, and then 
subsequently saw that dmesg had:
  [82218.556025] [ cut here ]
  [82218.556074] WARNING: CPU: 0 PID: 8799 at 
/build/buildd/linux-3.16.0/drivers/gpu/drm/i915/intel_display.c:3324 
intel_crtc_wait_for_pending_flips+0x16c/0x180 [i915]()
  [82218.556095] Modules linked in: xt_conntrack ipt_REJECT overlayfs pci_stub 
vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) xt_CHECKSUM 
iptable_mangle ipt_MASQUERADE iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 
nf_nat_ipv4 nf_nat nf_conntrack xt_tcpudp bridge stp llc iptable_filter 
ip_tables x_tables rfcomm bnep binfmt_misc dm_crypt uvcvideo videobuf2_vmalloc 
videobuf2_memops videobuf2_core v4l2_common videodev media dm_multipath scsi_dh 
coretemp kvm_intel kvm arc4 joydev iwldvm mac80211 serio_raw btusb bluetooth 
pcmcia 6lowpan_iphc thinkpad_acpi snd_seq_midi snd_seq_midi_event nvram 
snd_hda_codec_conexant snd_hda_codec_generic r852 sm_common lpc_ich nand 
snd_rawmidi nand_ecc nand_bch snd_hda_intel bch nand_ids snd_hda_controller 
snd_hda_codec snd_hwdep mtd snd_seq iwlwifi r592 memstick snd_pcm
  [82218.556112]  yenta_socket pcmcia_rsrc pcmcia_core cfg80211 snd_seq_device 
shpchp snd_timer mei_me mei snd soundcore mac_hid parport_pc ppdev tp_smapi(OE) 
thinkpad_ec(OE) lp parport btrfs raid10 raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor raid6_pq raid1 raid0 multipath linear 
hid_generic usbhid hid psmouse firewire_ohci ahci libahci firewire_core 
sdhci_pci sdhci crc_itu_t i915 wmi e1000e i2c_algo_bit drm_kms_helper video drm 
ptp pps_core pata_acpi [last unloaded: ipmi_msghandler]
  [82218.556114] CPU: 0 PID: 8799 Comm: kworker/0:1 Tainted: GW  OE 
3.16.0-23-generic #30-Ubuntu
  [82218.556115] Hardware name: LENOVO 7417CTO/7417CTO, BIOS 7UET94WW (3.24 ) 
10/17/2012
  [82218.556119] Workqueue: events console_callback
  [82218.556122]  0009 880016a3faf8 8177fcbc 

  [82218.556123]  880016a3fb30 8106fd8d  
880035a5a000
  [82218.556124]  880035948210 880035826800 880035826800 
880016a3fb40
  [82218.556125] Call Trace:
  [82218.556130]  [] dump_stack+0x45/0x56
  [82218.556133]  [] warn_slowpath_common+0x7d/0xa0
  [82218.556135]  [] warn_slowpath_null+0x1a/0x20
  [82218.556153]  [] 
intel_crtc_wait_for_pending_flips+0x16c/0x180 [i915]
  [82218.556156]  [] ? prepare_to_wait_event+0x100/0x100
  [82218.556175]  [] intel_crtc_disable_planes+0x33/0x1c0 
[i915]
  [82218.556177]  [] ? __ww_mutex_lock+0x1b/0xb0
  [82218.556196]  [] i9xx_crtc_disable+0x51/0x3f0 [i915]
  [82218.556220]  [] intel_crtc_update_dpms+0x67/0xa0 [i915]
  [82218.556237]  [] intel_connector_dpms+0x59/0x70 [i915]
  [82218.556245]  [] drm_fb_helper_dpms.isra.5+0xc1/0x100 
[drm_kms_helper]
  [82218.556251]  [] drm_fb_helper_blank+0x31/0x90 
[drm_kms_helper]
  [82218.556254]  [] fb_blank+0x57/0xc0
  [82218.556256]  [] fbcon_blank+0xfb/0x300
  [82218.556258]  [] ? __queue_delayed_work+0x182/0x1c0
  [82218.556259]  [] ? try_to_grab_pending+0xa9/0x160
  [82218.556262]  [] ? lock_timer_base.isra.34+0x2b/0x50
  [82218.556264]  [] ? try_to_del_timer_sync+0x4f/0x70
  [82218.556266]  [] do_blank_screen+0x1d3/0x280
  [82218.556267]  [] console_callback+0x68/0x160
  [82218.556269]  [] process_one_work+0x182/0x4e0
  [82218.556270]  [] worker_thread+0x6b/0x6a0
  [82218.556272]  [] ? __schedule+0x39d/0x890
  [82218.556273]  [] ? process_one_work+0x4e0/0x4e0
  [82218.556275]  [] kthread+0xdb/0x100
  [82218.556277]  [] ? kthread_create_on_node+0x1c0/0x1c0
  [82218.556278]  [] ret_from_fork+0x7c/0xb0
  [82218.556280]  [] ? kthread_create_on_node+0x1c0/0x1c0
  [82218.556281] ---[ end trace b9c751133032cf61 ]---

  /var/log/Xorg.0.log had:
  [ 83252.384] (EE) Backtrace:
  [ 83253.063] (EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x7f80649a0666]
  [ 83253.063] (EE) 1: /usr/bin/X (0x7f80647ea000+0x1ba869) [0x7f80649a4869]
  [ 83253.063] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7f806251f000+0x36da0) 
[0x7f8062555da0]
  [ 83253.063] (EE) 3: /usr/bin/X (0x7f80647ea000+0x1378ec) [0x7f80649218ec]
  [ 83253.063] (EE) 4: /usr/bin/X (0x7f80647ea000+0x137d0c) 

[Kernel-packages] [Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2014-10-27 Thread Tm_T (Jussi Kekkonen)
Hi, I have the same issue, this started happening after upgrading to
Utopic from Trusty, my hardware is recent gen XPS 13 de

Haven't yet figured out a way to reproduce the issue.

** Bug watch added: Linux Kernel Bug Tracker #64431
   http://bugzilla.kernel.org/show_bug.cgi?id=64431

-- 
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/1384342

Title:
  kernel messages intel_crtc_wait_for_pending_flips correlate to compiz
  hang

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I am fairly frequently (maybe once every 2 days) seeing screen
  lockups.  The system is fine, and then screen locks up. mouse is still
  movable and even changes icon based on content under it (ie mouse over
  link changes to pointing hand).  Programs are still running (often
  this occurs during a google hangout, and the hangout, audio and mic
  seem to work fine).

  Today when this happened I had more patience and hit ctrl-alt-f1, and then 
subsequently saw that dmesg had:
  [82218.556025] [ cut here ]
  [82218.556074] WARNING: CPU: 0 PID: 8799 at 
/build/buildd/linux-3.16.0/drivers/gpu/drm/i915/intel_display.c:3324 
intel_crtc_wait_for_pending_flips+0x16c/0x180 [i915]()
  [82218.556095] Modules linked in: xt_conntrack ipt_REJECT overlayfs pci_stub 
vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) xt_CHECKSUM 
iptable_mangle ipt_MASQUERADE iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 
nf_nat_ipv4 nf_nat nf_conntrack xt_tcpudp bridge stp llc iptable_filter 
ip_tables x_tables rfcomm bnep binfmt_misc dm_crypt uvcvideo videobuf2_vmalloc 
videobuf2_memops videobuf2_core v4l2_common videodev media dm_multipath scsi_dh 
coretemp kvm_intel kvm arc4 joydev iwldvm mac80211 serio_raw btusb bluetooth 
pcmcia 6lowpan_iphc thinkpad_acpi snd_seq_midi snd_seq_midi_event nvram 
snd_hda_codec_conexant snd_hda_codec_generic r852 sm_common lpc_ich nand 
snd_rawmidi nand_ecc nand_bch snd_hda_intel bch nand_ids snd_hda_controller 
snd_hda_codec snd_hwdep mtd snd_seq iwlwifi r592 memstick snd_pcm
  [82218.556112]  yenta_socket pcmcia_rsrc pcmcia_core cfg80211 snd_seq_device 
shpchp snd_timer mei_me mei snd soundcore mac_hid parport_pc ppdev tp_smapi(OE) 
thinkpad_ec(OE) lp parport btrfs raid10 raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor raid6_pq raid1 raid0 multipath linear 
hid_generic usbhid hid psmouse firewire_ohci ahci libahci firewire_core 
sdhci_pci sdhci crc_itu_t i915 wmi e1000e i2c_algo_bit drm_kms_helper video drm 
ptp pps_core pata_acpi [last unloaded: ipmi_msghandler]
  [82218.556114] CPU: 0 PID: 8799 Comm: kworker/0:1 Tainted: GW  OE 
3.16.0-23-generic #30-Ubuntu
  [82218.556115] Hardware name: LENOVO 7417CTO/7417CTO, BIOS 7UET94WW (3.24 ) 
10/17/2012
  [82218.556119] Workqueue: events console_callback
  [82218.556122]  0009 880016a3faf8 8177fcbc 

  [82218.556123]  880016a3fb30 8106fd8d  
880035a5a000
  [82218.556124]  880035948210 880035826800 880035826800 
880016a3fb40
  [82218.556125] Call Trace:
  [82218.556130]  [] dump_stack+0x45/0x56
  [82218.556133]  [] warn_slowpath_common+0x7d/0xa0
  [82218.556135]  [] warn_slowpath_null+0x1a/0x20
  [82218.556153]  [] 
intel_crtc_wait_for_pending_flips+0x16c/0x180 [i915]
  [82218.556156]  [] ? prepare_to_wait_event+0x100/0x100
  [82218.556175]  [] intel_crtc_disable_planes+0x33/0x1c0 
[i915]
  [82218.556177]  [] ? __ww_mutex_lock+0x1b/0xb0
  [82218.556196]  [] i9xx_crtc_disable+0x51/0x3f0 [i915]
  [82218.556220]  [] intel_crtc_update_dpms+0x67/0xa0 [i915]
  [82218.556237]  [] intel_connector_dpms+0x59/0x70 [i915]
  [82218.556245]  [] drm_fb_helper_dpms.isra.5+0xc1/0x100 
[drm_kms_helper]
  [82218.556251]  [] drm_fb_helper_blank+0x31/0x90 
[drm_kms_helper]
  [82218.556254]  [] fb_blank+0x57/0xc0
  [82218.556256]  [] fbcon_blank+0xfb/0x300
  [82218.556258]  [] ? __queue_delayed_work+0x182/0x1c0
  [82218.556259]  [] ? try_to_grab_pending+0xa9/0x160
  [82218.556262]  [] ? lock_timer_base.isra.34+0x2b/0x50
  [82218.556264]  [] ? try_to_del_timer_sync+0x4f/0x70
  [82218.556266]  [] do_blank_screen+0x1d3/0x280
  [82218.556267]  [] console_callback+0x68/0x160
  [82218.556269]  [] process_one_work+0x182/0x4e0
  [82218.556270]  [] worker_thread+0x6b/0x6a0
  [82218.556272]  [] ? __schedule+0x39d/0x890
  [82218.556273]  [] ? process_one_work+0x4e0/0x4e0
  [82218.556275]  [] kthread+0xdb/0x100
  [82218.556277]  [] ? kthread_create_on_node+0x1c0/0x1c0
  [82218.556278]  [] ret_from_fork+0x7c/0xb0
  [82218.556280]  [] ? kthread_create_on_node+0x1c0/0x1c0
  [82218.556281] ---[ end trace b9c751133032cf61 ]---

  /var/log/Xorg.0.log had:
  [ 83252.384] (EE) Backtrace:
  [ 83253.063] (EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x7f80649a0666]
  [ 83253.063] (EE) 1: /usr/bin/X (0x7f80647ea000+0x1ba869) [0x7f80649a4869]
  [ 83253.063] (EE) 2: /

[Kernel-packages] [Bug 1375766] [NEW] Phone gives wrong capabilities over bluetooth

2014-09-30 Thread Jussi Kangas
Public bug reported:

USED SW:
current build number: 73
device name: krillin
channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
last update: 2014-09-30 14:12:10
version version: 73
version ubuntu: 20140930
version device: 20140925-6623bf1
version custom: 1411735617

TEST STEPS:
1. Play music in iphone 4S
2. Connect krillin to iphone by bluetooth

EXPECTED RESULT
Connection is established without extra side effects

ACTUAL RESULT:
Krillin starts to play the music which is listened in iphone. Theory: 
Presumably krillin is broadcasting wrong bluetooth capablities

** Affects: bluez (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Phone gives wrong capabilities over bluetooth

Status in “bluez” package in Ubuntu:
  New

Bug description:
  USED SW:
  current build number: 73
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-09-30 14:12:10
  version version: 73
  version ubuntu: 20140930
  version device: 20140925-6623bf1
  version custom: 1411735617

  TEST STEPS:
  1. Play music in iphone 4S
  2. Connect krillin to iphone by bluetooth

  EXPECTED RESULT
  Connection is established without extra side effects

  ACTUAL RESULT:
  Krillin starts to play the music which is listened in iphone. Theory: 
Presumably krillin is broadcasting wrong bluetooth capablities

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1375766/+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 1373141] [NEW] [Apple Inc. MacBookPro11, 1] suspend/resume failure

2014-09-23 Thread Jussi Pakkanen
Public bug reported:

It failed.

ProblemType: KernelOops
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-16-generic 3.16.0-16.22
ProcVersionSignature: Ubuntu 3.16.0-16.22-generic 3.16.2
Uname: Linux 3.16.0-16-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jpakkane   2752 F pulseaudio
 /dev/snd/controlC0:  jpakkane   2752 F pulseaudio
Date: Wed Sep 24 00:44:29 2014
DuplicateSignature: suspend/resume:Apple Inc. 
MacBookPro11,1:MBP111.88Z.0138.B07.1402121134
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InstallationDate: Installed on 2014-05-22 (124 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac (20140417)
InterpreterPath: /usr/bin/python3.4
MachineType: Apple Inc. MacBookPro11,1
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-16-generic 
root=UUID=aec3f04d-865c-4f0f-9872-d8953e94278d ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-16-generic N/A
 linux-backports-modules-3.16.0-16-generic  N/A
 linux-firmware 1.134
SourcePackage: linux
Title: [Apple Inc. MacBookPro11,1] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 02/12/2014
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP111.88Z.0138.B07.1402121134
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-189A3D4F975D5FFC
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro11,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-189A3D4F975D5FFC
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
dmi.product.name: MacBookPro11,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-kerneloops resume suspend utopic

-- 
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/1373141

Title:
  [Apple Inc. MacBookPro11,1] suspend/resume failure

Status in “linux” package in Ubuntu:
  New

Bug description:
  It failed.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-16-generic 3.16.0-16.22
  ProcVersionSignature: Ubuntu 3.16.0-16.22-generic 3.16.2
  Uname: Linux 3.16.0-16-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2752 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2752 F pulseaudio
  Date: Wed Sep 24 00:44:29 2014
  DuplicateSignature: suspend/resume:Apple Inc. 
MacBookPro11,1:MBP111.88Z.0138.B07.1402121134
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InstallationDate: Installed on 2014-05-22 (124 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Apple Inc. MacBookPro11,1
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-16-generic 
root=UUID=aec3f04d-865c-4f0f-9872-d8953e94278d ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-16-generic N/A
   linux-backports-modules-3.16.0-16-generic  N/A
   linux-firmware 1.134
  SourcePackage: linux
  Title: [Apple Inc. MacBookPro11,1] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:r

[Kernel-packages] [Bug 283316] Re: CD-ROM tray closes automatically after eject

2014-09-23 Thread Jussi
@Shock
I had this problem, but it got fixed by dusting/cleaning the CD-drive.

-- 
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/283316

Title:
  CD-ROM tray closes automatically after eject

Status in The Linux Kernel:
  Invalid
Status in Release Notes for Ubuntu:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “udev” package in Ubuntu:
  Fix Released
Status in “linux” source package in Intrepid:
  Invalid
Status in “udev” source package in Intrepid:
  Fix Released
Status in “udev” package in Fedora:
  In Progress
Status in Gentoo Linux:
  Fix Released

Bug description:
  Binary package hint: hal

  Ubuntu intrepid ibex beta (updated)

  Problem:
  When I try to eject a cd/dvd, Ubuntu intrepid inserts the cdrom right back in 
the cd/dvd drive

  Steps to reproduce:
  1) Either by pressing eject button on the device or using the "eject" command 
or using the eject icon in nautilus sidebar
  2) The dvd is ejected successfully
  3) The dvd is loaded back in right after being ejected. This happens after 
the message "eject: CD-ROM eject command succeeded" of "eject -v" command.

  Note 1: The cd/dvd-rw drive is a SATA device
  Note 2: This happens while in tty and ubuntu gnome desktop manager

  $ apt-cache policy eject hal
  eject:
Installed: 2.1.5-9ubuntu2
Candidate: 2.1.5-9ubuntu2
Version table:
   *** 2.1.5-9ubuntu2 0
  500 http://archive.ubuntu.com intrepid/main Packages
  100 /var/lib/dpkg/status
  hal:
Installed: 0.5.11-4ubuntu2
Candidate: 0.5.11-4ubuntu2
Version table:
   *** 0.5.11-4ubuntu2 0
  500 http://archive.ubuntu.com intrepid/main Packages
  100 /var/lib/dpkg/status

  $ eject -v
  eject: using default device `cdrom'
  eject: device name is `cdrom'
  eject: expanded name is `/dev/cdrom'
  eject: `/dev/cdrom' is a link to `/dev/scd0'
  eject: `/dev/scd0' is mounted at `/media/cdrom0'
  eject: unmounting device `/dev/scd0' from `/media/cdrom0'
  eject: `/dev/scd0' is not a multipartition device
  eject: trying to eject `/dev/scd0' using CD-ROM eject command
  eject: CD-ROM eject command succeeded

  $ sudo lshw -C disk
  [...]
*-cdrom
 description: DVD-RAM writer
 product: DVD-RW  DVR-212
 vendor: PIONEER
 physical id: 0.0.0
 bus info: scsi@2:0.0.0
 logical name: /dev/cdrom
 logical name: /dev/cdrw
 logical name: /dev/dvd
 logical name: /dev/dvdrw
 logical name: /dev/scd0
 logical name: /dev/sr0
 logical name: /media/cdrom0
 version: 1.21
 capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
 configuration: ansiversion=5 mount.fstype=iso9660 
mount.options=ro,nosuid,nodev,utf8 state=mounted status=ready
   *-medium
physical id: 0
logical name: /dev/cdrom
logical name: /media/cdrom0
configuration: mount.fstype=iso9660 
mount.options=ro,nosuid,nodev,utf8 state=mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/283316/+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 1341997] Re: Radeon drivers extremely flaky

2014-07-17 Thread Jussi Pakkanen
Galen's symptoms are identical to mine.

-- 
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/1341997

Title:
  Radeon drivers extremely flaky

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  The drivers on AMD Radeon are extremely flaky now. They crash several
  times a day with symptoms ranging from instant hard freezes to
  flickering of the image followed by colors weirdly changing, e.g. the
  drop shadows on windows turning bright red. During the latest crash,
  the following was printed to dmesg several thousand times:

  [ 2059.396715] radeon :01:00.0: GPU fault detected: 146 0x0ea20804
  [ 2059.396716] radeon :01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_ADDR   
0x
  [ 2059.396717] radeon :01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_STATUS 
0x
  [ 2059.396718] VM fault (0x00, vmid 0) at page 0, read from unknown (0)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-3-generic 3.16.0-3.8
  ProcVersionSignature: Ubuntu 3.16.0-3.8-generic 3.16.0-rc4
  Uname: Linux 3.16.0-3-generic x86_64
  ApportVersion: 2.14.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jpakkane   2631 F pulseaudio
   /dev/snd/controlC1:  jpakkane   2631 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Jul 15 09:50:27 2014
  InstallationDate: Installed on 2013-05-20 (420 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.16.0-3-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-3-generic N/A
   linux-backports-modules-3.16.0-3-generic  N/A
   linux-firmware1.132
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-05-21 (54 days ago)
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1341997/+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 1341997] [NEW] Radeon drivers extremely flaky

2014-07-15 Thread Jussi Pakkanen
Public bug reported:

The drivers on AMD Radeon are extremely flaky now. They crash several
times a day with symptoms ranging from instant hard freezes to
flickering of the image followed by colors weirdly changing, e.g. the
drop shadows on windows turning bright red. During the latest crash, the
following was printed to dmesg several thousand times:

[ 2059.396715] radeon :01:00.0: GPU fault detected: 146 0x0ea20804
[ 2059.396716] radeon :01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_ADDR   
0x
[ 2059.396717] radeon :01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_STATUS 
0x
[ 2059.396718] VM fault (0x00, vmid 0) at page 0, read from unknown (0)

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-3-generic 3.16.0-3.8
ProcVersionSignature: Ubuntu 3.16.0-3.8-generic 3.16.0-rc4
Uname: Linux 3.16.0-3-generic x86_64
ApportVersion: 2.14.4-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jpakkane   2631 F pulseaudio
 /dev/snd/controlC1:  jpakkane   2631 F pulseaudio
CurrentDesktop: Unity
Date: Tue Jul 15 09:50:27 2014
InstallationDate: Installed on 2013-05-20 (420 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.16.0-3-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-3-generic N/A
 linux-backports-modules-3.16.0-3-generic  N/A
 linux-firmware1.132
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to utopic on 2014-05-21 (54 days ago)
dmi.bios.date: 05/16/2013
dmi.bios.vendor: Intel Corp.
dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
dmi.board.name: DH77EB
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG39073-304
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug utopic

-- 
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/1341997

Title:
  Radeon drivers extremely flaky

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  The drivers on AMD Radeon are extremely flaky now. They crash several
  times a day with symptoms ranging from instant hard freezes to
  flickering of the image followed by colors weirdly changing, e.g. the
  drop shadows on windows turning bright red. During the latest crash,
  the following was printed to dmesg several thousand times:

  [ 2059.396715] radeon :01:00.0: GPU fault detected: 146 0x0ea20804
  [ 2059.396716] radeon :01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_ADDR   
0x
  [ 2059.396717] radeon :01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_STATUS 
0x
  [ 2059.396718] VM fault (0x00, vmid 0) at page 0, read from unknown (0)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-3-generic 3.16.0-3.8
  ProcVersionSignature: Ubuntu 3.16.0-3.8-generic 3.16.0-rc4
  Uname: Linux 3.16.0-3-generic x86_64
  ApportVersion: 2.14.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jpakkane   2631 F pulseaudio
   /dev/snd/controlC1:  jpakkane   2631 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Jul 15 09:50:27 2014
  InstallationDate: Installed on 2013-05-20 (420 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.16.0-3-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-3-generic N/A
   linux-backports-modules-3.16.0-3-generic  N/A
   linux-firmware1.132
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-05-21 (54 days ago)
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsub

[Kernel-packages] [Bug 1144322] Re: [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from network manager via ppp0

2014-07-06 Thread Jussi Saarinen
Since ArchLinux has currently kernel 3.15.3, I'm marking this fixed in
ArchLinux

** Package changed: linux (Arch Linux) => archlinux

** Changed in: archlinux
   Status: New => Fix Released

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in Arch Linux:
  Fix Released
Status in Gentoo Linux:
  Fix Released

Bug description:
  Using: "Ubuntu 12.04 (precise) 32-bit" Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: "http://kernel.ubuntu.com/~kernel-ppa/mainline/";

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic & machine
  crashes & freezes, have to hard boot.

  Machine connects to net using "ppp0" (modem on phone), then if you
  disconnect  the modem "ppp0" & try to reconnect, the Kernel Panics &
  crashes, or then if you disconnect by unchecking "Enable Networking" &
  then rechecking "Enable Networking", the Kernel Panics & crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1 & 3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using "HardInfo 0.5.1" :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-51-generic-pae N/A
   linux-backports-modules-3.2.0-51-generic-pae  N/A
   linux-firmware1.79.6
  Tags:  precise
  Uname: Linux 3.2.0-51-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/25/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.80
  dmi.board.name: EAT10/EAT20
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.80:bd10/25/2006:svnTOSHIBA:pnSatelliteA80:pvrPSA80L-043003:rvnTOSHIBA:rnEAT10/EAT20:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite A80
  dmi.product.version: PSA80L-043003
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+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 1165433] Re: Kernels from 3.8.x to 3.11.x panic on bluetooth DUN disconnect

2014-07-06 Thread Jussi Saarinen
I managed to find one more bug report similar to this one. So now there
are at least four bug reports (including this one) here in Launchpad on
this problem:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1189998

https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1256811

Anyway, if these are about the same bug that I think they are, the bug
has now been completely fixed in kernel version 3.14, though kernel
version 3.12 included some of the fix. Also there was one previous fix
that is also needed that I think was backported to stable before 3.12.

I think I manged to list all the necessary commits, Here are links to
the commits, in case they need to be backported:

The first fix (pre 3.12?):
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1d9e689c934bd5ecb0f273c6c65e0655c5cfee5f

The fixes in 3.12:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=396dc223dd36edd218650d042a07c5e61f022c5b

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ebe937f74b8a72cf3ceeae5c2194a160bb092901

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54b926a1434e817ca84cb090f36b56763e192470

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cad348a17e170451ea8688b532a6ca3e98c63b60

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ece3150dea382c7c961fe2604332ed3474960d25

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ffe6b68cc5999a3f91a15b6667e69e14186e337d

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=29cd718beba999bda4bdbbf59b5a4d25c07e1547

And finally the fixes in 3.14:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=5b899241874dcc1a2b932a668731c80a3a869575

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e228b63390536f5b737056059a9a04ea016b1abf

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4a2fb3ecc7467c775b154813861f25a0ddc11aa0

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f86772af6a0f643d3e13eb3f4f9213ae0c333ee4

-- 
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/1165433

Title:
  Kernels from 3.8.x to 3.11.x panic on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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 1144322] Re: [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from network manager via ppp0

2014-07-06 Thread Jussi Saarinen
I managed to find one more bug report similar to this one. So now there
are at least four bug reports (including this one) here in Launchpad on
this problem:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1189998

https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1256811

Anyway, if these are about the same bug that I think they are, the bug
has now been completely fixed in kernel version 3.14, though kernel
version 3.12 included some of the fix. Also there was one previous fix
that is also needed that I think was backported to stable before 3.12.

I think I manged to list all the necessary commits, Here are links to
the commits, in case they need to be backported:

The first fix (pre 3.12?):
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1d9e689c934bd5ecb0f273c6c65e0655c5cfee5f

The fixes in 3.12:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=396dc223dd36edd218650d042a07c5e61f022c5b

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ebe937f74b8a72cf3ceeae5c2194a160bb092901

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54b926a1434e817ca84cb090f36b56763e192470

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cad348a17e170451ea8688b532a6ca3e98c63b60

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ece3150dea382c7c961fe2604332ed3474960d25

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ffe6b68cc5999a3f91a15b6667e69e14186e337d

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=29cd718beba999bda4bdbbf59b5a4d25c07e1547

And finally the fixes in 3.14:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=5b899241874dcc1a2b932a668731c80a3a869575

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e228b63390536f5b737056059a9a04ea016b1abf

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4a2fb3ecc7467c775b154813861f25a0ddc11aa0

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f86772af6a0f643d3e13eb3f4f9213ae0c333ee4

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in Arch Linux:
  Fix Released
Status in Gentoo Linux:
  Fix Released

Bug description:
  Using: "Ubuntu 12.04 (precise) 32-bit" Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: "http://kernel.ubuntu.com/~kernel-ppa/mainline/";

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic & machine
  crashes & freezes, have to hard boot.

  Machine connects to net using "ppp0" (modem on phone), then if you
  disconnect  the modem "ppp0" & try to reconnect, the Kernel Panics &
  crashes, or then if you disconnect by unchecking "Enable Networking" &
  then rechecking "Enable Networking", the Kernel Panics & crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1 & 3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using "HardInfo 0.5.1" :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseA

[Kernel-packages] [Bug 1189998] Re: bluetooth disconnection corrupts memory and causes kernel panic

2014-07-06 Thread Jussi Saarinen
I managed to find one more bug report similar to this one. So now there
are at least four bug reports (including this one) here in Launchpad on
this problem:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1189998

https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1256811

Anyway, if these are about the same bug that I think they are, the bug
has now been completely fixed in kernel version 3.14, though kernel
version 3.12 included some of the fix. Also there was one previous fix
that is also needed that I think was backported to stable before 3.12.

I think I manged to list all the necessary commits, Here are links to
the commits, in case they need to be backported:

The first fix (pre 3.12?):
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1d9e689c934bd5ecb0f273c6c65e0655c5cfee5f

The fixes in 3.12:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=396dc223dd36edd218650d042a07c5e61f022c5b

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ebe937f74b8a72cf3ceeae5c2194a160bb092901

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54b926a1434e817ca84cb090f36b56763e192470

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cad348a17e170451ea8688b532a6ca3e98c63b60

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ece3150dea382c7c961fe2604332ed3474960d25

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ffe6b68cc5999a3f91a15b6667e69e14186e337d

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=29cd718beba999bda4bdbbf59b5a4d25c07e1547

And finally the fixes in 3.14:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=5b899241874dcc1a2b932a668731c80a3a869575

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e228b63390536f5b737056059a9a04ea016b1abf

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4a2fb3ecc7467c775b154813861f25a0ddc11aa0

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f86772af6a0f643d3e13eb3f4f9213ae0c333ee4

-- 
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/1189998

Title:
  bluetooth disconnection corrupts memory and causes kernel panic

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  This bug is present on kernels v3.8-rc1 and beyond and was exposed by commit 
ecbbfd44.
  To reproduce:

  1) Pair a bluetooth device that is capable of being easily powered down (a 
phone for example)
  2) Configure /etc/bluetooth/rfcomm.conf to connect to device. For example:
  rfcomm0 {
  bind no;
  device XX:XX:XX:XX:XX:XX;
  channel XX;
  comment "phone";
  }
  3) Type 'rfcomm connect 0'.
  4) On the device power down the bluetooth component or power down the device.
  5) Eventually the machine will crash, I've found that exec'ing another 
program will cause the crash easily.

  ProblemType: KernelCrash
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.9.0-4-generic
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1537 F pulseaudio
  Date: Tue Jun 11 12:22:26 2013
  HibernationDevice: RESUME=UUID=8c8e9f7c-b216-4ead-a5da-8e267ab136ac
  InstallationDate: Installed on 2013-06-05 (5 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130605)
  MachineType: LENOVO 42872WU
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-4-generic 
root=UUID=94d4ed1f-8182-4805-8d5b-6944f6f1c428 ro 
crashkernel=384M-2G:64M,2G-:128M debug ignore_loglevel
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.9.0-4-generic N/A
   linux-backports-modules-3.9.0-4-generic  N/A
   linux-firmware   1.109
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET55WW (1.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42872WU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modali

[Kernel-packages] [Bug 1323645] Re: [MacBookPro11, 1] Suspend delayed because of some timeout issue

2014-06-05 Thread Jussi Pakkanen
Christopher, please don't override Joseph's importance evaluations. He
is on the kernel team and knows better how to prioritise this bug.

-- 
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/1323645

Title:
  [MacBookPro11,1] Suspend delayed because of some timeout issue

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  As requested by apw, here is the bug report for suspend problem on
  Macbook retina. The issue is when activating suspend, the monitor
  turns off but the machine gets fully suspended only some time later.
  The actual start of suspend can be detected by they keyboard backlight
  going off. The attached logs were gathered in the following way:

  - power cycle machine
  - suspend
  - wake up

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.15.0-2-generic 3.15.0-2.6
  ProcVersionSignature: Ubuntu 3.15.0-2.6-generic 3.15.0-rc6
  Uname: Linux 3.15.0-2-generic x86_64
  ApportVersion: 2.14.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jpakkane   2097 F pulseaudio
   /dev/snd/controlC1:  jpakkane   2097 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 27 15:54:53 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-22 (4 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-2-generic 
root=UUID=aec3f04d-865c-4f0f-9872-d8953e94278d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.15.0-2-generic N/A
   linux-backports-modules-3.15.0-2-generic  N/A
   linux-firmware1.129
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-05-27 (0 days ago)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1323645/+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 1323645] Re: [MacBookPro11, 1] Suspend delayed because of some timeout issue

2014-06-04 Thread Jussi Pakkanen
It does suspend after a minute or so.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1323645

Title:
  [MacBookPro11,1] Suspend delayed because of some timeout issue

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  As requested by apw, here is the bug report for suspend problem on
  Macbook retina. The issue is when activating suspend, the monitor
  turns off but the machine gets fully suspended only some time later.
  The actual start of suspend can be detected by they keyboard backlight
  going off. The attached logs were gathered in the following way:

  - power cycle machine
  - suspend
  - wake up

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.15.0-2-generic 3.15.0-2.6
  ProcVersionSignature: Ubuntu 3.15.0-2.6-generic 3.15.0-rc6
  Uname: Linux 3.15.0-2-generic x86_64
  ApportVersion: 2.14.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jpakkane   2097 F pulseaudio
   /dev/snd/controlC1:  jpakkane   2097 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 27 15:54:53 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-22 (4 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-2-generic 
root=UUID=aec3f04d-865c-4f0f-9872-d8953e94278d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.15.0-2-generic N/A
   linux-backports-modules-3.15.0-2-generic  N/A
   linux-firmware1.129
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-05-27 (0 days ago)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1323645/+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 1323645] Re: [MacBookPro11, 1] Suspend delayed because of some timeout issue

2014-06-03 Thread Jussi Pakkanen
I can't confirm if this is a regression as this machine is brand new and
I only had trusty on it for a little while before upgrading. This issue
may be related to uefi booting, as suspend seemed to work when booting
in legacy bios mode (but that had a bug that made the system unbootable
after a while).

Tested the upstream kernel specified and the bug seems to be in that
one, too.

** Description changed:

  As requested by apw, here is the bug report for suspend problem on
- Macbook retina. The issue is that activating suspend seems to take
- forever until the machine actually goes to sleep (which you can tell by
- they keyboard backlight going off). The attached logs were gathered in
- the following way:
+ Macbook retina. The issue is when activating suspend, the monitor turns
+ off but the machine gets fully suspended only some time later. The
+ actual start of suspend can be detected by they keyboard backlight going
+ off. The attached logs were gathered in the following way:
  
  - power cycle machine
  - suspend
  - wake up
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.15.0-2-generic 3.15.0-2.6
  ProcVersionSignature: Ubuntu 3.15.0-2.6-generic 3.15.0-rc6
  Uname: Linux 3.15.0-2-generic x86_64
  ApportVersion: 2.14.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  jpakkane   2097 F pulseaudio
-  /dev/snd/controlC1:  jpakkane   2097 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  jpakkane   2097 F pulseaudio
+  /dev/snd/controlC1:  jpakkane   2097 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 27 15:54:53 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-22 (4 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-2-generic 
root=UUID=aec3f04d-865c-4f0f-9872-d8953e94278d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.15.0-2-generic N/A
-  linux-backports-modules-3.15.0-2-generic  N/A
-  linux-firmware1.129
+  linux-restricted-modules-3.15.0-2-generic N/A
+  linux-backports-modules-3.15.0-2-generic  N/A
+  linux-firmware1.129
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-05-27 (0 days ago)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

-- 
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/1323645

Title:
  [MacBookPro11,1] Suspend delayed because of some timeout issue

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  As requested by apw, here is the bug report for suspend problem on
  Macbook retina. The issue is when activating suspend, the monitor
  turns off but the machine gets fully suspended only some time later.
  The actual start of suspend can be detected by they keyboard backlight
  going off. The attached logs were gathered in the following way:

  - power cycle machine
  - suspend
  - wake up

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.15.0-2-generic 3.15.0-2.6
  ProcVersionSignature: Ubuntu 3.15.0-2.6-generic 3.15.0-rc6
  Uname: Linux 3.15.0-2-generic x86_64
  ApportVersion: 2.14.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jpakkane   2097 F pulseaudio
   /dev/snd/controlC1:  jpakkane   2097 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 27 15:54:53 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-22 (4 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-2-generic 
root=UUID=aec3f04d-865c-4f0f-9872-d8953e94278d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.15.0-2-generic N/A
   linux-backports-modules-3.15.0-2-generic  N/A
   linux-firmware1.129
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-05-27 (0 days ago)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bio

[Kernel-packages] [Bug 1323645] Re: [MacBookPro11, 1] Suspend delayed because of some timeout issue

2014-06-03 Thread Jussi Pakkanen
** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1323645

Title:
  [MacBookPro11,1] Suspend delayed because of some timeout issue

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  As requested by apw, here is the bug report for suspend problem on
  Macbook retina. The issue is that activating suspend seems to take
  forever until the machine actually goes to sleep (which you can tell
  by they keyboard backlight going off). The attached logs were gathered
  in the following way:

  - power cycle machine
  - suspend
  - wake up

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.15.0-2-generic 3.15.0-2.6
  ProcVersionSignature: Ubuntu 3.15.0-2.6-generic 3.15.0-rc6
  Uname: Linux 3.15.0-2-generic x86_64
  ApportVersion: 2.14.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jpakkane   2097 F pulseaudio
   /dev/snd/controlC1:  jpakkane   2097 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 27 15:54:53 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-22 (4 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-2-generic 
root=UUID=aec3f04d-865c-4f0f-9872-d8953e94278d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.15.0-2-generic N/A
   linux-backports-modules-3.15.0-2-generic  N/A
   linux-firmware1.129
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-05-27 (0 days ago)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1323645/+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 1323645] [NEW] Suspend delayed because of some timeout issue on Macbook Retina

2014-05-27 Thread Jussi Pakkanen
Public bug reported:

As requested by apw, here is the bug report for suspend problem on
Macbook retina. The issue is that activating suspend seems to take
forever until the machine actually goes to sleep (which you can tell by
they keyboard backlight going off). The attached logs were gathered in
the following way:

- power cycle machine
- suspend
- wake up

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.15.0-2-generic 3.15.0-2.6
ProcVersionSignature: Ubuntu 3.15.0-2.6-generic 3.15.0-rc6
Uname: Linux 3.15.0-2-generic x86_64
ApportVersion: 2.14.2-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jpakkane   2097 F pulseaudio
 /dev/snd/controlC1:  jpakkane   2097 F pulseaudio
CurrentDesktop: Unity
Date: Tue May 27 15:54:53 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-05-22 (4 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac (20140417)
MachineType: Apple Inc. MacBookPro11,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-2-generic 
root=UUID=aec3f04d-865c-4f0f-9872-d8953e94278d ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.15.0-2-generic N/A
 linux-backports-modules-3.15.0-2-generic  N/A
 linux-firmware1.129
SourcePackage: linux
UpgradeStatus: Upgraded to utopic on 2014-05-27 (0 days ago)
dmi.bios.date: 02/12/2014
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP111.88Z.0138.B07.1402121134
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-189A3D4F975D5FFC
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro11,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-189A3D4F975D5FFC
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
dmi.product.name: MacBookPro11,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

-- 
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/1323645

Title:
  Suspend delayed because of some timeout issue on Macbook Retina

Status in “linux” package in Ubuntu:
  New

Bug description:
  As requested by apw, here is the bug report for suspend problem on
  Macbook retina. The issue is that activating suspend seems to take
  forever until the machine actually goes to sleep (which you can tell
  by they keyboard backlight going off). The attached logs were gathered
  in the following way:

  - power cycle machine
  - suspend
  - wake up

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.15.0-2-generic 3.15.0-2.6
  ProcVersionSignature: Ubuntu 3.15.0-2.6-generic 3.15.0-rc6
  Uname: Linux 3.15.0-2-generic x86_64
  ApportVersion: 2.14.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jpakkane   2097 F pulseaudio
   /dev/snd/controlC1:  jpakkane   2097 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 27 15:54:53 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-22 (4 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-2-generic 
root=UUID=aec3f04d-865c-4f0f-9872-d8953e94278d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.15.0-2-generic N/A
   linux-backports-modules-3.15.0-2-generic  N/A
   linux-firmware1.129
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-05-27 (0 days ago)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1323645/+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 1322148] Re: [MacBookPro11, 1] Utopic freezes on boot

2014-05-26 Thread Jussi Pakkanen
I can not because I had to wipe the machine and install trusty, so the
kernel is not the same version any more.

-- 
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/1322148

Title:
  [MacBookPro11,1] Utopic freezes on boot

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Running latest utopic on Macbook Pro Retina causes it to freeze on
  boot. I can't file this with ubuntu-bug because the system is not
  bootable, but the hardware information can be read from bug 1317862.

  Attached is a screenshot of where it freezes when booted in recovery
  mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1322148/+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 1317862] Re: 148f:5370 [MacBookPro11, 1] Suspend breaks network

2014-05-26 Thread Jussi Pakkanen
Debugging revealed that the kernel brings up the wifi card but network
manager does nothing when this happens. Running "sudo service network-
manager restart" fixes the issue.

** Package changed: linux (Ubuntu) => network-manager (Ubuntu)

** Changed in: network-manager (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1317862

Title:
  148f:5370 [MacBookPro11,1] Suspend breaks network

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  Using a 13 inch MBP Retina suspend the machine either by closing the
  lid or with the menu option. Then resume. All entries from the network
  indicator have disappeared. The only option selectable is "enable
  networking" but clicking on that has no effect. Network remains
  broken.

  I'm using an external USB Wifi dongle. The behavior is the same
  whether I unplug it before suspending or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.47
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   1934 F pulseaudio
   /dev/snd/pcmC1D0p:   jpakkane   1934 F...m pulseaudio
   /dev/snd/controlC0:  jpakkane   1934 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri May  9 14:13:20 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-06 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=0ea9dbdc-336b-45c1-b876-3d2a3f10a020 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1317862/+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 1322148] Re: [MacBookPro11, 1] Utopic freezes on boot

2014-05-26 Thread Jussi Pakkanen
Unfortunately I can't bisect due to the following reasons:

- when I tried to boot an older kernel (that used to work IIRC) and it failed 
in the same way
- the failing kernel worked a few times, but just died on some random boot, so 
this bug has some random component
- because the computer was completely unusable I had to wipe it and reinstall 
trusty which has been working thus far


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1322148

Title:
  [MacBookPro11,1] Utopic freezes on boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Running latest utopic on Macbook Pro Retina causes it to freeze on
  boot. I can't file this with ubuntu-bug because the system is not
  bootable, but the hardware information can be read from bug 1317862.

  Attached is a screenshot of where it freezes when booted in recovery
  mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1322148/+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 1322148] Re: Utopic freezes on boot

2014-05-22 Thread Jussi Pakkanen
As it does not boot, I can't run the command.

I'll try to do it once I get a new, working boot image done.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1322148

Title:
  Utopic freezes on boot

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Running latest utopic on Macbook Pro Retina causes it to freeze on
  boot. I can't file this with ubuntu-bug because the system is not
  bootable, but the hardware information can be read from bug 1317862.

  Attached is a screenshot of where it freezes when booted in recovery
  mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1322148/+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 1322148] [NEW] Utopic freezes on boot

2014-05-22 Thread Jussi Pakkanen
Public bug reported:

Running latest utopic on Macbook Pro Retina causes it to freeze on boot.
I can't file this with ubuntu-bug because the system is not bootable,
but the hardware information can be read from bug 1317862.

Attached is a screenshot of where it freezes when booted in recovery
mode.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "mbp-kernelcrash.jpg"
   
https://bugs.launchpad.net/bugs/1322148/+attachment/4117491/+files/mbp-kernelcrash.jpg

-- 
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/1322148

Title:
  Utopic freezes on boot

Status in “linux” package in Ubuntu:
  New

Bug description:
  Running latest utopic on Macbook Pro Retina causes it to freeze on
  boot. I can't file this with ubuntu-bug because the system is not
  bootable, but the hardware information can be read from bug 1317862.

  Attached is a screenshot of where it freezes when booted in recovery
  mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1322148/+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 1317862] Re: 148f:5370 [MacBookPro11, 1] Suspend breaks network

2014-05-12 Thread Jussi Pakkanen
I don't know if this is a regression or not, this laptop is brand new
and I have only ever had Trusty on it.

The same issue happens with the upstream kernel. When I plug in the wifi
dongle, this gets printed into dmesg:

[  184.692697] usb 1-2: new high-speed USB device number 10 using xhci_hcd
[  184.894541] usb 1-2: New USB device found, idVendor=148f, idProduct=5370
[  184.894544] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  184.894546] usb 1-2: Product: 802.11 n WLAN
[  184.894547] usb 1-2: Manufacturer: Ralink
[  184.894548] usb 1-2: SerialNumber: 1.0
[  185.061190] usb 1-2: reset high-speed USB device number 10 using xhci_hcd
[  185.061244] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 10.
[  185.061247] usb 1-2: hub failed to enable device, error -22
[  185.173102] usb 1-2: reset high-speed USB device number 10 using xhci_hcd
[  185.173167] xhci_hcd :00:14.0: Setup ERROR: setup context command for 
slot 10.
[  185.173170] usb 1-2: hub failed to enable device, error -22
[  185.285213] usb 1-2: reset high-speed USB device number 10 using xhci_hcd
[  185.312657] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880454231c48
[  185.312660] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880454231c00
[  185.312661] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880454231c90
[  185.312663] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880454231cd8
[  185.312664] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880454231d20
[  185.312665] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880454231d68
[  185.312666] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880454231db0
[  185.313005] ieee80211 phy3: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 
detected
[  185.322718] ieee80211 phy3: rt2x00_set_rf: Info - RF chipset 5370 detected
[  185.322919] ieee80211 phy3: Selected rate control algorithm 'minstrel_ht'


** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1317862

Title:
  148f:5370 [MacBookPro11,1] Suspend breaks network

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Using a 13 inch MBP Retina suspend the machine either by closing the
  lid or with the menu option. Then resume. All entries from the network
  indicator have disappeared. The only option selectable is "enable
  networking" but clicking on that has no effect. Network remains
  broken.

  I'm using an external USB Wifi dongle. The behavior is the same
  whether I unplug it before suspending or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.47
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   1934 F pulseaudio
   /dev/snd/pcmC1D0p:   jpakkane   1934 F...m pulseaudio
   /dev/snd/controlC0:  jpakkane   1934 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri May  9 14:13:20 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-06 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=0ea9dbdc-336b-45c1-b876-3d2a3f10a020 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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

[Kernel-packages] [Bug 1317862] [NEW] Suspend breaks network on Macbook Pro retina

2014-05-09 Thread Jussi Pakkanen
Public bug reported:

Using a 13 inch MBP Retina suspend the machine either by closing the lid
or with the menu option. Then resume. All entries from the network
indicator have disappeared. The only option selectable is "enable
networking" but clicking on that has no effect. Network remains broken.

I'm using an external USB Wifi dongle. The behavior is the same whether
I unplug it before suspending or not.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-24-generic 3.13.0-24.47
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jpakkane   1934 F pulseaudio
 /dev/snd/pcmC1D0p:   jpakkane   1934 F...m pulseaudio
 /dev/snd/controlC0:  jpakkane   1934 F pulseaudio
CurrentDesktop: Unity
Date: Fri May  9 14:13:20 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-05-06 (2 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac (20140417)
MachineType: Apple Inc. MacBookPro11,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=0ea9dbdc-336b-45c1-b876-3d2a3f10a020 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-24-generic N/A
 linux-backports-modules-3.13.0-24-generic  N/A
 linux-firmware 1.127
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/12/2014
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP111.88Z.0138.B07.1402121134
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-189A3D4F975D5FFC
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro11,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-189A3D4F975D5FFC
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
dmi.product.name: MacBookPro11,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

-- 
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/1317862

Title:
  Suspend breaks network on Macbook Pro retina

Status in “linux” package in Ubuntu:
  New

Bug description:
  Using a 13 inch MBP Retina suspend the machine either by closing the
  lid or with the menu option. Then resume. All entries from the network
  indicator have disappeared. The only option selectable is "enable
  networking" but clicking on that has no effect. Network remains
  broken.

  I'm using an external USB Wifi dongle. The behavior is the same
  whether I unplug it before suspending or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.47
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   1934 F pulseaudio
   /dev/snd/pcmC1D0p:   jpakkane   1934 F...m pulseaudio
   /dev/snd/controlC0:  jpakkane   1934 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri May  9 14:13:20 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-06 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  MachineType: Apple Inc. MacBookPro11,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=0ea9dbdc-336b-45c1-b876-3d2a3f10a020 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to 

[Kernel-packages] [Bug 992639] Re: Regression: Nokia CS-15 not working in 12.04

2013-10-28 Thread Jussi Lind
FYI: This trick made CS-17 work on my 13.10:

1) Set DisableSwitching=1 in /etc/usb_modeswitch.conf
2) Plug the device in and then execute "eject /dev/sr1 "

(You might have different device path, mine was at /dev/sr1)

-- 
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/992639

Title:
  Regression: Nokia CS-15 not working in 12.04

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Incomplete
Status in “network-manager” package in Ubuntu:
  Invalid
Status in “usb-modeswitch” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Invalid
Status in “usb-modeswitch” source package in Precise:
  Triaged

Bug description:
  When "Nokia Mobile Phones CS-15 (Internet Stick 3G modem)" is plugged
  in a usb port nothing happens. No pin code is asked. Not even the
  light in the stick turns on.

  lsusb list the device as:
  Bus 002 Device 003: ID 0421:0610 Nokia Mobile Phones CS-15 (Internet Stick 3G 
modem)

  Tested wth Ubuntu 12.04 LTS.
  It worked fine with Ubuntu 11.10 so this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May  1 17:19:58 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/992639/+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 1071014] Re: Nokia CS-17 mobile broadband doesn't work anymore

2013-10-28 Thread Jussi Lind
I think BIOS cannot be the root cause, because CS-17 has worked on this
same machine before 12.04.

However, this seems to be a USB modeswitch problem/conflict. I'm now
able to make the device work like this:

1) Set DisableSwitching=1 in /etc/usb_modeswitch.conf
2) $ eject /dev/sr1

For some reason ejecting the device makes it recognized and I can
configure Mobile Broadband via the network menu.

In the kernel log there's now:

[506024.529864] usb 2-1.1: USB disconnect, device number 26
[506028.624240] usb 2-1.1: new high-speed USB device number 27 using ehci-pci
[506028.716868] usb 2-1.1: New USB device found, idVendor=0421, idProduct=0623
[506028.716874] usb 2-1.1: New USB device strings: Mfr=2, Product=1, 
SerialNumber=3
[506028.716878] usb 2-1.1: Product: Nokia Datacard
[506028.716881] usb 2-1.1: Manufacturer: Nokia
[506028.716884] usb 2-1.1: SerialNumber: 
4CC03614CA2E62E7498AB72726150A37EB8BB978
[506028.717682] cdc_acm 2-1.1:1.1: ttyACM0: USB ACM device
[506028.718259] cdc_acm 2-1.1:1.3: ttyACM1: USB ACM device

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dm

[Kernel-packages] [Bug 1071014] ProcInterrupts.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1071014/+attachment/3893401/+files/ProcInterrupts.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] ProcEnviron.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1071014/+attachment/3893400/+files/ProcEnviron.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] ProcModules.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1071014/+attachment/3893402/+files/ProcModules.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] UdevDb.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1071014/+attachment/3893403/+files/UdevDb.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] WifiSyslog.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1071014/+attachment/3893405/+files/WifiSyslog.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] UdevLog.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1071014/+attachment/3893404/+files/UdevLog.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] IwConfig.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1071014/+attachment/3893396/+files/IwConfig.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] CRDA.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1071014/+attachment/3893394/+files/CRDA.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] Lspci.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1071014/+attachment/3893397/+files/Lspci.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] ProcCpuinfo.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1071014/+attachment/3893399/+files/ProcCpuinfo.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] CurrentDmesg.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1071014/+attachment/3893395/+files/CurrentDmesg.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] Lsusb.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1071014/+attachment/3893398/+files/Lsusb.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] BootDmesg.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1071014/+attachment/3893393/+files/BootDmesg.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] Re: Nokia CS-17 mobile broadband doesn't work anymore

2013-10-27 Thread Jussi Lind
Hmm...this is weird. The CS-17 now works, but not immediately when I
plug it in. It was finally detected and the led was on after *several*
hours without me doing anything.

This happens when I plug the device in:

[397538.092282] usb 2-1.1: new high-speed USB device number 9 using ehci-pci
[397538.184903] usb 2-1.1: New USB device found, idVendor=0421, idProduct=0622
[397538.184908] usb 2-1.1: New USB device strings: Mfr=2, Product=1, 
SerialNumber=3
[397538.184912] usb 2-1.1: Product: Nokia Datacard
[397538.184915] usb 2-1.1: Manufacturer: Nokia
[397538.184919] usb 2-1.1: SerialNumber: 
4CC03614CA2E62E7498AB72726150A37EB8BB978
[397539.813928] usb-storage 2-1.1:1.0: USB Mass Storage device detected
[397539.814596] scsi6 : usb-storage 2-1.1:1.0
[397539.814689] usbcore: registered new interface driver usb-storage
[397540.812549] scsi 6:0:0:0: CD-ROMNokiaDatacard CD-ROM  0001 
PQ: 0 ANSI: 0
[397540.814991] sr1: scsi3-mmc drive: 0x/0x caddy
[397540.815119] sr 6:0:0:0: Attached scsi CD-ROM sr1
[397540.815181] sr 6:0:0:0: Attached scsi generic sg3 type 5
[397541.345038] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
[397541.345054] sr: Sense Key : Hardware Error [current] 
[397541.345058] sr: Add. Sense: No additional sense information
[397541.437040] sr1: CDROM (ioctl) error, command: Xpwrite, Read disk info 51 
00 00 00 00 00 00 00 02 00
[397541.437057] sr: Sense Key : Hardware Error [current] 
[397541.437061] sr: Add. Sense: No additional sense information

Much later there was:

[401326.565754] usb 2-1.1: USB disconnect, device number 9
[401330.736267] usb 2-1.1: new high-speed USB device number 10 using ehci-pci
[401330.830006] usb 2-1.1: New USB device found, idVendor=0421, idProduct=0623
[401330.830013] usb 2-1.1: New USB device strings: Mfr=2, Product=1, 
SerialNumber=3
[401330.830015] usb 2-1.1: Product: Nokia Datacard
[401330.830017] usb 2-1.1: Manufacturer: Nokia
[401330.830019] usb 2-1.1: SerialNumber: 
4CC03614CA2E62E7498AB72726150A37EB8BB978
[401331.010103] cdc_acm 2-1.1:1.1: ttyACM0: USB ACM device
[401331.010722] cdc_acm 2-1.1:1.3: ttyACM1: USB ACM device
[401331.012854] usbcore: registered new interface driver cdc_acm
[401331.012857] cdc_acm: USB Abstract Control Model driver for USB modems and 
ISDN adapters

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /d

[Kernel-packages] [Bug 1071014] AlsaInfo.txt

2013-10-27 Thread Jussi Lind
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1071014/+attachment/3893392/+files/AlsaInfo.txt

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jussil10080 F pulseaudio
   /dev/snd/controlC1:  jussil10080 F pulseaudio
   /dev/snd/controlC0:  jussil10080 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
  InstallationDate: Installed on 2013-10-20 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer P5QL PRO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1004
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QL PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5QL PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Kernel-packages] [Bug 1071014] Re: Nokia CS-17 mobile broadband doesn't work anymore

2013-10-27 Thread Jussi Lind
This behavior was with current 13.10.

** Tags added: apport-collected

** Description changed:

  Steps to reproduce:
  
  Plug in Nokia CS-17 USB mobile broadband.
  
  What should happen:
  
  The modem should be detected and the user should be able to configure
  the mobile broadband connection.
  
  What happens instead:
  
  Absolutely nothing.
  
  ---
  
  Kernel log when the device is connected:
  
  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information
  
  Output of sudo usb-devices:
  
  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  jussil10080 F pulseaudio
+  /dev/snd/controlC1:  jussil10080 F pulseaudio
+  /dev/snd/controlC0:  jussil10080 F pulseaudio
+ DistroRelease: Ubuntu 13.10
+ HibernationDevice: RESUME=UUID=298e5f46-7d22-4a06-816c-cadf70fc84ca
+ InstallationDate: Installed on 2013-10-20 (7 days ago)
+ InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
+ MachineType: System manufacturer P5QL PRO
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcFB: 0 nouveaufb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3994646e-c97d-4297-827b-08d422953a14 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.11.0-12-generic N/A
+  linux-backports-modules-3.11.0-12-generic  N/A
+  linux-firmware 1.116
+ RfKill:
+  
+ Tags:  saucy
+ Uname: Linux 3.11.0-12-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ dmi.bios.date: 07/01/2009
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 1004
+ dmi.board.asset.tag: To Be Filled By O.E.M.
+ dmi.board.name: P5QL PRO
+ dmi.board.vendor: ASUSTeK Computer INC.
+ dmi.board.version: Rev 1.xx
+ dmi.chassis.asset.tag: Asset-1234567890
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Chassis Manufacture
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1004:bd07/01/2009:svnSystemmanufacturer:pnP5QLPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QLPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
+ dmi.product.name: P5QL PRO
+ dmi.product.version: System Version
+ dmi.sys.vendor: System manufacturer

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the de

[Kernel-packages] [Bug 989191] Re: Asus Zenbook UX31E powers off on plugin in/out AC adapter

2013-10-25 Thread Jussi Palomäki
Hi guys, here's my final report:

I managed to reproduce the problem even after installing ASUS Live
update,  even with smaller CPU usage. Key thing was to put more files to
SSD (the problem came back, when SSD usage reached about 50 GB). So it
seems both the CPU and SSD usage affect the stability. This was 3 weeks
ago. I didn't post this earlier because I wanted to try to unplug the
battery first, as Oleksij suggested. The most difficult part of this
testing was to find a torx T5 screwdriver - seriously, the smallest I
was able to find in Turku was T7! Fortunately my brother had one so when
I visited him two weeks ago I was finally able to open my laptop and try
this one last thing.

All crashing stopped completely after I opened my laptop and
***unplugged the battery***. I have so far tested this with Windows 7,
Ubuntu 13.04 and 13.10, forced CPU usage to stay at 100% and filled my
SSD up to 80% with 3 partitions (FAT32, NTFS and Ext4). Not a single
crash in 2 weeks!

I believe mine was actually a memory controller related problem that was
originally caused by a bug in Ubuntu 11.10:

https://help.ubuntu.com/community/AsusZenbook#Suspend

Feels pretty stupid that I didn't try this 1½ years ago... maybe I was
just too afraid of losing warranty (and I didn't find a suitable
screwdriver) or something. But now everything works fine.

I hope this helps.

-- 
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/989191

Title:
  Asus Zenbook UX31E powers off on plugin in/out AC adapter

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  When I have logged in to Unity and plug in or out AC adapter to Asus
  Zenbook UX31E, computer powers off. Sometimes this needs couple of
  tries (waiting or not waiting in between) when plugin in or out AC
  adapter.

  This problem doesn't occur when I have switched to console or when in LightDM 
login screen. Problem doesn't happen with MS Windows either.
  And yes, there's enough power in my battery too, I can boot up and use the 
computer without AC adapter.

  syslog prints these lines to stdout in console, when plugin AC adapter first 
out and then in:
    [  869.521396] asus_wmi: Unknown key 57 pressed
    [  874.704525] asus_wmi: Unknown key 58 pressed
    [  876.993295] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id

  What you also need:

  1) lsb_release -rd
    Description:Ubuntu 12.04 LTS
    Release:12.04

  2) I could guess kernel, but it happens _only_ when I have logged in
  to Unity (or Unity 2D)...

  3) I expect that my computer doesn't power off.

  4) Computer powers off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/989191/+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 1071014] Re: Nokia CS-17 mobile broadband doesn't work anymore

2013-10-20 Thread Jussi Lind
My 13.10 got trashed so I'll try to test this once I get my system up
and running again.

-- 
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/1071014

Title:
  Nokia CS-17 mobile broadband doesn't work anymore

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:

  Plug in Nokia CS-17 USB mobile broadband.

  What should happen:

  The modem should be detected and the user should be able to configure
  the mobile broadband connection.

  What happens instead:

  Absolutely nothing.

  ---

  Kernel log when the device is connected:

  [381116.274532] usb 1-1.1: new high-speed USB device number 7 using ehci_hcd
  [381116.368757] scsi8 : usb-storage 1-1.1:1.0
  [381117.365941] scsi 8:0:0:0: CD-ROMNokiaDatacard CD-ROM  
0001 PQ: 0 ANSI: 0
  [381117.368396] sr1: scsi3-mmc drive: 0x/0x caddy
  [381117.368906] sr 8:0:0:0: Attached scsi CD-ROM sr1
  [381117.369211] sr 8:0:0:0: Attached scsi generic sg3 type 5
  [381117.449772] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.449799] sr: Sense Key : Hardware Error [current] 
  [381117.449807] sr: Add. Sense: No additional sense information
  [381117.553411] sr1: CDROM (ioctl) error, command: Get event status 
notification 4a 01 00 00 10 00 00 00 08 00
  [381117.553446] sr: Sense Key : Hardware Error [current] 
  [381117.553457] sr: Add. Sense: No additional sense information

  Output of sudo usb-devices:

  T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  6 Spd=480 MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
  P:  Vendor=0421 ProdID=0622 Rev=00.01
  S:  Manufacturer=Nokia
  S:  Product=Nokia Datacard
  S:  SerialNumber=4CC03614CA2E62E7498AB72726150A37EB8BB978
  C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: usb-modeswitch 1.2.3+repack0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Wed Oct 24 23:25:16 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1071014/+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 1240857] Re: Inotify is broken in saucy

2013-10-17 Thread Jussi Pakkanen
** Description changed:

+ * EDIT * This turned out to be a watch leak somewhere else. Sorry.
+ 
+ 
  Compile this code:
  
  #include
  #include
  #include
  #include
  
  int main(int argc, char **argv) {
    int inotifyid = inotify_init();
    if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
    }
    int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
    if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
    }
    return 0;
  }
  
  Run it like this: "./inotifyapp some/dir".
  
  On Saucy it prints this:
  
  Could not create inotify wath object: No space left on device
  
  The same happens on both btrfs and ext4 drives. The disk does have space
  and the same partition works when inotify is used from raring.
  
  This issue breaks e.g. Dropbox.
  
  The program works when run on Ubuntu phone image.
+ 
  
  ---
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
  
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
  
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
  
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

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

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  * EDIT * This turned out to be a watch leak somewhere else. Sorry.

  
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
    int inotifyid = inotify_init();
    if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
    }
    int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
    if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
    }
    return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.

  The program works when run on Ubuntu phone image.

  
  ---
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-

[Kernel-packages] [Bug 1240857] Re: Inotify is broken in saucy

2013-10-17 Thread Jussi Pakkanen
** Description changed:

  Compile this code:
  
  #include
  #include
  #include
  #include
  
  int main(int argc, char **argv) {
-   int inotifyid = inotify_init();
-   if(inotifyid == -1) {
- fprintf(stderr, "Could not init inotify.\n");
- return 1;
-   }
-   int wd = inotify_add_watch(inotifyid, argv[1],
- IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
- IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
-   if(wd == -1) {
- fprintf(stderr, "Could not create inotify watch object: %s\n",
- strerror(errno));
- return 1;
-   }
-   return 0;
+   int inotifyid = inotify_init();
+   if(inotifyid == -1) {
+ fprintf(stderr, "Could not init inotify.\n");
+ return 1;
+   }
+   int wd = inotify_add_watch(inotifyid, argv[1],
+ IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
+ IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
+   if(wd == -1) {
+ fprintf(stderr, "Could not create inotify watch object: %s\n",
+ strerror(errno));
+ return 1;
+   }
+   return 0;
  }
  
  Run it like this: "./inotifyapp some/dir".
  
  On Saucy it prints this:
  
  Could not create inotify wath object: No space left on device
  
  The same happens on both btrfs and ext4 drives. The disk does have space
  and the same partition works when inotify is used from raring.
  
  This issue breaks e.g. Dropbox.
- --- 
+ 
+ The program works when run on Ubuntu phone image.
+ 
+ ---
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
-  /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
-  /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
+  /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
+  /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
-  eth0  no wireless extensions.
-  
-  lono wireless extensions.
+  eth0  no wireless extensions.
+ 
+  lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
-  linux-restricted-modules-3.11.0-12-generic N/A
-  linux-backports-modules-3.11.0-12-generic  N/A
-  linux-firmware 1.116
+  linux-restricted-modules-3.11.0-12-generic N/A
+  linux-backports-modules-3.11.0-12-generic  N/A
+  linux-firmware 1.116
  RfKill:
-  
+ 
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
-  
+ 
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
    int inotifyid = inotify_init();
    if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
    }
    int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
    if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
    }
    return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.

  The program works when run on Ubuntu phone image.

  ---
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:  

[Kernel-packages] [Bug 1240857] UdevLog.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1240857/+attachment/3880018/+files/UdevLog.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] ProcModules.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1240857/+attachment/3880015/+files/ProcModules.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] PulseList.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1240857/+attachment/3880016/+files/PulseList.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] ProcCpuinfo.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1240857/+attachment/3880012/+files/ProcCpuinfo.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] UdevDb.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1240857/+attachment/3880017/+files/UdevDb.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] ProcEnviron.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1240857/+attachment/3880013/+files/ProcEnviron.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] ProcInterrupts.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1240857/+attachment/3880014/+files/ProcInterrupts.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] CurrentDmesg.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1240857/+attachment/3880009/+files/CurrentDmesg.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] BootDmesg.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1240857/+attachment/3880006/+files/BootDmesg.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] Lsusb.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1240857/+attachment/3880011/+files/Lsusb.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] CRDA.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1240857/+attachment/3880008/+files/CRDA.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] Re: Inotify is broken in saucy

2013-10-17 Thread Jussi Pakkanen
apport information

** Tags added: apport-collected

** Description changed:

  Compile this code:
  
  #include
  #include
  #include
  #include
  
  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }
  
  Run it like this: "./inotifyapp some/dir".
  
  On Saucy it prints this:
  
  Could not create inotify wath object: No space left on device
  
  The same happens on both btrfs and ext4 drives. The disk does have space
  and the same partition works when inotify is used from raring.
  
  This issue breaks e.g. Dropbox.
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
+  /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
+  /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
+ DistroRelease: Ubuntu 13.10
+ InstallationDate: Installed on 2013-05-20 (150 days ago)
+ InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
+ IwConfig:
+  eth0  no wireless extensions.
+  
+  lono wireless extensions.
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
+ RelatedPackageVersions:
+  linux-restricted-modules-3.11.0-12-generic N/A
+  linux-backports-modules-3.11.0-12-generic  N/A
+  linux-firmware 1.116
+ RfKill:
+  
+ Tags:  saucy
+ Uname: Linux 3.11.0-12-generic x86_64
+ UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ WifiSyslog:
+  
+ dmi.bios.date: 05/16/2013
+ dmi.bios.vendor: Intel Corp.
+ dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
+ dmi.board.name: DH77EB
+ dmi.board.vendor: Intel Corporation
+ dmi.board.version: AAG39073-304
+ dmi.chassis.type: 3
+ dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1240857/+attachment/3880005/+files/AlsaInfo.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus

[Kernel-packages] [Bug 1240857] Lspci.txt

2013-10-17 Thread Jussi Pakkanen
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1240857/+attachment/3880010/+files/Lspci.txt

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpakkane   2131 F pulseaudio
   /dev/snd/controlC0:  jpakkane   2131 F pulseaudio
   /dev/snd/pcmC0D0p:   jpakkane   2131 F...m pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-05-20 (150 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7dd49803-456a-4327-aeb5-7ea47105ef3e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:
   
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-08-08 (69 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  dmi.bios.date: 05/16/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: EBH7710H.86A.0101.2013.0516.1649
  dmi.board.name: DH77EB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39073-304
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0101.2013.0516.1649:bd05/16/2013:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 1240857] [NEW] Inotify is broken in saucy

2013-10-17 Thread Jussi Pakkanen
Public bug reported:

Compile this code:

#include
#include
#include
#include

int main(int argc, char **argv) {
  int inotifyid = inotify_init();
  if(inotifyid == -1) {
fprintf(stderr, "Could not init inotify.\n");
return 1;
  }
  int wd = inotify_add_watch(inotifyid, argv[1],
IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
  if(wd == -1) {
fprintf(stderr, "Could not create inotify watch object: %s\n",
strerror(errno));
return 1;
  }
  return 0;
}

Run it like this: "./inotifyapp some/dir".

On Saucy it prints this:

Could not create inotify wath object: No space left on device

The same happens on both btrfs and ext4 drives. The disk does have space
and the same partition works when inotify is used from raring.

This issue breaks e.g. Dropbox.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/1240857

Title:
  Inotify is broken in saucy

Status in “linux” package in Ubuntu:
  New

Bug description:
  Compile this code:

  #include
  #include
  #include
  #include

  int main(int argc, char **argv) {
int inotifyid = inotify_init();
if(inotifyid == -1) {
  fprintf(stderr, "Could not init inotify.\n");
  return 1;
}
int wd = inotify_add_watch(inotifyid, argv[1],
  IN_CREATE | IN_DELETE_SELF | IN_DELETE | IN_CLOSE_WRITE |
  IN_MOVED_FROM | IN_MOVED_TO | IN_ONLYDIR);
if(wd == -1) {
  fprintf(stderr, "Could not create inotify watch object: %s\n",
  strerror(errno));
  return 1;
}
return 0;
  }

  Run it like this: "./inotifyapp some/dir".

  On Saucy it prints this:

  Could not create inotify wath object: No space left on device

  The same happens on both btrfs and ext4 drives. The disk does have
  space and the same partition works when inotify is used from raring.

  This issue breaks e.g. Dropbox.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1240857/+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 989191] Re: Asus Zenbook UX31E powers off on plugin in/out AC adapter

2013-09-18 Thread Jussi Palomäki
Hi Oleksij,

thanks for the hint. I installed and ran ASUS Live Update. It installed
2 components: ASUS Live Update v 3.1.9 and Fresco USB3.0 Driver v
3.5.4.0. I also did Windows 7 update (110 different updates, mostly
security related). After updates I repeated the tests I mentioned above.

Running Jpcsp on battery with maximum processor state set to 100% (with
87% charge) didn't cause crash. I repeated the test (84% charge) and
didn't get crash. I put AC cable back on and forced max processor state
to stay at 100%. I pulled AC cable off and didn't get crash.

But there are two things. I ran Jpcsp simultaneously with system monitor
and now CPU usage was all the time under 50%. Maybe the updates did
something to reduce CPU usage? I need to do more tests and for that I
need heavier application than Jpcsp, to test if heavier CPU usage still
causes crash. I also need to repeat the original test with lower battery
charge, since it seems that there might be a trend towards less stable
Windows 7 when battery charge is lower.

-- 
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/989191

Title:
  Asus Zenbook UX31E powers off on plugin in/out AC adapter

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  When I have logged in to Unity and plug in or out AC adapter to Asus
  Zenbook UX31E, computer powers off. Sometimes this needs couple of
  tries (waiting or not waiting in between) when plugin in or out AC
  adapter.

  This problem doesn't occur when I have switched to console or when in LightDM 
login screen. Problem doesn't happen with MS Windows either.
  And yes, there's enough power in my battery too, I can boot up and use the 
computer without AC adapter.

  syslog prints these lines to stdout in console, when plugin AC adapter first 
out and then in:
    [  869.521396] asus_wmi: Unknown key 57 pressed
    [  874.704525] asus_wmi: Unknown key 58 pressed
    [  876.993295] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id

  What you also need:

  1) lsb_release -rd
    Description:Ubuntu 12.04 LTS
    Release:12.04

  2) I could guess kernel, but it happens _only_ when I have logged in
  to Unity (or Unity 2D)...

  3) I expect that my computer doesn't power off.

  4) Computer powers off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/989191/+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 989191] Re: Asus Zenbook UX31E powers off on plugin in/out AC adapter

2013-09-17 Thread Jussi Palomäki
"Could someone with the problem try reproducing it with Windows?"

I reproduced the problem with Windows 7. Here's my test setting:

I reinstalled Windows 7 and some drivers and utilities (most importantly
ASUS Power4Gear-Hybrid) from here:

http://www.notebook-driver.com/fi/asus/asus-zenbook-ux31e-win7-64bit-
driver-utility/

First I didn' t get any crashes (same goes always some time with fresh
install of Ubuntu). I tried to pull AC-cable off every now and then and
with different amounts battery charge.

I used Jpcsp as test application (because it uses lots of resources, and
always freezes Ubuntu if I try to run it without AC-cable). I didn't get
any crashes, but I noticed that the emulator slows down every time I
pull off the AC-cable, so I went to check Power options.

I found out that in On Battery -mode in ASUS Power4Gear-Hybrid's "High
Performance"-battery plan the maximum processor state is set to 80% as
default. I changed it to 100% (AC not connected, emulator still running)
and immediately got the shutdown. After restarting I tried Windows 7's
own High performance setting (maximum processor state 100%; I had to
force ASUS Power4Gear-Hybrid to shut down before that, because it tries
to overrun the battery plan every time I touch the AC cable). When I
started the emulator (AC still not connected), Windows 7 froze. In that
point I had only 30% of battery charge left. When I tried to restart
Windows 7, I got immediate shutdown (probably because of low battery).
Then I put AC cable back on, waited for some time for battery to charge
and ran the emulator again (with about 50% charge). Everything worked
untill I pulled AC cable off -> crash. I changed maximum processor state
back to 80% and ran the emulator again. When I pulled off the AC cable,
I didn't get crash. I repeated this about 10 times and still no crahes.
Here's my conclusion:

The shutdown or freezing occurs in Windows 7 when:
- Processor state is over 80% and the AC cable is pulled off
- Processor state is over 80% and the AC cable is not connected
- Processor state reaches some point that's more than is needed to run grub but 
less than is needed to boot Windows 7, the AC cable is not connected and 
battery has less than 30% of charge

After I wrote this my heart was pounding when I last time pulled the AC
cable off (Power4Gear-Hybrid's default "High Performance"-battery plan
is currently active). As you can read this, you can see that I still
didn't have any crash.

-- 
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/989191

Title:
  Asus Zenbook UX31E powers off on plugin in/out AC adapter

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  When I have logged in to Unity and plug in or out AC adapter to Asus
  Zenbook UX31E, computer powers off. Sometimes this needs couple of
  tries (waiting or not waiting in between) when plugin in or out AC
  adapter.

  This problem doesn't occur when I have switched to console or when in LightDM 
login screen. Problem doesn't happen with MS Windows either.
  And yes, there's enough power in my battery too, I can boot up and use the 
computer without AC adapter.

  syslog prints these lines to stdout in console, when plugin AC adapter first 
out and then in:
    [  869.521396] asus_wmi: Unknown key 57 pressed
    [  874.704525] asus_wmi: Unknown key 58 pressed
    [  876.993295] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id

  What you also need:

  1) lsb_release -rd
    Description:Ubuntu 12.04 LTS
    Release:12.04

  2) I could guess kernel, but it happens _only_ when I have logged in
  to Unity (or Unity 2D)...

  3) I expect that my computer doesn't power off.

  4) Computer powers off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/989191/+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 1144322]

2013-09-06 Thread Jussi Saarinen
Sorry, forgot the links to the commits:

https://git.kernel.org/cgit/linux/kernel/git/davem/net-
next.git/commit/?id=e7abfe40928f4f8c1aa908477c36c13843bd1a57

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cc998ff8811530be521f6b316f37ab7676a07938

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Arch Linux:
  New
Status in Gentoo Linux:
  Unknown

Bug description:
  Using: "Ubuntu 12.04 (precise) 32-bit" Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: "http://kernel.ubuntu.com/~kernel-ppa/mainline/";

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic & machine
  crashes & freezes, have to hard boot.

  Machine connects to net using "ppp0" (modem on phone), then if you
  disconnect  the modem "ppp0" & try to reconnect, the Kernel Panics &
  crashes, or then if you disconnect by unchecking "Enable Networking" &
  then rechecking "Enable Networking", the Kernel Panics & crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1 & 3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using "HardInfo 0.5.1" :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-51-generic-pae N/A
   linux-backports-modules-3.2.0-51-generic-pae  N/A
   linux-firmware1.79.6
  Tags:  precise
  Uname: Linux 3.2.0-51-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/25/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.80
  dmi.board.name: EAT10/EAT20
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.80:bd10/25/2006:svnTOSHIBA:pnSatelliteA80:pvrPSA80L-043003:rvnTOSHIBA:rnEAT10/EAT20:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite A80
  dmi.product.version: PSA80L-043003
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+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 1144322]

2013-09-06 Thread Jussi Saarinen
Gianluca Anzolin writes on bluetooth-linux mailing list that though his
tty refcount patch series is needed, more work is required to fix the
problem. If I understood his mailing list message correctly, the system
locks up when the device is released even after his patches have been
applied.

Source:

http://marc.info/?l=linux-bluetooth&m=137788497602145&w=2

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Arch Linux:
  New
Status in Gentoo Linux:
  Unknown

Bug description:
  Using: "Ubuntu 12.04 (precise) 32-bit" Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: "http://kernel.ubuntu.com/~kernel-ppa/mainline/";

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic & machine
  crashes & freezes, have to hard boot.

  Machine connects to net using "ppp0" (modem on phone), then if you
  disconnect  the modem "ppp0" & try to reconnect, the Kernel Panics &
  crashes, or then if you disconnect by unchecking "Enable Networking" &
  then rechecking "Enable Networking", the Kernel Panics & crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1 & 3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using "HardInfo 0.5.1" :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-51-generic-pae N/A
   linux-backports-modules-3.2.0-51-generic-pae  N/A
   linux-firmware1.79.6
  Tags:  precise
  Uname: Linux 3.2.0-51-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/25/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.80
  dmi.board.name: EAT10/EAT20
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.80:bd10/25/2006:svnTOSHIBA:pnSatelliteA80:pvrPSA80L-043003:rvnTOSHIBA:rnEAT10/EAT20:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite A80
  dmi.product.version: PSA80L-043003
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+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 1144322]

2013-09-06 Thread Jussi Saarinen
Gianluca Azolin's patches were merged to net-next day before yesterday.
And yesterday they were merged to Linus' master branch. So patches will
be in 3.12 rc1.

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Arch Linux:
  New
Status in Gentoo Linux:
  Unknown

Bug description:
  Using: "Ubuntu 12.04 (precise) 32-bit" Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: "http://kernel.ubuntu.com/~kernel-ppa/mainline/";

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic & machine
  crashes & freezes, have to hard boot.

  Machine connects to net using "ppp0" (modem on phone), then if you
  disconnect  the modem "ppp0" & try to reconnect, the Kernel Panics &
  crashes, or then if you disconnect by unchecking "Enable Networking" &
  then rechecking "Enable Networking", the Kernel Panics & crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1 & 3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using "HardInfo 0.5.1" :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-51-generic-pae N/A
   linux-backports-modules-3.2.0-51-generic-pae  N/A
   linux-firmware1.79.6
  Tags:  precise
  Uname: Linux 3.2.0-51-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/25/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.80
  dmi.board.name: EAT10/EAT20
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.80:bd10/25/2006:svnTOSHIBA:pnSatelliteA80:pvrPSA80L-043003:rvnTOSHIBA:rnEAT10/EAT20:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite A80
  dmi.product.version: PSA80L-043003
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+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 1165433] Re: Kernel 3.8.x panics on bluetooth DUN disconnect

2013-09-05 Thread Jussi Saarinen
Sorry, forgot the links to the commits:

https://git.kernel.org/cgit/linux/kernel/git/davem/net-
next.git/commit/?id=e7abfe40928f4f8c1aa908477c36c13843bd1a57

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cc998ff8811530be521f6b316f37ab7676a07938

-- 
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/1165433

Title:
  Kernel 3.8.x panics on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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


  1   2   >