[Kernel-packages] [Bug 2034699] [NEW] zram-config has a missing dependency on linux-modules-extra-xxxx-generic

2023-09-07 Thread Martin Wolf
Public bug reported:

I am running a virtual sever at Hetzner who provides a very slim
preconfigured installation.

zram-config was not installed so I ran

```
apt install zram-config
```
which installed it without any dependencies.

after I started the service with
```
systemctl start zram-config.service
```
I got the following error message in journal:

```
Sep 07 10:53:00 Valheim-Server systemd[1]: Starting Initializes zram swaping...
Sep 07 10:53:00 Valheim-Server init-zram-swapping[747]: modprobe: FATAL: Module 
zram not found in directory /lib/modules/5.15.0-83-generic
Sep 07 10:53:00 Valheim-Server init-zram-swapping[745]: 
/usr/bin/init-zram-swapping: 10: cannot create /sys/block/zram0/disksize: 
Directory nonexistent
Sep 07 10:53:00 Valheim-Server init-zram-swapping[756]: mkswap: cannot open 
/dev/zram0: No such file or directory
Sep 07 10:53:00 Valheim-Server init-zram-swapping[758]: swapon: cannot open 
/dev/zram0: No such file or directory
```

I tried to locate zram.ko, but it was missing, so I tried to find out with
```
dkpg -S zram.ko
```
which package contained it: linux-modules-extra-5.15.0-83-generic

After I manually installed that specific package, zram started working with
```
systemctl restart zram-config.service
```

I know, this might be a corner-case, but I found at least two other
posts with the same problem in a very short time.

Now my question. Would it be possible to add linux-modules-extra--
generic as a dependency zo zram-config, since it is not useable without
it?

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-image-5.15.0-83-generic 5.15.0-83.92
ProcVersionSignature: Ubuntu 5.15.0-83.92-generic 5.15.116
Uname: Linux 5.15.0-83-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Sep  7 10:52 seq
 crw-rw 1 root audio 116, 33 Sep  7 10:52 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CRDA: N/A
CasperMD5CheckResult: unknown
CloudArchitecture: x86_64
CloudID: hetzner
CloudName: hetzner
CloudPlatform: hetzner
CloudSubPlatform: metadata (http://169.254.169.254/hetzner/v1/metadata)
Date: Thu Sep  7 11:15:24 2023
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd QEMU USB Tablet
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Lsusb-t:
 /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 480M
 |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 480M
MachineType: Hetzner vServer
PciMultimedia:
 
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 virtio_gpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-83-generic 
root=UUID=35547664-ba55-4fc4-8762-754c30e132f0 ro consoleblank=0 
systemd.show_status=true console=tty1 console=ttyS0
RelatedPackageVersions:
 linux-restricted-modules-5.15.0-83-generic N/A
 linux-backports-modules-5.15.0-83-generic  N/A
 linux-firmware 20220329.git681281e4-0ubuntu3.18
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/11/2017
dmi.bios.release: 1.0
dmi.bios.vendor: Hetzner
dmi.bios.version: 2017
dmi.board.name: Standard PC (Q35 + ICH9, 2009)
dmi.board.vendor: KVM
dmi.board.version: pc-q35-6.2
dmi.chassis.type: 1
dmi.chassis.vendor: QEMU
dmi.chassis.version: NotSpecified
dmi.modalias: 
dmi:bvnHetzner:bvr2017:bd11/11/2017:br1.0:svnHetzner:pnvServer:pvr2017:rvnKVM:rnStandardPC(Q35+ICH9,2009):rvrpc-q35-6.2:cvnQEMU:ct1:cvrNotSpecified:skuTM:
dmi.product.family: Hetzner_vServer
dmi.product.name: vServer
dmi.product.sku: TM
dmi.product.version: 2017
dmi.sys.vendor: Hetzner

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


** Tags: amd64 apport-bug jammy uec-images

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

Title:
  zram-config has a missing dependency on linux-modules-extra--
  generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am running a virtual sever at Hetzner who provides a very slim
  preconfigured installation.

  zram-config was not installed so I ran

  ```
  apt install zram-config
  ```
  which installed it without any dependencies.

  after I started the service with
  ```
  systemctl start zram-config.service
  ```
  I got the following error message in journal:

  ```
  Sep 07 

[Kernel-packages] [Bug 2000800] [NEW] Bluetooth is not being activated, I have updated with sudo apt-get update and installed the program and restarted and it does not turn on

2022-12-30 Thread Wazt Wolf
Public bug reported:

Bluetooth is not being activated, I have updated with sudo apt-get
update and installed the program and restarted and it does not turn on

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: bluetooth 5.64-0ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-56.62-generic 5.15.64
Uname: Linux 5.15.0-56-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec 30 22:34:07 2022
InstallationDate: Installed on 2022-12-30 (0 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
InterestingModules: bnep btusb bluetooth
MachineType: LENOVO 82K2
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-56-generic 
root=UUID=94a2de4f-8565-4a45-8c72-872549f49fdb ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/23/2022
dmi.bios.release: 1.32
dmi.bios.vendor: LENOVO
dmi.bios.version: H3CN32WW(V2.02)
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: No DPK
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: IdeaPad Gaming 3 15ACH6
dmi.ec.firmware.release: 1.32
dmi.modalias: 
dmi:bvnLENOVO:bvrH3CN32WW(V2.02):bd02/23/2022:br1.32:efr1.32:svnLENOVO:pn82K2:pvrIdeaPadGaming315ACH6:rvnLENOVO:rnLNVNB161216:rvrNoDPK:cvnLENOVO:ct10:cvrIdeaPadGaming315ACH6:skuLENOVO_MT_82K2_BU_idea_FM_IdeaPadGaming315ACH6:
dmi.product.family: IdeaPad Gaming 3 15ACH6
dmi.product.name: 82K2
dmi.product.sku: LENOVO_MT_82K2_BU_idea_FM_IdeaPad Gaming 3 15ACH6
dmi.product.version: IdeaPad Gaming 3 15ACH6
dmi.sys.vendor: LENOVO
hciconfig:
 hci0:  Type: Primary  Bus: USB
BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
DOWN 
RX bytes:7 acl:0 sco:0 events:1 errors:0
TX bytes:61 acl:0 sco:0 commands:1 errors:0

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


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  Bluetooth is not being activated, I have updated with sudo apt-get
  update and installed the program and restarted and it does not turn on

Status in bluez package in Ubuntu:
  New

Bug description:
  Bluetooth is not being activated, I have updated with sudo apt-get
  update and installed the program and restarted and it does not turn on

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: bluetooth 5.64-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-56.62-generic 5.15.64
  Uname: Linux 5.15.0-56-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Dec 30 22:34:07 2022
  InstallationDate: Installed on 2022-12-30 (0 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  InterestingModules: bnep btusb bluetooth
  MachineType: LENOVO 82K2
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-56-generic 
root=UUID=94a2de4f-8565-4a45-8c72-872549f49fdb ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/23/2022
  dmi.bios.release: 1.32
  dmi.bios.vendor: LENOVO
  dmi.bios.version: H3CN32WW(V2.02)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: No DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad Gaming 3 15ACH6
  dmi.ec.firmware.release: 1.32
  dmi.modalias: 
dmi:bvnLENOVO:bvrH3CN32WW(V2.02):bd02/23/2022:br1.32:efr1.32:svnLENOVO:pn82K2:pvrIdeaPadGaming315ACH6:rvnLENOVO:rnLNVNB161216:rvrNoDPK:cvnLENOVO:ct10:cvrIdeaPadGaming315ACH6:skuLENOVO_MT_82K2_BU_idea_FM_IdeaPadGaming315ACH6:
  dmi.product.family: IdeaPad Gaming 3 15ACH6
  dmi.product.name: 82K2
  dmi.product.sku: LENOVO_MT_82K2_BU_idea_FM_IdeaPad Gaming 3 15ACH6
  dmi.product.version: IdeaPad Gaming 3 15ACH6
  dmi.sys.vendor: LENOVO
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
DOWN 
RX bytes:7 acl:0 sco:0 events:1 errors:0
TX bytes:61 acl:0 sco:0 commands:1 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2000800/+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 1911352] Re: Black screen on boot after 20.04 upgraded to kernel 5.8

2021-04-16 Thread Wolf Pichler
After having played around with "prime-select" instead of using the
graphical Nvidia tool my system now also boots in "on-demand" mode.

(You have to reboot after changing the settings with "prime-select".)

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

Title:
  Black screen on boot after 20.04 upgraded to kernel 5.8

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Yesterday Ubuntu asked me to reboot after automatic updates, and when
  I rebooted it doesn't start up. Sometimes it stays on the Dell logo,
  sometimes it goes to a black screen and doesn't get past that (not
  sure what causes each variation -- perhaps for reboot it does the Dell
  logo, cold start up it does the black screen?).

  After the updates it's trying to boot the 5.8.0 kernel. In the boot
  menu, if I manually select the 5.4.0 kernel everything works fine. So
  presumably it's something about the 5.8 kernel on this hardware.

  When this occurred I was running the Nouveau open source graphics
  driver. I switched to the NVIDIA driver (460) to see if that would
  help, but it didn't change anything. So it may or may not be graphics
  related.

  I'm attaching my /var/log/kern.log and /var/log/syslog for yesterday
  -- Jan 12, I think it would be around 13:30 that I first rebooted
  after the upgrade (and a bunch of times after that). I ran the logs
  through grep -v 'var-snap-lxd-common-lxd' as a huge percentage of the
  lines were this (presumably irrelevant):

  Jan 12 19:09:55 BenXPS15 kernel: [14515.297170] audit: type=1400
  audit(1610431795.003:29126): apparmor="DENIED" operation="open"
  namespace="root//lxd-juju-804318-0_"
  profile="snap.juju-db.daemon" name="/proc/631/net/netstat" pid=3906
  comm="ftdc" requested_mask="r" denied_mask="r" fsuid=100
  ouid=100

  For reference:

  * This is a Dell XPS 15 (9550) laptop with an NVIDIA GeForce GTX 960M (I 
think it's hybrid graphics). i7-6700HQ 2.6GHz with 8 cores, 256 GB SSD, 16 MB 
RAM.
  * I installed Ubuntu 20.04 Focal in August 2020, and now it says it's on 
"Ubuntu 20.04.1 LTS".
  * /proc/version_signature: Ubuntu 5.4.0-59.65-generic 5.4.78
  * "sudo lspci -vnvn" output is included in the attached logs.zip
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ben4518 F pulseaudio
   /dev/snd/pcmC0D0p:   ben4518 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-08-27 (138 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. XPS 15 9550
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-59-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-59.65-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-59-generic N/A
   linux-backports-modules-5.4.0-59-generic  N/A
   linux-firmware1.187.7
  Tags:  focal
  Uname: Linux 5.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip kvm libvirt lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911352/+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 1911352] Re: Black screen on boot after 20.04 upgraded to kernel 5.8

2021-04-16 Thread Wolf Pichler
The problem persists with Kernel 5.8.0-50, but I found out that it only
occurs if the usage of the Nvidia GPU is set to "on-demand".

In pure Intel or Nvidia mode the system boots as expected.

The mode van be set via graphical Nvidia tool or via "prime-select
{nvidia|intel|on-demand|query}".

NVIDIA Driver Version: 460.56.

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

Title:
  Black screen on boot after 20.04 upgraded to kernel 5.8

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Yesterday Ubuntu asked me to reboot after automatic updates, and when
  I rebooted it doesn't start up. Sometimes it stays on the Dell logo,
  sometimes it goes to a black screen and doesn't get past that (not
  sure what causes each variation -- perhaps for reboot it does the Dell
  logo, cold start up it does the black screen?).

  After the updates it's trying to boot the 5.8.0 kernel. In the boot
  menu, if I manually select the 5.4.0 kernel everything works fine. So
  presumably it's something about the 5.8 kernel on this hardware.

  When this occurred I was running the Nouveau open source graphics
  driver. I switched to the NVIDIA driver (460) to see if that would
  help, but it didn't change anything. So it may or may not be graphics
  related.

  I'm attaching my /var/log/kern.log and /var/log/syslog for yesterday
  -- Jan 12, I think it would be around 13:30 that I first rebooted
  after the upgrade (and a bunch of times after that). I ran the logs
  through grep -v 'var-snap-lxd-common-lxd' as a huge percentage of the
  lines were this (presumably irrelevant):

  Jan 12 19:09:55 BenXPS15 kernel: [14515.297170] audit: type=1400
  audit(1610431795.003:29126): apparmor="DENIED" operation="open"
  namespace="root//lxd-juju-804318-0_"
  profile="snap.juju-db.daemon" name="/proc/631/net/netstat" pid=3906
  comm="ftdc" requested_mask="r" denied_mask="r" fsuid=100
  ouid=100

  For reference:

  * This is a Dell XPS 15 (9550) laptop with an NVIDIA GeForce GTX 960M (I 
think it's hybrid graphics). i7-6700HQ 2.6GHz with 8 cores, 256 GB SSD, 16 MB 
RAM.
  * I installed Ubuntu 20.04 Focal in August 2020, and now it says it's on 
"Ubuntu 20.04.1 LTS".
  * /proc/version_signature: Ubuntu 5.4.0-59.65-generic 5.4.78
  * "sudo lspci -vnvn" output is included in the attached logs.zip
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ben4518 F pulseaudio
   /dev/snd/pcmC0D0p:   ben4518 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-08-27 (138 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. XPS 15 9550
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-59-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-59.65-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-59-generic N/A
   linux-backports-modules-5.4.0-59-generic  N/A
   linux-firmware1.187.7
  Tags:  focal
  Uname: Linux 5.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip kvm libvirt lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911352/+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 1906655] Re: Ethernet interface broken (Flags mismatch irq) after upgrading to kernel 5.8.0-31

2021-02-20 Thread Dietmar Wolf
I had the same problem with Kernel 5.8.0-41. All Kernel after that had
no LAN INternet.

I solved it today. As I installed two packages I dont know which one
solved the issue.

First I installed sudo apt install ntp ifupdown (a hint from a forum
regarding this issue)

Then I re-installed sudo apt install --reinstall linux-modules-
extra-5.8.0-44*

Either one of that or mybe both are the solution of the problem for me.

Hope that 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/1906655

Title:
  Ethernet interface broken (Flags mismatch irq) after upgrading to
  kernel 5.8.0-31

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Realtek ethernet network interface is broken when booting with kernel 
5.8.0-31.
  It works fine when simply booting with previous kernel 5.8.0-29 in GRUB.

  No other packages were updated.

  
  The only related line in /var/log/kern.log:

  Dec  3 14:01:21 hd kernel: [   17.824691] genirq: Flags mismatch irq
  16. 00010080 (enp4s0) vs. 2080 (uhci_hcd:usb3)

  
  `lspci -v` for this network interface below (`lspci -vv` attached):

  04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 01)
  Subsystem: Gigabyte Technology Co., Ltd Onboard Ethernet
  Flags: bus master, fast devsel, latency 0, IRQ 16
  I/O ports at d000 [size=256]
  Memory at f800 (64-bit, non-prefetchable) [size=4K]
  Expansion ROM at f700 [virtual] [disabled] [size=128K]
  Capabilities: [40] Power Management version 2
  Capabilities: [48] Vital Product Data
  Capabilities: [50] MSI: Enable- Count=1/2 Maskable- 64bit+
  Capabilities: [60] Express Endpoint, MSI 00
  Capabilities: [84] Vendor Specific Information: Len=4c 
  Capabilities: [100] Advanced Error Reporting
  Capabilities: [12c] Virtual Channel
  Capabilities: [148] Device Serial Number 00-00-00-00-10-ec-81-68
  Capabilities: [154] Power Budgeting 
  Kernel driver in use: r8169
  Kernel modules: r8169

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906655/+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 1911352] Re: Black screen on boot after 20.04 upgraded to kernel 5.8

2021-01-22 Thread Wolf Pichler
I have these installed:

dpkg -l | grep "linux\-[a-z]*\-"

rc  linux-modules-extra-5.4.0-42-generic   5.4.0-42.46
ii  linux-modules-extra-5.4.0-58-generic   5.4.0-58.64
ii  linux-modules-extra-5.8.0-36-generic   5.8.0-36.40~20.04.1
ii  linux-modules-extra-5.8.0-38-generic   5.8.0-38.43~20.04.1

I tried as Charles Green said: Switching to tty2 and then back to tty1 causes 
the boot to complete.
(Ctrl+Alt+F2, Ctrl+Alt+F1)

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

Title:
  Black screen on boot after 20.04 upgraded to kernel 5.8

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Yesterday Ubuntu asked me to reboot after automatic updates, and when
  I rebooted it doesn't start up. Sometimes it stays on the Dell logo,
  sometimes it goes to a black screen and doesn't get past that (not
  sure what causes each variation -- perhaps for reboot it does the Dell
  logo, cold start up it does the black screen?).

  After the updates it's trying to boot the 5.8.0 kernel. In the boot
  menu, if I manually select the 5.4.0 kernel everything works fine. So
  presumably it's something about the 5.8 kernel on this hardware.

  When this occurred I was running the Nouveau open source graphics
  driver. I switched to the NVIDIA driver (460) to see if that would
  help, but it didn't change anything. So it may or may not be graphics
  related.

  I'm attaching my /var/log/kern.log and /var/log/syslog for yesterday
  -- Jan 12, I think it would be around 13:30 that I first rebooted
  after the upgrade (and a bunch of times after that). I ran the logs
  through grep -v 'var-snap-lxd-common-lxd' as a huge percentage of the
  lines were this (presumably irrelevant):

  Jan 12 19:09:55 BenXPS15 kernel: [14515.297170] audit: type=1400
  audit(1610431795.003:29126): apparmor="DENIED" operation="open"
  namespace="root//lxd-juju-804318-0_"
  profile="snap.juju-db.daemon" name="/proc/631/net/netstat" pid=3906
  comm="ftdc" requested_mask="r" denied_mask="r" fsuid=100
  ouid=100

  For reference:

  * This is a Dell XPS 15 (9550) laptop with an NVIDIA GeForce GTX 960M (I 
think it's hybrid graphics). i7-6700HQ 2.6GHz with 8 cores, 256 GB SSD, 16 MB 
RAM.
  * I installed Ubuntu 20.04 Focal in August 2020, and now it says it's on 
"Ubuntu 20.04.1 LTS".
  * /proc/version_signature: Ubuntu 5.4.0-59.65-generic 5.4.78
  * "sudo lspci -vnvn" output is included in the attached logs.zip
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ben4518 F pulseaudio
   /dev/snd/pcmC0D0p:   ben4518 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-08-27 (138 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. XPS 15 9550
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-59-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-59.65-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-59-generic N/A
   linux-backports-modules-5.4.0-59-generic  N/A
   linux-firmware1.187.7
  Tags:  focal
  Uname: Linux 5.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip kvm libvirt lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911352/+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 1911352] Re: Black screen on boot after 20.04 upgraded to kernel 5.8

2021-01-15 Thread Wolf Pichler
Maybe contains extra information.

** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911352/+attachment/5453569/+files/Xorg.0.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/1911352

Title:
  Black screen on boot after 20.04 upgraded to kernel 5.8

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Yesterday Ubuntu asked me to reboot after automatic updates, and when
  I rebooted it doesn't start up. Sometimes it stays on the Dell logo,
  sometimes it goes to a black screen and doesn't get past that (not
  sure what causes each variation -- perhaps for reboot it does the Dell
  logo, cold start up it does the black screen?).

  After the updates it's trying to boot the 5.8.0 kernel. In the boot
  menu, if I manually select the 5.4.0 kernel everything works fine. So
  presumably it's something about the 5.8 kernel on this hardware.

  When this occurred I was running the Nouveau open source graphics
  driver. I switched to the NVIDIA driver (460) to see if that would
  help, but it didn't change anything. So it may or may not be graphics
  related.

  I'm attaching my /var/log/kern.log and /var/log/syslog for yesterday
  -- Jan 12, I think it would be around 13:30 that I first rebooted
  after the upgrade (and a bunch of times after that). I ran the logs
  through grep -v 'var-snap-lxd-common-lxd' as a huge percentage of the
  lines were this (presumably irrelevant):

  Jan 12 19:09:55 BenXPS15 kernel: [14515.297170] audit: type=1400
  audit(1610431795.003:29126): apparmor="DENIED" operation="open"
  namespace="root//lxd-juju-804318-0_"
  profile="snap.juju-db.daemon" name="/proc/631/net/netstat" pid=3906
  comm="ftdc" requested_mask="r" denied_mask="r" fsuid=100
  ouid=100

  For reference:

  * This is a Dell XPS 15 (9550) laptop with an NVIDIA GeForce GTX 960M (I 
think it's hybrid graphics). i7-6700HQ 2.6GHz with 8 cores, 256 GB SSD, 16 MB 
RAM.
  * I installed Ubuntu 20.04 Focal in August 2020, and now it says it's on 
"Ubuntu 20.04.1 LTS".
  * /proc/version_signature: Ubuntu 5.4.0-59.65-generic 5.4.78
  * "sudo lspci -vnvn" output is included in the attached logs.zip
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ben4518 F pulseaudio
   /dev/snd/pcmC0D0p:   ben4518 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-08-27 (138 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. XPS 15 9550
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-59-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-59.65-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-59-generic N/A
   linux-backports-modules-5.4.0-59-generic  N/A
   linux-firmware1.187.7
  Tags:  focal
  Uname: Linux 5.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip kvm libvirt lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911352/+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 1911352] Re: Black screen on boot after 20.04 upgraded to kernel 5.8

2021-01-15 Thread Wolf Pichler
I have the same problem on my Acer.

Since Kernel 5.8.0-36 and also 5.8.0-38 Ubuntu 20.04.1 cannot start in graphics 
mode.
(It is possible to log in on the console using e.g. Ctrl+Alt+F4 though.)

With Kernel 5.4.0-58 the system works as expected.

The problem occurs only on this system, which is also the only one with a
Nvidia GPU (Nvidia drivers are currently not installed though because I 
initially suspected the
updated nvidia-driver-460 were the problem.)

dmidecode -t1  
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 3.2.0 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Acer
Product Name: Aspire A515-54G
Version: V1.16
Serial Number: I deleted it.
UUID: I deleted it.
Wake-up Type: Power Switch
SKU Number: 
Family: Aspire 5


** Attachment added: "I guess the interesting part starts at line 80."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1911352/+attachment/5453568/+files/syslog

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

Title:
  Black screen on boot after 20.04 upgraded to kernel 5.8

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Yesterday Ubuntu asked me to reboot after automatic updates, and when
  I rebooted it doesn't start up. Sometimes it stays on the Dell logo,
  sometimes it goes to a black screen and doesn't get past that (not
  sure what causes each variation -- perhaps for reboot it does the Dell
  logo, cold start up it does the black screen?).

  After the updates it's trying to boot the 5.8.0 kernel. In the boot
  menu, if I manually select the 5.4.0 kernel everything works fine. So
  presumably it's something about the 5.8 kernel on this hardware.

  When this occurred I was running the Nouveau open source graphics
  driver. I switched to the NVIDIA driver (460) to see if that would
  help, but it didn't change anything. So it may or may not be graphics
  related.

  I'm attaching my /var/log/kern.log and /var/log/syslog for yesterday
  -- Jan 12, I think it would be around 13:30 that I first rebooted
  after the upgrade (and a bunch of times after that). I ran the logs
  through grep -v 'var-snap-lxd-common-lxd' as a huge percentage of the
  lines were this (presumably irrelevant):

  Jan 12 19:09:55 BenXPS15 kernel: [14515.297170] audit: type=1400
  audit(1610431795.003:29126): apparmor="DENIED" operation="open"
  namespace="root//lxd-juju-804318-0_"
  profile="snap.juju-db.daemon" name="/proc/631/net/netstat" pid=3906
  comm="ftdc" requested_mask="r" denied_mask="r" fsuid=100
  ouid=100

  For reference:

  * This is a Dell XPS 15 (9550) laptop with an NVIDIA GeForce GTX 960M (I 
think it's hybrid graphics). i7-6700HQ 2.6GHz with 8 cores, 256 GB SSD, 16 MB 
RAM.
  * I installed Ubuntu 20.04 Focal in August 2020, and now it says it's on 
"Ubuntu 20.04.1 LTS".
  * /proc/version_signature: Ubuntu 5.4.0-59.65-generic 5.4.78
  * "sudo lspci -vnvn" output is included in the attached logs.zip
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ben4518 F pulseaudio
   /dev/snd/pcmC0D0p:   ben4518 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-08-27 (138 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. XPS 15 9550
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-59-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-59.65-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-59-generic N/A
   linux-backports-modules-5.4.0-59-generic  N/A
   linux-firmware1.187.7
  Tags:  focal
  Uname: Linux 5.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip kvm libvirt lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: 

[Kernel-packages] [Bug 1855757] Re: [nvidia] Background image corrupted after standby or resume from suspend

2021-01-12 Thread Wolf
Wallpaper background file in monitor resolution helps. Thank you for
this workaround!

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

Title:
  [nvidia] Background image corrupted after standby or resume from
  suspend

Status in mutter package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Won't Fix
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Won't Fix
Status in nvidia-graphics-drivers-435 package in Ubuntu:
  Won't Fix
Status in mutter source package in Focal:
  Confirmed
Status in nvidia-graphics-drivers-340 source package in Focal:
  Won't Fix
Status in nvidia-graphics-drivers-390 source package in Focal:
  Won't Fix
Status in nvidia-graphics-drivers-435 source package in Focal:
  Won't Fix

Bug description:
  Looks similar to
  https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1809407

  When the computer goes to standby, the background image becomes
  corrupted.

  I am able to fix by "killall Xorg" , change the background image
  (settings > background) and restart.  Haven't tried login logout.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.107  Thu May 24 21:54:01 
PDT 2018
   GCC version:  gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2)
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec  9 10:58:35 2019
  DistUpgraded: Fresh install
  DistroCodename: eoan
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-340, 340.107, 5.3.0-23-generic, x86_64: installed
   nvidia-340, 340.107, 5.3.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GT215M [GeForce GTS 360M] [10de:0cb1] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. GT215M [GeForce GTS 360M] [1043:203c]
  InstallationDate: Installed on 2019-11-29 (10 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: ASUSTek Computer Inc. G60JX
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=65117975-c95f-4406-a7cf-da912cda0e70 ro
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/25/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: G60JX
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr204:bd12/25/2009:svnASUSTekComputerInc.:pnG60JX:pvr1.0:rvnPEGATRONCORPORATION:rnG60JX:rvr1.0:cvnPEGATRONComputerInc.:ct10:cvr1.0:
  dmi.product.family: PEGA Family
  dmi.product.name: G60JX
  dmi.product.sku: 0
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTek Computer Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1855757/+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 1855757] Re: [nvidia] Background image corrupted after standby or resume from suspend

2020-10-13 Thread Wolf
nvidia 340 driver, GT218M / 3100NVS card on HP 8440p laptop, 
System: focal

Have still the "corrupted desktop" problem; changing to "proposed" made
that I could no longer resume from hibernate. With "proposed", screen
would power on back light for a few seconds and then remain dark.

Unticking the "proposed" box with update luckily led to a resuming
system again.

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

Title:
  [nvidia] Background image corrupted after standby or resume from
  suspend

Status in mutter package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Won't Fix
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Won't Fix
Status in nvidia-graphics-drivers-435 package in Ubuntu:
  Won't Fix
Status in mutter source package in Focal:
  Fix Released
Status in nvidia-graphics-drivers-340 source package in Focal:
  Won't Fix
Status in nvidia-graphics-drivers-390 source package in Focal:
  Won't Fix
Status in nvidia-graphics-drivers-435 source package in Focal:
  Won't Fix

Bug description:
  Looks similar to
  https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1809407

  When the computer goes to standby, the background image becomes
  corrupted.

  I am able to fix by "killall Xorg" , change the background image
  (settings > background) and restart.  Haven't tried login logout.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.107  Thu May 24 21:54:01 
PDT 2018
   GCC version:  gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2)
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec  9 10:58:35 2019
  DistUpgraded: Fresh install
  DistroCodename: eoan
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-340, 340.107, 5.3.0-23-generic, x86_64: installed
   nvidia-340, 340.107, 5.3.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GT215M [GeForce GTS 360M] [10de:0cb1] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. GT215M [GeForce GTS 360M] [1043:203c]
  InstallationDate: Installed on 2019-11-29 (10 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: ASUSTek Computer Inc. G60JX
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=65117975-c95f-4406-a7cf-da912cda0e70 ro
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/25/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: G60JX
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr204:bd12/25/2009:svnASUSTekComputerInc.:pnG60JX:pvr1.0:rvnPEGATRONCORPORATION:rnG60JX:rvr1.0:cvnPEGATRONComputerInc.:ct10:cvr1.0:
  dmi.product.family: PEGA Family
  dmi.product.name: G60JX
  dmi.product.sku: 0
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTek Computer Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1855757/+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 1840634] [NEW] bionic: GNOME needs update to 3.30

2019-08-19 Thread Wolf
Public bug reported:

With time going on, more an more minor flaws are occuring in GNOME:

* mouse movements often are very laggy
* mouse pointer gets under active windows
* system gets stuck for several system
* control for gnome-search is grayed out, so search can no longer be configured.

It does not make much sense to repair each of these petitesses with
outdated GNOME 3.28 - but if you take the idea of LTS serious, it is
necessary to update GNOME. I won't update to 18.10, because that was a
really bad experience last time - so many apps got dysfunctional.

** Affects: gnome-shell (Ubuntu)
 Importance: Wishlist
 Status: Opinion


** Tags: bionic

** Package changed: nvidia-graphics-drivers-384 (Ubuntu) => gnome-shell
(Ubuntu)

** Description changed:

  With time going on, more an more minor flaws are occuring in GNOME:
  
  * mouse movements often are very laggy
  * mouse pointer gets under active windows
  * system gets stuck for several system
  * control for gnome-search is grayed out, so search can no longer be 
configured.
  
- I does not make much sense to repair each of these pettitesses with
+ It does not make much sense to repair each of these petitesses with
  outdated GNOME 3.28 - but if you take the idea of LTS serious, it is
  necessary to update GNOME. I won't update to 18.10, because that was a
  really bad experience last time - so many apps got dysfunctional.

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

Title:
  bionic: GNOME needs update to 3.30

Status in gnome-shell package in Ubuntu:
  Opinion

Bug description:
  With time going on, more an more minor flaws are occuring in GNOME:

  * mouse movements often are very laggy
  * mouse pointer gets under active windows
  * system gets stuck for several system
  * control for gnome-search is grayed out, so search can no longer be 
configured.

  It does not make much sense to repair each of these petitesses with
  outdated GNOME 3.28 - but if you take the idea of LTS serious, it is
  necessary to update GNOME. I won't update to 18.10, because that was a
  really bad experience last time - so many apps got dysfunctional.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1840634/+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 1733168] Re: resume from hibernate is slow and not reliable (nvidia)

2019-07-15 Thread Wolf
I got another computer, same type, slightly different equipment.
The problem no linger occurs. So I think it was strongly hardware related.

** Changed in: nvidia-graphics-drivers-384 (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  resume from hibernate is slow and not reliable (nvidia)

Status in nvidia-graphics-drivers-384 package in Ubuntu:
  Invalid

Bug description:
  My system:
  ubuntu 17.04
  gnome desktop
  4GB RAM
  2x3GHz core duo
  Nvidia GT 630
  TWO MONITORS, attached to the video card with DVI / HDMI (I think this is 
important...)

  When resuming from suspend to RAM, my system very often will first
  show the unlocked screen I saw before suspend, and then switch both
  screens dark again. Again pressing a keyboard key whill then switch on
  monitors again and I get the password prompt. The whole process goes
  for more than 20s, which is annoying.

  Often (several times a week) it completely fails and the system will
  freeze in various status.

  I'v been experiencing this bug since something like 3 years now with
  various (clean) installation, graphics drivers and kernel versions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-384/+bug/1733168/+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 1823114] Re: resume from hibernate - dark monitors

2019-04-24 Thread Wolf
** Package changed: nvidia-graphics-drivers-384 (Ubuntu) => nvidia-
graphics-drivers-390 (Ubuntu)

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

Title:
  resume from hibernate - dark monitors

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New

Bug description:
  My system:
  ubuntu 18.04
  gnome desktop
  4GB RAM
  Nvidia GT 630
  kernel 4.15.0-47-generic (but happened with all the kernels before as well)
  TWO MONITORS, attached to the video card with DVI / HDMI (I think this is 
important...)

  
  When resuming from hibernate, the machine powers up, but both monitors remain 
dark, no login prompt appears. It works with nouveau, but not with nvidia-340, 
384, 390. 

  This bug is accompanying me for years with various (clean) installs, I
  already filed it under #1733168, but not sustainable solution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1823114/+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 1823114] [NEW] resume from hibernate - dark monitors

2019-04-03 Thread Wolf
Public bug reported:

My system:
ubuntu 18.04
gnome desktop
4GB RAM
Nvidia GT 630
kernel 4.15.0-47-generic (but happened with all the kernels before as well)
TWO MONITORS, attached to the video card with DVI / HDMI (I think this is 
important...)


When resuming from hibernate, the machine powers up, but both monitors remain 
dark, no login prompt appears. It works with nouveau, but not with nvidia-340, 
384, 390. 

This bug is accompanying me for years with various (clean) installs, I
already filed it under #1733168, but not sustainable solution.

** Affects: nvidia-graphics-drivers-384 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  resume from hibernate - dark monitors

Status in nvidia-graphics-drivers-384 package in Ubuntu:
  New

Bug description:
  My system:
  ubuntu 18.04
  gnome desktop
  4GB RAM
  Nvidia GT 630
  kernel 4.15.0-47-generic (but happened with all the kernels before as well)
  TWO MONITORS, attached to the video card with DVI / HDMI (I think this is 
important...)

  
  When resuming from hibernate, the machine powers up, but both monitors remain 
dark, no login prompt appears. It works with nouveau, but not with nvidia-340, 
384, 390. 

  This bug is accompanying me for years with various (clean) installs, I
  already filed it under #1733168, but not sustainable solution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-384/+bug/1823114/+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 1818976] [NEW] focus new window in foreground does not work

2019-03-07 Thread Wolf
Public bug reported:

In dconf as well as in compiz, I set "display new window in foreground -
strictly".

Nevertheless, all new windows I'm opening are in the background, only a
notification message is displayed. Especially annoying in evolution !

Ubuntu 18.04
GNOME 3.28.2

** Affects: nvidia-graphics-drivers-384 (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "compiz"
   https://bugs.launchpad.net/bugs/1818976/+attachment/5244344/+files/compiz.png

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

Title:
  focus new window in foreground does not work

Status in nvidia-graphics-drivers-384 package in Ubuntu:
  New

Bug description:
  In dconf as well as in compiz, I set "display new window in foreground
  - strictly".

  Nevertheless, all new windows I'm opening are in the background, only
  a notification message is displayed. Especially annoying in evolution
  !

  Ubuntu 18.04
  GNOME 3.28.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-384/+bug/1818976/+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 1733168] Re: resume from hibernate is slow and not reliable (nvidia)

2019-02-15 Thread Wolf
Still, with kernel 4.15.0-45-generic and nvidia-390, the system will not resume:
Both monitors remain dark after some key was pressed to wake up from suspend, 
now this even happens with only one monitor. 

I'm back to nouveau, which is a pity.

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

Title:
  resume from hibernate is slow and not reliable (nvidia)

Status in nvidia-graphics-drivers-384 package in Ubuntu:
  Confirmed

Bug description:
  My system:
  ubuntu 17.04
  gnome desktop
  4GB RAM
  2x3GHz core duo
  Nvidia GT 630
  TWO MONITORS, attached to the video card with DVI / HDMI (I think this is 
important...)

  When resuming from suspend to RAM, my system very often will first
  show the unlocked screen I saw before suspend, and then switch both
  screens dark again. Again pressing a keyboard key whill then switch on
  monitors again and I get the password prompt. The whole process goes
  for more than 20s, which is annoying.

  Often (several times a week) it completely fails and the system will
  freeze in various status.

  I'v been experiencing this bug since something like 3 years now with
  various (clean) installation, graphics drivers and kernel versions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-384/+bug/1733168/+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 1799039] Re: Apple Facetime HD PCI (Broadcom 1570) not accessible

2018-12-23 Thread Wolf Rogner
Also a way to resolve issues: Wait and the eliminate the issue
automatically.

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

Title:
  Apple Facetime HD PCI (Broadcom 1570) not accessible

Status in linux package in Ubuntu:
  Expired

Bug description:
  This is a reopened bug report related to #1716673: Apple Facetime HD
  PCI (Broadcom 1570) not accessible

  The camera still is not accessible. In the old report some suggested
  that I should try the latest kernel. Well, with 18.10 the kernel is
  even newer than the one available at the time of reporting.

  If no one writes a driver for the camera, there will never be a module
  for it.

  The module that ships with Ubuntu is not working.

  I do understand that rolling out a new version is tedious. But it should be 
possible to
  a) not permanently produce regressions and
  b) include some improvements beyond some irrelevant GUI overhauls.

  btw. My machine was purchased in 2015. I don't think that PCIe is such
  a new technology.

  (sorry for my serious frustration about 18.10. I thought with 18.04
  onward Canonical might have cought on)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   1914 F pulseaudio
   /dev/snd/controlC0:  wolf   1914 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 21 12:00:56 2018
  HibernationDevice: RESUME=UUID=539744c7-33c6-44da-a8b5-8bcf95f7845d
  InstallationDate: Installed on 2018-04-30 (174 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-10-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-10-generic N/A
   linux-backports-modules-4.18.0-10-generic  N/A
   linux-firmware 1.175
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-20 (0 days ago)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1799039/+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 1733168] Re: resume from hibernate is slow and not reliable (nvidia)

2018-12-08 Thread Wolf
Still not reliable - I had apx 8 successful resumes and 2 failures yet.

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

Title:
  resume from hibernate is slow and not reliable (nvidia)

Status in nvidia-graphics-drivers-384 package in Ubuntu:
  Confirmed

Bug description:
  My system:
  ubuntu 17.04
  gnome desktop
  4GB RAM
  2x3GHz core duo
  Nvidia GT 630
  TWO MONITORS, attached to the video card with DVI / HDMI (I think this is 
important...)

  When resuming from suspend to RAM, my system very often will first
  show the unlocked screen I saw before suspend, and then switch both
  screens dark again. Again pressing a keyboard key whill then switch on
  monitors again and I get the password prompt. The whole process goes
  for more than 20s, which is annoying.

  Often (several times a week) it completely fails and the system will
  freeze in various status.

  I'v been experiencing this bug since something like 3 years now with
  various (clean) installation, graphics drivers and kernel versions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-384/+bug/1733168/+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 1733168] Re: resume from hibernate is slow and not reliable (nvidia)

2018-12-06 Thread Wolf
390 is working now, will keep it under observation.

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

Title:
  resume from hibernate is slow and not reliable (nvidia)

Status in nvidia-graphics-drivers-384 package in Ubuntu:
  Confirmed

Bug description:
  My system:
  ubuntu 17.04
  gnome desktop
  4GB RAM
  2x3GHz core duo
  Nvidia GT 630
  TWO MONITORS, attached to the video card with DVI / HDMI (I think this is 
important...)

  When resuming from suspend to RAM, my system very often will first
  show the unlocked screen I saw before suspend, and then switch both
  screens dark again. Again pressing a keyboard key whill then switch on
  monitors again and I get the password prompt. The whole process goes
  for more than 20s, which is annoying.

  Often (several times a week) it completely fails and the system will
  freeze in various status.

  I'v been experiencing this bug since something like 3 years now with
  various (clean) installation, graphics drivers and kernel versions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-384/+bug/1733168/+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 1733168] Re: resume from hibernate is slow and not reliable (nvidia)

2018-12-06 Thread Wolf
I cannot install the 390, in the GUI it always jumps back to "xorg".
What can I do?

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

Title:
  resume from hibernate is slow and not reliable (nvidia)

Status in nvidia-graphics-drivers-384 package in Ubuntu:
  Confirmed

Bug description:
  My system:
  ubuntu 17.04
  gnome desktop
  4GB RAM
  2x3GHz core duo
  Nvidia GT 630
  TWO MONITORS, attached to the video card with DVI / HDMI (I think this is 
important...)

  When resuming from suspend to RAM, my system very often will first
  show the unlocked screen I saw before suspend, and then switch both
  screens dark again. Again pressing a keyboard key whill then switch on
  monitors again and I get the password prompt. The whole process goes
  for more than 20s, which is annoying.

  Often (several times a week) it completely fails and the system will
  freeze in various status.

  I'v been experiencing this bug since something like 3 years now with
  various (clean) installation, graphics drivers and kernel versions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-384/+bug/1733168/+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 1802658] Re: Some USB devices are not mounted

2018-11-16 Thread Wolf Rogner
I cannot verify as of when this issue started.
I did use the USB devices in question with 18.04.1 (prior to the upgrade to 
18.10) and they did work fine.
Currently I have no chance to test a newer kernel. Will do as soon as possible
It happens with USB-Sticks and some USB3.0 hard disks.

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

Title:
  Some USB devices are not mounted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Some USB sticks do not get mounted and are not recognised by the
  system as scsi devices (or any device at all)

  If I insert a USB stick into my machine, one gets recognised and
  mounted the other one doesn't. No trace of insert events in the system
  log.

  The same series of USB sticks gets mounted on the same machine if booted with 
a live 18.04.1 image or a MacOS boot disk (thus eliminating the machines as 
source of problem). 
  On other machines running Ubuntu Budgie or Apple MacOS all of the sticks get 
mounted without problems (thus eliminating the sticks as source of problem)

  This is reproducible on any machine that runs Ubuntu 18.10 with up to
  date patch levels (thus indicating it may be a Ubuntu 18.10 issue)

  I use SanDisk USB 3.0 sticks (same vendor and product IDs)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   1873 F pulseaudio
   /dev/snd/controlC0:  wolf   1873 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Nov 10 16:47:57 2018
  HibernationDevice: RESUME=UUID=539744c7-33c6-44da-a8b5-8bcf95f7845d
  InstallationDate: Installed on 2018-04-30 (194 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-10-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-10-generic N/A
   linux-backports-modules-4.18.0-10-generic  N/A
   linux-firmware 1.175
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-20 (21 days ago)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1802658/+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 1802658] [NEW] Some USB devices not mouted

2018-11-10 Thread Wolf Rogner
Public bug reported:

Some USB sticks do not get mounted and are not recognised by the system
as scsi devices (or any device at all)

If I insert a USB stick into my machine, one gets recognised and mounted
the other one doesn't. No trace of insert events in the system log.

The same series of USB sticks gets mounted on the same machine if booted with a 
live 18.04.1 image or a MacOS boot disk (thus eliminating the machines as 
source of problem). 
On other machines running Ubuntu Budgie or Apple MacOS all of the sticks get 
mounted without problems (thus eliminating the sticks as source of problem)

This is reproducible on any machine that runs Ubuntu 18.10 with up to
date patch levels (thus indicating it may be a Ubuntu 18.10 issue)

I use SanDisk USB 3.0 sticks (same vendor and product IDs)

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: linux-image-4.18.0-10-generic 4.18.0-10.11
ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
Uname: Linux 4.18.0-10-generic x86_64
ApportVersion: 2.20.10-0ubuntu13
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wolf   1873 F pulseaudio
 /dev/snd/controlC0:  wolf   1873 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Sat Nov 10 16:47:57 2018
HibernationDevice: RESUME=UUID=539744c7-33c6-44da-a8b5-8bcf95f7845d
InstallationDate: Installed on 2018-04-30 (194 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
 Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Apple Inc. MacBookPro12,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-10-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-10-generic N/A
 linux-backports-modules-4.18.0-10-generic  N/A
 linux-firmware 1.175
SourcePackage: linux
UpgradeStatus: Upgraded to cosmic on 2018-10-20 (21 days ago)
dmi.bios.date: 08/08/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0171.B00.1708080033
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug cosmic

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

Title:
  Some USB devices not mouted

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Some USB sticks do not get mounted and are not recognised by the
  system as scsi devices (or any device at all)

  If I insert a USB stick into my machine, one gets recognised and
  mounted the other one doesn't. No trace of insert events in the system
  log.

  The same series of USB sticks gets mounted on the same machine if booted with 
a live 18.04.1 image or a MacOS boot disk (thus eliminating the machines as 
source of problem). 
  On other machines running Ubuntu Budgie or Apple MacOS all of the sticks get 
mounted without problems (thus eliminating the sticks as source of problem)

  This is reproducible on any machine that runs Ubuntu 18.10 with up to
  date patch levels (thus indicating it may be a Ubuntu 18.10 issue)

  I use SanDisk USB 3.0 sticks (same vendor and product IDs)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   1873 F pulseaudio
   /dev/snd/controlC0:  wolf   1873 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Nov 10 16:47:57 2018
  HibernationDevice: RESUME=UUID=539744c7-33c6-44da-a8b5-8bcf95f7845d
  InstallationDate: Installed on 2018-04-30 (194 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKerne

[Kernel-packages] [Bug 1785174] Re: [solved] nvidia driver - does not resume from suspend

2018-10-23 Thread Wolf
Sorry, cannot add any logs, as system is completely freezed after
resume.

** 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/1785174

Title:
  [solved] nvidia driver - does not resume from suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System gets to sleep (systemctl suspend), when pressing a key to resume from 
sleep, the system will power up (fans and hard disk can be heard), but screens 
remain dark. Not even terminals can be accessed (ctrl-alt-F2...6).
  This only happens with TWO MONITORS ATTACHED. One monitor: no problem. 
  With nouveau driver, two monitors are working as well.

  ubuntu GNOME 18.04, clean install
  kernel 4.15.0-29-generic #31-Ubuntu
  Fujitsu-Siemens Celsius WT-380
  nvidia GT 630

  Tried nvidia340, 390 and 396 - all the same result.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1785174/+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 1799039] Re: Apple Facetime HD PCI (Broadcom 1570) not accessible

2018-10-22 Thread Wolf Rogner
** Tags added: kernel-bug-exists-upstream

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

Title:
  Apple Facetime HD PCI (Broadcom 1570) not accessible

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This is a reopened bug report related to #1716673: Apple Facetime HD
  PCI (Broadcom 1570) not accessible

  The camera still is not accessible. In the old report some suggested
  that I should try the latest kernel. Well, with 18.10 the kernel is
  even newer than the one available at the time of reporting.

  If no one writes a driver for the camera, there will never be a module
  for it.

  The module that ships with Ubuntu is not working.

  I do understand that rolling out a new version is tedious. But it should be 
possible to
  a) not permanently produce regressions and
  b) include some improvements beyond some irrelevant GUI overhauls.

  btw. My machine was purchased in 2015. I don't think that PCIe is such
  a new technology.

  (sorry for my serious frustration about 18.10. I thought with 18.04
  onward Canonical might have cought on)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   1914 F pulseaudio
   /dev/snd/controlC0:  wolf   1914 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 21 12:00:56 2018
  HibernationDevice: RESUME=UUID=539744c7-33c6-44da-a8b5-8bcf95f7845d
  InstallationDate: Installed on 2018-04-30 (174 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-10-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-10-generic N/A
   linux-backports-modules-4.18.0-10-generic  N/A
   linux-firmware 1.175
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-20 (0 days ago)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1799039/+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 1799039] [NEW] Apple Facetime HD PCI (Broadcom 1570) not accessible

2018-10-21 Thread Wolf Rogner
Public bug reported:

This is a reopened bug report related to #1716673: Apple Facetime HD PCI
(Broadcom 1570) not accessible

The camera still is not accessible. In the old report some suggested
that I should try the latest kernel. Well, with 18.10 the kernel is even
newer than the one available at the time of reporting.

If no one writes a driver for the camera, there will never be a module
for it.

The module that ships with Ubuntu is not working.

I do understand that rolling out a new version is tedious. But it should be 
possible to
a) not permanently produce regressions and
b) include some improvements beyond some irrelevant GUI overhauls.

btw. My machine was purchased in 2015. I don't think that PCIe is such a
new technology.

(sorry for my serious frustration about 18.10. I thought with 18.04
onward Canonical might have cought on)

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: linux-image-4.18.0-10-generic 4.18.0-10.11
ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
Uname: Linux 4.18.0-10-generic x86_64
ApportVersion: 2.20.10-0ubuntu13
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wolf   1914 F pulseaudio
 /dev/snd/controlC0:  wolf   1914 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Sun Oct 21 12:00:56 2018
HibernationDevice: RESUME=UUID=539744c7-33c6-44da-a8b5-8bcf95f7845d
InstallationDate: Installed on 2018-04-30 (174 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
 Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Apple Inc. MacBookPro12,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-10-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-10-generic N/A
 linux-backports-modules-4.18.0-10-generic  N/A
 linux-firmware 1.175
SourcePackage: linux
UpgradeStatus: Upgraded to cosmic on 2018-10-20 (0 days ago)
dmi.bios.date: 08/08/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0171.B00.1708080033
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug cosmic

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

Title:
  Apple Facetime HD PCI (Broadcom 1570) not accessible

Status in linux package in Ubuntu:
  New

Bug description:
  This is a reopened bug report related to #1716673: Apple Facetime HD
  PCI (Broadcom 1570) not accessible

  The camera still is not accessible. In the old report some suggested
  that I should try the latest kernel. Well, with 18.10 the kernel is
  even newer than the one available at the time of reporting.

  If no one writes a driver for the camera, there will never be a module
  for it.

  The module that ships with Ubuntu is not working.

  I do understand that rolling out a new version is tedious. But it should be 
possible to
  a) not permanently produce regressions and
  b) include some improvements beyond some irrelevant GUI overhauls.

  btw. My machine was purchased in 2015. I don't think that PCIe is such
  a new technology.

  (sorry for my serious frustration about 18.10. I thought with 18.04
  onward Canonical might have cought on)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   1914 F pulseaudio
   /dev/snd/controlC0:  wolf   1914 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 21 12:00:56 2018
  HibernationDevice: RESUME=UUID=539744c7-33c6-44da-a8b5-8bcf95f7845d
  InstallationDate: Installed on 2018-04-30 (174 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001

[Kernel-packages] [Bug 1798948] [NEW] Suspend to RAM on lid close does not work

2018-10-20 Thread Wolf Rogner
Public bug reported:

Upgraded to 18.10, installed NVIDIA-384 meta package for latest NVIDIA
drivers.

Closing the lid does not suspend the machine.

journalctl:

...
Okt 20 12:27:53 mbpr15a systemd-logind[1185]: Lid closed.
Okt 20 12:27:53 mbpr15a /usr/lib/gdm3/gdm-x-session[2297]: (EE) event8  - 
bcm5974: libinput bug: 3: invalid tap event TAP_EVENT_RELEASE in state 
TAP_STATE_TAPPED
Okt 20 12:27:53 mbpr15a gnome-shell[2461]: setup_framebuffers: assertion 'width 
> 0' failed
Okt 20 12:27:57 mbpr15a systemd-logind[1185]: Lid opened.
Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
...

the machine is set so that lid close should trigger suspend.

cmd-L suspend OK

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: nvidia-384 390.87-0ubuntu1
ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
Uname: Linux 4.18.0-10-generic x86_64
NonfreeKernelModules: wl nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu13
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct 20 12:29:14 2018
InstallationDate: Installed on 2018-04-28 (174 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: nvidia-graphics-drivers-390
UpgradeStatus: Upgraded to cosmic on 2018-10-20 (0 days ago)

** Affects: nvidia-graphics-drivers-390 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug cosmic

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

Title:
  Suspend to RAM on lid close does not work

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New

Bug description:
  Upgraded to 18.10, installed NVIDIA-384 meta package for latest NVIDIA
  drivers.

  Closing the lid does not suspend the machine.

  journalctl:

  ...
  Okt 20 12:27:53 mbpr15a systemd-logind[1185]: Lid closed.
  Okt 20 12:27:53 mbpr15a /usr/lib/gdm3/gdm-x-session[2297]: (EE) event8  - 
bcm5974: libinput bug: 3: invalid tap event TAP_EVENT_RELEASE in state 
TAP_STATE_TAPPED
  Okt 20 12:27:53 mbpr15a gnome-shell[2461]: setup_framebuffers: assertion 
'width > 0' failed
  Okt 20 12:27:57 mbpr15a systemd-logind[1185]: Lid opened.
  Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
  Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
  Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
  Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
  Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
  Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
  Okt 20 12:27:57 mbpr15a gnome-shell[1723]: _st_paint_shadow_with_opacity: 
assertion 'shadow_pipeline != NULL' failed
  ...

  the machine is set so that lid close should trigger suspend.

  cmd-L suspend OK

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: nvidia-384 390.87-0ubuntu1
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  NonfreeKernelModules: wl nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct 20 12:29:14 2018
  InstallationDate: Installed on 2018-04-28 (174 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: nvidia-graphics-drivers-390
  UpgradeStatus: Upgraded to cosmic on 2018-10-20 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1798948/+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 1768225] Re: SD card not mounted

2018-05-02 Thread Wolf Rogner
I can hardly answer this question.

I got a new notebook and installed 17.10 (beta) on it. I could use the SD card 
initially.
Then after official launch, all external devices caused system hangs during 
mount.

After a restart, the SD card could be mounted as sdc

With 18.04 the device drivers (sdhci and sdhci-pci) are not loaded and
the device does not get recognized.

Even when loading the modules the medium does not get mounted.

As this is my production machine and I am using it heavily this semester
I am rather reluctant to experimenting with different kernels (I am not
sure but the disability to mount harddisks after suspend to RAM came in
at the same time as I installed a premature kernel).

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

Title:
  SD card not mounted

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 18.04 after fresh install:
  HW: Macbook Pro Retina 13"

  SD cards are not recognized nor mounted.

  The sdhci driver is not loaded by default.
  Manual loading of sdhci and sdhci-pci does not make the SD card mount or be 
recognized (loading the driver is acknowledged in the syslog)

  Adding a configuration file under /etc/modprobe.d with

 options sdhci debug_quirks2=4

  does not remedy the situation.

  (the cards and adapters tested work fine on other - older - Macs)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-generic 4.15.0.20.23
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wolf   1636 F pulseaudio
   /dev/snd/controlC1:  wolf   1636 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May  1 13:05:54 2018
  HibernationDevice: RESUME=UUID=539744c7-33c6-44da-a8b5-8bcf95f7845d
  InstallationDate: Installed on 2018-04-30 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-20-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-20-generic N/A
   linux-backports-modules-4.15.0-20-generic  N/A
   linux-firmware 1.173
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1768225/+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 1768225] [NEW] SD card not mounted

2018-05-01 Thread Wolf Rogner
Public bug reported:

Ubuntu 18.04 after fresh install:
HW: Macbook Pro Retina 13"

SD cards are not recognized nor mounted.

The sdhci driver is not loaded by default.
Manual loading of sdhci and sdhci-pci does not make the SD card mount or be 
recognized (loading the driver is acknowledged in the syslog)

Adding a configuration file under /etc/modprobe.d with

   options sdhci debug_quirks2=4

does not remedy the situation.

(the cards and adapters tested work fine on other - older - Macs)

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-generic 4.15.0.20.23
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  wolf   1636 F pulseaudio
 /dev/snd/controlC1:  wolf   1636 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Tue May  1 13:05:54 2018
HibernationDevice: RESUME=UUID=539744c7-33c6-44da-a8b5-8bcf95f7845d
InstallationDate: Installed on 2018-04-30 (1 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
 Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Apple Inc. MacBookPro12,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-20-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-20-generic N/A
 linux-backports-modules-4.15.0-20-generic  N/A
 linux-firmware 1.173
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/08/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0171.B00.1708080033
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

** 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/1768225

Title:
  SD card not mounted

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04 after fresh install:
  HW: Macbook Pro Retina 13"

  SD cards are not recognized nor mounted.

  The sdhci driver is not loaded by default.
  Manual loading of sdhci and sdhci-pci does not make the SD card mount or be 
recognized (loading the driver is acknowledged in the syslog)

  Adding a configuration file under /etc/modprobe.d with

 options sdhci debug_quirks2=4

  does not remedy the situation.

  (the cards and adapters tested work fine on other - older - Macs)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-generic 4.15.0.20.23
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wolf   1636 F pulseaudio
   /dev/snd/controlC1:  wolf   1636 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May  1 13:05:54 2018
  HibernationDevice: RESUME=UUID=539744c7-33c6-44da-a8b5-8bcf95f7845d
  InstallationDate: Installed on 2018-04-30 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-20-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-20-generic N/A
   linux-backports-modules-4.15.0-20-generic  N/A
   linux-firmware 1.173
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis

[Kernel-packages] [Bug 1748520] Re: SDXC card reader not recognized

2018-02-13 Thread Wolf Rogner
I have tried this in advance.
The new kernel does not fix this issue.
How do I add the tag?

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

Title:
  SDXC card reader not recognized

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On Macbook Pro 13" Retina (MacbookPro12,1 mid 2015) the SDXC card slot
  is non-responsive.

  uname -a
  Linux mbpr13b 4.13.0-33-generic #36-Ubuntu SMP Tue Feb 6 20:30:50 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

  Installing sdhci and sdhci-pci modules (with or without adding a
  /etc/modprobe.d/sdhci.conf to configure option debug_quirks2) does not
  work.

  After a reboot, the drivers are not installed.
  A device /dev/mmcblk0 is missing.

  This used to be different in previous kernels 4.13... (although I have
  no record when last I tested).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-33-generic 4.13.0-33.36
  ProcVersionSignature: Ubuntu 4.13.0-33.36-generic 4.13.13
  Uname: Linux 4.13.0-33-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gdm1055 F pulseaudio
    wolf   1399 F pulseaudio
   /dev/snd/controlC0:  gdm1055 F pulseaudio
    wolf   1399 F pulseaudio
  Date: Fri Feb  9 20:25:21 2018
  HibernationDevice: RESUME=UUID=e0d91223-651f-43b1-bb25-12794e7155d4
  InstallationDate: Installed on 2017-10-20 (112 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-33-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  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-4.13.0-33-generic N/A
   linux-backports-modules-4.13.0-33-generic  N/A
   linux-firmware 1.169.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1748520/+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 1748520] Re: SDXC card reader not recognized

2018-02-09 Thread Wolf Rogner
After a fresh reboot, the device mounts even on encrypted hard disk.

Error has to do with suspend to RAM issues of none-mounting devices.

Should be triaged -> #1744337

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

Title:
  SDXC card reader not recognized

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On Macbook Pro 13" Retina (MacbookPro12,1 mid 2015) the SDXC card slot
  is non-responsive.

  uname -a
  Linux mbpr13b 4.13.0-33-generic #36-Ubuntu SMP Tue Feb 6 20:30:50 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

  Installing sdhci and sdhci-pci modules (with or without adding a
  /etc/modprobe.d/sdhci.conf to configure option debug_quirks2) does not
  work.

  After a reboot, the drivers are not installed.
  A device /dev/mmcblk0 is missing.

  This used to be different in previous kernels 4.13... (although I have
  no record when last I tested).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-33-generic 4.13.0-33.36
  ProcVersionSignature: Ubuntu 4.13.0-33.36-generic 4.13.13
  Uname: Linux 4.13.0-33-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gdm1055 F pulseaudio
wolf   1399 F pulseaudio
   /dev/snd/controlC0:  gdm1055 F pulseaudio
wolf   1399 F pulseaudio
  Date: Fri Feb  9 20:25:21 2018
  HibernationDevice: RESUME=UUID=e0d91223-651f-43b1-bb25-12794e7155d4
  InstallationDate: Installed on 2017-10-20 (112 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-33-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  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-4.13.0-33-generic N/A
   linux-backports-modules-4.13.0-33-generic  N/A
   linux-firmware 1.169.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1748520/+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 1748520] Re: SDXC card reader not recognized

2018-02-09 Thread Wolf Rogner
On my other MacbookPro 15 the hard disk is encrypted as well but the
device gets mounted to /dev/mmcblk0

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

Title:
  SDXC card reader not recognized

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On Macbook Pro 13" Retina (MacbookPro12,1 mid 2015) the SDXC card slot
  is non-responsive.

  uname -a
  Linux mbpr13b 4.13.0-33-generic #36-Ubuntu SMP Tue Feb 6 20:30:50 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

  Installing sdhci and sdhci-pci modules (with or without adding a
  /etc/modprobe.d/sdhci.conf to configure option debug_quirks2) does not
  work.

  After a reboot, the drivers are not installed.
  A device /dev/mmcblk0 is missing.

  This used to be different in previous kernels 4.13... (although I have
  no record when last I tested).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-33-generic 4.13.0-33.36
  ProcVersionSignature: Ubuntu 4.13.0-33.36-generic 4.13.13
  Uname: Linux 4.13.0-33-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gdm1055 F pulseaudio
    wolf   1399 F pulseaudio
   /dev/snd/controlC0:  gdm1055 F pulseaudio
    wolf   1399 F pulseaudio
  Date: Fri Feb  9 20:25:21 2018
  HibernationDevice: RESUME=UUID=e0d91223-651f-43b1-bb25-12794e7155d4
  InstallationDate: Installed on 2017-10-20 (112 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-33-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  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-4.13.0-33-generic N/A
   linux-backports-modules-4.13.0-33-generic  N/A
   linux-firmware 1.169.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1748520/+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 1748520] Re: SDXC card reader not recognized

2018-02-09 Thread Wolf Rogner
Tested the device with a live USB.
Mounting works fine.

The device is /dev/sdb !!! not /dev/mmcblk0. The device is recognized as
Apple SD Card Reader

The local hard disk on the system is encrypted. Booting from it - the SD
card is not recognized.

Can drive encryption be the reason why mounting a sdx device without
encryption is not possible?

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

Title:
  SDXC card reader not recognized

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On Macbook Pro 13" Retina (MacbookPro12,1 mid 2015) the SDXC card slot
  is non-responsive.

  uname -a
  Linux mbpr13b 4.13.0-33-generic #36-Ubuntu SMP Tue Feb 6 20:30:50 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

  Installing sdhci and sdhci-pci modules (with or without adding a
  /etc/modprobe.d/sdhci.conf to configure option debug_quirks2) does not
  work.

  After a reboot, the drivers are not installed.
  A device /dev/mmcblk0 is missing.

  This used to be different in previous kernels 4.13... (although I have
  no record when last I tested).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-33-generic 4.13.0-33.36
  ProcVersionSignature: Ubuntu 4.13.0-33.36-generic 4.13.13
  Uname: Linux 4.13.0-33-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gdm1055 F pulseaudio
    wolf   1399 F pulseaudio
   /dev/snd/controlC0:  gdm1055 F pulseaudio
    wolf   1399 F pulseaudio
  Date: Fri Feb  9 20:25:21 2018
  HibernationDevice: RESUME=UUID=e0d91223-651f-43b1-bb25-12794e7155d4
  InstallationDate: Installed on 2017-10-20 (112 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-33-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  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-4.13.0-33-generic N/A
   linux-backports-modules-4.13.0-33-generic  N/A
   linux-firmware 1.169.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1748520/+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 1748520] [NEW] SDXC card reader not recognized

2018-02-09 Thread Wolf Rogner
Public bug reported:

On Macbook Pro 13" Retina (MacbookPro12,1 mid 2015) the SDXC card slot
is non-responsive.

uname -a
Linux mbpr13b 4.13.0-33-generic #36-Ubuntu SMP Tue Feb 6 20:30:50 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

Installing sdhci and sdhci-pci modules (with or without adding a
/etc/modprobe.d/sdhci.conf to configure option debug_quirks2) does not
work.

After a reboot, the drivers are not installed.
A device /dev/mmcblk0 is missing.

This used to be different in previous kernels 4.13... (although I have
no record when last I tested).

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-33-generic 4.13.0-33.36
ProcVersionSignature: Ubuntu 4.13.0-33.36-generic 4.13.13
Uname: Linux 4.13.0-33-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  gdm1055 F pulseaudio
  wolf   1399 F pulseaudio
 /dev/snd/controlC0:  gdm1055 F pulseaudio
  wolf   1399 F pulseaudio
Date: Fri Feb  9 20:25:21 2018
HibernationDevice: RESUME=UUID=e0d91223-651f-43b1-bb25-12794e7155d4
InstallationDate: Installed on 2017-10-20 (112 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
 Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Apple Inc. MacBookPro12,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-33-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
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-4.13.0-33-generic N/A
 linux-backports-modules-4.13.0-33-generic  N/A
 linux-firmware 1.169.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/08/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0171.B00.1708080033
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug artful package-from-proposed

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

Title:
  SDXC card reader not recognized

Status in linux package in Ubuntu:
  New

Bug description:
  On Macbook Pro 13" Retina (MacbookPro12,1 mid 2015) the SDXC card slot
  is non-responsive.

  uname -a
  Linux mbpr13b 4.13.0-33-generic #36-Ubuntu SMP Tue Feb 6 20:30:50 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

  Installing sdhci and sdhci-pci modules (with or without adding a
  /etc/modprobe.d/sdhci.conf to configure option debug_quirks2) does not
  work.

  After a reboot, the drivers are not installed.
  A device /dev/mmcblk0 is missing.

  This used to be different in previous kernels 4.13... (although I have
  no record when last I tested).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-33-generic 4.13.0-33.36
  ProcVersionSignature: Ubuntu 4.13.0-33.36-generic 4.13.13
  Uname: Linux 4.13.0-33-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gdm1055 F pulseaudio
wolf   1399 F pulseaudio
   /dev/snd/controlC0:  gdm1055 F pulseaudio
wolf   1399 F pulseaudio
  Date: Fri Feb  9 20:25:21 2018
  HibernationDevice: RESUME=UUID=e0d91223-651f-43b1-bb25-12794e7155d4
  InstallationDate: Installed on 2017-10-20 (112 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-33-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList:
   

[Kernel-packages] [Bug 1726743] Re: Kernel hangs after mounting usb HD

2018-01-23 Thread Wolf Rogner
Kernel 4.13.0.31.33 still has this issue.

Machine simply panics and freezes.

syslog:

...
Jan 23 16:40:49 mbpr13b kernel: [12217.671240] usb 2-2: new SuperSpeed USB 
device number 5 using xhci_hcd
Jan 23 16:40:49 mbpr13b kernel: [12217.692311] usb 2-2: New USB device found, 
idVendor=0bc2, idProduct=231a
Jan 23 16:40:49 mbpr13b kernel: [12217.692315] usb 2-2: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
Jan 23 16:40:49 mbpr13b kernel: [12217.692317] usb 2-2: Product: Expansion
Jan 23 16:40:49 mbpr13b kernel: [12217.692319] usb 2-2: Manufacturer: Seagate
Jan 23 16:40:49 mbpr13b kernel: [12217.692321] usb 2-2: SerialNumber: NA8658H8
Jan 23 16:40:49 mbpr13b kernel: [12217.694135] scsi host1: uas
Jan 23 16:40:49 mbpr13b kernel: [12217.694460] scsi 1:0:0:0: tag#0 data cmplt 
err -75 uas-tag 1 inflight: CMD 
Jan 23 16:40:49 mbpr13b kernel: [12217.694463] scsi 1:0:0:0: tag#0 CDB: Inquiry 
12 00 00 00 24 00
Jan 23 16:40:49 mbpr13b kernel: [12217.694470] usb 2-2: stat urb: no pending 
cmd for uas-tag 0
Jan 23 16:40:50 mbpr13b kernel: [12217.695541] BUG: unable to handle kernel 
paging request at 0103
Jan 23 16:40:50 mbpr13b kernel: [12217.695604] IP: __kmalloc+0x9b/0x200
Jan 23 16:40:50 mbpr13b kernel: [12217.695629] PGD 0 
Jan 23 16:40:50 mbpr13b kernel: [12217.695630] P4D 0 
Jan 23 16:40:50 mbpr13b kernel: [12217.695646] 
Jan 23 16:40:50 mbpr13b kernel: [12217.695674] Oops:  [#1] SMP PTI
Jan 23 16:40:50 mbpr13b kernel: [12217.695698] Modules linked in: pci_stub 
vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) rfcomm hid_magicmouse 
hidp cmac bnep nls_iso8859_1 joydev bcm5974 btusb btrtl btbcm btintel 
input_leds bluetooth ecdh_generic applesmc snd_hda_codec_cirrus 
snd_hda_codec_hdmi snd_hda_codec_generic input_polldev snd_hda_intel 
snd_hda_codec snd_hda_core snd_hwdep intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel snd_pcm snd_seq_midi snd_seq_midi_event kvm 
snd_rawmidi snd_seq snd_seq_device irqbypass snd_timer intel_cstate 
intel_rapl_perf snd brcmfmac intel_pch_thermal lpc_ich brcmutil soundcore 
thunderbolt cfg80211 bdc_pci mei_me dw_dmac_pci mei dw_dmac_core shpchp 
spi_pxa2xx_pci sbs acpi_als sbshc kfifo_buf industrialio spi_pxa2xx_platform 
mac_hid apple_bl parport_pc ppdev lp parport ip_tables
Jan 23 16:40:50 mbpr13b kernel: [12217.696152]  x_tables autofs4 algif_skcipher 
af_alg dm_crypt hid_apple hid_generic usbhid hid uas usb_storage 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc i915 aesni_intel 
i2c_algo_bit aes_x86_64 crypto_simd drm_kms_helper glue_helper cryptd 
syscopyarea sysfillrect sysimgblt fb_sys_fops ahci drm libahci video
Jan 23 16:40:50 mbpr13b kernel: [12217.696339] CPU: 0 PID: 403 Comm: 
systemd-journal Tainted: G   OE   4.13.0-31-generic #34-Ubuntu
Jan 23 16:40:50 mbpr13b kernel: [12217.696396] Hardware name: Apple Inc. 
MacBookPro12,1/Mac-E43C1C25D4880AD6, BIOS MBP121.88Z.0171.B00.1708080033 
08/08/2017
Jan 23 16:40:50 mbpr13b kernel: [12217.696461] task: 8f3d10d7c5c0 
task.stack: a44f81f24000
Jan 23 16:40:50 mbpr13b kernel: [12217.696501] RIP: 0010:__kmalloc+0x9b/0x200
Jan 23 16:40:50 mbpr13b kernel: [12217.696529] RSP: 0018:a44f81f27c18 
EFLAGS: 00010206
Jan 23 16:40:50 mbpr13b kernel: [12217.696563] RAX:  RBX: 
014080c0 RCX: 001007a8
Jan 23 16:40:50 mbpr13b kernel: [12217.696607] RDX: 001007a7 RSI: 
 RDI: 00025ce0
Jan 23 16:40:50 mbpr13b kernel: [12217.696651] RBP: a44f81f27c48 R08: 
8f3d2ec25ce0 R09: 8f3d1e003980
Jan 23 16:40:50 mbpr13b kernel: [12217.696695] R10: a44f81f27ec0 R11: 
 R12: 0103
Jan 23 16:40:50 mbpr13b kernel: [12217.696739] R13: 014080c0 R14: 
0018 R15: 8f3d1e003980
Jan 23 16:40:50 mbpr13b kernel: [12217.696784] FS:  7f41614fddc0() 
GS:8f3d2ec0() knlGS:
Jan 23 16:40:50 mbpr13b kernel: [12217.696833] CS:  0010 DS:  ES:  CR0: 
80050033
Jan 23 16:40:50 mbpr13b kernel: [12217.696869] CR2: 0103 CR3: 
0004516a2002 CR4: 003606f0
Jan 23 16:40:50 mbpr13b kernel: [12217.696914] DR0:  DR1: 
 DR2: 
Jan 23 16:40:50 mbpr13b kernel: [12217.696957] DR3: 0080 DR6: 
0ff0 DR7: 2400
Jan 23 16:40:50 mbpr13b kernel: [12217.697001] Call Trace:
Jan 23 16:40:50 mbpr13b kernel: [12217.697023]  ? security_file_alloc+0x58/0x70
Jan 23 16:40:50 mbpr13b kernel: [12217.697053]  security_file_alloc+0x58/0x70
Jan 23 16:40:50 mbpr13b kernel: [12217.697083]  get_empty_filp+0x93/0x1b0
Jan 23 16:40:50 mbpr13b kernel: [12217.697111]  path_openat+0x3d/0x1630
Jan 23 16:40:50 mbpr13b kernel: [12217.697139]  ? __bpf_prog_run32+0x39/0x50
Jan 23 16:40:50 mbpr13b kernel: [12217.697167]  ? putname+0x4b/0x50
Jan 23 16:40:50 mbpr13b kernel: [12217.697192]  do_filp_open+0x9b/0x110
Jan 23 16:40:50 mbpr13b kernel: [12217.697219]  ? 

[Kernel-packages] [Bug 1744337] Re: USB devices not recognized after suspend to RAM

2018-01-19 Thread Wolf Rogner
lsusb does not report devices

MicroPython board is not recognized either

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

Title:
  USB devices not recognized after suspend to RAM

Status in linux package in Ubuntu:
  New

Bug description:
  After a fresh reboot, USB devices / hard disks are recognized
  correctly.

  After the first suspend to RAM, this recognition does not work any
  more.

  USB Flash drives are recognized as xhci_hdc:
  ...
  Jan 19 16:29:39 mbpr13b kernel: [ 4312.095869] usb 2-1: new SuperSpeed USB 
device number 20 using xhci_hcd
  Jan 19 16:29:44 mbpr13b kernel: [ 4317.199585] usb 2-1: device descriptor 
read/8, error -110
  Jan 19 16:29:44 mbpr13b kernel: [ 4317.307436] usb 2-1: new SuperSpeed USB 
device number 20 using xhci_hcd
  Jan 19 16:29:49 mbpr13b kernel: [ 4322.575395] usb 2-1: device descriptor 
read/8, error -110
  Jan 19 16:29:49 mbpr13b kernel: [ 4322.891260] usb 2-1: new SuperSpeed USB 
device number 21 using xhci_hcd
  Jan 19 16:29:55 mbpr13b kernel: [ 4327.951076] usb 2-1: device descriptor 
read/8, error -110
  Jan 19 16:29:55 mbpr13b kernel: [ 4328.058970] usb 2-1: new SuperSpeed USB 
device number 21 using xhci_hcd
  ...
  but do not mount

  Hard disks freeze the system

  Android Phones don't get recognized as xhci_hdc instead of an external 
storage device:
  ...
  Jan 19 16:34:17 mbpr13b kernel: [ 4589.93] usb 1-1: new high-speed USB 
device number 4 using xhci_hcd
  Jan 19 16:34:22 mbpr13b kernel: [ 4595.066102] usb 1-1: device descriptor 
read/64, error -110
  Jan 19 16:34:37 mbpr13b kernel: [ 4610.681476] usb 1-1: device descriptor 
read/64, error -110
  Jan 19 16:34:37 mbpr13b kernel: [ 4610.909265] usb 1-1: new high-speed USB 
device number 5 using xhci_hcd
  Jan 19 16:34:43 mbpr13b kernel: [ 4616.057120] usb 1-1: device descriptor 
read/64, error -110

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-30-generic 4.13.0-30.33
  ProcVersionSignature: Ubuntu 4.13.0-30.33-generic 4.13.13
  Uname: Linux 4.13.0-30-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   1317 F pulseaudio
   /dev/snd/controlC0:  wolf   1317 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jan 19 16:30:16 2018
  HibernationDevice: RESUME=UUID=e0d91223-651f-43b1-bb25-12794e7155d4
  InstallationDate: Installed on 2017-10-20 (91 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-30-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-30-generic N/A
   linux-backports-modules-4.13.0-30-generic  N/A
   linux-firmware 1.169.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1744337/+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 1726743] Re: Kernel hangs after mounting usb HD

2017-12-24 Thread Wolf Rogner
50 mbpr13b kernel: [26755.716812] RBP: a05082083dd0 R08: 
8b4feec9f420 R09: 8b4fde003980
  Oct 24 09:48:50 mbpr13b kernel: [26755.724304] R10: a05082083de8 R11: 
8b4fdab78000 R12: 0220005f1206
  Oct 24 09:48:50 mbpr13b kernel: [26755.731708] R13: 014080c0 R14: 
0020 R15: 8b4fde003980
  Oct 24 09:48:50 mbpr13b kernel: [26755.738826] FS:  7f1ba27635c0() 
GS:8b4feec8() knlGS:
  Oct 24 09:48:50 mbpr13b kernel: [26755.745905] CS:  0010 DS:  ES:  
CR0: 80050033
  Oct 24 09:48:50 mbpr13b kernel: [26755.752664] CR2: 7f94c4c13000 CR3: 
0004515ba000 CR4: 003406e0
  Oct 24 09:48:50 mbpr13b kernel: [26755.759411] Call Trace:
  Oct 24 09:48:50 mbpr13b kernel: [26755.766190]  ? security_sk_alloc+0x73/0x90
  Oct 24 09:48:50 mbpr13b kernel: [26755.772837]  security_sk_alloc+0x73/0x90
  Oct 24 09:48:50 mbpr13b kernel: [26755.779579]  sk_prot_alloc+0x58/0x130
  Oct 24 09:48:50 mbpr13b kernel: [26755.786198]  sk_alloc+0x31/0x230
  Oct 24 09:48:50 mbpr13b kernel: [26755.792780]  unix_create1+0x67/0x1e0
  Oct 24 09:48:50 mbpr13b kernel: [26755.799460]  unix_create+0x5e/0x80
  Oct 24 09:48:50 mbpr13b kernel: [26755.806015]  __sock_create+0xe3/0x200
  Oct 24 09:48:50 mbpr13b kernel: [26755.812657]  SyS_socket+0x55/0xb0
  Oct 24 09:48:50 mbpr13b kernel: [26755.819175]  do_syscall_64+0x5b/0xc0
  Oct 24 09:48:50 mbpr13b kernel: [26755.825651]  
entry_SYSCALL64_slow_path+0x25/0x25
  Oct 24 09:48:50 mbpr13b kernel: [26755.83] RIP: 0033:0x7f1ba207beb7
  Oct 24 09:48:50 mbpr13b kernel: [26755.838710] RSP: 002b:7ffc53006848 
EFLAGS: 0246 ORIG_RAX: 0029
  Oct 24 09:48:50 mbpr13b kernel: [26755.845303] RAX: ffda RBX: 
7f1ba1ca8ac5 RCX: 7f1ba207beb7
  Oct 24 09:48:50 mbpr13b kernel: [26755.851802] RDX:  RSI: 
00080002 RDI: 0001
  Oct 24 09:48:50 mbpr13b kernel: [26755.858301] RBP: 7ffc53006980 R08: 
 R09: 7ffc53008f56
  Oct 24 09:48:50 mbpr13b kernel: [26755.864922] R10: 7ffc53006930 R11: 
0246 R12: 
  Oct 24 09:48:50 mbpr13b kernel: [26755.871444] R13:  R14: 
 R15: 0001
  Oct 24 09:48:50 mbpr13b kernel: [26755.878042] Code: 08 65 4c 03 05 77 09 5e 
5e 49 83 78 10 00 4d 8b 20 0f 84 f7 00 00 00 4d 85 e4 0f 84 ee 00 00 00 49 63 
41 20 49 8b 39 48 8d 4a 01 <49> 8b 1c 04 4c 89 e0 65 48 0f c7 0f 0f 94 c0 84 c0 
74 bb 49 63 
  Oct 24 09:48:50 mbpr13b kernel: [26755.884886] RIP: __kmalloc+0x9b/0x200 RSP: 
a05082083da0
  Oct 24 09:48:50 mbpr13b kernel: [26755.891736] ---[ end trace 
62aa2e2f97114c9b ]---

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19 [modified: 
boot/vmlinuz-4.13.0-16-generic]
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gdm1092 F.... pulseaudio
wolf   1882 F pulseaudio
   /dev/snd/controlC0:  gdm1092 F.... pulseaudio
wolf   1882 F pulseaudio
  Date: Tue Oct 24 09:55:57 2017
  HibernationDevice: RESUME=UUID=e0d91223-651f-43b1-bb25-12794e7155d4
  InstallationDate: Installed on 2017-10-20 (3 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  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-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1726743/+subscriptions

-- 
Mailing list: https:

[Kernel-packages] [Bug 1733667] [NEW] bluetooth service does not start on reboot

2017-11-21 Thread Wolf Rogner
Public bug reported:

$ uname -a
Linux mbpr13b 4.13.0-17-generic #20-Ubuntu SMP Mon Nov 6 10:04:08 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

Just updated to latest repo kernel.

After reboot, the bluetoothd gets started but not activated.

Restarting does not work (error msg in bluetooth panel: adapter not
found - it was there before the reboot).

Required several reboots to fix the issue (i.e. after a reboot I have to
reboot several times, click the mouse frantically during boot to get it
recognized somewhere during the bootup).

I remember this to have happened two kernels before so I think it is a
regression.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: bluez 5.46-0ubuntu3
ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
Uname: Linux 4.13.0-17-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.5
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Nov 21 18:58:04 2017
InstallationDate: Installed on 2017-10-20 (32 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
InterestingModules: rfcomm bnep btusb bluetooth
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
 Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Apple Inc. MacBookPro12,1
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-17-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/08/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0171.B00.1708080033
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
hciconfig:
 hci0:  Type: Primary  Bus: USB
BD Address: 4C:32:75:9F:91:1E  ACL MTU: 1021:8  SCO MTU: 64:1
UP RUNNING PSCAN ISCAN 
RX bytes:28328 acl:854 sco:0 events:231 errors:0
TX bytes:6881 acl:65 sco:0 commands:121 errors:0

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


** Tags: amd64 apport-bug artful wayland-session

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

Title:
  bluetooth service does not start on reboot

Status in bluez package in Ubuntu:
  New

Bug description:
  $ uname -a
  Linux mbpr13b 4.13.0-17-generic #20-Ubuntu SMP Mon Nov 6 10:04:08 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  Just updated to latest repo kernel.

  After reboot, the bluetoothd gets started but not activated.

  Restarting does not work (error msg in bluetooth panel: adapter not
  found - it was there before the reboot).

  Required several reboots to fix the issue (i.e. after a reboot I have
  to reboot several times, click the mouse frantically during boot to
  get it recognized somewhere during the bootup).

  I remember this to have happened two kernels before so I think it is a
  regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: bluez 5.46-0ubuntu3
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Nov 21 18:58:04 2017
  InstallationDate: Installed on 2017-10-20 (32 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-17-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  

[Kernel-packages] [Bug 1716673] Re: Apple Facetime HD PCI (Broadcom 1570) not accessible

2017-11-13 Thread Wolf Rogner
Sorry but there still is no driver for the PCIe Facetime camera, neither
within the kernel or as a loadable module.

For me this is not expired but still a constant source of aggravation.

** Changed in: linux (Ubuntu)
   Status: Expired => 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/1716673

Title:
  Apple Facetime HD PCI (Broadcom 1570) not accessible

Status in linux package in Ubuntu:
  New

Bug description:
  In 4.13.0-10 the Apple Facetime HD PCI camera cannot be accessed.
  No drivers available.

  I followed Patrik Jacobssons installation
  (https://github.com/patjak/bcwc_pcie). It works fine (with a glitch in
  color decoding related to Gstreamer on my machine).

  It would be nice if this was part of the default installation in
  17.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-10-generic 4.13.0-10.11
  ProcVersionSignature: Ubuntu 4.13.0-10.11-generic 4.13.1
  Uname: Linux 4.13.0-10-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   1698 F pulseaudio
   /dev/snd/controlC0:  wolf   1698 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Sep 12 15:04:52 2017
  HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
  InstallationDate: Installed on 2017-09-05 (7 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
  Lsusb:
   Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-10-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-10-generic N/A
   linux-backports-modules-4.13.0-10-generic  N/A
   linux-firmware 1.168
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0167.B33.1706181928
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1716673/+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 1726743] Re: Kernel hangs after mounting usb HD

2017-10-24 Thread Wolf Rogner
mbpr13b kernel: [26755.701355] RAX:  RBX: 
014080c0 RCX: 0092a8f5
  Oct 24 09:48:50 mbpr13b kernel: [26755.709040] RDX: 0092a8f4 RSI: 
 RDI: 0001f420
  Oct 24 09:48:50 mbpr13b kernel: [26755.716812] RBP: a05082083dd0 R08: 
8b4feec9f420 R09: 8b4fde003980
  Oct 24 09:48:50 mbpr13b kernel: [26755.724304] R10: a05082083de8 R11: 
8b4fdab78000 R12: 0220005f1206
  Oct 24 09:48:50 mbpr13b kernel: [26755.731708] R13: 014080c0 R14: 
0020 R15: 8b4fde003980
  Oct 24 09:48:50 mbpr13b kernel: [26755.738826] FS:  7f1ba27635c0() 
GS:8b4feec8() knlGS:
  Oct 24 09:48:50 mbpr13b kernel: [26755.745905] CS:  0010 DS:  ES:  
CR0: 80050033
  Oct 24 09:48:50 mbpr13b kernel: [26755.752664] CR2: 7f94c4c13000 CR3: 
0004515ba000 CR4: 003406e0
  Oct 24 09:48:50 mbpr13b kernel: [26755.759411] Call Trace:
  Oct 24 09:48:50 mbpr13b kernel: [26755.766190]  ? security_sk_alloc+0x73/0x90
  Oct 24 09:48:50 mbpr13b kernel: [26755.772837]  security_sk_alloc+0x73/0x90
  Oct 24 09:48:50 mbpr13b kernel: [26755.779579]  sk_prot_alloc+0x58/0x130
  Oct 24 09:48:50 mbpr13b kernel: [26755.786198]  sk_alloc+0x31/0x230
  Oct 24 09:48:50 mbpr13b kernel: [26755.792780]  unix_create1+0x67/0x1e0
  Oct 24 09:48:50 mbpr13b kernel: [26755.799460]  unix_create+0x5e/0x80
  Oct 24 09:48:50 mbpr13b kernel: [26755.806015]  __sock_create+0xe3/0x200
  Oct 24 09:48:50 mbpr13b kernel: [26755.812657]  SyS_socket+0x55/0xb0
  Oct 24 09:48:50 mbpr13b kernel: [26755.819175]  do_syscall_64+0x5b/0xc0
  Oct 24 09:48:50 mbpr13b kernel: [26755.825651]  
entry_SYSCALL64_slow_path+0x25/0x25
  Oct 24 09:48:50 mbpr13b kernel: [26755.83] RIP: 0033:0x7f1ba207beb7
  Oct 24 09:48:50 mbpr13b kernel: [26755.838710] RSP: 002b:7ffc53006848 
EFLAGS: 0246 ORIG_RAX: 0029
  Oct 24 09:48:50 mbpr13b kernel: [26755.845303] RAX: ffda RBX: 
7f1ba1ca8ac5 RCX: 7f1ba207beb7
  Oct 24 09:48:50 mbpr13b kernel: [26755.851802] RDX:  RSI: 
00080002 RDI: 0001
  Oct 24 09:48:50 mbpr13b kernel: [26755.858301] RBP: 7ffc53006980 R08: 
 R09: 7ffc53008f56
  Oct 24 09:48:50 mbpr13b kernel: [26755.864922] R10: 7ffc53006930 R11: 
0246 R12: 
  Oct 24 09:48:50 mbpr13b kernel: [26755.871444] R13:  R14: 
 R15: 0001
  Oct 24 09:48:50 mbpr13b kernel: [26755.878042] Code: 08 65 4c 03 05 77 09 5e 
5e 49 83 78 10 00 4d 8b 20 0f 84 f7 00 00 00 4d 85 e4 0f 84 ee 00 00 00 49 63 
41 20 49 8b 39 48 8d 4a 01 <49> 8b 1c 04 4c 89 e0 65 48 0f c7 0f 0f 94 c0 84 c0 
74 bb 49 63 
  Oct 24 09:48:50 mbpr13b kernel: [26755.884886] RIP: __kmalloc+0x9b/0x200 RSP: 
a05082083da0
  Oct 24 09:48:50 mbpr13b kernel: [26755.891736] ---[ end trace 
62aa2e2f97114c9b ]---

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19 [modified: 
boot/vmlinuz-4.13.0-16-generic]
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gdm1092 F pulseaudio
wolf   1882 F pulseaudio
   /dev/snd/controlC0:  gdm1092 F pulseaudio
wolf   1882 F pulseaudio
  Date: Tue Oct 24 09:55:57 2017
  HibernationDevice: RESUME=UUID=e0d91223-651f-43b1-bb25-12794e7155d4
  InstallationDate: Installed on 2017-10-20 (3 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  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-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.produ

[Kernel-packages] [Bug 1726743] [NEW] Kernel hangs after mounting usb HD

2017-10-24 Thread Wolf Rogner
.766190]  ? security_sk_alloc+0x73/0x90
Oct 24 09:48:50 mbpr13b kernel: [26755.772837]  security_sk_alloc+0x73/0x90
Oct 24 09:48:50 mbpr13b kernel: [26755.779579]  sk_prot_alloc+0x58/0x130
Oct 24 09:48:50 mbpr13b kernel: [26755.786198]  sk_alloc+0x31/0x230
Oct 24 09:48:50 mbpr13b kernel: [26755.792780]  unix_create1+0x67/0x1e0
Oct 24 09:48:50 mbpr13b kernel: [26755.799460]  unix_create+0x5e/0x80
Oct 24 09:48:50 mbpr13b kernel: [26755.806015]  __sock_create+0xe3/0x200
Oct 24 09:48:50 mbpr13b kernel: [26755.812657]  SyS_socket+0x55/0xb0
Oct 24 09:48:50 mbpr13b kernel: [26755.819175]  do_syscall_64+0x5b/0xc0
Oct 24 09:48:50 mbpr13b kernel: [26755.825651]  
entry_SYSCALL64_slow_path+0x25/0x25
Oct 24 09:48:50 mbpr13b kernel: [26755.83] RIP: 0033:0x7f1ba207beb7
Oct 24 09:48:50 mbpr13b kernel: [26755.838710] RSP: 002b:7ffc53006848 
EFLAGS: 0246 ORIG_RAX: 0029
Oct 24 09:48:50 mbpr13b kernel: [26755.845303] RAX: ffda RBX: 
7f1ba1ca8ac5 RCX: 7f1ba207beb7
Oct 24 09:48:50 mbpr13b kernel: [26755.851802] RDX:  RSI: 
00080002 RDI: 0001
Oct 24 09:48:50 mbpr13b kernel: [26755.858301] RBP: 7ffc53006980 R08: 
 R09: 7ffc53008f56
Oct 24 09:48:50 mbpr13b kernel: [26755.864922] R10: 7ffc53006930 R11: 
0246 R12: 
Oct 24 09:48:50 mbpr13b kernel: [26755.871444] R13:  R14: 
 R15: 0001
Oct 24 09:48:50 mbpr13b kernel: [26755.878042] Code: 08 65 4c 03 05 77 09 5e 5e 
49 83 78 10 00 4d 8b 20 0f 84 f7 00 00 00 4d 85 e4 0f 84 ee 00 00 00 49 63 41 
20 49 8b 39 48 8d 4a 01 <49> 8b 1c 04 4c 89 e0 65 48 0f c7 0f 0f 94 c0 84 c0 74 
bb 49 63 
Oct 24 09:48:50 mbpr13b kernel: [26755.884886] RIP: __kmalloc+0x9b/0x200 RSP: 
a05082083da0
Oct 24 09:48:50 mbpr13b kernel: [26755.891736] ---[ end trace 62aa2e2f97114c9b 
]---

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-16-generic 4.13.0-16.19 [modified: 
boot/vmlinuz-4.13.0-16-generic]
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  gdm1092 F.... pulseaudio
  wolf   1882 F pulseaudio
 /dev/snd/controlC0:  gdm1092 F.... pulseaudio
  wolf   1882 F pulseaudio
Date: Tue Oct 24 09:55:57 2017
HibernationDevice: RESUME=UUID=e0d91223-651f-43b1-bb25-12794e7155d4
InstallationDate: Installed on 2017-10-20 (3 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
MachineType: Apple Inc. MacBookPro12,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
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-4.13.0-16-generic N/A
 linux-backports-modules-4.13.0-16-generic  N/A
 linux-firmware 1.169
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/08/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0171.B00.1708080033
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug artful

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

Title:
  Kernel hangs after mounting usb HD

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After mounting external USB HDs the kernel hangs.

  $ uname -a
  Linux mbpr13b 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  syslog:
  ...
  Oct 24 09:48:43 mbpr13b kernel: [26748.402025] usb 2-1: new SuperSpeed USB 
device number 24 using xhci_hcd
  Oct 24 09:48:43 mbpr13b kernel: [26748.423219] usb 2-1: New USB device found, 
idVendor=0bc2, idProduct=231a
  Oct 24 09:48:43 mbpr13b kernel: [26748.423225] usb 2-1: New USB device 
strings: Mfr=1, Product=2, SerialNumber=3
  Oct 24 09:48:43 mbpr13b kernel: [26748.423228] usb 2-1: Product: Expansion
  Oct 24 09:48:43 mbpr13b kernel: [26748.423231

[Kernel-packages] [Bug 1715552] Re: VMWare does not start

2017-10-10 Thread Wolf Rogner
VMWare currently ships version 14 of its software. They probably have no
interest to fix this issue.

This is unfortunate.

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

Title:
  VMWare does not start

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Under Ubuntu 17.10 beta VMWare 12.5.7 cannot be started:

  /usr/lib/vmware/bin/vmware-modconfig: Relink `/lib/x86_64-linux-
  gnu/libbsd.so.0' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC
  symbol `clock_gettime'

  Works under Ubuntu 17.04

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.12.0-13-generic 4.12.0-13.14
  ProcVersionSignature: Ubuntu 4.12.0-13.14-generic 4.12.10
  Uname: Linux 4.12.0-13-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   9336 F pulseaudio
   /dev/snd/controlC0:  wolf   9336 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep  7 07:53:43 2017
  HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
  InstallationDate: Installed on 2017-09-05 (1 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.12.0-13-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.12.0-13-generic N/A
   linux-backports-modules-4.12.0-13-generic  N/A
   linux-firmware 1.167
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0167.B33.1706181928
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1715552/+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 1720991] Re: Attaching a USB hard drive halts the machine

2017-10-03 Thread Wolf Rogner
look for 
Oct  3 12:14:24 mbpr13b kernel: [46287.294083] RIP: 
kmem_cache_alloc_trace+0x7e/0x1b0 RSP: bbea4229fc10
Oct  3 12:14:24 mbpr13b kernel: [46287.301122] ---[ end trace a831f44150dbc024 
]---
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@Oct
  3 12:15:25 mbpr13b rsyslogd: [origin software="rsyslogd" swVersion="8.16.0" 
x-pid="914" x-info="http://www.rsyslog.com;] start


** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1720991/+attachment/4961266/+files/syslog

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

Title:
  Attaching a USB hard drive halts the machine

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 17.10
  $ uname -a
  Linux mbpr13b 4.13.0-12-generic #13-Ubuntu SMP Sat Sep 23 03:40:16 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  near every time a hard disk is attached the kernel hangs.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-12-generic 4.13.0-12.13
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USER    PID ACCESS COMMAND
   /dev/snd/controlC0:  wolf   1612 F pulseaudio
   /dev/snd/controlC1:  wolf   1612 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct  3 12:17:30 2017
  HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
  InstallationDate: Installed on 2017-09-05 (27 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
  Lsusb:
   Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-12-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-12-generic N/A
   linux-backports-modules-4.13.0-12-generic  N/A
   linux-firmware 1.168
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0167.B33.1706181928
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1720991/+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 1720991] [NEW] Attaching a USB hard drive halts the machine

2017-10-03 Thread Wolf Rogner
Public bug reported:

Ubuntu 17.10
$ uname -a
Linux mbpr13b 4.13.0-12-generic #13-Ubuntu SMP Sat Sep 23 03:40:16 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

near every time a hard disk is attached the kernel hangs.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-12-generic 4.13.0-12.13
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic x86_64
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  wolf   1612 F pulseaudio
 /dev/snd/controlC1:  wolf   1612 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct  3 12:17:30 2017
HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
InstallationDate: Installed on 2017-09-05 (27 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
Lsusb:
 Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
 Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Apple Inc. MacBookPro12,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-12-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.13.0-12-generic N/A
 linux-backports-modules-4.13.0-12-generic  N/A
 linux-firmware 1.168
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/18/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0167.B33.1706181928
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug artful wayland-session

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

Title:
  Attaching a USB hard drive halts the machine

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 17.10
  $ uname -a
  Linux mbpr13b 4.13.0-12-generic #13-Ubuntu SMP Sat Sep 23 03:40:16 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  near every time a hard disk is attached the kernel hangs.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-12-generic 4.13.0-12.13
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wolf   1612 F pulseaudio
   /dev/snd/controlC1:  wolf   1612 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct  3 12:17:30 2017
  HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
  InstallationDate: Installed on 2017-09-05 (27 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
  Lsusb:
   Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-12-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-12-generic N/A
   linux-backports-modules-4.13.0-12-generic  N/A
   linux-firmware 1.168
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0167.B33.1706181928
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https:

[Kernel-packages] [Bug 1720157] [NEW] usb device changes lead to system hangs eventually

2017-09-28 Thread Wolf Rogner
 kernel: [ 4469.185593] usb 2-3: new SuperSpeed USB devic
e number 11 using xhci_hcd
Sep 28 16:21:56 mbpr13b kernel: [ 4474.460322] usb 2-3: device descriptor read/8
, error -110
Sep 28 16:21:56 mbpr13b kernel: [ 4474.776767] usb 2-3: new SuperSpeed USB 
device number 12 using xhci_hcd
Sep 28 16:22:07 mbpr13b kernel: [ 4485.224171] usb 2-3: device descriptor read/8
, error -110
Sep 28 16:22:07 mbpr13b kernel: [ 4485.540482] usb 2-3: new SuperSpeed USB devic
e number 13 using xhci_hcd
Sep 28 16:22:12 mbpr13b kernel: [ 4490.605375] usb 2-3: device descriptor 
read/8, error -110
Sep 28 16:22:12 mbpr13b kernel: [ 4490.713358] usb 2-3: new SuperSpeed USB 
device number 13 using xhci_hcd
Sep 28 16:22:18 mbpr13b kernel: [ 4495.986298] usb 2-3: device descriptor 
read/8, error -110
Sep 28 16:22:18 mbpr13b kernel: [ 4496.302638] usb 2-3: new SuperSpeed USB 
device number 14 using xhci_hcd
Sep 28 16:22:23 mbpr13b kernel: [ 4501.366750] usb 2-3: device descriptor 
read/8, error -110
Sep 28 16:22:23 mbpr13b kernel: [ 4501.474694] usb 2-3: new SuperSpeed USB 
device number 14 using xhci_hcd
Sep 28 16:22:28 mbpr13b kernel: [ 4506.747007] usb 2-3: device descriptor 
read/8, error -110
Sep 28 16:22:28 mbpr13b kernel: [ 4506.882895] usb usb2-port3: unable to 
enumerate USB device
...

counting up the device numbers

Checking the USB stick manually does not reveal bad blocks or device
errors.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-12-generic 4.13.0-12.13
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic x86_64
ApportVersion: 2.20.7-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wolf   1549 F pulseaudio
 /dev/snd/controlC0:  wolf   1549 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep 28 16:26:17 2017
HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
InstallationDate: Installed on 2017-09-05 (23 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
MachineType: Apple Inc. MacBookPro12,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-12-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.13.0-12-generic N/A
 linux-backports-modules-4.13.0-12-generic  N/A
 linux-firmware 1.168
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/18/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0167.B33.1706181928
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug artful wayland-session

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

Title:
  usb device changes lead to system hangs eventually

Status in linux package in Ubuntu:
  New

Bug description:
  Ubuntu 17.10
  Linux mbpr13b 4.13.0-12-generic #13-Ubuntu SMP Sat Sep 23 03:40:16 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  I have to change USB devices regularly (from HD to USB flash and to
  flash emulating devices - MicroPython board - which also emulates an
  input controller).

  After a reboot a HD is recognised perfectly as well as USB storage
  sticks or the uPython board.

  After a few swaps the system seems to get confused with what got
  connected. Mount times increase (with the HD mounting fastest) and the
  uPython board the slowest.

  In the syslog after a fresh boot the devices seem to be recognized as
  sdx devices but after the swaps the syslog reveals more attempts to
  add xhci devices. In these cases the syslog gets flushed by messages
  of the same type:

  Sep 28 16:20:57 mbpr13b kernel: [ 4415.337728] usb 2-1: Disable of 
device-initia
  ted U1 failed.
  Sep 28 16:21:02 mbpr13b kernel: [ 4420.349300] usb 2-1: Disable of 
device-initia
  ted U2 failed.
  Sep 28 16:21:07 mbpr13b kernel: [ 4425.735038] xhci_hcd :00:14.0: Timeout 
while waiting for setup device command
  Sep 28 16:21:13 mbpr13b kernel: [ 4431.123885] xhci_hcd :00:14.0: Timeout 
while waiting for setup device command
  Sep 28 16:21:13 mbpr13b kernel: [ 4431.332214] usb 2-1: device not accepting 
address 10, error -62
  Sep 28 16:21:13 mbpr13b kernel: [ 4431.540801] usb 2-1: reset SuperSpeed USB 
device number 10 using xhci_hcd
  Sep 2

[Kernel-packages] [Bug 1620636] Re: Fails to pair with Bose QC35 headphones

2017-09-23 Thread Wolf Rogner
The head phone pairs, the microphone does not.

Further, the sound still is very low and jittery.

Useless to listen to music over this device under these conditions.

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

Title:
  Fails to pair with Bose QC35 headphones

Status in Canonical System Image:
  In Progress
Status in bluez package in Ubuntu:
  In Progress

Bug description:
  I am unable to pair the Bose QC35 BT headphones with Ubuntu, either
  Ubuntu desktop running 16.04 LTS with bluez 5.37 (also tried bluez
  5.41 from installed from yakkety archive), nor using Ubuntu Touch rc-
  proposed build for Turbo #174. I'm trying to pair through the normal
  bluetooth control panel brought up through the bluetooth indicator.

  I've attached some logs that show it failing to pair. If I can provide
  anymore useful information about the headphones, please let me know.

  Syslog with bluetoothd debugging enabled:
  http://pastebin.ubuntu.com/23141394/

  btmon output:
  http://pastebin.ubuntu.com/23141446/

  bluetoothctl output:
  http://pastebin.ubuntu.com/23141510/

  With Linux kernel 4.8.0 and bluez 4.52:
  ---

  bluetoothctl: http://pastebin.ubuntu.com/23256457/
  btmon: http://pastebin.ubuntu.com/23256471/

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1620636/+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


Re: [Kernel-packages] [Bug 1716673] Re: Apple Facetime HD PCI (Broadcom 1570) not accessible

2017-09-13 Thread Wolf Rogner
The bug is not fixed there.

there is no driver compiled into the kernel for this device and there is
no loadable module available either.


On 2017-09-12 21:22, Joseph Salisbury wrote:
> Would it be possible for you to test the latest upstream kernel? Refer
> to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
> v4.13 kernel[0].
>
> If this bug is fixed in the mainline kernel, please add the following
> tag 'kernel-fixed-upstream'.
>
> If the mainline kernel does not fix this bug, please add the tag:
> 'kernel-bug-exists-upstream'.
>
> Once testing of the upstream kernel is complete, please mark this bug as
> "Confirmed".
>
>
> Thanks in advance.
>
> [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13.1
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Medium
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
>

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

Title:
  Apple Facetime HD PCI (Broadcom 1570) not accessible

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  In 4.13.0-10 the Apple Facetime HD PCI camera cannot be accessed.
  No drivers available.

  I followed Patrik Jacobssons installation
  (https://github.com/patjak/bcwc_pcie). It works fine (with a glitch in
  color decoding related to Gstreamer on my machine).

  It would be nice if this was part of the default installation in
  17.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-10-generic 4.13.0-10.11
  ProcVersionSignature: Ubuntu 4.13.0-10.11-generic 4.13.1
  Uname: Linux 4.13.0-10-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   1698 F pulseaudio
   /dev/snd/controlC0:  wolf   1698 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Sep 12 15:04:52 2017
  HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
  InstallationDate: Installed on 2017-09-05 (7 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
  Lsusb:
   Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-10-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-10-generic N/A
   linux-backports-modules-4.13.0-10-generic  N/A
   linux-firmware 1.168
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0167.B33.1706181928
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1716673/+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 1716673] [NEW] Apple Facetime HD PCI (Broadcom 1570) not accessible

2017-09-12 Thread Wolf Rogner
Public bug reported:

In 4.13.0-10 the Apple Facetime HD PCI camera cannot be accessed.
No drivers available.

I followed Patrik Jacobssons installation
(https://github.com/patjak/bcwc_pcie). It works fine (with a glitch in
color decoding related to Gstreamer on my machine).

It would be nice if this was part of the default installation in 17.10.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-10-generic 4.13.0-10.11
ProcVersionSignature: Ubuntu 4.13.0-10.11-generic 4.13.1
Uname: Linux 4.13.0-10-generic x86_64
ApportVersion: 2.20.7-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wolf   1698 F pulseaudio
 /dev/snd/controlC0:  wolf   1698 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Tue Sep 12 15:04:52 2017
HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
InstallationDate: Installed on 2017-09-05 (7 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
Lsusb:
 Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
 Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Apple Inc. MacBookPro12,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-10-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.13.0-10-generic N/A
 linux-backports-modules-4.13.0-10-generic  N/A
 linux-firmware 1.168
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/18/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0167.B33.1706181928
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug artful package-from-proposed

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

Title:
  Apple Facetime HD PCI (Broadcom 1570) not accessible

Status in linux package in Ubuntu:
  New

Bug description:
  In 4.13.0-10 the Apple Facetime HD PCI camera cannot be accessed.
  No drivers available.

  I followed Patrik Jacobssons installation
  (https://github.com/patjak/bcwc_pcie). It works fine (with a glitch in
  color decoding related to Gstreamer on my machine).

  It would be nice if this was part of the default installation in
  17.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-10-generic 4.13.0-10.11
  ProcVersionSignature: Ubuntu 4.13.0-10.11-generic 4.13.1
  Uname: Linux 4.13.0-10-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   1698 F pulseaudio
   /dev/snd/controlC0:  wolf   1698 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Sep 12 15:04:52 2017
  HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
  InstallationDate: Installed on 2017-09-05 (7 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
  Lsusb:
   Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-10-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-10-generic N/A
   linux-backports-modules-4.13.0-10-generic  N/A
   linux-firmware 1.168
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0167.B33.1706181928
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.

[Kernel-packages] [Bug 1715552] Re: VMWare does not start

2017-09-12 Thread Wolf Rogner
@Joseph Salisbury re: #3

Tried kernel 4.13.0-10

$ uname -a
Linux mbpr13b 4.13.0-10-generic #11-Ubuntu SMP Sun Sep 10 23:39:40 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux
$ vmware
/usr/lib/vmware/bin/vmware-modconfig: Relink 
`/lib/x86_64-linux-gnu/libbsd.so.0' with `/lib/x86_64-linux-gnu/librt.so.1' for 
IFUNC symbol `clock_gettime'

Sorry, this is not it.
I filed a report with VMWare yesterday.

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

Title:
  VMWare does not start

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Under Ubuntu 17.10 beta VMWare 12.5.7 cannot be started:

  /usr/lib/vmware/bin/vmware-modconfig: Relink `/lib/x86_64-linux-
  gnu/libbsd.so.0' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC
  symbol `clock_gettime'

  Works under Ubuntu 17.04

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.12.0-13-generic 4.12.0-13.14
  ProcVersionSignature: Ubuntu 4.12.0-13.14-generic 4.12.10
  Uname: Linux 4.12.0-13-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   9336 F pulseaudio
   /dev/snd/controlC0:  wolf   9336 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep  7 07:53:43 2017
  HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
  InstallationDate: Installed on 2017-09-05 (1 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.12.0-13-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.12.0-13-generic N/A
   linux-backports-modules-4.12.0-13-generic  N/A
   linux-firmware 1.167
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0167.B33.1706181928
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1715552/+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 1715552] Re: VMWare does not start

2017-09-10 Thread Wolf Rogner
$ ldd libbsd.so.0
linux-vdso.so.1 =>  (0x7ffcdafe6000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x7fda779ee000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fda7760e000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fda773ef000)
/lib64/ld-linux-x86-64.so.2 (0x7fda77e0b000)

seems correct ...

$ objdump -d librt.so.1 | grep -B2 -A2 clock_gettime
51ef:   00 

51f0 <clock_gettime@@GLIBC_2.2.5>:
51f0:   48 8b 05 d9 1d 20 00mov0x201dd9(%rip),%rax# 
206fd0 <clock_nanosleep@@GLIBC_2.2.5+0x201db0>
51f7:   c3  retq   
...

label clock_gettime is here

-> seems an issue in VMWare to me.
I will file an error with them as well.

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

Title:
  VMWare does not start

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Under Ubuntu 17.10 beta VMWare 12.5.7 cannot be started:

  /usr/lib/vmware/bin/vmware-modconfig: Relink `/lib/x86_64-linux-
  gnu/libbsd.so.0' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC
  symbol `clock_gettime'

  Works under Ubuntu 17.04

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.12.0-13-generic 4.12.0-13.14
  ProcVersionSignature: Ubuntu 4.12.0-13.14-generic 4.12.10
  Uname: Linux 4.12.0-13-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   9336 F pulseaudio
   /dev/snd/controlC0:  wolf   9336 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep  7 07:53:43 2017
  HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
  InstallationDate: Installed on 2017-09-05 (1 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.12.0-13-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.12.0-13-generic N/A
   linux-backports-modules-4.12.0-13-generic  N/A
   linux-firmware 1.167
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0167.B33.1706181928
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1715552/+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 1716127] [NEW] Audio streaming over bluetooth is not possible

2017-09-09 Thread Wolf Rogner
Public bug reported:

Streaming of audio files over bluetooth is not possible in Ubuntu 17.10.

Connecting a headphone requires several attempts.
Then the sound settings have to be selected manually
Even then, the sound offered is mono
I tested with a Bose QC35.
There is a sound profile that requires manual selection and offers stereo 
speakers.
However, while testing left speaker gives reasonable results, testing the right 
speaker only produces cracking noise.
Playback of music is virtually impossible (the stream is repeatedly interupted 
by voice anouncements of incoming calls ??? and reconnection attemts)

To eliminate hardware issues I tested under macOS and the sound quality is 
excellent (even during working in a spread sheet and a word processor in 
parallel).
=> issues caused by the software stack

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: bluez 5.46-0ubuntu2
ProcVersionSignature: Ubuntu 4.12.0-13.14-generic 4.12.10
Uname: Linux 4.12.0-13-generic x86_64
ApportVersion: 2.20.7-0ubuntu1
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Sep  9 15:12:02 2017
InstallationDate: Installed on 2017-09-05 (4 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
InterestingModules: rfcomm bnep btusb bluetooth
Lsusb:
 Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 05ac:0273 Apple, Inc. 
 Bus 001 Device 003: ID 05ac:8290 Apple, Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Apple Inc. MacBookPro12,1
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.12.0-13-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/18/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0167.B33.1706181928
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
hciconfig:
 hci0:  Type: Primary  Bus: USB
BD Address: 4C:32:75:9F:91:1E  ACL MTU: 1021:8  SCO MTU: 64:1
UP RUNNING PSCAN ISCAN 
RX bytes:1558111 acl:54896 sco:0 events:1375 errors:0
TX bytes:1129512 acl:1895 sco:5 commands:247 errors:0

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


** Tags: amd64 apport-bug artful

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

Title:
  Audio streaming over bluetooth is not possible

Status in bluez package in Ubuntu:
  New

Bug description:
  Streaming of audio files over bluetooth is not possible in Ubuntu
  17.10.

  Connecting a headphone requires several attempts.
  Then the sound settings have to be selected manually
  Even then, the sound offered is mono
  I tested with a Bose QC35.
  There is a sound profile that requires manual selection and offers stereo 
speakers.
  However, while testing left speaker gives reasonable results, testing the 
right speaker only produces cracking noise.
  Playback of music is virtually impossible (the stream is repeatedly 
interupted by voice anouncements of incoming calls ??? and reconnection attemts)

  To eliminate hardware issues I tested under macOS and the sound quality is 
excellent (even during working in a spread sheet and a word processor in 
parallel).
  => issues caused by the software stack

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: bluez 5.46-0ubuntu2
  ProcVersionSignature: Ubuntu 4.12.0-13.14-generic 4.12.10
  Uname: Linux 4.12.0-13-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep  9 15:12:02 2017
  InstallationDate: Installed on 2017-09-05 (4 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 002: ID 05ac:8406 Apple, Inc. 
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 05ac:0273 Apple, Inc. 
   Bus 001 Device 003: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.12.0-13-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2017
  dmi.bios.vendor: 

[Kernel-packages] [Bug 1715552] Re: VMWare does not start

2017-09-08 Thread Wolf Rogner
I agree with Seth:

/usr/lib/vmware/bin/vmware-modconfig: Relink `/lib/x86_64-linux-
gnu/libbsd.so.0' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC
symbol `clock_gettime'

seems to be an issue related to the build process of librt and libbsd

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

Title:
  VMWare does not start

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Under Ubuntu 17.10 beta VMWare 12.5.7 cannot be started:

  /usr/lib/vmware/bin/vmware-modconfig: Relink `/lib/x86_64-linux-
  gnu/libbsd.so.0' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC
  symbol `clock_gettime'

  Works under Ubuntu 17.04

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.12.0-13-generic 4.12.0-13.14
  ProcVersionSignature: Ubuntu 4.12.0-13.14-generic 4.12.10
  Uname: Linux 4.12.0-13-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   9336 F pulseaudio
   /dev/snd/controlC0:  wolf   9336 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep  7 07:53:43 2017
  HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
  InstallationDate: Installed on 2017-09-05 (1 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.12.0-13-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.12.0-13-generic N/A
   linux-backports-modules-4.12.0-13-generic  N/A
   linux-firmware 1.167
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0167.B33.1706181928
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1715552/+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 1715552] [NEW] VMWare does not start

2017-09-07 Thread Wolf Rogner
Public bug reported:

Under Ubuntu 17.10 beta VMWare 12.5.7 cannot be started:

/usr/lib/vmware/bin/vmware-modconfig: Relink `/lib/x86_64-linux-
gnu/libbsd.so.0' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC
symbol `clock_gettime'

Works under Ubuntu 17.04

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.12.0-13-generic 4.12.0-13.14
ProcVersionSignature: Ubuntu 4.12.0-13.14-generic 4.12.10
Uname: Linux 4.12.0-13-generic x86_64
ApportVersion: 2.20.7-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wolf   9336 F pulseaudio
 /dev/snd/controlC0:  wolf   9336 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep  7 07:53:43 2017
HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
InstallationDate: Installed on 2017-09-05 (1 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
MachineType: Apple Inc. MacBookPro12,1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.12.0-13-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.12.0-13-generic N/A
 linux-backports-modules-4.12.0-13-generic  N/A
 linux-firmware 1.167
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/18/2017
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP121.88Z.0167.B33.1706181928
dmi.board.name: Mac-E43C1C25D4880AD6
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro12,1
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-E43C1C25D4880AD6
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
dmi.product.family: MacBook Pro
dmi.product.name: MacBookPro12,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug artful package-from-proposed

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

Title:
  VMWare does not start

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Under Ubuntu 17.10 beta VMWare 12.5.7 cannot be started:

  /usr/lib/vmware/bin/vmware-modconfig: Relink `/lib/x86_64-linux-
  gnu/libbsd.so.0' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC
  symbol `clock_gettime'

  Works under Ubuntu 17.04

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.12.0-13-generic 4.12.0-13.14
  ProcVersionSignature: Ubuntu 4.12.0-13.14-generic 4.12.10
  Uname: Linux 4.12.0-13-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   9336 F pulseaudio
   /dev/snd/controlC0:  wolf   9336 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep  7 07:53:43 2017
  HibernationDevice: RESUME=UUID=88d69bc7-ac96-42c6-bf6d-5c912964a63b
  InstallationDate: Installed on 2017-09-05 (1 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170902)
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.12.0-13-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.12.0-13-generic N/A
   linux-backports-modules-4.12.0-13-generic  N/A
   linux-firmware 1.167
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0167.B33.1706181928
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B33.1706181928:bd06/18/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,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/1715552/+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 1710978] Re: bluetooth stack looses connection to bluetooth devices when tlp is installed

2017-08-21 Thread Wolf Rogner
I think, this should be a tlp related issue (didn't know at the time of
filing it).

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

Title:
  bluetooth stack looses connection to bluetooth devices when tlp is
  installed

Status in bluez package in Ubuntu:
  New
Status in tlp package in Ubuntu:
  New

Bug description:
  In Ubuntu Budgie bluetooth connection is lost in regular intervals
  (5mins).

  Thus my mouse stops working, my headset stops playing music.

  Reconnecting my mouse takes ages requiring a restart of bluez and
  reconnecting the mouse.

  This issue became worse ever since installing budgie (17.04) in May.

  (during writing this, the mouse stopped working again)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: bluez 5.43-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CurrentDesktop: Budgie:GNOME
  Date: Tue Aug 15 23:02:08 2017
  InstallationDate: Installed on 2017-05-25 (81 days ago)
  InstallationMedia: Ubuntu-Budgie 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Apple Inc. MacBookPro10,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed 
root=UUID=873566f9-4c01-4dae-8ca9-99c95dfbe269 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 14:10:9F:D2:25:F8  ACL MTU: 1021:6  SCO MTU: 64:1
UP RUNNING PSCAN 
RX bytes:21297526 acl:766364 sco:0 events:1617 errors:0
TX bytes:14741 acl:474 sco:0 commands:583 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1710978/+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 1710978] Re: bluetooth stack looses connection to bluetooth devices

2017-08-20 Thread Wolf Rogner
Uninstalling tlp (+tlp-rdw, budgie-desktop-environment, ubuntu-budgie-desktop)
eliminates the issue completely

Also #1711382 does not occure any more (however, I see no relation
between the two)

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

Title:
  bluetooth stack looses connection to bluetooth devices

Status in bluez package in Ubuntu:
  New

Bug description:
  In Ubuntu Budgie bluetooth connection is lost in regular intervals
  (5mins).

  Thus my mouse stops working, my headset stops playing music.

  Reconnecting my mouse takes ages requiring a restart of bluez and
  reconnecting the mouse.

  This issue became worse ever since installing budgie (17.04) in May.

  (during writing this, the mouse stopped working again)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: bluez 5.43-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CurrentDesktop: Budgie:GNOME
  Date: Tue Aug 15 23:02:08 2017
  InstallationDate: Installed on 2017-05-25 (81 days ago)
  InstallationMedia: Ubuntu-Budgie 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Apple Inc. MacBookPro10,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed 
root=UUID=873566f9-4c01-4dae-8ca9-99c95dfbe269 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 14:10:9F:D2:25:F8  ACL MTU: 1021:6  SCO MTU: 64:1
UP RUNNING PSCAN 
RX bytes:21297526 acl:766364 sco:0 events:1617 errors:0
TX bytes:14741 acl:474 sco:0 commands:583 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1710978/+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 1710978] Re: bluetooth stack looses connection to bluetooth devices

2017-08-20 Thread Wolf Rogner
extended measures demonstrate a loss of connection every two minutes on
average.

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

Title:
  bluetooth stack looses connection to bluetooth devices

Status in bluez package in Ubuntu:
  New

Bug description:
  In Ubuntu Budgie bluetooth connection is lost in regular intervals
  (5mins).

  Thus my mouse stops working, my headset stops playing music.

  Reconnecting my mouse takes ages requiring a restart of bluez and
  reconnecting the mouse.

  This issue became worse ever since installing budgie (17.04) in May.

  (during writing this, the mouse stopped working again)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: bluez 5.43-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CurrentDesktop: Budgie:GNOME
  Date: Tue Aug 15 23:02:08 2017
  InstallationDate: Installed on 2017-05-25 (81 days ago)
  InstallationMedia: Ubuntu-Budgie 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Apple Inc. MacBookPro10,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed 
root=UUID=873566f9-4c01-4dae-8ca9-99c95dfbe269 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 14:10:9F:D2:25:F8  ACL MTU: 1021:6  SCO MTU: 64:1
UP RUNNING PSCAN 
RX bytes:21297526 acl:766364 sco:0 events:1617 errors:0
TX bytes:14741 acl:474 sco:0 commands:583 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1710978/+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 1710978] Re: bluetooth stack looses connection to bluetooth devices

2017-08-16 Thread Wolf Rogner
could be. I already had issues with TLP (related to suspend to RAM).

Must have been introduced with the latest kernel update though (as the
former issue has been resolved).

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

Title:
  bluetooth stack looses connection to bluetooth devices

Status in bluez package in Ubuntu:
  New

Bug description:
  In Ubuntu Budgie bluetooth connection is lost in regular intervals
  (5mins).

  Thus my mouse stops working, my headset stops playing music.

  Reconnecting my mouse takes ages requiring a restart of bluez and
  reconnecting the mouse.

  This issue became worse ever since installing budgie (17.04) in May.

  (during writing this, the mouse stopped working again)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: bluez 5.43-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CurrentDesktop: Budgie:GNOME
  Date: Tue Aug 15 23:02:08 2017
  InstallationDate: Installed on 2017-05-25 (81 days ago)
  InstallationMedia: Ubuntu-Budgie 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Apple Inc. MacBookPro10,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed 
root=UUID=873566f9-4c01-4dae-8ca9-99c95dfbe269 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 14:10:9F:D2:25:F8  ACL MTU: 1021:6  SCO MTU: 64:1
UP RUNNING PSCAN 
RX bytes:21297526 acl:766364 sco:0 events:1617 errors:0
TX bytes:14741 acl:474 sco:0 commands:583 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1710978/+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 1710978] [NEW] bluetooth stack looses connection to bluetooth devices

2017-08-15 Thread Wolf Rogner
Public bug reported:

In Ubuntu Budgie bluetooth connection is lost in regular intervals
(5mins).

Thus my mouse stops working, my headset stops playing music.

Reconnecting my mouse takes ages requiring a restart of bluez and
reconnecting the mouse.

This issue became worse ever since installing budgie (17.04) in May.

(during writing this, the mouse stopped working again)

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: bluez 5.43-0ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
Uname: Linux 4.10.0-32-generic x86_64
NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CurrentDesktop: Budgie:GNOME
Date: Tue Aug 15 23:02:08 2017
InstallationDate: Installed on 2017-05-25 (81 days ago)
InstallationMedia: Ubuntu-Budgie 17.04 "Zesty Zapus" - Release amd64 (20170412)
InterestingModules: rfcomm bnep btusb bluetooth
MachineType: Apple Inc. MacBookPro10,1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed 
root=UUID=873566f9-4c01-4dae-8ca9-99c95dfbe269 ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/21/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-C3EC7CD22292981F
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro10,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-C3EC7CD22292981F
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
dmi.product.name: MacBookPro10,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
hciconfig:
 hci0:  Type: Primary  Bus: USB
BD Address: 14:10:9F:D2:25:F8  ACL MTU: 1021:6  SCO MTU: 64:1
UP RUNNING PSCAN 
RX bytes:21297526 acl:766364 sco:0 events:1617 errors:0
TX bytes:14741 acl:474 sco:0 commands:583 errors:0

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


** Tags: amd64 apport-bug zesty

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

Title:
  bluetooth stack looses connection to bluetooth devices

Status in bluez package in Ubuntu:
  New

Bug description:
  In Ubuntu Budgie bluetooth connection is lost in regular intervals
  (5mins).

  Thus my mouse stops working, my headset stops playing music.

  Reconnecting my mouse takes ages requiring a restart of bluez and
  reconnecting the mouse.

  This issue became worse ever since installing budgie (17.04) in May.

  (during writing this, the mouse stopped working again)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: bluez 5.43-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CurrentDesktop: Budgie:GNOME
  Date: Tue Aug 15 23:02:08 2017
  InstallationDate: Installed on 2017-05-25 (81 days ago)
  InstallationMedia: Ubuntu-Budgie 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Apple Inc. MacBookPro10,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed 
root=UUID=873566f9-4c01-4dae-8ca9-99c95dfbe269 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 14:10:9F:D2:25:F8  ACL MTU: 1021:6  SCO MTU: 64:1
UP RUNNING PSCAN 
RX bytes:21297526 acl:766364 sco:0 events:1617 errors:0
TX bytes:14741 acl:474 sco:0 commands:583 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1710978/+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 1693895] Re: ubuntu budgie suspend to ram fails on Macbook Pro Ret

2017-06-21 Thread Wolf Rogner
With the latest kernel update Linux 4.10.0-24-generic the issue seems
resolved.

Installing tlp -> Suspend to RAM works (at least from what I see in the
system 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/1693895

Title:
  ubuntu budgie suspend to ram fails on Macbook Pro Ret

Status in linux package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  New

Bug description:
  A default installation of Ubuntu Budgie fails to suspend to RAM.

  Workaround:
  sudo apt-get install pm-utils

  => Suspend works

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: systemd 232-21ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  NonfreeKernelModules: wl nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: Budgie:GNOME
  Date: Fri May 26 20:13:16 2017
  InstallationDate: Installed on 2017-05-25 (0 days ago)
  InstallationMedia: Ubuntu-Budgie 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  MachineType: Apple Inc. MacBookPro10,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-21-generic.efi.signed 
root=UUID=873566f9-4c01-4dae-8ca9-99c95dfbe269 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,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/1693895/+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


Re: [Kernel-packages] [Bug 1670127] Re: package linux-headers-4.4.0-62-generic (not installed) failed to install/upgrade: unable to open '/usr/src/linux-headers-4.4.0-62-generic/include/config/hugetlb

2017-03-06 Thread Wolf
It told me 1 day that the 4.4.0-62.83 was available and it failed on the
install. When it failed my WiFi stopped working. After reporting the issue
I followed the instructions found here
http://askubuntu.com/questions/886140/this-usr-bin-dpkg-returned-error-ubuntu-16-04-64bit
they did correct the problem. I had a few updates after I did this and they
all seamed to install without issue. My WiFi started working correctly too.

Thank you for your help.

On Mon, Mar 6, 2017 at 9:15 AM, Joseph Salisbury <
joseph.salisb...@canonical.com> wrote:

> Did this issue start happening after an update/upgrade?  Was there a
> prior kernel version where you were not having this particular problem?
>
> Would it be possible for you to test the latest upstream kernel? Refer
> to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
> v4.11 kernel[0].
>
> If this bug is fixed in the mainline kernel, please add the following
> tag 'kernel-fixed-upstream'.
>
> If the mainline kernel does not fix this bug, please add the tag:
> 'kernel-bug-exists-upstream'.
>
> Once testing of the upstream kernel is complete, please mark this bug as
> "Confirmed".
>
>
> Thanks in advance.
>
> [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc1/
>
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Medium
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1670127
>
> Title:
>   package linux-headers-4.4.0-62-generic (not installed) failed to
>   install/upgrade: unable to open '/usr/src/linux-
>   headers-4.4.0-62-generic/include/config/hugetlbfs.h.dpkg-new':
>   Operation not permitted
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Dont know why it is broken or how to fix it, but when it stopped
>   working my Wi-Fi stopped working. Having to hard wire the computer to
>   get connection.
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 16.04
>   Package: linux-headers-4.4.0-62-generic (not installed)
>   ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
>   Uname: Linux 4.4.0-62-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2.4
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  wolf68 1518 F pulseaudio
>   Date: Sun Mar  5 07:41:49 2017
>   DpkgHistoryLog:
>Start-Date: 2017-03-05  07:40:59
>Commandline: apt-get install -f
>Requested-By: wolf68 (1000)
>Install: linux-headers-4.4.0-62-generic:amd64 (4.4.0-62.83, automatic)
>Upgrade: linux-headers-generic:amd64 (4.4.0.59.62, 4.4.0.62.65),
> linux-headers-4.4.0-62:amd64 (4.4.0-62.83, 4.4.0-62.83)
>   DuplicateSignature:
>package:linux-headers-4.4.0-62-generic:(not installed)
>Unpacking linux-headers-4.4.0-62 (4.4.0-62.83) over (4.4.0-62.83) ...
>dpkg: error processing archive /var/cache/apt/archives/linux-
> headers-4.4.0-62_4.4.0-62.83_all.deb (--unpack):
> unable to open '/usr/src/linux-headers-4.4.0-
> 62/include/dt-bindings/spmi/spmi.h.dpkg-new': Operation not permitted
>   ErrorMessage: unable to open '/usr/src/linux-headers-4.4.0-
> 62-generic/include/config/hugetlbfs.h.dpkg-new': Operation not permitted
>   HibernationDevice: RESUME=UUID=e9f425ba-b6df-4bb9-a18f-405ac1b1573c
>   InstallationDate: Installed on 2016-08-30 (187 days ago)
>   InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64
> (20160719)
>   IwConfig:
>lono wireless extensions.
>
>enp4s0no wireless extensions.
>   Lsusb:
>Bus 002 Device 003: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0
> for Bluetooth
>Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching
> Hub
>Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching
> Hub
>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>   MachineType: Dell Inc. Inspiron 1564
>   ProcFB: 0 inteldrmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic
> root=UUID=28266855-d72f-4df6-bb23-a31f0c8df94c 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: grub-pc 2.02~beta2-36ubuntu3.6
>   RfKill:
>
>   SourcePackage: linux
>   Title: package linux-headers-4.4.0-62-generic (not installed) failed to
> install/upgrade: unable to open '/usr/src/linux-headers-4.4.0-
> 62-generic/include/config/hugetlbfs.h.dpkg-new': Operation not permitted
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 03/29/2011
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: A13
>   dmi.board.name: 08CNC9
>   dmi.board.vendor: Dell Inc.
>   dmi.board.version: A13
>   dmi.chassis.type: 8
>   dmi.chassis.vendor: Dell Inc.
>   

[Kernel-packages] [Bug 1670127] [NEW] package linux-headers-4.4.0-62-generic (not installed) failed to install/upgrade: unable to open '/usr/src/linux-headers-4.4.0-62-generic/include/config/hugetlbfs

2017-03-05 Thread Wolf
Public bug reported:

Dont know why it is broken or how to fix it, but when it stopped working
my Wi-Fi stopped working. Having to hard wire the computer to get
connection.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-headers-4.4.0-62-generic (not installed)
ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
Uname: Linux 4.4.0-62-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  wolf68 1518 F pulseaudio
Date: Sun Mar  5 07:41:49 2017
DpkgHistoryLog:
 Start-Date: 2017-03-05  07:40:59
 Commandline: apt-get install -f
 Requested-By: wolf68 (1000)
 Install: linux-headers-4.4.0-62-generic:amd64 (4.4.0-62.83, automatic)
 Upgrade: linux-headers-generic:amd64 (4.4.0.59.62, 4.4.0.62.65), 
linux-headers-4.4.0-62:amd64 (4.4.0-62.83, 4.4.0-62.83)
DuplicateSignature:
 package:linux-headers-4.4.0-62-generic:(not installed)
 Unpacking linux-headers-4.4.0-62 (4.4.0-62.83) over (4.4.0-62.83) ...
 dpkg: error processing archive 
/var/cache/apt/archives/linux-headers-4.4.0-62_4.4.0-62.83_all.deb (--unpack):
  unable to open 
'/usr/src/linux-headers-4.4.0-62/include/dt-bindings/spmi/spmi.h.dpkg-new': 
Operation not permitted
ErrorMessage: unable to open 
'/usr/src/linux-headers-4.4.0-62-generic/include/config/hugetlbfs.h.dpkg-new': 
Operation not permitted
HibernationDevice: RESUME=UUID=e9f425ba-b6df-4bb9-a18f-405ac1b1573c
InstallationDate: Installed on 2016-08-30 (187 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
IwConfig:
 lono wireless extensions.
 
 enp4s0no wireless extensions.
Lsusb:
 Bus 002 Device 003: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for 
Bluetooth
 Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Inspiron 1564
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic 
root=UUID=28266855-d72f-4df6-bb23-a31f0c8df94c 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: grub-pc 2.02~beta2-36ubuntu3.6
RfKill:
 
SourcePackage: linux
Title: package linux-headers-4.4.0-62-generic (not installed) failed to 
install/upgrade: unable to open 
'/usr/src/linux-headers-4.4.0-62-generic/include/config/hugetlbfs.h.dpkg-new': 
Operation not permitted
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/29/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A13
dmi.board.name: 08CNC9
dmi.board.vendor: Dell Inc.
dmi.board.version: A13
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A13
dmi.modalias: 
dmi:bvnDellInc.:bvrA13:bd03/29/2011:svnDellInc.:pnInspiron1564:pvrA13:rvnDellInc.:rn08CNC9:rvrA13:cvnDellInc.:ct8:cvrA13:
dmi.product.name: Inspiron 1564
dmi.product.version: A13
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-package need-duplicate-check xenial

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

Title:
  package linux-headers-4.4.0-62-generic (not installed) failed to
  install/upgrade: unable to open '/usr/src/linux-
  headers-4.4.0-62-generic/include/config/hugetlbfs.h.dpkg-new':
  Operation not permitted

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Dont know why it is broken or how to fix it, but when it stopped
  working my Wi-Fi stopped working. Having to hard wire the computer to
  get connection.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-headers-4.4.0-62-generic (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wolf68 1518 F pulseaudio
  Date: Sun Mar  5 07:41:49 2017
  DpkgHistoryLog:
   Start-Date: 2017-03-05  07:40:59
   Commandline: apt-get install -f
   Requested-By: wolf68 (1000)
   Install: linux-headers-4.4.0-62-generic:amd64 (4.4.0-62.83, automatic)
   Upgrade: linux-headers-generic:amd64 (4.4.0.59.62, 4.4.0.62.65), 
linux-headers-4.4.0-62:amd64 (4.4.0-62.83, 4.4.0-62.83)
  DuplicateSignature:
   package:linux-headers-4.4.0-62-generic:(not installed)
   Unpacking linux-headers-4.4.0-62 (4.4.0-62.83) over (4.4.0-62.83) ...
   dpkg: error processing archive 
/var/cache/apt/archives/linux-headers-4.4.0-62_4.4.0-62.83_all.deb (--unpack):
unable to open 

[Kernel-packages] [Bug 1620636] Re: Fails to pair with Bose QC35 headphones

2017-01-22 Thread Wolf Rogner
In my case, the Bose QC35 pairs as a head phone only and this only in
case, the head phone is not paired with any other device (in my case, it
was first paired with a mobile phone).

However, using a BT mouse makes sound output extremly jittery.

Even though the head set has a microphone, it is not recognized as a
combination device.

Using Ubuntu 16.10, latest kernels and BT stacks available from
repository.

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

Title:
  Fails to pair with Bose QC35 headphones

Status in Canonical System Image:
  In Progress
Status in bluez package in Ubuntu:
  In Progress

Bug description:
  I am unable to pair the Bose QC35 BT headphones with Ubuntu, either
  Ubuntu desktop running 16.04 LTS with bluez 5.37 (also tried bluez
  5.41 from installed from yakkety archive), nor using Ubuntu Touch rc-
  proposed build for Turbo #174. I'm trying to pair through the normal
  bluetooth control panel brought up through the bluetooth indicator.

  I've attached some logs that show it failing to pair. If I can provide
  anymore useful information about the headphones, please let me know.

  Syslog with bluetoothd debugging enabled:
  http://pastebin.ubuntu.com/23141394/

  btmon output:
  http://pastebin.ubuntu.com/23141446/

  bluetoothctl output:
  http://pastebin.ubuntu.com/23141510/

  With Linux kernel 4.8.0 and bluez 4.52:
  ---

  bluetoothctl: http://pastebin.ubuntu.com/23256457/
  btmon: http://pastebin.ubuntu.com/23256471/

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1620636/+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 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-10-28 Thread Wolf
The problem persisted with Kernel 4.8 - but I found it was a hardware issue: 
My power supply was faulty - installing a new one resolved the problem.

In addition I found that the BIOS battery was down to 1,3V; inserting a
new one re-enabled the "resume on power off" feature. Multi-factor
problems really are great joy.

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

Title:
  Ubuntu 16.04: Suspend freezes the system after upgrade to linux image
  4.4.0-16

Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  I'm using ubuntu 16.04 on a XPS 15 9550.

  Suspend/resume worked flawlessly with linux image 4.4.0-15, and after
  standard upgrade yesterday (5/04/2016) which installed image 4.4.0-16,
  the system freezes when attempting a suspend. I get  no response from
  the system (nor keyboard, nor screen, nor touchpad), but it gets very
  hot, so that it must be running something.

  Booting with 4.4.0-15 makes the suspend to work perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-16-generic 4.4.0-16.32
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  macias 1770 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Tue Apr  5 14:56:17 2016
  HibernationDevice: RESUME=UUID=4180adfa-3852-4a96-86b4-f3696448c743
  InstallationDate: Installed on 2016-03-07 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160304)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f3:21d5 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 0a5c:6410 Broadcom Corp. 
   Bus 001 Device 004: ID 1bcf:2b95 Sunplus Innovation Technology Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9550
  ProcEnviron:
   LANGUAGE=es_ES
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed 
root=UUID=673f4658-75f8-4c01-bcd8-0af860269699 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-15-generic N/A
   linux-backports-modules-4.4.0-15-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.01.19
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.01.19:bd01/25/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566302/+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 1636009] Re: Restart from GUI leads to system hangup

2016-10-24 Thread Wolf Rogner
It certainly did not happen in 4.4.0.36 (I presume this was the last one
with 4.4).

I have reinstalled a fresh copy of Ubuntu 16.10. Here I upgraded to
kernel 4.8.0-26. This is the kernel in question.

As this is my main productive machine, I would rather not try an
untested kernel.

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

Title:
  Restart from GUI leads to system hangup

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After triggering a restart machine boots into aubergine screen, then screen 
goes blank and machine hands.
  Manually turning machine off and on boots regularly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: linux-generic 4.8.0.26.35
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   2686 F pulseaudio
   /dev/snd/controlC0:  wolf   2686 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Oct 23 21:50:01 2016
  HibernationDevice: RESUME=UUID=82dd2ca4-5c1e-43dc-b83e-d93e6166e5c4
  InstallationDate: Installed on 2016-10-22 (1 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: Apple Inc. MacBookPro10,1
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-26-generic.efi.signed 
root=UUID=9a60a19c-458f-4dca-8617-f7c6cacf9658 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-26-generic N/A
   linux-backports-modules-4.8.0-26-generic  N/A
   linux-firmware1.161
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,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/1636009/+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 1636009] [NEW] Restart from GUI leads to system hangup

2016-10-23 Thread Wolf Rogner
Public bug reported:

After triggering a restart machine boots into aubergine screen, then screen 
goes blank and machine hands.
Manually turning machine off and on boots regularly.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: linux-generic 4.8.0.26.35
ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
Uname: Linux 4.8.0-26-generic x86_64
NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wolf   2686 F pulseaudio
 /dev/snd/controlC0:  wolf   2686 F pulseaudio
CurrentDesktop: Unity
Date: Sun Oct 23 21:50:01 2016
HibernationDevice: RESUME=UUID=82dd2ca4-5c1e-43dc-b83e-d93e6166e5c4
InstallationDate: Installed on 2016-10-22 (1 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
MachineType: Apple Inc. MacBookPro10,1
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-26-generic.efi.signed 
root=UUID=9a60a19c-458f-4dca-8617-f7c6cacf9658 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.8.0-26-generic N/A
 linux-backports-modules-4.8.0-26-generic  N/A
 linux-firmware1.161
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/21/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-C3EC7CD22292981F
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro10,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-C3EC7CD22292981F
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
dmi.product.name: MacBookPro10,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug yakkety

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

Title:
  Restart from GUI leads to system hangup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After triggering a restart machine boots into aubergine screen, then screen 
goes blank and machine hands.
  Manually turning machine off and on boots regularly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: linux-generic 4.8.0.26.35
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   2686 F pulseaudio
   /dev/snd/controlC0:  wolf   2686 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Oct 23 21:50:01 2016
  HibernationDevice: RESUME=UUID=82dd2ca4-5c1e-43dc-b83e-d93e6166e5c4
  InstallationDate: Installed on 2016-10-22 (1 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: Apple Inc. MacBookPro10,1
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-26-generic.efi.signed 
root=UUID=9a60a19c-458f-4dca-8617-f7c6cacf9658 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-26-generic N/A
   linux-backports-modules-4.8.0-26-generic  N/A
   linux-firmware1.161
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,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/1636009/+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 1586195] Re: Realtek 8153-based ethernet adapter on usb3 eventually stops working requiring unplug/replug

2016-10-19 Thread wolf
** Description changed:

+ Continued in Bug #1622322.
+ 
  Seems to be paired with dmesg entries like this on the trusty kernel:
  
  [24763.731054] usb 4-4.2: Disable of device-initiated U1 failed.
  [24763.734507] usb 4-4.2: Disable of device-initiated U2 failed.
  [24763.734594] r815x 4-4.2:2.0 eth3: unregister 'r815x' usb-:00:14.0-4.2, 
RTL8153 ECM Device
  [24763.802963] usb 4-4.2: Set SEL for device-initiated U1 failed.
  [24763.806450] usb 4-4.2: Set SEL for device-initiated U2 failed.
  [24763.809953] usb 4-4.2: usb_reset_and_verify_device Failed to disable LTM
  [24763.809953] .
  [24763.810579] usb 4-4.2: USB disconnect, device number 7
  [24763.940765] userif-1: sent link down event.
  [24763.940769] userif-1: sent link up event.
  
  And like this on mainline:
  
  [  259.731142] usb 4-3: new SuperSpeed USB device number 4 using xhci_hcd
  [  259.752915] usb 4-3: New USB device found, idVendor=0bda, idProduct=8153
  [  259.752918] usb 4-3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=6
  [  259.752920] usb 4-3: Product: USB 10/100/1000 LAN
  [  259.752921] usb 4-3: Manufacturer: Realtek
  [  259.752922] usb 4-3: SerialNumber: 0100
  [  259.909368] usb 4-3: reset SuperSpeed USB device number 4 using xhci_hcd
  [  259.993254] r8152 4-3:1.0 eth0: v1.08.3
  [  260.079151] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  [  296.266600] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  [  300.785814] r8152 4-3:1.0 eth0: Stop submitting intr, status -71
  [  302.832697] usb 4-3: usb_reset_and_verify_device Failed to disable LTM
  [  302.832697] .
  [  302.833086] usb 4-3: USB disconnect, device number 4
  
  Mainline version fyi:
  [0.00] Linux version 4.6.0-040600-generic (kernel@gomeisa) (gcc 
version 5.3.1 20160509 (Ubuntu 5.3.1-19ubuntu1) ) #201605151930 SMP Sun May 15 
23:32:59 UTC 2016
  
  I also get a similar message about 'Failed to disable LTM' if I just
  unplug the device before the breakage occurs.
  
  I've attached lsusb before the breakage occurs (so you can see the
  device) from the mainline kernel.
  
  Interestingly it appears the drivers on trusty and wily/mainline are
  different (r815x vs r8152) yet still exhibit similar troubles. I'm still
  digging around to try and figure out why this doesn't seem to be
  working, but I was wondering if you all had any idea what might be going
  pear-shaped here.
  
  Thanks!

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

Title:
  Realtek 8153-based ethernet adapter on usb3 eventually stops working
  requiring unplug/replug

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Incomplete

Bug description:
  Continued in Bug #1622322.

  Seems to be paired with dmesg entries like this on the trusty kernel:

  [24763.731054] usb 4-4.2: Disable of device-initiated U1 failed.
  [24763.734507] usb 4-4.2: Disable of device-initiated U2 failed.
  [24763.734594] r815x 4-4.2:2.0 eth3: unregister 'r815x' usb-:00:14.0-4.2, 
RTL8153 ECM Device
  [24763.802963] usb 4-4.2: Set SEL for device-initiated U1 failed.
  [24763.806450] usb 4-4.2: Set SEL for device-initiated U2 failed.
  [24763.809953] usb 4-4.2: usb_reset_and_verify_device Failed to disable LTM
  [24763.809953] .
  [24763.810579] usb 4-4.2: USB disconnect, device number 7
  [24763.940765] userif-1: sent link down event.
  [24763.940769] userif-1: sent link up event.

  And like this on mainline:

  [  259.731142] usb 4-3: new SuperSpeed USB device number 4 using xhci_hcd
  [  259.752915] usb 4-3: New USB device found, idVendor=0bda, idProduct=8153
  [  259.752918] usb 4-3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=6
  [  259.752920] usb 4-3: Product: USB 10/100/1000 LAN
  [  259.752921] usb 4-3: Manufacturer: Realtek
  [  259.752922] usb 4-3: SerialNumber: 0100
  [  259.909368] usb 4-3: reset SuperSpeed USB device number 4 using xhci_hcd
  [  259.993254] r8152 4-3:1.0 eth0: v1.08.3
  [  260.079151] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  [  296.266600] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  [  300.785814] r8152 4-3:1.0 eth0: Stop submitting intr, status -71
  [  302.832697] usb 4-3: usb_reset_and_verify_device Failed to disable LTM
  [  302.832697] .
  [  302.833086] usb 4-3: USB disconnect, device number 4

  Mainline version fyi:
  [0.00] Linux version 4.6.0-040600-generic (kernel@gomeisa) (gcc 
version 5.3.1 20160509 (Ubuntu 5.3.1-19ubuntu1) ) #201605151930 SMP Sun May 15 
23:32:59 UTC 2016

  I also get a similar message about 'Failed to disable LTM' if I just
  unplug the device before the breakage occurs.

  I've attached lsusb before the breakage occurs (so you can see the
  device) from the mainline kernel.

  Interestingly it appears the drivers on trusty and wily/mainline are
  different (r815x vs r8152) yet still exhibit 

[Kernel-packages] [Bug 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-10-19 Thread wolf
If it helps narrow the commits at
https://github.com/torvalds/linux/commits/master/drivers/net/usb/r8152.c

rc7 was released Sept 18 and rc8 was released Sept 26

What is the current solution? To just update the kernel to 4.8?

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

Title:
  Realtek 8153-based ethernet adapter doesn't work

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Similar to Bug #1586195.

  Realtek 8153-based ethernet adapter doesn't work. No entry for the
  adapter appears in ifconfig.

  Adding "0bda:8152" to tlp blacklist(/etc/default/tlp) or triggering
  usb_modeswitch (by ejecting /dev/sr0) does not work either.

  
  dnesg output:
  
  [ 15.229468] usb 3-1.1: new SuperSpeed USB device number 4 using xhci_hcd
  [ 15.249257] usb 3-1.1: New USB device found, idVendor=0bda, idProduct=8153
  [ 15.249260] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=6
  [ 15.249262] usb 3-1.1: Product: USB 10/100/1000 LAN
  [ 15.249264] usb 3-1.1: Manufacturer: Realtek
  [ 15.249265] usb 3-1.1: SerialNumber: 
  [ 15.329605] usb 3-1.1: reset SuperSpeed USB device number 4 using xhci_hcd
  [ 15.372202] r8152 3-1.1:1.0 eth0: v1.08.2
  [ 16.413210] r8152 3-1.1:1.0 enx00e04c680bfb: renamed from eth0
  [ 16.454622] IPv6: ADDRCONF(NETDEV_UP): enx00e04c680bfb: link is not ready
  [ 17.032871] IPv6: ADDRCONF(NETDEV_UP): enx00e04c680bfb: link is not ready
  [ 17.038222] usb 3-1.1: Disable of device-initiated U1 failed.
  [ 17.038257] usb 3-1.1: Failed to set U2 timeout to 0x0,error code -71
  [ 17.042065] usb 3-1.1: Set SEL for device-initiated U1 failed.
  [ 17.045682] usb 3-1.1: Set SEL for device-initiated U2 failed.
  [ 17.045690] usb 3-1.1: usb_reset_and_verify_device Failed to disable LPM
 .
  [ 17.046906] usb 3-1.1: USB disconnect, device number 4
  [ 17.713462] usb 3-1.1: new SuperSpeed USB device number 5 using xhci_hcd
  [ 17.730139] usb 3-1.1: New USB device found, idVendor=0bda, idProduct=8153
  [ 17.730147] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=6
  [ 17.730151] usb 3-1.1: Product: USB 10/100/1000 LAN
  [ 17.730155] usb 3-1.1: Manufacturer: Realtek
  [ 17.730158] usb 3-1.1: SerialNumber: 
  [ 22.732882] usb 3-1.1: Disable of device-initiated U1 failed.
  [ 22.739551] usb 3-1.1: Disable of device-initiated U2 failed.
  [ 23.053009] usb 3-1.1: reset SuperSpeed USB device number 5 using xhci_hcd

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-28-generic 4.4.0-28.47
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  user   1825 F pulseaudio
   /dev/snd/controlC1:  user   1825 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Sep 11 19:01:59 2016
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 930X2K/931X2K
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=711b7dd0-0467-4bb6-85b4-bca68124c2cb ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/26/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P06AEU.084.151026.MK
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NP930X2K-K07CN
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SGL8656A04-C01-G001-S0001+10.0.10586
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP06AEU.084.151026.MK:bd10/26/2015:svnSAMSUNGELECTRONICSCO.,LTD.:pn930X2K/931X2K:pvrP06AEU:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP930X2K-K07CN:rvrSGL8656A04-C01-G001-S0001+10.0.10586:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: 930X2K/931X2K
  dmi.product.version: P06AEU
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1622322/+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 1586195] Re: Realtek 8153-based ethernet adapter on usb3 eventually stops working requiring unplug/replug

2016-10-19 Thread wolf
Is this ticket identical?
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1622322

Looks like it narrowed the issue to a kernel fix

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

Title:
  Realtek 8153-based ethernet adapter on usb3 eventually stops working
  requiring unplug/replug

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Incomplete

Bug description:
  Continued in Bug #1622322.

  Seems to be paired with dmesg entries like this on the trusty kernel:

  [24763.731054] usb 4-4.2: Disable of device-initiated U1 failed.
  [24763.734507] usb 4-4.2: Disable of device-initiated U2 failed.
  [24763.734594] r815x 4-4.2:2.0 eth3: unregister 'r815x' usb-:00:14.0-4.2, 
RTL8153 ECM Device
  [24763.802963] usb 4-4.2: Set SEL for device-initiated U1 failed.
  [24763.806450] usb 4-4.2: Set SEL for device-initiated U2 failed.
  [24763.809953] usb 4-4.2: usb_reset_and_verify_device Failed to disable LTM
  [24763.809953] .
  [24763.810579] usb 4-4.2: USB disconnect, device number 7
  [24763.940765] userif-1: sent link down event.
  [24763.940769] userif-1: sent link up event.

  And like this on mainline:

  [  259.731142] usb 4-3: new SuperSpeed USB device number 4 using xhci_hcd
  [  259.752915] usb 4-3: New USB device found, idVendor=0bda, idProduct=8153
  [  259.752918] usb 4-3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=6
  [  259.752920] usb 4-3: Product: USB 10/100/1000 LAN
  [  259.752921] usb 4-3: Manufacturer: Realtek
  [  259.752922] usb 4-3: SerialNumber: 0100
  [  259.909368] usb 4-3: reset SuperSpeed USB device number 4 using xhci_hcd
  [  259.993254] r8152 4-3:1.0 eth0: v1.08.3
  [  260.079151] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  [  296.266600] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  [  300.785814] r8152 4-3:1.0 eth0: Stop submitting intr, status -71
  [  302.832697] usb 4-3: usb_reset_and_verify_device Failed to disable LTM
  [  302.832697] .
  [  302.833086] usb 4-3: USB disconnect, device number 4

  Mainline version fyi:
  [0.00] Linux version 4.6.0-040600-generic (kernel@gomeisa) (gcc 
version 5.3.1 20160509 (Ubuntu 5.3.1-19ubuntu1) ) #201605151930 SMP Sun May 15 
23:32:59 UTC 2016

  I also get a similar message about 'Failed to disable LTM' if I just
  unplug the device before the breakage occurs.

  I've attached lsusb before the breakage occurs (so you can see the
  device) from the mainline kernel.

  Interestingly it appears the drivers on trusty and wily/mainline are
  different (r815x vs r8152) yet still exhibit similar troubles. I'm
  still digging around to try and figure out why this doesn't seem to be
  working, but I was wondering if you all had any idea what might be
  going pear-shaped here.

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1586195/+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 1622322] Re: Realtek 8153-based ethernet adapter doesn't work

2016-10-19 Thread wolf
Related: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1586195

Though it looks like this thread is further along. What is the current
solution? To update the kernel?

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

Title:
  Realtek 8153-based ethernet adapter doesn't work

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Similar to Bug #1586195.

  Realtek 8153-based ethernet adapter doesn't work. No entry for the
  adapter appears in ifconfig.

  Adding "0bda:8152" to tlp blacklist(/etc/default/tlp) or triggering
  usb_modeswitch (by ejecting /dev/sr0) does not work either.

  
  dnesg output:
  
  [ 15.229468] usb 3-1.1: new SuperSpeed USB device number 4 using xhci_hcd
  [ 15.249257] usb 3-1.1: New USB device found, idVendor=0bda, idProduct=8153
  [ 15.249260] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=6
  [ 15.249262] usb 3-1.1: Product: USB 10/100/1000 LAN
  [ 15.249264] usb 3-1.1: Manufacturer: Realtek
  [ 15.249265] usb 3-1.1: SerialNumber: 
  [ 15.329605] usb 3-1.1: reset SuperSpeed USB device number 4 using xhci_hcd
  [ 15.372202] r8152 3-1.1:1.0 eth0: v1.08.2
  [ 16.413210] r8152 3-1.1:1.0 enx00e04c680bfb: renamed from eth0
  [ 16.454622] IPv6: ADDRCONF(NETDEV_UP): enx00e04c680bfb: link is not ready
  [ 17.032871] IPv6: ADDRCONF(NETDEV_UP): enx00e04c680bfb: link is not ready
  [ 17.038222] usb 3-1.1: Disable of device-initiated U1 failed.
  [ 17.038257] usb 3-1.1: Failed to set U2 timeout to 0x0,error code -71
  [ 17.042065] usb 3-1.1: Set SEL for device-initiated U1 failed.
  [ 17.045682] usb 3-1.1: Set SEL for device-initiated U2 failed.
  [ 17.045690] usb 3-1.1: usb_reset_and_verify_device Failed to disable LPM
 .
  [ 17.046906] usb 3-1.1: USB disconnect, device number 4
  [ 17.713462] usb 3-1.1: new SuperSpeed USB device number 5 using xhci_hcd
  [ 17.730139] usb 3-1.1: New USB device found, idVendor=0bda, idProduct=8153
  [ 17.730147] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=6
  [ 17.730151] usb 3-1.1: Product: USB 10/100/1000 LAN
  [ 17.730155] usb 3-1.1: Manufacturer: Realtek
  [ 17.730158] usb 3-1.1: SerialNumber: 
  [ 22.732882] usb 3-1.1: Disable of device-initiated U1 failed.
  [ 22.739551] usb 3-1.1: Disable of device-initiated U2 failed.
  [ 23.053009] usb 3-1.1: reset SuperSpeed USB device number 5 using xhci_hcd

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-28-generic 4.4.0-28.47
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  user   1825 F pulseaudio
   /dev/snd/controlC1:  user   1825 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Sep 11 19:01:59 2016
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 930X2K/931X2K
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=711b7dd0-0467-4bb6-85b4-bca68124c2cb ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/26/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P06AEU.084.151026.MK
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NP930X2K-K07CN
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SGL8656A04-C01-G001-S0001+10.0.10586
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP06AEU.084.151026.MK:bd10/26/2015:svnSAMSUNGELECTRONICSCO.,LTD.:pn930X2K/931X2K:pvrP06AEU:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP930X2K-K07CN:rvrSGL8656A04-C01-G001-S0001+10.0.10586:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: 930X2K/931X2K
  dmi.product.version: P06AEU
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1622322/+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 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-09-13 Thread Wolf
Does anybody know, when kernel 4.6 will be released within an "official"
system update? -

Tried to install 4.8, or older versions still available on my computer,
but each of them made the X server (nvidia graphics) unusable.

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

Title:
  Ubuntu 16.04: Suspend freezes the system after upgrade to linux image
  4.4.0-16

Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  I'm using ubuntu 16.04 on a XPS 15 9550.

  Suspend/resume worked flawlessly with linux image 4.4.0-15, and after
  standard upgrade yesterday (5/04/2016) which installed image 4.4.0-16,
  the system freezes when attempting a suspend. I get  no response from
  the system (nor keyboard, nor screen, nor touchpad), but it gets very
  hot, so that it must be running something.

  Booting with 4.4.0-15 makes the suspend to work perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-16-generic 4.4.0-16.32
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  macias 1770 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Tue Apr  5 14:56:17 2016
  HibernationDevice: RESUME=UUID=4180adfa-3852-4a96-86b4-f3696448c743
  InstallationDate: Installed on 2016-03-07 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160304)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f3:21d5 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 0a5c:6410 Broadcom Corp. 
   Bus 001 Device 004: ID 1bcf:2b95 Sunplus Innovation Technology Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9550
  ProcEnviron:
   LANGUAGE=es_ES
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed 
root=UUID=673f4658-75f8-4c01-bcd8-0af860269699 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-15-generic N/A
   linux-backports-modules-4.4.0-15-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.01.19
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.01.19:bd01/25/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566302/+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 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-09-05 Thread Wolf
the same here with 4.4.0-36-generic, nvidia video.
"nomodset" does not solve it

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

Title:
  Ubuntu 16.04: Suspend freezes the system after upgrade to linux image
  4.4.0-16

Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  I'm using ubuntu 16.04 on a XPS 15 9550.

  Suspend/resume worked flawlessly with linux image 4.4.0-15, and after
  standard upgrade yesterday (5/04/2016) which installed image 4.4.0-16,
  the system freezes when attempting a suspend. I get  no response from
  the system (nor keyboard, nor screen, nor touchpad), but it gets very
  hot, so that it must be running something.

  Booting with 4.4.0-15 makes the suspend to work perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-16-generic 4.4.0-16.32
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  macias 1770 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Tue Apr  5 14:56:17 2016
  HibernationDevice: RESUME=UUID=4180adfa-3852-4a96-86b4-f3696448c743
  InstallationDate: Installed on 2016-03-07 (28 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160304)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f3:21d5 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 0a5c:6410 Broadcom Corp. 
   Bus 001 Device 004: ID 1bcf:2b95 Sunplus Innovation Technology Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9550
  ProcEnviron:
   LANGUAGE=es_ES
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed 
root=UUID=673f4658-75f8-4c01-bcd8-0af860269699 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-15-generic N/A
   linux-backports-modules-4.4.0-15-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.01.19
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.01.19:bd01/25/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566302/+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 1513500] Re: In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password on splash screen

2015-11-05 Thread Wolf Halton
This has not happened before I upgraded the version to Wily.

** 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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] WifiSyslog.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1513500/+attachment/4513868/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] ProcModules.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1513500/+attachment/4513865/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] UdevDb.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1513500/+attachment/4513867/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] ProcInterrupts.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1513500/+attachment/4513864/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] Re: In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password on splash screen

2015-11-05 Thread Wolf Halton
I can log in normally if I use the 3.19.0-32-generic kernel.

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

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] PulseList.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1513500/+attachment/4513866/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] ProcCpuinfo.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1513500/+attachment/4513862/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] CRDA.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1513500/+attachment/4513856/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] CurrentDmesg.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1513500/+attachment/4513857/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] JournalErrors.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1513500/+attachment/4513859/+files/JournalErrors.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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] Lsusb.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1513500/+attachment/4513861/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] ProcEnviron.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1513500/+attachment/4513863/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] Re: In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password on splash screen

2015-11-05 Thread Wolf Halton
apport information

** Tags added: apport-collected

** Description changed:

  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.
  
  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
+ --- 
+ ApportVersion: 2.19.1-0ubuntu5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  professor   2070 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 15.10
+ HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
+ InstallationDate: Installed on 2015-08-16 (81 days ago)
+ InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
+ MachineType: Hewlett-Packard HPE-580t
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
+ ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
+ RelatedPackageVersions:
+  linux-restricted-modules-3.19.0-32-generic N/A
+  linux-backports-modules-3.19.0-32-generic  N/A
+  linux-firmware 1.149.2
+ RfKill:
+  
+ Tags:  wily
+ UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
+ Uname: Linux 3.19.0-32-generic x86_64
+ UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
+ UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
+ _MarkForUpload: True
+ dmi.bios.date: 09/16/2010
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 6.10
+ dmi.board.asset.tag: N/A
+ dmi.board.name: 2A86
+ dmi.board.vendor: PEGATRON CORPORATION
+ dmi.board.version: 1.04E01
+ dmi.chassis.asset.tag: 2MD1070H7V
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
+ dmi.product.name: HPE-580t
+ dmi.sys.vendor: Hewlett-Packard

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1513500/+attachment/4513855/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 

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

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1513500/+attachment/4513860/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 1513500] IwConfig.txt

2015-11-05 Thread Wolf Halton
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1513500/+attachment/4513858/+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/1513500

Title:
  In Ubuntu 15.10, the vmlinuz-4.2.0-17-generic will not take password
  on splash screen

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I version-upgraded Ubuntu 15.04  in place to Ubuntu 15.10 on an HP 
workstation with a Intel Core i7 and 16GB RAM.  The HDD was previously in a 
different computer, and I have seen issues with the settings from the old 
machine fighting with the settings for current OS version.  The behaviour is as 
follows:
  When I log in with the 4.2.x kernel, the machine changes to a blank screen 
pauses for a moment and returns me to the login splash screen.
  I can log in normally if I use the 3.19.0-32-generic kernel.
  I can also change to TTY1 and log in at the command line with the 4.2.x 
kernel.

  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 15GiB
   *-cpu
product: Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 2133MHz
capacity: 3068MHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good 
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi 
flexpriority ept vpid cpufreq
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  professor   2070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=6b0f4376-1add-4720-a293-e4eddd70e708
  InstallationDate: Installed on 2015-08-16 (81 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HPE-580t
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=ad00935f-4286-4e34-9e09-54594751abed ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-32.37-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-32-generic N/A
   linux-backports-modules-3.19.0-32-generic  N/A
   linux-firmware 1.149.2
  RfKill:
   
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-32-generic x86_64
  UpgradeStatus: Upgraded to wily on 2015-10-28 (8 days ago)
  UserGroups: adm audio cdrom dip libvirtd lpadmin plugdev pulse pulse-access 
sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 09/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.10
  dmi.board.asset.tag: N/A
  dmi.board.name: 2A86
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.04E01
  dmi.chassis.asset.tag: 2MD1070H7V
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.10:bd09/16/2010:svnHewlett-Packard:pnHPE-580t:pvr:rvnPEGATRONCORPORATION:rn2A86:rvr1.04E01:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: HPE-580t
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1513500/+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 982283] Re: Modem is not detected (ever, or for several minutes); computer sometimes freezes; modem-manager sometimes crashes -- Huawei E160

2015-10-15 Thread Wolf Rogner
With Ubuntu 15.04 it reappeared.

The stick is practically useless.

Reason I found is that the stick registers as USB storage as well and
then is not recognized as modem.

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

Title:
  Modem is not detected (ever, or for several minutes); computer
  sometimes freezes; modem-manager sometimes crashes -- Huawei E160

Status in linux package in Ubuntu:
  Incomplete
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Huawei e160 modem isn't consistently detected. It's a hit and miss affair. 
Sometimes requires several attempts of plugging in and out.
  This modem also has a MicroSD card slot and this is probably what is causing 
the issue. However, no additional drive is reported or mounted automatically.
  It just takes 2-5 minutes for the modem to be detected. Following which 
running it is usually hassle free. 

  Using ubuntu 12.04

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu3
  Architecture: amd64
  Date: Sun Apr 15 17:48:06 2012
  InstallationMedia: This
  IpRoute:
   default via 10.64.64.64 dev ppp0  proto static 
   10.64.64.64 dev ppp0  proto kernel  scope link  src 112.79.128.134 
   169.254.0.0/16 dev ppp0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to precise on 2012-03-18 (28 days ago)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   ttyUSB1gsm   connected 
/org/freedesktop/NetworkManager/Devices/3  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
   wlan0  802-11-wireless   disconnected  
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   enabled 
enabledenabled enabled
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC665 Analog [ALC665 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  rishi  2189 F pulseaudio
   /dev/snd/controlC0:  rishi  2189 F pulseaudio
   /dev/snd/pcmC0D0p:   rishi  2189 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf0a0 irq 57'
 Mixer name : 'Realtek ALC665'
 Components : 'HDA:10ec0665,1028046e,0013'
 Controls  : 25
 Simple ctrls  : 12
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xcdefc000 irq 17'
 Mixer name : 'Nvidia GPU 14 HDMI/DP'
 Components : 'HDA:10de0014,10de0101,00100100'
 Controls  : 24
 Simple ctrls  : 4
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=cc0cdc76-9415-4970-9655-ebde53ae90cf
  InstallationMedia: This
  IpRoute:
   default via 192.168.2.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.104  
metric 2
  KnownReport: https://bugs.launchpad.net/bugs/452814
  MachineType: Dell Inc. XPS L501X
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  NonfreeKernelModules: nvidia
  Package: network-manager 0.9.4.0-0ubuntu3
  PackageArchitecture: amd64
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=c6230f54-6e0e-4a44-9ad2-f195df33ec06 ro 
resume=UUID=cc0cdc76-9415-4970-9655-ebde53ae90cf quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic N/A
   linux-backports-modules-3.2.0-23-generic  N/A
   linux-firmware1.79
  StagingDrivers: mei
  Tags:  precise staging precise
  Uname: Linux 3.2.0-23-generic x86_64
  UpgradeStatus: Upgraded to precise on 2012-03-18 (39 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 07/26/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0J1VR3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A08
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A08
  dmi.modalias: 

[Kernel-packages] [Bug 1503655] Re: Kernel bug in eventpoll_release_file+0x46/0xa0 with 3.13.0-66.107

2015-10-08 Thread Wolf Rogner
First, congratulation for this quick fix.

Second, sadly enough, VPN connections - which seemed to be working with
the broken kernel - do not work any more. Another issue, I know but I
was hoping :-)

Works on my machines.

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

Title:
  Kernel bug in eventpoll_release_file+0x46/0xa0 with 3.13.0-66.107

Status in linux package in Ubuntu:
  Confirmed
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Fix Committed
Status in linux-lts-utopic source package in Trusty:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed
Status in linux-lts-utopic source package in Vivid:
  Invalid
Status in linux source package in Wily:
  Confirmed
Status in linux-lts-utopic source package in Wily:
  Invalid

Bug description:
  With the latest kernel in trusty-proposed I seem to get panics on my
  X230 laptop:

  BUG: unable to handle kernel paging request at fff8
  IP: [] eventpoll_release_file+0x46/0xa0
  PGD 1c11067 PUD 1c13067 PMD 0 
  Oops:  [#1] SMP 
  Modules linked in: snd_hrtimer ip6table_filter ip6_tables ebtable_nat ebt
  CPU: 1 PID: 1939 Comm: pulseaudio Not tainted 3.13.0-66-generic #107-Ubun
  Hardware name: LENOVO 2324CTO/2324CTO, BIOS G2ET94WW (2.54 ) 04/30/2013
  task: 8800c2068000 ti: 8800c4826000 task.ti: 8800c4826000
  RIP: 0010:[]  [] eventpoll_release_fi
  RSP: 0018:8800c4827e78  EFLAGS: 00010286
  RAX:  RBX: ffb7 RCX: 000f
  RDX: 0100 RSI:  RDI: 81c72e80
  RBP: 8800c4827ea0 R08:  R09: 0004
  R10: 880210471e61 R11: 0206 R12: ffa8
  R13: 880210471e61 R14: 8800c4bc6c00 R15: 8800c4acc8f0
  FS:  7f3dbedd6740() GS:88021e24() knlGS:0
  CS:  0010 DS:  ES:  CR0: 80050033
  CR2: fff8 CR3: ce1da000 CR4: 001407e0
  Stack:
  8800c4acc840 0008 880210471e61 8800c4bc6c00
  8800c4afdc00 8800c4827ee8 811c00aa 
  8800c2068000  81ebb680 8800c2068620
  Call Trace:
  [] __fput+0x24a/0x260
  [] fput+0xe/0x10
  [] task_work_run+0xa7/0xe0
  [] do_notify_resume+0x97/0xb0
  [] int_signal+0x12/0x17
  Code: 00 41 56 41 55 41 54 53 e8 68 37 52 00 49 8b 07 48 8b 08 49 39 c7 4
  RIP  [] eventpoll_release_file+0x46/0xa0
  RSP 
  CR2: fff8
  ---[ end trace f2ee3b43ddaf4bd4 ]---

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1503655/+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 1503842] [NEW] Linux image 3.19.0.31 broken

2015-10-07 Thread Wolf Rogner
Public bug reported:

Contrary to my previous message, the kernel 3.19.0.31 is completely
broke.

Sound card either not found or replaced by a "Dummy device" (producing no 
sounds whatsoever)
Network Manager nm-applet Icon not shown in the task bar (network connection 
sometimes works, sometimes does not connect)

It seems that the bootup mechanism does not load all neccessary modules

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-generic 3.19.0.31.30
ProcVersionSignature: Ubuntu 3.19.0-31.35-generic 3.19.8-ckt7
Uname: Linux 3.19.0-31-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.17.2-0ubuntu1.5
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D8p', '/dev/snd/pcmC1D7p', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC1', '/dev/snd/by-path', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC0', '/dev/snd/timer', '/dev/snd/seq'] failed with exit code 1:
Date: Wed Oct  7 21:16:31 2015
HibernationDevice: RESUME=UUID=82dd2ca4-5c1e-43dc-b83e-d93e6166e5c4
InstallationDate: Installed on 2013-05-17 (872 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac (20130424)
MachineType: Apple Inc. MacBookPro10,1
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-31-generic 
root=UUID=3679e976-6405-4981-aa99-8c79d15e6aa3 ro quiet splash vt.handoff=7
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.19.0-31-generic N/A
 linux-backports-modules-3.19.0-31-generic  N/A
 linux-firmware 1.143.4
SourcePackage: linux
UpgradeStatus: Upgraded to vivid on 2015-04-25 (165 days ago)
dmi.bios.date: 12/21/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-C3EC7CD22292981F
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro10,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-C3EC7CD22292981F
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
dmi.product.name: MacBookPro10,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug package-from-proposed vivid

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

Title:
  Linux image 3.19.0.31 broken

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Contrary to my previous message, the kernel 3.19.0.31 is completely
  broke.

  Sound card either not found or replaced by a "Dummy device" (producing no 
sounds whatsoever)
  Network Manager nm-applet Icon not shown in the task bar (network connection 
sometimes works, sometimes does not connect)

  It seems that the bootup mechanism does not load all neccessary
  modules

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-generic 3.19.0.31.30
  ProcVersionSignature: Ubuntu 3.19.0-31.35-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D8p', '/dev/snd/pcmC1D7p', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC1', '/dev/snd/by-path', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC0', '/dev/snd/timer', '/dev/snd/seq'] failed with exit code 1:
  Date: Wed Oct  7 21:16:31 2015
  HibernationDevice: RESUME=UUID=82dd2ca4-5c1e-43dc-b83e-d93e6166e5c4
  InstallationDate: Installed on 2013-05-17 (872 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  MachineType: Apple Inc. MacBookPro10,1
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-31-generic 
root=UUID=3679e976-6405-4981-aa99-8c79d15e6aa3 ro quiet splash vt.handoff=7
  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.19.0-31-generic N/A
   linux-backports-modules-3.19.0-31-generic  N/A
   linux-firmware 1.143.4
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (165 days ago)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  

[Kernel-packages] [Bug 1503834] [NEW] Linux kernel 3.19.0.31.30 breaks system

2015-10-07 Thread Wolf Rogner
Public bug reported:

After installing the latest linux images,

Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-31-generic 
/boot/vmlinuz-3.19.0-31-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.19.0-31-generic 
/boot/vmlinuz-3.19.0-31-generic
Error! Could not locate dkms.conf file.
File:  does not exist.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-31-generic 
/boot/vmlinuz-3.19.0-31-generic

After a reboot, the sound driver is missing.

Errors with the Network Manager (VPN) disappeared.

So: Hurray for the last, Boah for the first.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-generic 3.19.0.31.30
ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
Uname: Linux 3.19.0-30-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.17.2-0ubuntu1.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wolf   2608 F pulseaudio
 /dev/snd/controlC0:  wolf   2608 F pulseaudio
CurrentDesktop: Unity
Date: Wed Oct  7 21:01:39 2015
HibernationDevice: RESUME=UUID=82dd2ca4-5c1e-43dc-b83e-d93e6166e5c4
InstallationDate: Installed on 2013-05-17 (872 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac (20130424)
MachineType: Apple Inc. MacBookPro10,1
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=3679e976-6405-4981-aa99-8c79d15e6aa3 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-30-generic N/A
 linux-backports-modules-3.19.0-30-generic  N/A
 linux-firmware 1.143.4
SourcePackage: linux
UpgradeStatus: Upgraded to vivid on 2015-04-25 (165 days ago)
dmi.bios.date: 12/21/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-C3EC7CD22292981F
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro10,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-C3EC7CD22292981F
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
dmi.product.name: MacBookPro10,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug package-from-proposed vivid

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

Title:
  Linux kernel 3.19.0.31.30 breaks system

Status in linux package in Ubuntu:
  New

Bug description:
  After installing the latest linux images,

  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-31-generic /boot/vmlinuz-3.19.0-31-generic
  run-parts: executing /etc/kernel/postinst.d/dkms 3.19.0-31-generic 
/boot/vmlinuz-3.19.0-31-generic
  Error! Could not locate dkms.conf file.
  File:  does not exist.
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-31-generic 
/boot/vmlinuz-3.19.0-31-generic

  After a reboot, the sound driver is missing.

  Errors with the Network Manager (VPN) disappeared.

  So: Hurray for the last, Boah for the first.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-generic 3.19.0.31.30
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   2608 F pulseaudio
   /dev/snd/controlC0:  wolf   2608 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Oct  7 21:01:39 2015
  HibernationDevice: RESUME=UUID=82dd2ca4-5c1e-43dc-b83e-d93e6166e5c4
  InstallationDate: Installed on 2013-05-17 (872 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  MachineType: Apple Inc. MacBookPro10,1
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=3679e976-6405-4981-aa99-8c79d15e6aa3 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.4
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (165 days ago)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.

[Kernel-packages] [Bug 1443985] [NEW] Apple macig mouse does not pair with Ubuntu

2015-04-14 Thread Wolf Rogner
Public bug reported:

Same phenomenon as previously:

Connection to Apple magic mouse fails.

In the pairing window, the device flickers.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: bluez 4.101-0ubuntu25
ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
Uname: Linux 3.19.0-13-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.17-0ubuntu2
Architecture: amd64
CasperVersion: 1.359
CurrentDesktop: Unity
Date: Tue Apr 14 14:28:33 2015
InterestingModules: rfcomm bnep btusb bluetooth
LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150414)
MachineType: Apple Inc. MacBookPro10,1
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/username.seed boot=casper initrd=/casper/initrd.lz quiet 
splash --- keyboard-configuration/layoutcode=de
SourcePackage: bluez
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/21/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-C3EC7CD22292981F
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro10,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-C3EC7CD22292981F
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
dmi.product.name: MacBookPro10,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
BD Address: 14:10:9F:D2:25:F8  ACL MTU: 1021:6  SCO MTU: 64:1
UP RUNNING PSCAN 
RX bytes:7000 acl:15 sco:0 events:318 errors:0
TX bytes:2665 acl:15 sco:0 commands:155 errors:0

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


** Tags: amd64 apport-bug vivid

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

Title:
  Apple macig mouse does not pair with Ubuntu

Status in bluez package in Ubuntu:
  New

Bug description:
  Same phenomenon as previously:

  Connection to Apple magic mouse fails.

  In the pairing window, the device flickers.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: bluez 4.101-0ubuntu25
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.359
  CurrentDesktop: Unity
  Date: Tue Apr 14 14:28:33 2015
  InterestingModules: rfcomm bnep btusb bluetooth
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150414)
  MachineType: Apple Inc. MacBookPro10,1
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/username.seed boot=casper initrd=/casper/initrd.lz quiet 
splash --- keyboard-configuration/layoutcode=de
  SourcePackage: bluez
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 14:10:9F:D2:25:F8  ACL MTU: 1021:6  SCO MTU: 64:1
UP RUNNING PSCAN 
RX bytes:7000 acl:15 sco:0 events:318 errors:0
TX bytes:2665 acl:15 sco:0 commands:155 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1443985/+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 1421212] Re: Bluetooth working randomly

2015-02-13 Thread Black Wolf
The bug is present from the installation, with a 14.04 ISO on a brand
new PC.

cannot test the upstream kernel, it doesn't boot (kernel panic)

** Tags added: kernel-unable-to-test-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/1421212

Title:
  Bluetooth working randomly

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Bluetooth is working randomly, at boot sometimes gives

   Bluetooth: hci0 sending frame failed

  
  Ubuntu 14.04 LTS, update

  uname -a
  $ Lenovo-B575e 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

  lspci | grep Wireless
  $ Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network 
Adapter (rev 01)

  dmesg log

  diff boot_notworking.log bootworking.log| grep luetooth

   [   17.946819] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is 
unblocked
   [   18.890810] Bluetooth: Core ver 2.17
   [   18.890860] Bluetooth: HCI device and connection manager initialized
   [   18.890878] Bluetooth: HCI socket layer initialized
   [   18.890884] Bluetooth: L2CAP socket layer initialized
   [   18.890894] Bluetooth: SCO socket layer initialized
   [   20.002871] Bluetooth: can't load firmware, may not work correctly
   [   20.006422] Bluetooth: hci0 sending frame failed
   [   21.030518] Bluetooth: RFCOMM TTY layer initialized
   [   21.030549] Bluetooth: RFCOMM socket layer initialized
   [   21.030574] Bluetooth: RFCOMM ver 1.11
   [   21.121526] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
   [   21.121537] Bluetooth: BNEP filters: protocol multicast
   [   21.121558] Bluetooth: BNEP socket layer initialized

   [   12.956963] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is 
unblocked
   [   13.348060] Bluetooth: Core ver 2.17
   [   13.348118] Bluetooth: HCI device and connection manager initialized
   [   13.348136] Bluetooth: HCI socket layer initialized
   [   13.348142] Bluetooth: L2CAP socket layer initialized
   [   13.348152] Bluetooth: SCO socket layer initialized
   [   14.270573] Bluetooth: can't load firmware, may not work correctly
   [   21.295073] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
   [   21.295083] Bluetooth: BNEP filters: protocol multicast
   [   21.295104] Bluetooth: BNEP socket layer initialized
   [   21.319534] Bluetooth: RFCOMM TTY layer initialized
   [   21.319565] Bluetooth: RFCOMM socket layer initialized
   [   21.319590] Bluetooth: RFCOMM ver 1.11

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-45-generic 3.13.0-45.74
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  walter 1975 F pulseaudio
   /dev/snd/controlC0:  walter 1975 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Feb 12 14:35:42 2015
  HibernationDevice: RESUME=UUID=d07e5522-cadf-4724-8aa4-b4411094fbaa
  InstallationDate: Installed on 2014-08-01 (195 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 36852BG
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-45-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-45-generic N/A
   linux-backports-modules-3.13.0-45-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HPET68WW(1.06)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 36852BG
  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.modalias: 
dmi:bvnLENOVO:bvrHPET68WW(1.06):bd12/26/2012:svnLENOVO:pn36852BG:pvrLenovoB575e:rvnLENOVO:rn36852BG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 36852BG
  dmi.product.version: Lenovo B575e
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421212/+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 1421212] [NEW] Bluetooth working randomly

2015-02-12 Thread Black Wolf
Public bug reported:

Bluetooth is working randomly, at boot sometimes gives

 Bluetooth: hci0 sending frame failed


Ubuntu 14.04 LTS, update

uname -a
$ Lenovo-B575e 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

lspci | grep Wireless
$ Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network 
Adapter (rev 01)

dmesg log

diff boot_notworking.log bootworking.log| grep luetooth

 [   17.946819] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is 
unblocked
 [   18.890810] Bluetooth: Core ver 2.17
 [   18.890860] Bluetooth: HCI device and connection manager initialized
 [   18.890878] Bluetooth: HCI socket layer initialized
 [   18.890884] Bluetooth: L2CAP socket layer initialized
 [   18.890894] Bluetooth: SCO socket layer initialized
 [   20.002871] Bluetooth: can't load firmware, may not work correctly
 [   20.006422] Bluetooth: hci0 sending frame failed
 [   21.030518] Bluetooth: RFCOMM TTY layer initialized
 [   21.030549] Bluetooth: RFCOMM socket layer initialized
 [   21.030574] Bluetooth: RFCOMM ver 1.11
 [   21.121526] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
 [   21.121537] Bluetooth: BNEP filters: protocol multicast
 [   21.121558] Bluetooth: BNEP socket layer initialized

 [   12.956963] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is 
 unblocked
 [   13.348060] Bluetooth: Core ver 2.17
 [   13.348118] Bluetooth: HCI device and connection manager initialized
 [   13.348136] Bluetooth: HCI socket layer initialized
 [   13.348142] Bluetooth: L2CAP socket layer initialized
 [   13.348152] Bluetooth: SCO socket layer initialized
 [   14.270573] Bluetooth: can't load firmware, may not work correctly
 [   21.295073] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
 [   21.295083] Bluetooth: BNEP filters: protocol multicast
 [   21.295104] Bluetooth: BNEP socket layer initialized
 [   21.319534] Bluetooth: RFCOMM TTY layer initialized
 [   21.319565] Bluetooth: RFCOMM socket layer initialized
 [   21.319590] Bluetooth: RFCOMM ver 1.11

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-45-generic 3.13.0-45.74
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  walter 1975 F pulseaudio
 /dev/snd/controlC0:  walter 1975 F pulseaudio
CurrentDesktop: Unity
Date: Thu Feb 12 14:35:42 2015
HibernationDevice: RESUME=UUID=d07e5522-cadf-4724-8aa4-b4411094fbaa
InstallationDate: Installed on 2014-08-01 (195 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: LENOVO 36852BG
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-45-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-45-generic N/A
 linux-backports-modules-3.13.0-45-generic  N/A
 linux-firmware 1.127.11
SourcePackage: linux
StagingDrivers: rts5139
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/26/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: HPET68WW(1.06)
dmi.board.asset.tag: Not Available
dmi.board.name: 36852BG
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.modalias: 
dmi:bvnLENOVO:bvrHPET68WW(1.06):bd12/26/2012:svnLENOVO:pn36852BG:pvrLenovoB575e:rvnLENOVO:rn36852BG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 36852BG
dmi.product.version: Lenovo B575e
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug staging 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/1421212

Title:
  Bluetooth working randomly

Status in linux package in Ubuntu:
  New

Bug description:
  Bluetooth is working randomly, at boot sometimes gives

   Bluetooth: hci0 sending frame failed

  
  Ubuntu 14.04 LTS, update

  uname -a
  $ Lenovo-B575e 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

  lspci | grep Wireless
  $ Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network 
Adapter (rev 01)

  dmesg log

  diff boot_notworking.log bootworking.log| grep luetooth

   [   17.946819] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is 
unblocked
   [   18.890810] Bluetooth: Core ver 2.17
   [   18.890860] Bluetooth: HCI device and connection manager initialized
   [   18.890878] Bluetooth: HCI socket layer initialized
   [   18.890884] Bluetooth: L2CAP socket layer initialized
   [   18.890894] Bluetooth: SCO socket layer initialized
   [   

[Kernel-packages] [Bug 1420260] [NEW] MMC not recognized

2015-02-10 Thread Wolf Rogner
] ? 
sdhci_finish_command+0x160/0x160 [sdhci]
Feb 10 12:57:57 mbr kernel: [  452.313345]  [8107e740] 
run_timer_softirq+0x260/0x370
Feb 10 12:57:57 mbr kernel: [  452.313350]  [81075754] 
__do_softirq+0x124/0x2e0
Feb 10 12:57:57 mbr kernel: [  452.313354]  [81075b0d] 
irq_exit+0xfd/0x110
Feb 10 12:57:57 mbr kernel: [  452.313360]  [8178d254] 
smp_apic_timer_interrupt+0x44/0x50
Feb 10 12:57:57 mbr kernel: [  452.313365]  [8178b33d] 
apic_timer_interrupt+0x6d/0x80
Feb 10 12:57:57 mbr kernel: [  452.313367]  EOI  [8161b0ac] ? 
cpuidle_enter_state+0x4c/0xc0
Feb 10 12:57:57 mbr kernel: [  452.313380]  [8161b207] 
cpuidle_enter+0x17/0x20
Feb 10 12:57:57 mbr kernel: [  452.313387]  [810b9d27] 
cpu_startup_entry+0x347/0x480
Feb 10 12:57:57 mbr kernel: [  452.313394]  [81775457] 
rest_init+0x77/0x80
Feb 10 12:57:57 mbr kernel: [  452.313400]  [81d43f80] 
start_kernel+0x456/0x463
Feb 10 12:57:57 mbr kernel: [  452.313405]  [81d43120] ? 
early_idt_handlers+0x120/0x120
Feb 10 12:57:57 mbr kernel: [  452.313410]  [81d434d7] 
x86_64_start_reservations+0x2a/0x2c
Feb 10 12:57:57 mbr kernel: [  452.313410]  [81d434d7] 
x86_64_start_reservations+0x2a/0x2c
Feb 10 12:57:57 mbr kernel: [  452.313414]  [81d4361c] 
x86_64_start_kernel+0x143/0x152
Feb 10 12:57:57 mbr kernel: [  452.313417] ---[ end trace c5ceec53c4a90a4d ]---
Feb 10 12:58:07 mbr kernel: [  462.325984] mmc0: Timeout waiting for hardware 
interrupt.
Feb 10 12:58:07 mbr kernel: [  462.377996] sdhci: Timeout waiting for Buffer 
Read Ready interrupt during tuning procedure, falling back to fixed sampling 
clock

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-30-generic 3.16.0-30.40
ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.14.7-0ubuntu8.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wolf   3509 F pulseaudio
 /dev/snd/controlC0:  wolf   3509 F pulseaudio
CurrentDesktop: Unity
Date: Tue Feb 10 13:03:01 2015
GvfsMonitorLog: Monitoring events. Press Ctrl+C to quit.
HibernationDevice: RESUME=UUID=82dd2ca4-5c1e-43dc-b83e-d93e6166e5c4
HotplugNewDevices:
 
HotplugNewMounts:
 
InstallationDate: Installed on 2013-05-17 (633 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac (20130424)
MachineType: Apple Inc. MacBookPro10,1
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=3679e976-6405-4981-aa99-8c79d15e6aa3 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-30-generic N/A
 linux-backports-modules-3.16.0-30-generic  N/A
 linux-firmware 1.138.1
SourcePackage: linux
Symptom: storage
UdisksMonitorLog:
 Monitoring the udisks daemon. Press Ctrl+C to exit.
 13:03:17.058: The udisks-daemon is running (name-owner :1.66).
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/21/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-C3EC7CD22292981F
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro10,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-C3EC7CD22292981F
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
dmi.product.name: MacBookPro10,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/1420260

Title:
  MMC not recognized

Status in linux package in Ubuntu:
  New

Bug description:
  Hardware: Apple Macbook Pro Retina 15
  Ubuntu 14.10
  Linux mbr 3.16.0-30-generic #40-Ubuntu SMP Mon Jan 12 22:06:37 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

  Inserting an SD card - Card not recognized, no /dev/mmcblkx exists
  Booting with SD card inserted - boot does not complete, removing card - 
boot completes /dev/mmcblk0 exists
  Inserting SD card - Card not recognized

  /var/log/syslog:

  Feb 10 12:57:17 mbr kernel: [  412.134021] ---[ end trace c5ceec53c4a90a4c 
]---
  Feb 10 12:57:27 mbr kernel: [  422.146543] mmc0: Timeout waiting for hardware 
in
  terrupt.
  Feb 10 12:57:27 mbr kernel: [  422.198540] sdhci: Timeout waiting for Buffer 
Rea
  d Ready interrupt during tuning procedure, falling back to fixed sampling 
clock
  Feb 10 12:57:37 mbr kernel: [  432.223382] mmc0: Timeout waiting for hardware 
in
  terrupt.
  Feb 10 12:57:37 mbr kernel: [  432.223553] mmcblk0: error -110 sending

[Kernel-packages] [Bug 39259] Re: slmodemd must be restarted after resume from suspend

2014-12-10 Thread Tobias Wolf
This is an 8 year old bug. My current laptop doesn’t have an internal
modem anymore.

From my PoV this can be closed.

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

Title:
  slmodemd must be restarted after resume from suspend

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I occasionally use my internal modem to connect to the net. If the
  laptop has been send to S3 sleep the /etc/init.d/sl-modem-daemon
  script has to be restarted; otherwise the modem is dead (No Carrier)
  after resuming from suspend.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/39259/+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 1316221] Re: [Lenovo Thinkpad Twist] Won't stay suspended after first suspend

2014-11-06 Thread Aaron Wolf
I don't know if I should mark this as fixed upstream or fixed or
whatever. I am having a very hard time reproducing it lately.

Basically, I rarely restart anyway, but I know that within the last
couple months, I have experienced this on the 3.13 kernel. However, I
installed the 3.18 latest mainline and tried and failed to reproduce. I
don't have a guaranteed way to know that it's fixed though, and I can't
stay with 3.18 for long time to keep testing since the wifi doesn't work
with 3.18.

So, I guess I have to live with saying that *maybe* this is fixed
upstream.

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

Title:
  [Lenovo Thinkpad Twist] Won't stay suspended after first suspend

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  I am running 14.04 Trusty Tahr with KDE, so this is *not* a mir or
  Unity issue. After boot, the system will suspend once, then after that
  it will wake up on its own immediately after suspend.

  WORKAROUND: Running the following will fix the issue until the following 
reboot:
  echo EHC1 | sudo tee /proc/acpi/wakeup

  ---
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  CurrentDmesg:
   [   10.300317] psmouse serio2: alps: Unknown ALPS touchpad: E7=10 00 64, 
EC=10 00 64
   [   12.247478] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, 
buttons: 3/3
   [   12.563146] input: TPPS/2 IBM TrackPoint as 
/devices/platform/i8042/serio1/serio2/input/input14
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=438d66a9-3409-4433-b18a-92b6d483243b
  InstallationDate: Installed on 2014-05-03 (4 days ago)
  InstallationMedia: KXStudio 14.04 (Live 64bit)
  MachineType: LENOVO 33474HU
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-lowlatency 
root=UUID=82174999-4881-4475-8d12-25652dc0db33 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.47-lowlatency 3.13.9
  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.13.0-24-lowlatency N/A
   linux-backports-modules-3.13.0-24-lowlatency  N/A
   linux-firmware1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin netdev plugdev sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/30/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GDET33WW (1.03 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 33474HU
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGDET33WW(1.03):bd08/30/2012:svnLENOVO:pn33474HU:pvrThinkPadTwist:rvnLENOVO:rn33474HU:rvrWin8STDDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 33474HU
  dmi.product.version: ThinkPad Twist
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1316221/+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 1316221] Re: [Lenovo Thinkpad Twist] Won't stay suspended after first suspend

2014-11-06 Thread Aaron Wolf
Sorry, I can't make this sensible for testing because I have failed to
discover a 100% reliable method for reproduction. My memory is that a
while back (when I was on 12.04) I could reproduce it consistently. But
now, I could go a while thinking it's fixed and then sometime it shows
up again (or at least that happened ever). So I no longer feel confident
in having any method to reliably reproduce. It becomes a matter of using
the computer over a long time and seeing if it ever recurs. That's not a
functional way to go through bisecting.

So, I'm going to have to leave it at not a problem for me now really
and hope that either it just is fixed or that someone else reproduces it
reliably… If I ever come upon a totally reliable way to reproduce the
bug, then I will try the bisecting.

Thanks for your understanding and help.

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

Title:
  [Lenovo Thinkpad Twist] Won't stay suspended after first suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I am running 14.04 Trusty Tahr with KDE, so this is *not* a mir or
  Unity issue. After boot, the system will suspend once, then after that
  it will wake up on its own immediately after suspend.

  WORKAROUND: Running the following will fix the issue until the following 
reboot:
  echo EHC1 | sudo tee /proc/acpi/wakeup

  ---
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  CurrentDmesg:
   [   10.300317] psmouse serio2: alps: Unknown ALPS touchpad: E7=10 00 64, 
EC=10 00 64
   [   12.247478] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, 
buttons: 3/3
   [   12.563146] input: TPPS/2 IBM TrackPoint as 
/devices/platform/i8042/serio1/serio2/input/input14
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=438d66a9-3409-4433-b18a-92b6d483243b
  InstallationDate: Installed on 2014-05-03 (4 days ago)
  InstallationMedia: KXStudio 14.04 (Live 64bit)
  MachineType: LENOVO 33474HU
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-lowlatency 
root=UUID=82174999-4881-4475-8d12-25652dc0db33 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.47-lowlatency 3.13.9
  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.13.0-24-lowlatency N/A
   linux-backports-modules-3.13.0-24-lowlatency  N/A
   linux-firmware1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin netdev plugdev sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/30/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GDET33WW (1.03 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 33474HU
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGDET33WW(1.03):bd08/30/2012:svnLENOVO:pn33474HU:pvrThinkPadTwist:rvnLENOVO:rn33474HU:rvrWin8STDDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 33474HU
  dmi.product.version: ThinkPad Twist
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1316221/+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 1316221] Re: [Lenovo Thinkpad Twist] Won't stay suspended after first suspend

2014-11-04 Thread Aaron Wolf
Hi, I started looking at this, but at
https://wiki.ubuntu.com/Bugs/Upstream/kernel it says booted into the
newest available upstream mainline kernel only — I am still on 14.04
trusty. Do I install the newest thing marked for trusty or go ahead and
install a kernel for utopic? Also, I do audio work, can I stick with
low-latency kernel? That seems unrelated to the issue here…

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

Title:
  [Lenovo Thinkpad Twist] Won't stay suspended after first suspend

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  I am running 14.04 Trusty Tahr with KDE, so this is *not* a mir or
  Unity issue. After boot, the system will suspend once, then after that
  it will wake up on its own immediately after suspend.

  WORKAROUND: Running the following will fix the issue until the following 
reboot:
  echo EHC1 | sudo tee /proc/acpi/wakeup

  ---
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  CurrentDmesg:
   [   10.300317] psmouse serio2: alps: Unknown ALPS touchpad: E7=10 00 64, 
EC=10 00 64
   [   12.247478] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, 
buttons: 3/3
   [   12.563146] input: TPPS/2 IBM TrackPoint as 
/devices/platform/i8042/serio1/serio2/input/input14
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=438d66a9-3409-4433-b18a-92b6d483243b
  InstallationDate: Installed on 2014-05-03 (4 days ago)
  InstallationMedia: KXStudio 14.04 (Live 64bit)
  MachineType: LENOVO 33474HU
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-lowlatency 
root=UUID=82174999-4881-4475-8d12-25652dc0db33 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.47-lowlatency 3.13.9
  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.13.0-24-lowlatency N/A
   linux-backports-modules-3.13.0-24-lowlatency  N/A
   linux-firmware1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin netdev plugdev sambashare sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/30/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GDET33WW (1.03 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 33474HU
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGDET33WW(1.03):bd08/30/2012:svnLENOVO:pn33474HU:pvrThinkPadTwist:rvnLENOVO:rn33474HU:rvrWin8STDDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 33474HU
  dmi.product.version: ThinkPad Twist
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1316221/+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 1367100] Re: Right mouse button not responsive after resume from sleep

2014-10-11 Thread Wolf Rogner
This seems to be still the case with 3.17 (just tried it on the fly)

Still there in the current 3.13.0-37 generic 64bit kernel

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

Title:
  Right mouse button not responsive after resume from sleep

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My Apple Magic mouse does not accept right mouse button clicks after
  resuming from suspend.

  In order to make it work again I have to either

  - reboot the system
  - start a VM with Windows, and come back to Ubuntu (weired)

  Can't use apport-bug to report bug as there is no package associated with this
  --- 
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   3894 F pulseaudio
   /dev/snd/controlC0:  wolf   3894 F pulseaudio
   /dev/snd/pcmC0D0p:   wolf   3894 F...m pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=82dd2ca4-5c1e-43dc-b83e-d93e6166e5c4
  InstallationDate: Installed on 2013-05-17 (479 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac 
(20130424)
  MachineType: Apple Inc. MacBookPro10,1
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=3679e976-6405-4981-aa99-8c79d15e6aa3 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.5
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-20 (142 days ago)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,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/1367100/+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 1367100] ProcInterrupts.txt

2014-09-09 Thread Wolf Rogner
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1367100/+attachment/4199937/+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/1367100

Title:
  Right mouse button not responsive after resume from sleep

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My Apple Magic mouse does not accept right mouse button clicks after
  resuming from suspend.

  In order to make it work again I have to either

  - reboot the system
  - start a VM with Windows, and come back to Ubuntu (weired)

  Can't use apport-bug to report bug as there is no package associated with this
  --- 
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wolf   3894 F pulseaudio
   /dev/snd/controlC0:  wolf   3894 F pulseaudio
   /dev/snd/pcmC0D0p:   wolf   3894 F...m pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=82dd2ca4-5c1e-43dc-b83e-d93e6166e5c4
  InstallationDate: Installed on 2013-05-17 (479 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac 
(20130424)
  MachineType: Apple Inc. MacBookPro10,1
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=3679e976-6405-4981-aa99-8c79d15e6aa3 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-36-generic N/A
   linux-backports-modules-3.13.0-36-generic  N/A
   linux-firmware 1.127.5
  Tags:  trusty
  Uname: Linux 3.13.0-36-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-20 (142 days ago)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,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/1367100/+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   >