[Kernel-packages] [Bug 1801642] Re: Bluetooth mouse sleeps after 5 seconds of inactivity, but btusb.enable_autosuspend=0 fixes it

2022-08-11 Thread Christophe Combelles
For an unknown reason, the TLP setting is not applied after
suspend/resume.

The thing I found to work for me is creating a file /lib/systemd/system-
sleep/bt_autosuspend with this content, using the exact same line used
by powertop (and set it executable) :

#!/bin/sh

# prevent the btusb from suspending after resume

case $1 in
pre)   ;;
post) echo 'on' > '/sys/bus/usb/devices/1-7/power/control';;
esac

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

Title:
  Bluetooth mouse sleeps after 5 seconds of inactivity, but
  btusb.enable_autosuspend=0 fixes it

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm having bluetooth mouse lag issue. After leaving it stationary for
  5 seconds, I have to move it for 2 seconds before the pointer starts
  moving.

  I recently upgraded to Cosmic 3 days ago (from Bionic). There was no
  issue in the first 3 days, including after suspend/restart/shutdown.
  This issue only appears starting today.

  I tried:
  1. Running 'bluetoothctl' and then 'scan off'. The command failed to run with 
'Failed to stop discovery: org.bluez.Error.Failed'.
  2. modprobe -r btusb, then modprobe it again.
  3. sudo sh -c 'echo N > /sys/module/drm_kms_helper/parameters/poll'
  4. Disabling wifi.

  $ apt-cache policy bluez
  5.50-0ubuntu1

  $uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; 
dmesg | grep -i firmware; lsmod | grep bluetooth
  4.18.0-10-generic #11
  02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 
[8086:08b1] (rev 73)
Subsystem: Intel Corporation Dual Band Wireless-N 7260 [8086:4460]
Kernel driver in use: iwlwifi
  03:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
Subsystem: Dell RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller [1028:05f9]
Kernel driver in use: r8169
Kernel modules: r8169
  Bus 001 Device 002: ID 8087:8000 Intel Corp. 
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 003 Device 003: ID 17e9:4301 DisplayLink 
  Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 002 Device 047: ID 04f3:0206 Elan Microelectronics Corp. 
  Bus 002 Device 006: ID 8087:07dc Intel Corp. 
  Bus 002 Device 034: ID 0461:4d51 Primax Electronics, Ltd 0Y357C PMX-MMOCZUL 
(B) [Dell Laser Mouse]
  Bus 002 Device 118: ID 0853:0132 Topre Corporation 
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  [  287.361153] hid-generic 0005:046D:B012.0005: input,hidraw2: BLUETOOTH HID 
v0.14 Keyboard [MX Master] on FC:F8:AE:33:C7:31
  bluetooth 548864  33 btrtl,btintel,btbcm,bnep,btusb,rfcomm
  ecdh_generic   24576  2 bluetooth

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: bluez 5.50-0ubuntu1
  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
  CurrentDesktop: MATE
  Date: Mon Nov  5 13:40:01 2018
  InstallationDate: Installed on 2018-07-08 (119 days ago)
  InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Dell Inc. Inspiron 7537
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-10-generic 
root=/dev/mapper/ubuntu--mate--vg-root ro ipv6.disable=1 quiet splash 
i915.enable_psr=0
  SourcePackage: bluez
  UpgradeStatus: Upgraded to cosmic on 2018-11-02 (3 days ago)
  dmi.bios.date: 10/31/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 07PF9F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd10/31/2013:svnDellInc.:pnInspiron7537:pvr:rvnDellInc.:rn07PF9F:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.family: Shark Bay ULT
  dmi.product.name: Inspiron 7537
  dmi.product.sku: Inspiron 7537
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: FC:F8:AE:33:C7:31  ACL MTU: 1021:5  SCO MTU: 96:5
UP RUNNING 
RX bytes:2380 acl:32 sco:0 events:208 errors:0
TX bytes:28560 acl:29 sco:0 commands:170 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801642/+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 1801642] Re: Bluetooth mouse sleeps after 5 seconds of inactivity, but btusb.enable_autosuspend=0 fixes it

2022-08-01 Thread Christophe Combelles
Got it under Debian 11

Short summary without completely disabling btusb autosuspend :

- Run powertop and identify the line in the "Tunables" tab that fix your 
problem when you switch it to "Bad" by hitting the Enter key.
  For instance >> Good  Autosuspend for unknown USB device 1-7 
(a1b2:c3d4) 
- In /etc/tlp.conf, add a line with USB_BLACKLIST="a1b2:c3d4"
- restart tlp (systemctl restart tlp)

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

Title:
  Bluetooth mouse sleeps after 5 seconds of inactivity, but
  btusb.enable_autosuspend=0 fixes it

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I'm having bluetooth mouse lag issue. After leaving it stationary for
  5 seconds, I have to move it for 2 seconds before the pointer starts
  moving.

  I recently upgraded to Cosmic 3 days ago (from Bionic). There was no
  issue in the first 3 days, including after suspend/restart/shutdown.
  This issue only appears starting today.

  I tried:
  1. Running 'bluetoothctl' and then 'scan off'. The command failed to run with 
'Failed to stop discovery: org.bluez.Error.Failed'.
  2. modprobe -r btusb, then modprobe it again.
  3. sudo sh -c 'echo N > /sys/module/drm_kms_helper/parameters/poll'
  4. Disabling wifi.

  $ apt-cache policy bluez
  5.50-0ubuntu1

  $uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; 
dmesg | grep -i firmware; lsmod | grep bluetooth
  4.18.0-10-generic #11
  02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 
[8086:08b1] (rev 73)
Subsystem: Intel Corporation Dual Band Wireless-N 7260 [8086:4460]
Kernel driver in use: iwlwifi
  03:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
Subsystem: Dell RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller [1028:05f9]
Kernel driver in use: r8169
Kernel modules: r8169
  Bus 001 Device 002: ID 8087:8000 Intel Corp. 
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 003 Device 003: ID 17e9:4301 DisplayLink 
  Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 002 Device 047: ID 04f3:0206 Elan Microelectronics Corp. 
  Bus 002 Device 006: ID 8087:07dc Intel Corp. 
  Bus 002 Device 034: ID 0461:4d51 Primax Electronics, Ltd 0Y357C PMX-MMOCZUL 
(B) [Dell Laser Mouse]
  Bus 002 Device 118: ID 0853:0132 Topre Corporation 
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  [  287.361153] hid-generic 0005:046D:B012.0005: input,hidraw2: BLUETOOTH HID 
v0.14 Keyboard [MX Master] on FC:F8:AE:33:C7:31
  bluetooth 548864  33 btrtl,btintel,btbcm,bnep,btusb,rfcomm
  ecdh_generic   24576  2 bluetooth

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: bluez 5.50-0ubuntu1
  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
  CurrentDesktop: MATE
  Date: Mon Nov  5 13:40:01 2018
  InstallationDate: Installed on 2018-07-08 (119 days ago)
  InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Dell Inc. Inspiron 7537
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-10-generic 
root=/dev/mapper/ubuntu--mate--vg-root ro ipv6.disable=1 quiet splash 
i915.enable_psr=0
  SourcePackage: bluez
  UpgradeStatus: Upgraded to cosmic on 2018-11-02 (3 days ago)
  dmi.bios.date: 10/31/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 07PF9F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd10/31/2013:svnDellInc.:pnInspiron7537:pvr:rvnDellInc.:rn07PF9F:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.family: Shark Bay ULT
  dmi.product.name: Inspiron 7537
  dmi.product.sku: Inspiron 7537
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: FC:F8:AE:33:C7:31  ACL MTU: 1021:5  SCO MTU: 96:5
UP RUNNING 
RX bytes:2380 acl:32 sco:0 events:208 errors:0
TX bytes:28560 acl:29 sco:0 commands:170 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801642/+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 1909369] [NEW] linux-headers-5.10.3-051003-generic is not supported

2020-12-26 Thread Christophe TORRES
Public bug reported:

> $  lsb_release -rd   
Description:Ubuntu 20.04.1 LTS
Release:20.04

> $  sudo apt-cache policy bcmwl-kernel-source 
bcmwl-kernel-source:
  Installé : (aucun)
  Candidat : 6.30.223.271+bdcom-0ubuntu5
 Table de version :
 6.30.223.271+bdcom-0ubuntu5 500
500 http://fr.archive.ubuntu.com/ubuntu focal/restricted amd64 Packages

Hello,

I tried to install a wireless network adapter broadcom BCM4360, i nned to 
install the package bcmwl-kernel-source but when i try to install it i have the 
following error : "ERROR (dkms apport): kernel package 
linux-headers-5.10.3-051003-generic is not supported
Error! Bad return status for module build on kernel: 5.10.3-051003-generic 
(x86_64)
"

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: bcmwl-kernel-source (not installed)
Uname: Linux 5.10.3-051003-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Dec 26 21:16:07 2020
InstallationDate: Installed on 2020-01-05 (356 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: bcmwl
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  linux-headers-5.10.3-051003-generic is not supported

Status in bcmwl package in Ubuntu:
  New

Bug description:
  > $  lsb_release -rd  
 
  Description:  Ubuntu 20.04.1 LTS
  Release:  20.04

  > $  sudo apt-cache policy bcmwl-kernel-source
 
  bcmwl-kernel-source:
Installé : (aucun)
Candidat : 6.30.223.271+bdcom-0ubuntu5
   Table de version :
   6.30.223.271+bdcom-0ubuntu5 500
  500 http://fr.archive.ubuntu.com/ubuntu focal/restricted amd64 
Packages

  Hello,

  I tried to install a wireless network adapter broadcom BCM4360, i nned to 
install the package bcmwl-kernel-source but when i try to install it i have the 
following error : "ERROR (dkms apport): kernel package 
linux-headers-5.10.3-051003-generic is not supported
  Error! Bad return status for module build on kernel: 5.10.3-051003-generic 
(x86_64)
  "

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: bcmwl-kernel-source (not installed)
  Uname: Linux 5.10.3-051003-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec 26 21:16:07 2020
  InstallationDate: Installed on 2020-01-05 (356 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/usr/bin/zsh
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1909369/+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 1891020] Re: No IPv4 iptable kernel module can be loaded

2020-08-12 Thread jean-christophe manciot
Yes, the issue is solved:
# uname -r
5.8.0-16-generic

# lsmod | grep iptable_
iptable_filter 16384  1
iptable_nat16384  1
nf_nat 49152  3 ip6table_nat,iptable_nat,xt_MASQUERADE
iptable_mangle 16384  1
ip_tables  32768  13 iptable_filter,iptable_nat,iptable_mangle
x_tables   45056  19 
ebtables,ip6table_filter,xt_conntrack,iptable_filter,xt_NFLOG,xt_tcpudp,xt_addrtype,xt_CHECKSUM,ip6t_rt,xt_geoip,ip6_tables,ipt_REJECT,ip_tables,xt_limit,xt_hl,ip6table_mangle,xt_MASQUERADE,ip6t_REJECT,iptable_mangle

# systemctl status netfilter-persistent
● netfilter-persistent.service - netfilter persistent configuration
 Loaded: loaded (/lib/systemd/system/netfilter-persistent.service; enabled; 
vendor preset: enabled)
Drop-In: /etc/systemd/system/netfilter-persistent.service.d
 └─iptables.conf
 Active: active (exited) since Thu 2020-08-13 00:45:54 CEST; 6min ago
   Docs: man:netfilter-persistent(8)
   Main PID: 1073 (code=exited, status=0/SUCCESS)
  Tasks: 0 (limit: 18998)
 Memory: 0B
 CGroup: /system.slice/netfilter-persistent.service

Aug 13 00:45:53 samsung5-ubuntu systemd[1]: Starting netfilter persistent 
configuration...
Aug 13 00:45:53 samsung5-ubuntu netfilter-persistent[1084]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
Aug 13 00:45:54 samsung5-ubuntu netfilter-persistent[1084]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
Aug 13 00:45:54 samsung5-ubuntu systemd[1]: Finished netfilter persistent 
configuration.

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

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

Title:
  No IPv4 iptable kernel module can be loaded

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu groovy
  linux-modules-5.8.0-12-generic 5.8.0-12.13

  # uname -r
  5.8.0-12-generic

  After reboot, 
  1) no IPv4 iptable kernel module are loaded:
  # lsmod|grep iptable
  #

  2) all IPv4 iptable kernel modules are present:
  # find /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter -name 
"iptable_*"
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_filter.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_nat.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_mangle.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_raw.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_security.ko

  3) No IPv4 iptable kernel modules can be loaded:
  # for module in iptable_filter iptable_nat iptable_mangle; do modprobe 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/${module}.ko; done
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_filter.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_nat.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_mangle.ko not 
found in directory /lib/modules/5.8.0-12-generic

  4) Same issue after re-creating the module dependency:
  # depmod
  # for module in iptable_filter iptable_nat iptable_mangle; do modprobe 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/${module}.ko; done
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_filter.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_nat.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_mangle.ko not 
found in directory /lib/modules/5.8.0-12-generic

  No such issue with linux-modules-5.4.0-42-generic.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1891020/+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 1891020] Re: No IPv4 iptable kernel module can be loaded

2020-08-12 Thread jean-christophe manciot
** 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/1891020

Title:
  No IPv4 iptable kernel module can be loaded

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu groovy
  linux-modules-5.8.0-12-generic 5.8.0-12.13

  # uname -r
  5.8.0-12-generic

  After reboot, 
  1) no IPv4 iptable kernel module are loaded:
  # lsmod|grep iptable
  #

  2) all IPv4 iptable kernel modules are present:
  # find /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter -name 
"iptable_*"
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_filter.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_nat.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_mangle.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_raw.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_security.ko

  3) No IPv4 iptable kernel modules can be loaded:
  # for module in iptable_filter iptable_nat iptable_mangle; do modprobe 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/${module}.ko; done
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_filter.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_nat.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_mangle.ko not 
found in directory /lib/modules/5.8.0-12-generic

  4) Same issue after re-creating the module dependency:
  # depmod
  # for module in iptable_filter iptable_nat iptable_mangle; do modprobe 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/${module}.ko; done
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_filter.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_nat.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_mangle.ko not 
found in directory /lib/modules/5.8.0-12-generic

  No such issue with linux-modules-5.4.0-42-generic.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1891020/+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 1891020] Re: No IPv4 iptable kernel module can be loaded

2020-08-12 Thread jean-christophe manciot
Something has changed since my first post: now, right after boot, 
iptable_filter is loaded, but not the other IPv4 iptable kernel modules:
# lsmod | grep iptable_
iptable_filter 16384  0
ip_tables  32768  1 iptable_filter
x_tables   45056  14 
ebtables,ip6table_filter,xt_conntrack,iptable_filter,xt_NFLOG,xt_tcpudp,ip6t_rt,xt_geoip,ip6_tables,ip_tables,xt_limit,xt_hl,ip6table_mangle,ip6t_REJECT

# systemctl status netfilter-persistent
● netfilter-persistent.service - netfilter persistent configuration
 Loaded: loaded (/lib/systemd/system/netfilter-persistent.service; enabled; 
vendor preset: enabled)
Drop-In: /etc/systemd/system/netfilter-persistent.service.d
 └─iptables.conf
 Active: failed (Result: exit-code) since Wed 2020-08-12 10:09:33 CEST; 
5min ago
   Docs: man:netfilter-persistent(8)
Process: 1108 ExecStart=/usr/sbin/netfilter-persistent start (code=exited, 
status=1/FAILURE)
   Main PID: 1108 (code=exited, status=1/FAILURE)

Aug 12 10:09:32 samsung5-ubuntu systemd[1]: Starting netfilter persistent 
configuration...
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1113]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1126]: iptables-restore 
v1.8.5 (legacy): iptables-restore: unable to initialize table 'mangle'
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1126]: Error occurred at 
line: 2
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1126]: Try 
`iptables-restore -h' or 'iptables-restore --help' for more information.
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1113]: run-parts: 
/usr/share/netfilter-persistent/plugins.d/15-ip4tables exited with return code 2
Aug 12 10:09:33 samsung5-ubuntu netfilter-persistent[1113]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
Aug 12 10:09:33 samsung5-ubuntu systemd[1]: netfilter-persistent.service: Main 
process exited, code=exited, status=1/FAILURE
Aug 12 10:09:33 samsung5-ubuntu systemd[1]: netfilter-persistent.service: 
Failed with result 'exit-code'.
Aug 12 10:09:33 samsung5-ubuntu systemd[1]: Failed to start netfilter 
persistent configuration.

It is possible to load the other IPv4 iptable kernel modules, but it seems 
useless since the iptables cannot be loaded:
# for module in iptable_nat iptable_mangle
> do 
> insmod 
> /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/${module}.ko
> done

# lsmod | grep iptable_
iptable_mangle 16384  0
iptable_nat16384  0
iptable_filter 16384  0
nf_nat 49152  2 ip6table_nat,iptable_nat
ip_tables  32768  3 iptable_filter,iptable_nat,iptable_mangle
x_tables   45056  15 
ebtables,ip6table_filter,xt_conntrack,iptable_filter,xt_NFLOG,xt_tcpudp,ip6t_rt,xt_geoip,ip6_tables,ip_tables,xt_limit,xt_hl,ip6table_mangle,ip6t_REJECT,iptable_mangle

# systemctl restart netfilter-persistent
Job for netfilter-persistent.service failed because the control process exited 
with error code.
See "systemctl status netfilter-persistent.service" and "journalctl -xe" for 
details.

# systemctl status netfilter-persistent
● netfilter-persistent.service - netfilter persistent configuration
 Loaded: loaded (/lib/systemd/system/netfilter-persistent.service; enabled; 
vendor preset: enabled)
Drop-In: /etc/systemd/system/netfilter-persistent.service.d
 └─iptables.conf
 Active: failed (Result: exit-code) since Wed 2020-08-12 10:18:55 CEST; 3s 
ago
   Docs: man:netfilter-persistent(8)
Process: 5762 ExecStart=/usr/sbin/netfilter-persistent start (code=exited, 
status=1/FAILURE)
   Main PID: 5762 (code=exited, status=1/FAILURE)

Aug 12 10:18:55 samsung5-ubuntu systemd[1]: Starting netfilter persistent 
configuration...
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5764]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5766]: iptables-restore 
v1.8.5 (legacy): iptables-restore: unable to initialize table 'mangle'
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5766]: Error occurred at 
line: 2
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5766]: Try 
`iptables-restore -h' or 'iptables-restore --help' for more information.
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5764]: run-parts: 
/usr/share/netfilter-persistent/plugins.d/15-ip4tables exited with return code 2
Aug 12 10:18:55 samsung5-ubuntu netfilter-persistent[5764]: run-parts: 
executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
Aug 12 10:18:55 samsung5-ubuntu systemd[1]: netfilter-persistent.service: Main 
process exited, code=exited, status=1/FAILURE
Aug 12 10:18:55 samsung5-ubuntu systemd[1]: netfilter-persistent.service: 
Failed with result 'exit-code'.
Aug 12 10:18:55 samsung5-ubuntu systemd[1]: Failed to start netfilter 
persistent 

[Kernel-packages] [Bug 1891020] Re: No IPv4 iptable kernel module can be loaded

2020-08-11 Thread jean-christophe manciot
** Summary changed:

- iptable_filter and ip6table_filter cannot be loaded with 5.8 kernel
+ No IPv4 iptable kernel module can be loaded

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

Title:
  No IPv4 iptable kernel module can be loaded

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu groovy
  linux-modules-5.8.0-12-generic 5.8.0-12.13

  # uname -r
  5.8.0-12-generic

  After reboot, 
  1) no IPv4 iptable kernel module are loaded:
  # lsmod|grep iptable
  #

  2) all IPv4 iptable kernel modules are present:
  # find /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter -name 
"iptable_*"
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_filter.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_nat.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_mangle.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_raw.ko
  /lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_security.ko

  3) No IPv4 iptable kernel modules can be loaded:
  # for module in iptable_filter iptable_nat iptable_mangle; do modprobe 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/${module}.ko; done
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_filter.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_nat.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_mangle.ko not 
found in directory /lib/modules/5.8.0-12-generic

  4) Same issue after re-creating the module dependency:
  # depmod
  # for module in iptable_filter iptable_nat iptable_mangle; do modprobe 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/${module}.ko; done
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_filter.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_nat.ko not 
found in directory /lib/modules/5.8.0-12-generic
  modprobe: FATAL: Module 
/lib/modules/5.8.0-12-generic/kernel/net/ipv4/netfilter/iptable_mangle.ko not 
found in directory /lib/modules/5.8.0-12-generic

  No such issue with linux-modules-5.4.0-42-generic.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1891020/+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 1876815] [NEW] wifi issue with 5.4.0-28 lowlatency kernel

2020-05-04 Thread christophe moreau
Public bug reported:

hello,
after fresh ubuntustudio 20.04 install, everything worked out the box
But after 5.4.0-28 lowlatency kernel update, wifi does not work properly
Connection to the wifi modem is ok, but network is abnormaly slow. Come bake to 
the previous kernel 5.4.0-26 fix the issue (both kernel using same 
backport-iwlwifi-dkms driver)
Hope this will help, and the issue will be fixed in the next released, be safe, 
bye

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-lowlatency 5.4.0.28.33
ProcVersionSignature: Ubuntu 5.4.0-28.32-lowlatency 5.4.30
Uname: Linux 5.4.0-28-lowlatency x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC3:  transistor   2177 F pulseaudio
 /dev/snd/controlC2:  transistor   2177 F pulseaudio
 /dev/snd/controlC1:  transistor   2177 F pulseaudio
 /dev/snd/controlC0:  transistor   2177 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Mon May  4 22:59:26 2020
InstallationDate: Installed on 2020-04-27 (7 days ago)
InstallationMedia: Ubuntu-Studio 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
MachineType: Micro-Star International Co., Ltd. GL75 9SE
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-28-lowlatency 
root=UUID=5f15-7a39-4245-8672-0f0aec9592f7 ro quiet splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-28-lowlatency N/A
 linux-backports-modules-5.4.0-28-lowlatency  N/A
 linux-firmware   1.187
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/25/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: E17E5IMS.103
dmi.board.asset.tag: Default string
dmi.board.name: MS-17E5
dmi.board.vendor: Micro-Star International Co., Ltd.
dmi.board.version: REV:1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Micro-Star International Co., Ltd.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE17E5IMS.103:bd06/25/2019:svnMicro-StarInternationalCo.,Ltd.:pnGL759SE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-17E5:rvrREV1.0:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrN/A:
dmi.product.family: GL
dmi.product.name: GL75 9SE
dmi.product.sku: 17E5.1
dmi.product.version: REV:1.0
dmi.sys.vendor: Micro-Star International Co., Ltd.

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


** Tags: amd64 apport-bug focal

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

Title:
  wifi issue with 5.4.0-28 lowlatency kernel

Status in linux package in Ubuntu:
  New

Bug description:
  hello,
  after fresh ubuntustudio 20.04 install, everything worked out the box
  But after 5.4.0-28 lowlatency kernel update, wifi does not work properly
  Connection to the wifi modem is ok, but network is abnormaly slow. Come bake 
to the previous kernel 5.4.0-26 fix the issue (both kernel using same 
backport-iwlwifi-dkms driver)
  Hope this will help, and the issue will be fixed in the next released, be 
safe, bye

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-lowlatency 5.4.0.28.33
  ProcVersionSignature: Ubuntu 5.4.0-28.32-lowlatency 5.4.30
  Uname: Linux 5.4.0-28-lowlatency x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  transistor   2177 F pulseaudio
   /dev/snd/controlC2:  transistor   2177 F pulseaudio
   /dev/snd/controlC1:  transistor   2177 F pulseaudio
   /dev/snd/controlC0:  transistor   2177 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Mon May  4 22:59:26 2020
  InstallationDate: Installed on 2020-04-27 (7 days ago)
  InstallationMedia: Ubuntu-Studio 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
  MachineType: Micro-Star International Co., Ltd. GL75 9SE
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-28-lowlatency 
root=UUID=5f15-7a39-4245-8672-0f0aec9592f7 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-28-lowlatency N/A
   linux-backports-modules-5.4.0-28-lowlatency  N/A
   linux-firmware   1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/25/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E17E5IMS.103
  dmi.board.asset.tag: Default string
  dmi.board.name: MS-17E5
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: N/A
  dmi.modalias: 

[Kernel-packages] [Bug 1830961] Re: Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-branch’ and ‘-fcf-protection’ are not compatible]

2019-07-13 Thread jean-christophe manciot
I confirm that on Ubuntu Eoan with:
- linux kernel 5.2.0-8.9
- gcc-9 9.1.0-8ubuntu1

I am able to:
- build DPDK 19.05
- install xtables-addons-dkms.

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

Title:
  Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-
  branch’ and ‘-fcf-protection’ are not compatible]

Status in gcc-9 package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-430 package in Ubuntu:
  Fix Released
Status in virtualbox package in Ubuntu:
  Invalid
Status in xtables-addons package in Ubuntu:
  Confirmed

Bug description:
  Compiling kernels & kernel modules fails due to these errors:

  ./include/linux/compiler.h:193:1: error: ‘-mindirect-branch’ and
  ‘-fcf-protection’ are not compatible

  (This happens with any kernel modules.)

  This appears to be due to the changes in 9.1.0-3ubuntu1 enabling -fcf-
  protection by default on 19.10's gcc-9.

  Switching to gcc-8 allows compilation to proceed.

  WORKAROUND:

  sudo ln -fs gcc-8 /usr/bin/gcc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/1830961/+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 1728244] Re: Touchpad stops working after reboot on Apollo Lake

2018-07-26 Thread Christophe Caralp
I have a Yepo 737A, when i use linux-modules-
extra-4.17.0-1-generic_4.17.0-1.2~lp1728244_amd64.deb, i can use WIFI, i
have a error when i want to connetc to my SSID

An idea?

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

Title:
  Touchpad stops working after reboot on Apollo Lake

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

Bug description:
  On the Jumper EZBook 3 Pro (V4) laptop, using an Apollo Lake N3450
  processor, if you install Ubuntu 17.10 (or less) with isorespin and
  use rEFInd as bootloader (this is the only way to get linux booting on
  this laptop) everything works out of the box, but after a reboot or
  two the touchpad stops working. Both in Ubuntu and Windows 10. The
  only way to restore functionality is to boot from usb key ubuntu 17.10
  respined, or disassemble laptop and detach-reattach battery cable.
  This is mesg | grep i2c_hid:

  
  [ 2056.460636] i2c_hid i2c-SYNA3602:00: i2c_hid_get_input: incomplete report 
(27/34)
  [ 3077.604699] i2c_hid i2c-SYNA3602:00: failed to reset device.
  [ 3077.605473] dpm_run_callback(): i2c_hid_resume+0x0/0xe0 [i2c_hid] returns 
-61
  [ 3080.468156] i2c_hid i2c-SYNA3602:00: i2c_hid_get_input: incomplete report 
(27/34)

  
  uname -rvps
  Linux 4.10.0-32-generic #36~16.04.1-Ubuntu SMP Wed Aug 9 09:19:02 UTC 2017 
x86_64

  There has to be a bug in the kernel. Any way to avoid this?

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1728244/+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 1752081] Re: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2

2018-05-16 Thread jean-christophe manciot
Same issue on 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/1752081

Title:
  platform regulatory.0: Direct firmware load for regulatory.db failed
  with error -2

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

Bug description:
  Hello,

  dmesg:
  [5.421791] platform regulatory.0: Direct firmware load for regulatory.db 
failed with error -2

  Regards,
  --
  Cristian

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-11-generic 4.15.0-11.12
  ProcVersionSignature: Ubuntu 4.15.0-11.12-generic 4.15.5
  Uname: Linux 4.15.0-11-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   1860 F pulseaudio
  CurrentDesktop: ubuntu-communitheme:ubuntu:GNOME
  Date: Tue Feb 27 09:46:36 2018
  InstallationDate: Installed on 2017-10-13 (136 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.15.0-11-generic 
root=UUID=707d0f89-4b1d-4432-9d50-6058dc4c1ee9 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-11-generic N/A
   linux-backports-modules-4.15.0-11-generic  N/A
   linux-firmware 1.171
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P14AAJ
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.family: ChiefRiver System
  dmi.product.name: 530U3C/530U4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1752081/+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 1766624] Re: AArch64 kernel panic on APM Mustang

2018-05-03 Thread Christophe Lyon
Hello,
The same problem happened 2 days ago (same machine).
Here is what I found in kern.log:

[645048.763978] Unhandled fault: alignment fault (0x9621) at 
0x1cd7237a
[645048.771350] Internal error: : 9621 [#1] SMP
[645048.775943] Modules linked in: veth xt_nat xt_tcpudp ipt_MASQUERADE 
nf_nat_masquerade_ipv4 xfrm_user xfrm_algo iptable_nat nf_conntrack_ipv4 
nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype iptable_filter ip_tables xt_conntrack 
x_tables nf_nat nf_conntrack br_netfilter bridge stp llc overlay shpchp 
xgene_edac edac_core xhci_plat_hcd xgene_rng uio_pdrv_genirq uio nfsd ib_iser 
auth_rpcgss rdma_cm iw_cm nfs_acl lockd ib_cm grace ib_sa sunrpc ib_mad ib_core 
ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi autofs4 btrfs 
raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor 
raid6_pq libcrc32c raid1 raid0 multipath linear realtek ahci_xgene 
libahci_platform xgene_enet libahci mdio_xgene aes_neon_blk ablk_helper cryptd
[645048.841724] CPU: 4 PID: 20821 Comm: aarch64-unknown Not tainted 
4.4.0-101-generic #124-Ubuntu
[645048.850290] Hardware name: AppliedMicro Mustang/Mustang, BIOS 1.1.0 Apr 22 
2015
[645048.857647] task: 8003e7f9 ti: 8003eb794000 task.ti: 
8003eb794000
[645048.865180] PC is at _raw_spin_lock_irqsave+0x24/0x60
[645048.870292] LR is at try_to_wake_up+0x44/0x3a8
[645048.874797] pc : [] lr : [] pstate: 
61c5
[645048.882240] sp : 8003eb797b40
[645048.885620] x29: 8003eb797b40 x28: 0075 
[645048.891009] x27: 8001158f2a00 x26: 8001d3177bf0 
[645048.896397] x25: 8003eb66c0c8 x24: 8001d3177c00 
[645048.901785] x23:  x22: 0003 
[645048.907174] x21: 1cd7237a x20:  
[645048.912563] x19: 1cd7237a x18: 0a03 
[645048.917950] x17: 996c9010 x16: 80210960 
[645048.923338] x15: 7fff x14:  
[645048.928727] x13:  x12:  
[645048.934115] x11: 8000f70bd100 x10: 012e 
[645048.939502] x9 : 8093fee8 x8 :  
[645048.944891] x7 : 8003eb66c528 x6 : 8003eb66c190 
[645048.950279] x5 :  x4 : 0001 
[645048.955667] x3 :  x2 :  
[645048.961056] x1 : 0003 x0 : 01c0 
[645048.966443] 
[645048.968011] Process aarch64-unknown (pid: 20821, stack limit = 
0x8003eb794020)
[645048.975627] Stack: (0x8003eb797b40 to 0x8003eb798000)
[645048.981430] 7b40: 8003eb797b60 800f28b4 1cd71cd6 
8003ee0c8000
[645048.989305] 7b60: 8003eb797bc0 800f2c40 1cd71cd6 
0001
[645048.997179] 7b80: 8001d3177bf0 8001d3177be8 8001d3177bf0 
8001d3177c00
[645049.005055] 7ba0: 8003eb66c0c8 8001d3177bf0 8001158f2a00 
0075
[645049.012929] 7bc0: 8003eb797be0 8011433c 1cd71cd6 
8020eb1c
[645049.020805] 7be0: 8003eb797c20 8090ef30 8001d3177be8 
0001
[645049.028680] 7c00: 80db2000  8001d3177bc0 
8020b790
[645049.036554] 7c20: 8003eb797cb0 8090e320 8001d3177be8 

[645049.044428] 7c40: 8003eb66c708  8001d3177bc0 

[645049.052303] 7c60: 8003eb66c0c8 8001d3177be0 8001158f2a00 
8003eb66c4e0
[645049.060177] 7c80: 8003eb66c320 800392b93c88 800392b93c88 
8003e7f9
[645049.068051] 7ca0: 8003 cb88537fdc8ba65f 8003eb797cd0 
8020c640
[645049.075926] 7cc0: 8003eb66c4b0  8003eb797d70 
8020ccb8
[645049.083800] 7ce0: 8003eb66c0c8 8003eb66c4b0  
995fd000
[645049.091676] 7d00: 80eb4000  8001158f2a00 
8003eb797eb0
[645049.099550] 7d20: 000f 0075 80eb4000 

[645049.107425] 7d40: 158f2a00 012e 8000f70bd100 
995ee000
[645049.115300] 7d60:  995fd000 8003eb797db0 
8020e104
[645049.123175] 7d80: 8001158f2a00 8003eb66c4b0 995fd000 

[645049.131049] 7da0: 995ee000 995fd000 8003eb797df0 
80210920
[645049.138925] 7dc0: 8003eb66c4b0  0070 

[645049.146799] 7de0:   8003eb797e50 
80210aa0
[645049.154673] 7e00: 995fd000 0070 995fd000 
80db2000
[645049.162548] 7e20:    
995ee000
[645049.170422] 7e40: 8003eb66c4b0 8003eb794000 e789cea0 
80085df0
[645049.178296] 7e60:  0003  
996ca888
[645049.186171] 7e80:  0015 011d 

[Kernel-packages] [Bug 1291969] Re: No usb on resume from suspend

2017-04-19 Thread Christophe H
Hello

Upgraded  17.04 and it is corrected for me :)

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

Title:
  No usb on resume from suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  My XPS13 running 14.04 sometimes loses its USB ports after resume from
  suspend. When this happens the entire bus seems dead - both external
  ports do not work, and internal USB devices (webcam, touchscreen) are
  also non-functional. Furthermore lsusb shows no devices attached.
  Rebooting or performing another suspend/resume cycle will clear the
  problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-17-generic 3.13.0-17.37
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  steve  2868 F pulseaudio
   /dev/snd/controlC0:  steve  2868 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 13 08:36:46 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=79084358-087f-4cee-a0be-e2f78361873f
  InstallationDate: Installed on 2013-12-02 (100 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
  Lsusb:
   Bus 001 Device 002: ID 8087:8000 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS13 9333
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-17-generic 
root=UUID=0b9db31c-747b-40ad-bbbd-13a9a29caece ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-17-generic N/A
   linux-backports-modules-3.13.0-17-generic  N/A
   linux-firmware 1.126
  RfKill:
   1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-02-12 (28 days ago)
  dmi.bios.date: 11/11/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 0GFTRT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd11/11/2013:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: XPS13 9333
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291969/+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 1630324] Re: Broadcom wifi dies in 60s cycles with 4.8 kernel

2016-12-21 Thread Christophe de Dinechin
I have a similar issue with Mac Book Pro 15", with only one of my two
base stations, the other one seems to work fine.

The base station that fails is a Freebox Revolution, configured to use
channels 12 and 8 with 40MHz bandwidth in 2.4GHz mode (according to its
configuration page).

The base station that works (same SSID, same password) is an old Airport
Time Capsule.

When I attempt to connect to the Freebox Revolution, I get a stack
trace:

[ 1008.652836] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code (0x30 
0x30)
[ 1011.548069] [ cut here ]
[ 1011.548099] WARNING: CPU: 2 PID: 2262 at net/wireless/sme.c:724 
__cfg80211_connect_result+0x3ab/0x410 [cfg80211]
[ 1011.548100] Modules linked in: rfcomm fuse nf_conntrack_netbios_ns 
nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 
xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute bridge stp llc 
ip6table_mangle ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 
ip6table_raw ip6table_security iptable_mangle iptable_nat nf_conntrack_ipv4 
nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_raw iptable_security 
ebtable_filter ebtables ip6table_filter ip6_tables cmac bnep nls_utf8 hfsplus 
intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel btusb 
snd_hda_codec_cirrus snd_hda_codec_generic snd_hda_codec_hdmi brcmfmac kvm 
btrtl btbcm btintel joydev bluetooth brcmutil snd_hda_intel snd_hda_codec 
applesmc cfg80211 iTCO_wdt irqbypass iTCO_vendor_support input_polldev
[ 1011.548128]  snd_hda_core crct10dif_pclmul mmc_core crc32_pclmul snd_hwdep 
snd_seq ghash_clmulni_intel intel_cstate intel_uncore mei_me intel_rapl_perf 
bcm5974 snd_seq_device rfkill mei i2c_i801 snd_pcm i2c_smbus lpc_ich 
thunderbolt snd_timer snd soundcore shpchp sbs sbshc acpi_als apple_gmux 
kfifo_buf industrialio video tpm_tis tpm_tis_core tpm apple_bl nfsd auth_rpcgss 
nfs_acl lockd grace sunrpc uas usb_storage hid_apple btrfs xor amdkfd 
amd_iommu_v2 radeon raid6_pq i2c_algo_bit drm_kms_helper ttm crc32c_intel drm 
fjes
[ 1011.548154] CPU: 2 PID: 2262 Comm: kworker/u16:9 Tainted: GW   
4.8.14-300.fc25.x86_64 #1
[ 1011.548155] Hardware name: Apple Inc. MacBookPro11,5/Mac-06F11F11946D27C5, 
BIOS MBP114.88Z.0172.B09.1602151732 02/15/2016
[ 1011.548164] Workqueue: cfg80211 cfg80211_event_work [cfg80211]
[ 1011.548165]  0286 650b1753 92b31fe0fc98 
823e5ded
[ 1011.548167]    92b31fe0fcd8 
820a0e8b
[ 1011.548169]  02d40008 92b36aa9c008  
92b36aa9b000
[ 1011.548171] Call Trace:
[ 1011.548175]  [] dump_stack+0x63/0x86
[ 1011.548178]  [] __warn+0xcb/0xf0
[ 1011.548180]  [] warn_slowpath_null+0x1d/0x20
[ 1011.548190]  [] __cfg80211_connect_result+0x3ab/0x410 [cfg80211]
[ 1011.548199]  [] cfg80211_process_wdev_events+0x129/0x1a0 [cfg80211]
[ 1011.548207]  [] cfg80211_process_rdev_events+0x38/0x70 [cfg80211]
[ 1011.548215]  [] cfg80211_event_work+0x1e/0x30 [cfg80211]
[ 1011.548217]  [] process_one_work+0x184/0x430
[ 1011.548218]  [] worker_thread+0x4e/0x480
[ 1011.548219]  [] ? process_one_work+0x430/0x430
[ 1011.548220]  [] ? process_one_work+0x430/0x430
[ 1011.548222]  [] kthread+0xd8/0xf0
[ 1011.548226]  [] ret_from_fork+0x1f/0x40
[ 1011.548228]  [] ? kthread_worker_fn+0x180/0x180
[ 1011.548229] ---[ end trace 022b2d25dbb9a245 ]--


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

** Also affects: linux (Fedora) via
   http://bugzilla.kernel.org/show_bug.cgi?id=103201
   Importance: Unknown
   Status: Unknown

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

Title:
  Broadcom wifi dies in 60s cycles with 4.8 kernel

Status in linux package in Ubuntu:
  Confirmed
Status in linux package in Fedora:
  Unknown

Bug description:
  I have a Dell XPS 13 9350 with a Broadcom wifi adapter. Wifi connects
  fine, but dies for around 5-10s (the signal dies completely, tools
  like wavemon show "no interface data") in regular cycles of about 60s.
  dmesg logs the same brcmfmac errors every minute or so: "brcmfmac:
  brcmf_cfg80211_reg_notifier: not a ISO3166 code (0x30 0x30)".

  network-manager's icon doesn't change however (remains as if the
  adapter was connected).

  This issue started to affect me when using kernel 4.8 on Ubuntu 16.04.
  I previously used kernel 4.7 and did not experience this bug.

  I booted the 16.10 daily build and experienced exactly the same
  errors.

  $ lspci | grep BCM4350
  3a:00.0 Network controller: Broadcom Limited BCM4350 802.11ac Wireless 
Network Adapter (rev 08)

  $ dmesg | grep brcm
  [5.864558] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 
22 2015 06:16:26 version 7.35.180.119 (r594535) FWID 01-e791c176
  [5.898803] brcmfmac: brcmf_cfg80211_reg_notifier: not a 

[Kernel-packages] [Bug 1590590] Re: Touchpad not recognized on Dell Latitude E7470 Ultrabook

2016-10-31 Thread Christophe Sauthier
Philippe, I am not really sure what you want to do with those
commands...

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

Title:
  Touchpad not recognized on Dell Latitude E7470 Ultrabook

Status in linux package in Ubuntu:
  Triaged
Status in xserver-xorg-input-synaptics package in Ubuntu:
  Confirmed

Bug description:
  Expected: Touchpad settings available in Mouse & Touchpad Settings
  dialog

  Actual result: Touchpad settings missing entirely

  
  Details:
  The touchpad on my Dell Ultrabook (Latitude E7470) functions mostly. 

  The settings for the touchpad are not available at all in the Mouse
  and Touchpad settings (see http://i.imgur.com/YRGiOrj.png).

  Two-finger scrolling works as expected except it's using "Natural
  Scrolling" by default and there is no way to change it.

  xinput list does not display a touchpad at all:

  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ ELAN Touchscreenid=11   [slave  pointer 
 (2)]
  ⎜   ↳ ImPS/2 Generic Wheel Mouse  id=13   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ Integrated_Webcam_FHD   id=10   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ Dell WMI hotkeysid=14   [slave  
keyboard (3)]
  ↳ DELL Wireless hotkeys   id=15   [slave  
keyboard (3)]

  
  /proc/bus/input/devices lists the device as a "Generic Wheel Mouse"

  Output of `lsb_release -rd`:
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  xserver-xorg-input-synaptics version information:
  xserver-xorg-input-synaptics:
Installed: 1.8.2-1ubuntu3
Candidate: 1.8.2-1ubuntu3
Version table:
   *** 1.8.2-1ubuntu3 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1590590/+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 1610194] [NEW] package linux-image-generic 4.4.0.31.33 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/dracut exited with return code 127

2016-08-05 Thread Christophe Schülke
Public bug reported:

Bug comes right after updating to the last version of ubuntu

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-generic 4.4.0.31.33
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  christophe   4037 F pulseaudio
Date: Fri Aug  5 10:32:24 2016
ErrorMessage: dependency problems - leaving unconfigured
HibernationDevice: RESUME=UUID=11ad7d10-6586-4c98-8ff6-34cbf981deab
InstallationDate: Installed on 2013-07-24 (1107 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
MachineType: ASUSTeK Computer Inc. K53SJ
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic 
root=UUID=8cae7b37-5950-49d0-a260-35bf99bceebf ro rdblacklist=nouveau 
nouveau.modeset=0 quiet splash nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw 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.1
SourcePackage: linux-meta
Title: package linux-image-generic 4.4.0.31.33 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/dracut exited with return code 127
UpgradeStatus: Upgraded to xenial on 2016-08-05 (0 days ago)
dmi.bios.date: 07/14/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: K53SJ.306
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: K53SJ
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK53SJ.306:bd07/14/2011:svnASUSTeKComputerInc.:pnK53SJ:pvr1.0:rvnASUSTeKComputerInc.:rnK53SJ:rvr1.0:cvnASUSTeKComputerInc.:ct9:cvr1.0:
dmi.product.name: K53SJ
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-generic 4.4.0.31.33 failed to install/upgrade:
  run-parts: /etc/kernel/postinst.d/dracut exited with return code 127

Status in linux-meta package in Ubuntu:
  New

Bug description:
  Bug comes right after updating to the last version of ubuntu

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-generic 4.4.0.31.33
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   4037 F pulseaudio
  Date: Fri Aug  5 10:32:24 2016
  ErrorMessage: dependency problems - leaving unconfigured
  HibernationDevice: RESUME=UUID=11ad7d10-6586-4c98-8ff6-34cbf981deab
  InstallationDate: Installed on 2013-07-24 (1107 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MachineType: ASUSTeK Computer Inc. K53SJ
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic 
root=UUID=8cae7b37-5950-49d0-a260-35bf99bceebf ro rdblacklist=nouveau 
nouveau.modeset=0 quiet splash nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw 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.1
  SourcePackage: linux-meta
  Title: package linux-image-generic 4.4.0.31.33 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/dracut exited with return code 127
  UpgradeStatus: Upgraded to xenial on 2016-08-05 (0 days ago)
  dmi.bios.date: 07/14/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K53SJ.306
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: K53SJ
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK53SJ.306:bd07/14/2011:svnASUSTeKComputerInc.:pnK53SJ:pvr1.0:rvnASUSTeKComputerInc.:rnK53SJ:rvr1.0:cvnASUSTeKComputerInc.:ct9:cvr1.0:
  dmi.product.name: K53SJ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

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

[Kernel-packages] [Bug 1610199] [NEW] package linux-image-extra-4.4.0-31-generic 4.4.0-31.50 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/dracut exited with return code 127

2016-08-05 Thread Christophe Schülke
Public bug reported:

bug comes right after updating to the latest ubuntu version

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-extra-4.4.0-31-generic 4.4.0-31.50
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  christophe   4037 F pulseaudio
Date: Fri Aug  5 10:32:23 2016
ErrorMessage: dependency problems - leaving unconfigured
HibernationDevice: RESUME=UUID=11ad7d10-6586-4c98-8ff6-34cbf981deab
InstallationDate: Installed on 2013-07-24 (1107 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
MachineType: ASUSTeK Computer Inc. K53SJ
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic 
root=UUID=8cae7b37-5950-49d0-a260-35bf99bceebf ro rdblacklist=nouveau 
nouveau.modeset=0 quiet splash nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw 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.1
SourcePackage: linux
Title: package linux-image-extra-4.4.0-31-generic 4.4.0-31.50 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/dracut exited with return 
code 127
UpgradeStatus: Upgraded to xenial on 2016-08-05 (0 days ago)
dmi.bios.date: 07/14/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: K53SJ.306
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: K53SJ
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK53SJ.306:bd07/14/2011:svnASUSTeKComputerInc.:pnK53SJ:pvr1.0:rvnASUSTeKComputerInc.:rnK53SJ:rvr1.0:cvnASUSTeKComputerInc.:ct9:cvr1.0:
dmi.product.name: K53SJ
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: amd64 apport-package 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/1610199

Title:
  package linux-image-extra-4.4.0-31-generic 4.4.0-31.50 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/dracut exited with
  return code 127

Status in linux package in Ubuntu:
  New

Bug description:
  bug comes right after updating to the latest ubuntu version

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-31-generic 4.4.0-31.50
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   4037 F pulseaudio
  Date: Fri Aug  5 10:32:23 2016
  ErrorMessage: dependency problems - leaving unconfigured
  HibernationDevice: RESUME=UUID=11ad7d10-6586-4c98-8ff6-34cbf981deab
  InstallationDate: Installed on 2013-07-24 (1107 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  MachineType: ASUSTeK Computer Inc. K53SJ
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic 
root=UUID=8cae7b37-5950-49d0-a260-35bf99bceebf ro rdblacklist=nouveau 
nouveau.modeset=0 quiet splash nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw 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.1
  SourcePackage: linux
  Title: package linux-image-extra-4.4.0-31-generic 4.4.0-31.50 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/dracut exited with return 
code 127
  UpgradeStatus: Upgraded to xenial on 2016-08-05 (0 days ago)
  dmi.bios.date: 07/14/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K53SJ.306
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: K53SJ
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK53SJ.306:bd07/14/2011:svnASUSTeKComputerInc.:pnK53SJ:pvr1.0:rvnASUSTeKComputerInc.:rnK53SJ:rvr1.0:cvnASUSTeKComputerInc.:ct9:cvr1.0:
  dmi.product.name: K53SJ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

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

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

2016-06-07 Thread Christophe
apport information

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

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

2016-06-07 Thread Christophe
apport information

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

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

2016-06-07 Thread Christophe
apport information

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

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

2016-06-07 Thread Christophe
apport information

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

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

2016-06-07 Thread Christophe
apport information

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

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

2016-06-07 Thread Christophe
apport information

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1578358/+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 1578358] Lspci.txt

2016-06-07 Thread Christophe
apport information

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1578358/+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 1578358] PccardctlStatus.txt

2016-06-07 Thread Christophe
apport information

** Attachment added: "PccardctlStatus.txt"
   
https://bugs.launchpad.net/bugs/1578358/+attachment/4679084/+files/PccardctlStatus.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/1578358

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1578358/+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 1578358] UdevLog.txt

2016-06-07 Thread Christophe
apport information

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

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

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

2016-06-07 Thread Christophe
apport information

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

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

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

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

2016-06-07 Thread Christophe
apport information

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1578358/+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 1578358] Re: Bug with wistron_btns while booting

2016-06-07 Thread Christophe
apport information

** Tags added: apport-collected rebecca

** Description changed:

  Hello,
  
  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that wistron_btns
  is the problem.
  
  The error I get are (see log) :
  
  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"
  
  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)
  
  What can I do to make it boot ?
  
  Thanks for your help !
  
  Christophe
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.21
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  christophe   2095 F pulseaudio
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
+ InstallationDate: Installed on 2016-05-03 (34 days ago)
+ InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
+ MachineType: Medion WIM 2030
+ Package: linux (not installed)
+ PccardctlIdent:
+  Socket 0:
+no product info available
+  Socket 1:
+no product info available
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-37-generic N/A
+  linux-backports-modules-3.13.0-37-generic  N/A
+  linux-firmware 1.127.7
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  rebecca
+ Uname: Linux 3.13.0-37-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 09/10/2004
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: R01-A0Q
+ dmi.board.name: WIM 2030
+ dmi.board.vendor: Medion
+ dmi.board.version: Rev.A
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Medion
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
+ dmi.product.name: WIM 2030
+ dmi.sys.vendor: Medion

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USER    PID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
H

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

2016-06-07 Thread Christophe
apport information

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1578358/+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 1578358] BootDmesg.txt

2016-06-07 Thread Christophe
apport information

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

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

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

2016-06-07 Thread Christophe
apport information

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

Title:
  Bug with wistron_btns while booting

Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've successfully installed Linux Mint XCFE 17.1 on my (old) notebook,
  but the computer is blocked during the boot. It seems that
  wistron_btns is the problem.

  The error I get are (see log) :

  "BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:402]"
  "wistron_btns: Unknown key code 70"

  My computer is a Medion WIM 2030 with :
  - Pentium M 1.7 (non-PAE, I've installed Mint with forcepae)
  - 1,25 Go RAM
  - 80 Go hard disk
  - Intel PRO/Wireless 2200BG Network connection
  - Some buttons to active the wifi, open Firefox,... that work well with 
Windows XP (dual boot)

  What can I do to make it boot ?

  Thanks for your help !

  Christophe
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   2095 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=be4028df-46ce-414e-ae59-5ce4cf71e286
  InstallationDate: Installed on 2016-05-03 (34 days ago)
  InstallationMedia: Linux Mint 17.1 "Rebecca" - Release i386 20150108
  MachineType: Medion WIM 2030
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=074c8ee5-8552-487a-923c-1e6b42451da7 ro forcepae quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  rebecca
  Uname: Linux 3.13.0-37-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/10/2004
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R01-A0Q
  dmi.board.name: WIM 2030
  dmi.board.vendor: Medion
  dmi.board.version: Rev.A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR01-A0Q:bd09/10/2004:svnMedion:pnWIM2030:pvr:rvnMedion:rnWIM2030:rvrRev.A:cvnMedion:ct10:cvrN/A:
  dmi.product.name: WIM 2030
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1578358/+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 1575651] Re: X stops responding to input on power saving mode

2016-05-07 Thread Christophe
It may be not the same problem after all.

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

Title:
  X stops responding to input on power saving mode

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Once my session has been locked and the screen off, Xserver stops responding 
to input ( I can still move the cursor). I can re-activate it by typing in a 
tty "xset dpms force on".
  If I just lock the screen all works fine.
  If I just turn off the monitor (xset dpms force off) all works fine.

  The same system (kubuntu 16.04 64bit) on different hardware (nvidia)
  has no problem.

  Symptoms:
  After waking the screen from power saving/screensaver, the primary display 
wakes but X stops responding to input (the mouse cursor can still move, but 
clicking has no effect).
  No errors in dmesg

  Frequency/conditions:
  Occurs almost every time the screen enters power saving + locked (possibly 
DPMS issue?)

  The issue does NOT occur when running this kernel:
  - linux-image-4.6.0-996-generic (4.6.0-996.201604262201)
  - linux-image-4.6.0-040600rc6-generic_4.6.0-040600rc6

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-video-radeon 1:7.7.0-1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Apr 27 14:00:52 2016
  InstallationDate: Installed on 2016-04-27 (0 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mu 2199 F pulseaudio
   /dev/snd/controlC0:  mu 2199 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=28fb5b79-ea0d-4356-a118-aacacfa8e0af
  InstallationDate: Installed on 2016-04-27 (3 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IwConfig:
   enp2s0no wireless extensions.

   lono wireless extensions.
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  PackageArchitecture: amd64
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=393ef973-c324-4b1b-9bef-d6f55bcdd242 ro noprompt persistent quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-21-generic N/A
   linux-backports-modules-4.4.0-21-generic  N/A
   linux-firmware1.157
  RfKill:

  Tags:  xenial
  Uname: Linux 4.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/29/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.50
  dmi.board.name: AM1H-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd04/29/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1H-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1575651/+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 1575651] Re: X stops responding to input on power saving mode

2016-05-07 Thread Christophe
Muriel, I have the same problem as yours. I tried the latest kernel to
no avail. Do the new kernel work for you ?

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

Title:
  X stops responding to input on power saving mode

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Once my session has been locked and the screen off, Xserver stops responding 
to input ( I can still move the cursor). I can re-activate it by typing in a 
tty "xset dpms force on".
  If I just lock the screen all works fine.
  If I just turn off the monitor (xset dpms force off) all works fine.

  The same system (kubuntu 16.04 64bit) on different hardware (nvidia)
  has no problem.

  Symptoms:
  After waking the screen from power saving/screensaver, the primary display 
wakes but X stops responding to input (the mouse cursor can still move, but 
clicking has no effect).
  No errors in dmesg

  Frequency/conditions:
  Occurs almost every time the screen enters power saving + locked (possibly 
DPMS issue?)

  The issue does NOT occur when running this kernel:
  - linux-image-4.6.0-996-generic (4.6.0-996.201604262201)
  - linux-image-4.6.0-040600rc6-generic_4.6.0-040600rc6

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-video-radeon 1:7.7.0-1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Apr 27 14:00:52 2016
  InstallationDate: Installed on 2016-04-27 (0 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mu 2199 F pulseaudio
   /dev/snd/controlC0:  mu 2199 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=28fb5b79-ea0d-4356-a118-aacacfa8e0af
  InstallationDate: Installed on 2016-04-27 (3 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IwConfig:
   enp2s0no wireless extensions.

   lono wireless extensions.
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  PackageArchitecture: amd64
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=393ef973-c324-4b1b-9bef-d6f55bcdd242 ro noprompt persistent quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-21-generic N/A
   linux-backports-modules-4.4.0-21-generic  N/A
   linux-firmware1.157
  RfKill:

  Tags:  xenial
  Uname: Linux 4.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/29/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.50
  dmi.board.name: AM1H-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd04/29/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1H-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1575651/+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 1575651] Re: X stops responding to input on power saving mode

2016-05-06 Thread Christophe
Looks very much like my problem here :

https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1577170

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

Title:
  X stops responding to input on power saving mode

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Once my session has been locked and the screen off, Xserver stops responding 
to input ( I can still move the cursor). I can re-activate it by typing in a 
tty "xset dpms force on".
  If I just lock the screen all works fine.
  If I just turn off the monitor (xset dpms force off) all works fine.

  The same system (kubuntu 16.04 64bit) on different hardware (nvidia)
  has no problem.

  Symptoms:
  After waking the screen from power saving/screensaver, the primary display 
wakes but X stops responding to input (the mouse cursor can still move, but 
clicking has no effect).
  No errors in dmesg

  Frequency/conditions:
  Occurs almost every time the screen enters power saving + locked (possibly 
DPMS issue?)

  
  The issue does NOT occur when running this kernel:
  - linux-image-4.6.0-996-generic (4.6.0-996.201604262201)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-video-radeon 1:7.7.0-1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Apr 27 14:00:52 2016
  InstallationDate: Installed on 2016-04-27 (0 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mu 2199 F pulseaudio
   /dev/snd/controlC0:  mu 2199 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=28fb5b79-ea0d-4356-a118-aacacfa8e0af
  InstallationDate: Installed on 2016-04-27 (3 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IwConfig:
   enp2s0no wireless extensions.

   lono wireless extensions.
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  PackageArchitecture: amd64
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=393ef973-c324-4b1b-9bef-d6f55bcdd242 ro noprompt persistent quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-21-generic N/A
   linux-backports-modules-4.4.0-21-generic  N/A
   linux-firmware1.157
  RfKill:

  Tags:  xenial
  Uname: Linux 4.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/29/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.50
  dmi.board.name: AM1H-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd04/29/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1H-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

2016-04-19 Thread Christophe Prigent
Created attachment 122960
APL-kms_pipe_crc_pipe-c.log

Reproduced on APL when executing igt@kms_pipe_crc_basic@suspend-read-
crc-pipe-c

[   72.109585] WARNING: CPU: 0 PID: 1639 at 
/home/shared/kernels/drm-intel-nightly/drivers/gpu/drm/i915/intel_pm.c:3647 
skl_update_other_pipe_wm+0x172/0x180 [i915]
[   72.109586] WARN_ON(!wm_changed)

Hardware
Platform: Broxton P A0 Platform
CPU Name : Intel(R) @ 1.2 GHz (family: 6, model: 92, stepping: 8) 4 cores
SoC : BROXTON-P A0
CRB : Apollo Lake LPDDR3 RVP1A
Software
Ubuntu 15.10 64 bits
BIOS (IFWI Version): 131.10
KSC: 1.12
Kernel drm-intel-nightly 4.6.0-rc3 dc5380b from 
http://cgit.freedesktop.org/drm-intel/
  commit dc5380b5263ebb0bf251bb09db542585702b528b
  Author: Chris Wilson 
  Date:   Mon Apr 11 20:43:45 2016 +0100
  drm-intel-nightly: 2016y-04m-11d-19h-43m-10s UTC integration manifest
libdrm-2.4.67-11 ea78c17 from git://anongit.freedesktop.org/mesa/drm
cairo 1.15.2 db8a7f1 from git://anongit.freedesktop.org/cairo
DMC 1.06 from https://01.org/linuxgraphics/downloads/broxton-dmc-1.06
intel-gpu-tools-1.14 c89e8db from 
http://anongit.freedesktop.org/git/xorg/app/intel-gpu-tools.git

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

Title:
  WARN_ON(!wm_changed) warning and stacktrace in kernel log

Status in X.Org X server:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I always get an warning and stacktrace (and it seems to hang a little
  bit). This occurs after reboot as well as when I move with the cursor
  between my hdmi monitor and my laptop. (This only occurs when HDMI is
  connected)

  Default Kubuntu install version 15.10 with kernel 4.2.0-19-generic
  Processor: i5 6300hq
  Graphics: gtx950m

  WARNING: CPU: 1 PID: 827 at 
/build/linux-26_gwp/linux-4.2.0/drivers/gpu/drm/i915/intel_pm.c:3404 
skl_update_other_pipe_wm+0x1de/0x1f0 [i915]()
  [Sam Dez  5 12:34:46 2015] WARN_ON(!wm_changed)
  [Sam Dez  5 12:34:46 2015] Modules linked in:
  [Sam Dez  5 12:34:46 2015]  nls_iso8859_1 pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) drbg ansi_cprng ctr ccm rfcomm bnep arc4 rtsx_usb_ms 
memstick i2c_designware_platform i2c_designware_core acer_wmi sparse_keymap 
snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel 
snd_hda_codec snd_hda_core intel_rapl snd_hwdep iosf_mbi x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel kvm snd_pcm snd_seq_midi snd_seq_midi_event 
snd_rawmidi snd_seq crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw 
gf128mul snd_seq_device glue_helper snd_timer ablk_helper cryptd ath10k_pci 
ath10k_core snd ath mac80211 serio_raw soundcore idma64 virt_dma cfg80211 
joydev input_leds uvcvideo mei_me videobuf2_vmalloc videobuf2_memops mei 
videobuf2_core v4l2_common intel_lpss_pci videodev media
  [Sam Dez  5 12:34:46 2015]  btusb btrtl btbcm btintel bluetooth shpchp 
dell_smo8800 intel_lpss_acpi intel_lpss tpm_crb acpi_pad mac_hid parport_pc 
ppdev lp parport autofs4 hid_generic hid_logitech_hidpp hid_logitech_dj usbhid 
rtsx_usb_sdmmc rtsx_usb uas usb_storage nouveau i915 mxm_wmi ttm i2c_algo_bit 
drm_kms_helper r8169 mii drm ahci libahci i2c_hid hid wmi pinctrl_sunrisepoint 
video pinctrl_intel
  [Sam Dez  5 12:34:46 2015] CPU: 1 PID: 827 Comm: Xorg Tainted: GW  OE 
  4.2.0-19-generic #23-Ubuntu
  [Sam Dez  5 12:34:46 2015] Hardware name: Acer Aspire V5-591G/Usopp_SLS, BIOS 
V1.03 10/23/2015
  [Sam Dez  5 12:34:46 2015]   a287b8f0 
880071b03518 817e93f9
  [Sam Dez  5 12:34:46 2015]   880071b03570 
880071b03558 8107b3d6
  [Sam Dez  5 12:34:46 2015]  880071b03620 880071b036c4 
880279bf2000 880279bf7000
  [Sam Dez  5 12:34:46 2015] Call Trace:
  [Sam Dez  5 12:34:46 2015]  [] dump_stack+0x45/0x57
  [Sam Dez  5 12:34:46 2015]  [] 
warn_slowpath_common+0x86/0xc0
  [Sam Dez  5 12:34:46 2015]  [] warn_slowpath_fmt+0x55/0x70
  [Sam Dez  5 12:34:46 2015]  [] 
skl_update_other_pipe_wm+0x1de/0x1f0 [i915]
  [Sam Dez  5 12:34:46 2015]  [] skl_update_wm+0x1bb/0x740 
[i915]
  [Sam Dez  5 12:34:46 2015]  [] ? gen9_read32+0xf7/0x2d0 
[i915]
  [Sam Dez  5 12:34:46 2015]  [] ? 
i915_get_vblank_timestamp+0x62/0xa0 [i915]
  [Sam Dez  5 12:34:46 2015]  [] 
intel_update_watermarks+0x1e/0x30 [i915]
  [Sam Dez  5 12:34:46 2015]  [] 
intel_finish_crtc_commit+0x169/0x190 [i915]
  [Sam Dez  5 12:34:46 2015]  [] 
drm_atomic_helper_commit_planes_on_crtc+0x143/0x260 [drm_kms_helper]
  [Sam Dez  5 12:34:46 2015]  [] 
intel_atomic_commit+0x6b/0x100 [i915]
  [Sam Dez  5 12:34:46 2015]  [] drm_atomic_commit+0x37/0x60 
[drm]
  [Sam Dez  5 12:34:46 2015]  [] 
drm_atomic_helper_disable_plane+0xef/0x130 [drm_kms_helper]
  [Sam Dez  5 12:34:46 2015]  [] 
__setplane_internal+0x23a/0x2f0 [drm]
  [Sam Dez  5 12:34:46 2015]  [] 
drm_mode_cursor_universal+0x12b/0x210 

[Kernel-packages] [Bug 1520343] Re: Qualcomm Atheros wireless card [168c:003e] (rev 32) not supported

2016-03-13 Thread Christophe Chisogne
Comment #22 worked for me (wifi card finally detected, good network
connection, did not check bluetooth)

- Ubuntu 15.10
- kernel 4.2.0-34-generic
- lspci: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] 
(rev 32)
- not using sudo echo "options ath10k_core skip_otp=y" > 
/etc/modprobe.d/ath10k.conf

See Bug 108791 - [ath10k_pci] Killer 1535 card doesn't initalise / 
https://bugzilla.kernel.org/show_bug.cgi?id=108791
See also the new firmware version (board-2.bin) uploaded 16 days ago:  
https://github.com/kvalo/ath10k-firmware/commits/master/QCA6174/hw3.0 

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

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

Title:
  Qualcomm Atheros wireless card [168c:003e] (rev 32) not supported

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ---

  STATUS:

  Currently there is a fix for this problem in post #22 (originally post
  #19, but reposted due to command typos!) which seems to have fixed the
  issue for many. This bug is unique to revision 32 of the card
  [168c:003e], fixes for older revisions don't seem to work.

  There are a couple of issues regarding the fix for some people (not
  all):

  1. Wireless works, but network throughput stops some time after
  connecting to access point

  2. Bluetooth communications take a noticeable performance hit when
  transferring something over WiFi

  ---

  I have recently installed Ubuntu 15.10 (64-bit) alongside Windows 10 on an 
Acer Aspire VN7-792G-76ZH and discovered, that the Qualcomm wireless card 
doesn't work in it or 16.04.
  The card has the device id 168c:003e as many other cards, for example the 
Qualcomm Atheros Killer 
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383184), but it has a 
newer revision number (32) and the suggested fixes work only partially and the 
wireless is unusable.

  The computer has just been released this summer and is Intel Skylake
  -based.

  I've tried the patch from bug 1383184, which has a fix for the card revision 
20:
  Make the directory /lib/firmware/ath10k/QCA6174/hw3.0/ and put in the patch 
files:
  board.bin
  firmware-4.bin
  notice_ath10k_firmware-4.txt

  ath10k_pci succeeds in loading the firmware, but it seems that the
  firmware is not working correctly:

  dmesg | grep ath
  [5.452683] ath10k_pci :07:00.0: pci irq msi-x interrupts 8 irq_mode 0 
reset_mode 0
  [5.678420] ath10k_pci :07:00.0: Direct firmware load for 
ath10k/cal-pci-:07:00.0.bin failed with error -2
  [5.678773] ath10k_pci :07:00.0: Direct firmware load for 
ath10k/QCA6174/hw3.0/board-pci-168c:003e:11ad:0807.bin failed with error -2
  [5.678781] ath10k_pci :07:00.0: failed to load spec board file, 
falling back to generic: -2
  [5.679445] ath10k_pci :07:00.0: Direct firmware load for 
ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
  [5.679453] ath10k_pci :07:00.0: could not fetch firmware file 
'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
  [7.802316] ath10k_pci :07:00.0: qca6174 hw3.2 (0x0503, 
0x00340aff, 168c:003e:11ad:0807 fallback) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 api 
4 htt 3.26 wmi 4 cal otp max_sta 32
  [7.802329] ath10k_pci :07:00.0: debug 0 debugfs 1 tracing 1 dfs 0 
testmode 0
  [8.200607] ath: EEPROM regdomain: 0x6c
  [8.200614] ath: EEPROM indicates we should expect a direct regpair map
  [8.200619] ath: Country alpha2 being used: 00
  [8.200621] ath: Regpair used: 0x6c
  [8.216605] ath10k_pci :07:00.0 wlp7s0: renamed from wlan0
  [   13.462029] ath10k_pci :07:00.0: failed to enable dynamic BW: -11
  [   16.461416] ath10k_pci :07:00.0: could not suspend target (-11)
  [   24.760062] ath10k_pci :07:00.0: failed to enable dynamic BW: -11
  [   27.759534] ath10k_pci :07:00.0: could not suspend target (-11)
  [   36.046205] ath10k_pci :07:00.0: failed to set arp ac override 
parameter: -11
  [   39.045729] ath10k_pci :07:00.0: could not suspend target (-11)
  [   47.344304] ath10k_pci :07:00.0: failed to enable dynamic BW: -11
  [   50.343794] ath10k_pci :07:00.0: could not suspend target (-11)
  [   58.630534] ath10k_pci :07:00.0: failed to enable dynamic BW: -11
  [   61.629936] ath10k_pci :07:00.0: could not suspend target (-11)
  [   69.920624] ath10k_pci :07:00.0: failed to enable dynamic BW: -11
  [   72.920132] ath10k_pci :07:00.0: could not suspend target (-11)
  [   81.206812] ath10k_pci :07:00.0: failed to enable dynamic BW: -11
  [   84.206218] ath10k_pci :07:00.0: could not suspend target (-11)
  ...

  Then it just constantly prints the last two messages on and on.
  I can weirdly 

[Kernel-packages] [Bug 1533602] Re: Click issue after resume

2016-02-23 Thread Christophe H
Hello
any other test I should complete?

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 

[Kernel-packages] [Bug 1533602] Re: Click issue after resume

2016-02-04 Thread Christophe H
Hello 
any other test I should complete?

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 

[Kernel-packages] [Bug 1533602] Re: Click issue after resume

2016-01-30 Thread Christophe H
Hello

I have tested and 14.04 is working and 14.04.1 is not working

Kind Regards

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies 

[Kernel-packages] [Bug 1533602] Re: Click issue after resume

2016-01-29 Thread Christophe H
Hello Christopher

I don't think I understand what to do...
I don't remember if it was working with 13.04  or even 13.10...
So if you want me to go back to this ubuntu version how can I do it...the wiki 
is not totally clear for me.

This is my 'only' laptop and don't want to screw it up

Kind Regards

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  

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

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 

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

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011
  

[Kernel-packages] [Bug 1533602] JournalErrors.txt

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  

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

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011
  

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

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 

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

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011
  

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

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  

[Kernel-packages] [Bug 1533602] PulseList.txt

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 

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

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  

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

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011

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

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 

[Kernel-packages] [Bug 1533602] Re: Click issue after resume

2016-01-26 Thread Christophe H
apport information

** Tags added: apport-collected xenial

** Description changed:

  Hello
  I have a fujitsu laptop with Intel i915
  
  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse
  
  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux
  
  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI
  
  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  
  for info I am running a OCZ Vertez 3 240 GB SSD
  
  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]
  
  and the results of cat /proc/acpi/wakeup
  
  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00
  
  Hope that helps...do not hesitate if you need more info
  
  Thanks
+ --- 
+ ApportVersion: 2.19.3-0ubuntu3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
+ CasperVersion: 1.366
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 16.04
+ LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
+ MachineType: FUJITSU LIFEBOOK S761
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
+ ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
+ RelatedPackageVersions:
+  linux-restricted-modules-4.3.0-7-generic N/A
+  linux-backports-modules-4.3.0-7-generic  N/A
+  linux-firmware   1.155
+ Tags:  xenial
+ UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
+ Uname: Linux 4.3.0-7-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/27/2011
+ dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
+ dmi.bios.version: Version 1.14
+ dmi.board.name: FJNB225
+ dmi.board.vendor: FUJITSU
+ dmi.board.version: B1
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: FUJITSU
+ dmi.chassis.version: LIFEBOOK S761
+ dmi.modalias: 

[Kernel-packages] [Bug 1533602] RfKill.txt

2016-01-26 Thread Christophe H
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1533602/+attachment/4556913/+files/RfKill.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/1533602

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011

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

2016-01-26 Thread Christophe H
apport information

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 

[Kernel-packages] [Bug 1533602] Re: Click issue after resume

2016-01-26 Thread Christophe H
Hello 
Should I execute apport also?
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/1533602

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.14
  

[Kernel-packages] [Bug 1533602] Re: Click issue after resume

2016-01-26 Thread Christophe H
Hello 
Should I execute apport also?

Otherwise issue is the same with kernel 4.5-rc1
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/1533602

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks
  --- 
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1556 F pulseaudio
  CasperVersion: 1.366
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-7-generic N/A
   linux-backports-modules-4.3.0-7-generic  N/A
   linux-firmware   1.155
  Tags:  xenial
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.3.0-7-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011
  dmi.bios.vendor: FUJITSU // Phoenix 

[Kernel-packages] [Bug 1533009] Re: arm64: "unsupported RELA relocation"

2016-01-26 Thread Christophe Lyon
I have posted a GCC patch:
https://gcc.gnu.org/ml/gcc-patches/2016-01/msg01986.html
to change the default of -mpc-relative-literal-loads when 
-mfix-cortex-a53-843419 is used.

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

Title:
  arm64: "unsupported RELA relocation"

Status in Linaro GCC:
  Unknown
Status in Linux:
  Unknown
Status in gcc-5 package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Fix Committed
Status in gcc-5 source package in Xenial:
  Invalid
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  linux-image-4.3.0-5-generic 4.3.0-5.16 arm64 fails to load modules
  (and therefore boot). It emits messages like the following for each
  attempted module load:

  [2.156817] module libahci: unsupported RELA relocation: 275

  This is reminiscent of LP: #1502946 - except that fix appears to still
  be in-tact. What has changed, however, is the build environment. If I
  rebuild the same kernel source in a wily chroot, it boots fine.

  Marking "Confirmed" because Paulo Pisatti reported this to me, and I
  reproduced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-linaro/+bug/1533009/+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 1533602] Re: Click issue after resume

2016-01-25 Thread Christophe H
Hello Christopher M

Tried with today daily and I have a boot error

Will try tomorrow again

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1533602/+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 1533009] Re: arm64: "unsupported RELA relocation"

2016-01-22 Thread Christophe Lyon
I prefer you submit the Makefile patch upstream, since I'm not very
familiar with kernel lists.

I am going to look at a patch for GCC-6, such that this optimization is
disabled by default when compiling with -mfix-cortex-a53-843419. You
could then use -mfix-cortex-a53-843419 to compile the kernel, instead of
-mpc-relative-literal-loads.

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

Title:
  arm64: "unsupported RELA relocation"

Status in Linaro GCC:
  Unknown
Status in Linux:
  Unknown
Status in gcc-5 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Triaged

Bug description:
  linux-image-4.3.0-5-generic 4.3.0-5.16 arm64 fails to load modules
  (and therefore boot). It emits messages like the following for each
  attempted module load:

  [2.156817] module libahci: unsupported RELA relocation: 275

  This is reminiscent of LP: #1502946 - except that fix appears to still
  be in-tact. What has changed, however, is the build environment. If I
  rebuild the same kernel source in a wily chroot, it boots fine.

  Marking "Confirmed" because Paulo Pisatti reported this to me, and I
  reproduced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-linaro/+bug/1533009/+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 1533009] Re: arm64: "unsupported RELA relocation"

2016-01-21 Thread Christophe Lyon
We backported fixes for GCC PR63304
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63304) in our 2015.12
snapshot.

By default, GCC now uses adrp / ldr or adrp / add instructions to address the 
literal pools under the use of a command line
option, and this mode is on by default.

OTOH, CONFIG_ARM64_ERRATUM_843419 removes support for the related
relocations from the kernel, hence the error you are seeing.

Modifying arch/arm64/Makefile in the kernel sources to have:
ifeq ($(CONFIG_ARM64_ERRATUM_843419), y)
KBUILD_CFLAGS_MODULE+= -mcmodel=large -mpc-relative-literal-loads
endif

makes the problem disappear.

However, the -mpc-relative-literal-loads option is not recognized by GCC
if it doesn't include the patch for GCC PR 63304, so it may not be easy
to patch the Makefile.


** Bug watch added: GCC Bugzilla #63304
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63304

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

Title:
  arm64: "unsupported RELA relocation"

Status in Linaro GCC:
  Unknown
Status in Linux:
  Unknown
Status in gcc-5 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Triaged

Bug description:
  linux-image-4.3.0-5-generic 4.3.0-5.16 arm64 fails to load modules
  (and therefore boot). It emits messages like the following for each
  attempted module load:

  [2.156817] module libahci: unsupported RELA relocation: 275

  This is reminiscent of LP: #1502946 - except that fix appears to still
  be in-tact. What has changed, however, is the build environment. If I
  rebuild the same kernel source in a wily chroot, it boots fine.

  Marking "Confirmed" because Paulo Pisatti reported this to me, and I
  reproduced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-linaro/+bug/1533009/+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 1533009] Re: arm64: "unsupported RELA relocation"

2016-01-21 Thread Christophe Lyon
Updating arch/arm64/Makefile to have:

ifeq ($(CONFIG_ARM64_ERRATUM_843419), y)
KBUILD_CFLAGS_MODULE+= -mcmodel=large
KBUILD_CFLAGS_MODULE+= $(call cc-option, -mpc-relative-literal-loads)
endif

does the trick.

Is this a good solution for you?

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

Title:
  arm64: "unsupported RELA relocation"

Status in Linaro GCC:
  Unknown
Status in Linux:
  Unknown
Status in gcc-5 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Triaged

Bug description:
  linux-image-4.3.0-5-generic 4.3.0-5.16 arm64 fails to load modules
  (and therefore boot). It emits messages like the following for each
  attempted module load:

  [2.156817] module libahci: unsupported RELA relocation: 275

  This is reminiscent of LP: #1502946 - except that fix appears to still
  be in-tact. What has changed, however, is the build environment. If I
  rebuild the same kernel source in a wily chroot, it boots fine.

  Marking "Confirmed" because Paulo Pisatti reported this to me, and I
  reproduced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-linaro/+bug/1533009/+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 1533009] Re: arm64: "unsupported RELA relocation"

2016-01-20 Thread Christophe Lyon
I've cross compiled the kernel+modules, mostly following the steps in
comment #18.

Then, I've scanned the generated module for the AARCH64_ADR_PREL_PG_HI21
relocation.

When compiled with Linaro-2015.12, this relocation is present.
When compiled with Linaro-2015.10, it is not.
When using Linaro-2015.11, the build fails with errors such as:
Assembler messages:
Error: selected processor does not support `aese v0.16b,v1.16b'

Assuming that these relocations are the real cause of the problem, I'm
going to bisect to identify which commit in our branch introduced them.

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

Title:
  arm64: "unsupported RELA relocation"

Status in Linaro GCC:
  Unknown
Status in Linux:
  Unknown
Status in gcc-5 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Triaged

Bug description:
  linux-image-4.3.0-5-generic 4.3.0-5.16 arm64 fails to load modules
  (and therefore boot). It emits messages like the following for each
  attempted module load:

  [2.156817] module libahci: unsupported RELA relocation: 275

  This is reminiscent of LP: #1502946 - except that fix appears to still
  be in-tact. What has changed, however, is the build environment. If I
  rebuild the same kernel source in a wily chroot, it boots fine.

  Marking "Confirmed" because Paulo Pisatti reported this to me, and I
  reproduced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-linaro/+bug/1533009/+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 1533009] Re: arm64: "unsupported RELA relocation"

2016-01-20 Thread Christophe Lyon
That's what I expected: this has nothing to do with relocations.

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

Title:
  arm64: "unsupported RELA relocation"

Status in Linaro GCC:
  Unknown
Status in Linux:
  Unknown
Status in gcc-5 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Triaged

Bug description:
  linux-image-4.3.0-5-generic 4.3.0-5.16 arm64 fails to load modules
  (and therefore boot). It emits messages like the following for each
  attempted module load:

  [2.156817] module libahci: unsupported RELA relocation: 275

  This is reminiscent of LP: #1502946 - except that fix appears to still
  be in-tact. What has changed, however, is the build environment. If I
  rebuild the same kernel source in a wily chroot, it boots fine.

  Marking "Confirmed" because Paulo Pisatti reported this to me, and I
  reproduced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-linaro/+bug/1533009/+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 1533009] Re: arm64: "unsupported RELA relocation"

2016-01-19 Thread Christophe Lyon
It's not clear to me how I can reproduce the problem as a GCC developper.
Should I build kernel-4.3.0 (vanilla), using the defconfig attached on comment 
#13, build the modules and look for the relocation mentioned by Ard Biesheuvel?

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

Title:
  arm64: "unsupported RELA relocation"

Status in Linaro GCC:
  Unknown
Status in Linux:
  Unknown
Status in gcc-5 package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Triaged

Bug description:
  linux-image-4.3.0-5-generic 4.3.0-5.16 arm64 fails to load modules
  (and therefore boot). It emits messages like the following for each
  attempted module load:

  [2.156817] module libahci: unsupported RELA relocation: 275

  This is reminiscent of LP: #1502946 - except that fix appears to still
  be in-tact. What has changed, however, is the build environment. If I
  rebuild the same kernel source in a wily chroot, it boots fine.

  Marking "Confirmed" because Paulo Pisatti reported this to me, and I
  reproduced.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-linaro/+bug/1533009/+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 1533602] Re: Click issue after resume

2016-01-19 Thread Christophe H
Hello

Do you need anything else?

Kind Regards

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1533602/+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 1533602] Re: Click issue after resume

2016-01-14 Thread Christophe H
Hello Joseph

I am sure it was working in 12.10 but i don remember if it stopped
working when upgrading to 13.04 or to 13.10...By the way the machine was
also completely reinstalled since then...

I have tested the upstream kernel and issue is still there

Thanks

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1533602/+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 1533602] [NEW] Click issue after resume

2016-01-13 Thread Christophe H
Public bug reported:

Hello
I have a fujitsu laptop with Intel i915

since migration to 13.04 suspend causes issues: click disappear from
both trackpad and USB mouse and bluetooth mouse

some information
4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

I have this kind of event inside my logs
ACPI: Waking up from system sleep state S3
Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of devices 
complete after 17.130 msecs
Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of devices 
complete after 0.223 msecs
Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: System 
wakeup disabled by ACPI
Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

and also
PM: Finishing wakeup.
Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: Allocating 
resources
Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: Allocating 
resources
Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: Allocating 
resources
Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: Allocating 
resources
Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: Allocating 
resources
Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

for info I am running a OCZ Vertez 3 240 GB SSD

later on I have this
Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

and the results of cat /proc/acpi/wakeup

Device  S-state   Status   Sysfs node
UAR1  S3*disabled  pnp:00:06
EHC1  S3*enabled   pci::00:1d.0
EHC2  S3*enabled   pci::00:1a.0
HDEF  S4*disabled  pci::00:1b.0
PCE1  S4*disabled
PCE3  S3*disabled  pci::00:1c.3
PCE4  S4*disabled  pci::00:1c.4
GLAN  S4*enabled   pci::00:19.0
LID   S4*enabled   platform:PNP0C0D:00

Hope that helps...do not hesitate if you need more info

Thanks

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

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  New

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 

[Kernel-packages] [Bug 1533602] Re: Click issue after resume

2016-01-13 Thread Christophe H
Hello

I installed manually python-qt5 and run the command successfully

KR

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1533602/+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 1533602] Re: Click issue after resume

2016-01-13 Thread Christophe H
Hello

when trying to run the command
ERROR: Could not import module, is a package upgrade in progress?  Error: No 
module named PyQt5.QtCore


No update /upgrade in-progres

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1533602/+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 1533602] Re: Click issue after resume

2016-01-13 Thread Christophe H
** Changed in: linux (Ubuntu)
   Status: Incomplete => New

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

Title:
  Click issue after resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello
  I have a fujitsu laptop with Intel i915

  since migration to 13.04 suspend causes issues: click disappear from
  both trackpad and USB mouse and bluetooth mouse

  some information
  4.2.0-23-generic #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux

  I have this kind of event inside my logs
  ACPI: Waking up from system sleep state S3
  Jan 10 12:08:05 chris-linux kernel: [44974.880943] ehci-pci :00:1d.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.881094] pcieport :00:1c.3: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882387] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.882601] PM: noirq resume of 
devices complete after 17.130 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.882884] PM: early resume of 
devices complete after 0.223 msecs
  Jan 10 12:08:05 chris-linux kernel: [44974.884702] e1000e :00:19.0: 
System wakeup disabled by ACPI
  Jan 10 12:08:05 chris-linux kernel: [44974.884945] rtc_cmos 00:04: System 
wakeup disabled by ACPI

  and also
  PM: Finishing wakeup.
  Jan 10 12:08:05 chris-linux kernel: [44976.050148] Restarting tasks ... 
  Jan 10 12:08:05 chris-linux kernel: [44976.056926] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059559] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059719] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059907] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.059955] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060469] pci_bus :01: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060504] pci_bus :02: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060570] pci_bus :03: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060651] pci_bus :04: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060678] pci_bus :0d: 
Allocating resources
  Jan 10 12:08:05 chris-linux kernel: [44976.060708] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment
  Jan 10 12:08:05 chris-linux kernel: [44976.060771] i915 :00:02.0: BAR 6: 
[??? 0x flags 0x2] has bogus alignment

  for info I am running a OCZ Vertez 3 240 GB SSD

  later on I have this
  Jan 10 12:08:16 chris-linux kernel: [44987.373377] kactivitymanage[28482]: 
segfault at 7f49079f5cd0 ip 7f48eda7e1b1 sp 7fff0c544be8 error 4 in 
libQt5Sql.so.5.4.2[7f48eda6a000+3f000]

  and the results of cat /proc/acpi/wakeup

  Device  S-state   Status   Sysfs node
  UAR1  S3*disabled  pnp:00:06
  EHC1  S3*enabled   pci::00:1d.0
  EHC2  S3*enabled   pci::00:1a.0
  HDEF  S4*disabled  pci::00:1b.0
  PCE1  S4*disabled
  PCE3  S3*disabled  pci::00:1c.3
  PCE4  S4*disabled  pci::00:1c.4
  GLAN  S4*enabled   pci::00:19.0
  LID   S4*enabled   platform:PNP0C0D:00

  Hope that helps...do not hesitate if you need more info

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1533602/+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 1499858] Re: bluetoothd[650]: Failed to obtain handles for "Service Changed" characteristic

2015-12-01 Thread Christophe H
Hello

I have the same issue that just popped

Linux chris-linux 4.2.0-18-generic #22-Ubuntu SMP Fri Nov 6 18:25:50 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux

01/12/2015 14:13:49 chris-linux kernel  [5.969065] Bluetooth: Core 
ver 2.20
01/12/2015 14:13:49 chris-linux kernel  [5.969077] Bluetooth: HCI 
device and connection manager initialized
01/12/2015 14:13:49 chris-linux kernel  [5.969080] Bluetooth: HCI 
socket layer initialized
01/12/2015 14:13:49 chris-linux kernel  [5.969082] Bluetooth: L2CAP 
socket layer initialized
01/12/2015 14:13:49 chris-linux kernel  [5.969086] Bluetooth: SCO 
socket layer initialized
01/12/2015 14:13:49 chris-linux kernel  [5.985612] Bluetooth: hci0: 
BCM: chip id 20
01/12/2015 14:13:49 chris-linux kernel  [5.985617] Bluetooth: hci0: 
BCM (001.001.024) build 
01/12/2015 14:13:49 chris-linux kernel  [6.335159] Bluetooth: hci0: 
BCM (001.001.024) build 0065
01/12/2015 14:13:49 chris-linux NetworkManager[881]   Loaded 
device plugin: NMBluezManager 
(/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
01/12/2015 14:13:49 chris-linux systemd[1]  Starting Bluetooth 
service...
01/12/2015 14:13:49 chris-linux bluetoothd[1000]Bluetooth 
daemon 5.35
01/12/2015 14:13:49 chris-linux bluetoothd[1000]Starting SDP 
server
01/12/2015 14:13:49 chris-linux systemd[1]  Started Bluetooth 
service.
01/12/2015 14:13:49 chris-linux systemd[1]  Reached target 
Bluetooth.
01/12/2015 14:13:49 chris-linux kernel  [7.075270] Bluetooth: BNEP 
(Ethernet Emulation) ver 1.3
01/12/2015 14:13:49 chris-linux kernel  [7.075273] Bluetooth: BNEP 
filters: protocol multicast
01/12/2015 14:13:49 chris-linux kernel  [7.075277] Bluetooth: BNEP 
socket layer initialized
01/12/2015 14:13:49 chris-linux bluetoothd[1000]Bluetooth 
management interface 1.10 initialized
01/12/2015 14:13:49 chris-linux bluetoothd[1000]Failed to 
obtain handles for "Service Changed" characteristic
01/12/2015 14:13:49 chris-linux bluetoothd[1000]Not enough free 
handles to register service
01/12/2015 14:13:49 chris-linux bluetoothd[1000]Error adding 
Link Loss service
01/12/2015 14:13:49 chris-linux bluetoothd[1000]Not enough free 
handles to register service
01/12/2015 14:13:49 chris-linux bluetoothd[1000]message 
repeated 2 times: [ Not enough free handles to register service]
01/12/2015 14:13:49 chris-linux bluetoothd[1000]Current Time 
Service could not be registered
01/12/2015 14:13:49 chris-linux bluetoothd[1000]
gatt-time-server: Input/output error (5)
01/12/2015 14:13:49 chris-linux bluetoothd[1000]Not enough free 
handles to register service
01/12/2015 14:13:49 chris-linux bluetoothd[1000]Not enough free 
handles to register service
01/12/2015 14:13:49 chris-linux bluetoothd[1000]Sap driver 
initialization failed.
01/12/2015 14:13:49 chris-linux bluetoothd[1000]sap-server: 
Operation not permitted (1)
01/12/2015 14:13:50 chris-linux NetworkManager[881]   
(80:6A:B0:54:66:5F): new Bluetooth device (carrier: UNKNOWN, driver: 'bluez', 
ifindex: 0)
01/12/2015 14:14:05 chris-linux kernel  [   22.299266] Bluetooth: 
RFCOMM TTY layer initialized
01/12/2015 14:14:05 chris-linux kernel  [   22.299275] Bluetooth: 
RFCOMM socket layer initialized
01/12/2015 14:14:05 chris-linux kernel  [   22.299280] Bluetooth: 
RFCOMM ver 1.11
01/12/2015 14:14:05 chris-linux bluetoothd[1000]Endpoint 
registered: sender=:1.45 path=/MediaEndpoint/A2DPSource
01/12/2015 14:14:05 chris-linux bluetoothd[1000]Endpoint 
registered: sender=:1.45 path=/MediaEndpoint/A2DPSink
01/12/2015 14:14:23 chris-linux kernel  [   40.502731] Bluetooth: HIDP 
(Human Interface Emulation) ver 1.2
01/12/2015 14:14:23 chris-linux kernel  [   40.502737] Bluetooth: HIDP 
socket layer initialized
01/12/2015 14:14:23 chris-linux bluetoothd[1000]Can't get HIDP 
connection info
01/12/2015 14:14:28 chris-linux bluetoothd[1000]connect error: 
Host is down (112)


Please tell me what you need as information

Kind Regards

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

Title:
  bluetoothd[650]: Failed to obtain handles for "Service Changed"
  characteristic

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  sep 25 11:03:01 username-530U3C-530U4C bluetoothd[650]: Failed to obtain 
handles for "Service Changed" characteristic
  sep 25 11:03:01 username-530U3C-530U4C bluetoothd[650]: Not enough free 
handles to register service
  

[Kernel-packages] [Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2015-11-18 Thread Christophe H
Hello here  what i have done it is to rename BCMX.hcd to BCM.hcd in
the /lib/firmware/brcm... and that is working

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

Title:
  Support for loading Broadcom bluetooth firmware

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Precise:
  Fix Released
Status in linux source package in Quantal:
  Fix Released
Status in linux source package in Raring:
  Fix Released
Status in linux source package in Saucy:
  Fix Released

Bug description:
  Broadcom bluetooth chips require a tool called patchram uploader [1]
  to load firmware. This applies to at least BCM20702 and BCM43142.
  Although some of the devices have an OTPROM that contains required
  firmware, but it is found that these devices would not have HFP/HSP
  support unless a upgraded firmware is loaded via patchram uploader.

  This tool requires hci device to do the firmware loading, but this may
  cause some race condition between patchram tool and bluetoothd or
  something that also works on hci interface.

  Also it needs some hooks to make firmware loads after bootup, s3,  s4,
  rfkill, and device hotplug events. Implement this loader in kernel
  module would make things more easier.

  [1] http://marc.info/?l=linux-bluetooth=132039175324993=2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1065400/+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 1317602] Re: package linux-image-3.13.0-24-generic 3.13.0-24.46 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2015-11-04 Thread Jean Christophe André
Trying a 14.04 netboot today still fails the same way.

I had to do this to allow the installation to continue:
- switch to the 2nd console (alt+f2)
- press enter to get a command prompt
- type these commands:
chroot /target
rm /initrd.img*
dpkg --configure -a # it runs the linux-image-extra-3.13.0-24-generic 
configuration
exit # the chroot
exit # the shell
- switch back to the 1st console (alt+f1)
- continue the installation by re-running the last step (software installation)

This allows the installation to continue, but this problem definitely
forbids fully automated/unattended installation… :-(

IMHO, it seems two kernels are trying to make the same link to
/initrd.img and the second one fails to do it because it already exists,
making its configuration (and the installation) to stop.

The second kernel (3.13.0-66) is a security update coming from trusty-
updates (and trusty-security).

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

Title:
  package linux-image-3.13.0-24-generic 3.13.0-24.46 failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  while installing an update

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'iw'
  Date: Thu May  8 19:11:23 2014
  DuplicateSignature: 
package:linux-image-3.13.0-24-generic:3.13.0-24.46:subprocess new 
pre-installation script returned error exit status 1
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  HibernationDevice: RESUME=UUID=56bc50ae-9d55-42ad-9ff5-6ece8d748bb3
  InstallationDate: Installed on 2014-05-03 (5 days ago)
  InstallationMedia: It
  Lsusb:
   Bus 001 Device 002: ID 0cde:0006 Z-Com XG-300 802.11b Adapter
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: FUJITSU SIEMENS AMILO L Series
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/it--vg-root 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-9
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-3.13.0-24-generic 3.13.0-24.46 failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  dmi.bios.date: 11/25/2005
  dmi.bios.vendor: FUJITSU SIEMENS
  dmi.bios.version: 1.0G-0031-0812
  dmi.board.name: AMILO L7300
  dmi.board.vendor: FUJITSU SIEMENS
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU SIEMENS
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnFUJITSUSIEMENS:bvr1.0G-0031-0812:bd11/25/2005:svnFUJITSUSIEMENS:pnAMILOLSeries:pvr:rvnFUJITSUSIEMENS:rnAMILOL7300:rvrNone:cvnFUJITSUSIEMENS:ct10:cvrN/A:
  dmi.product.name: AMILO L Series
  dmi.sys.vendor: FUJITSU SIEMENS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1317602/+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 1317602] Re: package linux-image-3.13.0-24-generic 3.13.0-24.46 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2015-11-04 Thread Jean Christophe André
Changing my netboot preseed configuration from "d-i pkgsel/upgrade
select full-upgrade" to "d-i pkgsel/upgrade select none" was enough to
get around this problem.

Hopefully the installation process still apply the security updates. It
seems to do it later in time so it's probably why it doesn't fall into
this very specific initrd.img symlink race condition case anymore.

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

Title:
  package linux-image-3.13.0-24-generic 3.13.0-24.46 failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  while installing an update

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'iw'
  Date: Thu May  8 19:11:23 2014
  DuplicateSignature: 
package:linux-image-3.13.0-24-generic:3.13.0-24.46:subprocess new 
pre-installation script returned error exit status 1
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  HibernationDevice: RESUME=UUID=56bc50ae-9d55-42ad-9ff5-6ece8d748bb3
  InstallationDate: Installed on 2014-05-03 (5 days ago)
  InstallationMedia: It
  Lsusb:
   Bus 001 Device 002: ID 0cde:0006 Z-Com XG-300 802.11b Adapter
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: FUJITSU SIEMENS AMILO L Series
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/it--vg-root 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-9
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-3.13.0-24-generic 3.13.0-24.46 failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  dmi.bios.date: 11/25/2005
  dmi.bios.vendor: FUJITSU SIEMENS
  dmi.bios.version: 1.0G-0031-0812
  dmi.board.name: AMILO L7300
  dmi.board.vendor: FUJITSU SIEMENS
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU SIEMENS
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnFUJITSUSIEMENS:bvr1.0G-0031-0812:bd11/25/2005:svnFUJITSUSIEMENS:pnAMILOLSeries:pvr:rvnFUJITSUSIEMENS:rnAMILOL7300:rvrNone:cvnFUJITSUSIEMENS:ct10:cvrN/A:
  dmi.product.name: AMILO L Series
  dmi.sys.vendor: FUJITSU SIEMENS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1317602/+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 1359689] Re: cryptsetup password prompt not shown

2015-10-30 Thread Lec-christophe
Running 15.10 on a HP Elitebook 8540p. All packages are up to date as of
30/10/2015. I am also affected by this bug.

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

Title:
  cryptsetup password prompt not shown

Status in xserver-xorg-driver-radeonhd:
  New
Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Utopic:
  Invalid
Status in linux source package in Vivid:
  Triaged

Bug description:
  Currently in utopic the following happens when booting an encrypted
  setup:

  Press enter in grub, after a while screen freezes (or turns completely
  black) and stays like that. When I press the down key, I can see the
  password prompt. When I press the up key again, I get to the graphical
  password prompt.

  This is demonstrated in the following screencast:
  https://drive.google.com/file/d/0B7EMvd1LJKgZREJocHBueEhpa2s/edit?usp=sharing

  Maybe this is related to the version of plymouth utopic currently uses, a 
similar debian bug report seems to be resolved with a newer version 0.9.0-6, 
see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752752.
  --- 
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 14.10
  InstallationDate: Installed on 2014-08-21 (0 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140821)
  Package: plymouth 0.9.0-0ubuntu3
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Tags:  utopic
  Uname: Linux 3.16.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  DefaultPlymouth: /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
  DistroRelease: Ubuntu 14.10
  InstallationDate: Installed on 2014-08-21 (0 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140821)
  MachineType: Dell Inc. Precision M4600
  Package: plymouth 0.9.0-0ubuntu3
  PackageArchitecture: amd64
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-9-generic 
root=/dev/mapper/VG--Ubuntu-LV--Ubuntu--ROOT ro rootflags=subvol=@ 
cryptopts=target=Ubuntu,source=/dev/disk/by-uuid/6fc200da-aa04-4e73-b6a7-a2326f0b6204,lvm=VG-Ubuntu
 quiet splash vt.handoff=7
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-9-generic 
root=/dev/mapper/VG--Ubuntu-LV--Ubuntu--ROOT ro rootflags=subvol=@ 
cryptopts=target=Ubuntu,source=/dev/disk/by-uuid/6fc200da-aa04-4e73-b6a7-a2326f0b6204,lvm=VG-Ubuntu
 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Tags:  utopic
  TextPlymouth: /lib/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
  Uname: Linux 3.16.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 03/10/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A14
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd03/10/2013:svnDellInc.:pnPrecisionM4600:pvr01:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4600
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-radeonhd/+bug/1359689/+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 1479229] Re: Bluetooth First Pairing OK then no more connection

2015-07-29 Thread Christophe H
** Package changed: ubuntu = bluez (Ubuntu)

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

Title:
  Bluetooth First Pairing OK then no more connection

Status in bluez package in Ubuntu:
  New

Bug description:
  Hello

  my bug looks like a lot like Bug #27687

  the var/lib/bluetooth/MAC/linkey is own by root so enable to
  reconnect my device (mouse in this case)

  and if i remove the device of known devices bluetooth manager is not
  able to discover the device again

  Thanks for the help in advance

  Kind Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1479229/+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 1065400] Re: Support for loading Broadcom bluetooth firmware

2015-02-05 Thread Christophe H
Hello Jesse

I have put the file fwhcd in the lib/firmware/brcm because it seems
that this is the new place.

Here is the message
dmesg | grep Bluetooth
[6.595697] Bluetooth: Core ver 2.19
[6.595715] Bluetooth: HCI device and connection manager initialized
[6.595723] Bluetooth: HCI socket layer initialized
[6.595725] Bluetooth: L2CAP socket layer initialized
[6.595733] Bluetooth: SCO socket layer initialized
[6.609934] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[6.609937] Bluetooth: BNEP filters: protocol multicast
[6.609944] Bluetooth: BNEP socket layer initialized
[6.627529] Bluetooth: RFCOMM TTY layer initialized
[6.627541] Bluetooth: RFCOMM socket layer initialized
[6.627546] Bluetooth: RFCOMM ver 1.11
[   23.615829] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   23.615838] Bluetooth: HIDP socket layer initialized

Evrything seems fine but I am not able anymore to connect my bluetooth mouse
When I try I have the follwoing message 05/02/2015 11:44:45 Chris-linux 
bluetoothd[562] Host is down (112)

And find the full syslog for bluetooth
05/02/2015 11:39:39 Chris-linux bluetoothd[562] DIS cannot start: GATT 
is disabled
05/02/2015 11:39:39 Chris-linux bluetoothd[562] Failed to init 
deviceinfo plugin
05/02/2015 11:39:39 Chris-linux bluetoothd[562] Failed to init 
proximity plugin
05/02/2015 11:39:39 Chris-linux bluetoothd[562] Failed to init time 
plugin
05/02/2015 11:39:39 Chris-linux bluetoothd[562] Failed to init alert 
plugin
05/02/2015 11:39:39 Chris-linux bluetoothd[562] Failed to init 
thermometer plugin
05/02/2015 11:39:39 Chris-linux kernel  [6.595697] Bluetooth: Core 
ver 2.19
05/02/2015 11:39:39 Chris-linux kernel  [6.595715] Bluetooth: HCI 
device and connection manager initialized
05/02/2015 11:39:39 Chris-linux kernel  [6.595723] Bluetooth: HCI 
socket layer initialized
05/02/2015 11:39:39 Chris-linux kernel  [6.595725] Bluetooth: L2CAP 
socket layer initialized
05/02/2015 11:39:39 Chris-linux kernel  [6.595733] Bluetooth: SCO 
socket layer initialized
05/02/2015 11:39:39 Chris-linux kernel  [6.609934] Bluetooth: BNEP 
(Ethernet Emulation) ver 1.3
05/02/2015 11:39:39 Chris-linux kernel  [6.609937] Bluetooth: BNEP 
filters: protocol multicast
05/02/2015 11:39:39 Chris-linux kernel  [6.609944] Bluetooth: BNEP 
socket layer initialized
05/02/2015 11:39:39 Chris-linux bluetoothd[562] Failed to init 
gatt_example plugin
05/02/2015 11:39:39 Chris-linux bluetoothd[562] Bluetooth Management 
interface initialized
05/02/2015 11:39:39 Chris-linux kernel  [6.627529] Bluetooth: 
RFCOMM TTY layer initialized
05/02/2015 11:39:39 Chris-linux kernel  [6.627541] Bluetooth: 
RFCOMM socket layer initialized
05/02/2015 11:39:39 Chris-linux kernel  [6.627546] Bluetooth: 
RFCOMM ver 1.11
05/02/2015 11:39:39 Chris-linux bluetoothd[562] Unknown command 
complete for opcode 19
05/02/2015 11:39:40 Chris-linux bluetoothd[562] Adapter 
/org/bluez/562/hci0 has been enabled
05/02/2015 11:39:56 Chris-linux kernel  [   23.615829] Bluetooth: HIDP 
(Human Interface Emulation) ver 1.2
05/02/2015 11:39:56 Chris-linux kernel  [   23.615838] Bluetooth: HIDP 
socket layer initialized
05/02/2015 11:40:03 Chris-linux bluetoothd[562] Endpoint registered: 
sender=:1.57 path=/MediaEndpoint/HFPAG
05/02/2015 11:40:03 Chris-linux bluetoothd[562] Endpoint registered: 
sender=:1.57 path=/MediaEndpoint/HFPHS
05/02/2015 11:40:03 Chris-linux bluetoothd[562] Endpoint registered: 
sender=:1.57 path=/MediaEndpoint/A2DPSource
05/02/2015 11:40:03 Chris-linux bluetoothd[562] Endpoint registered: 
sender=:1.57 path=/MediaEndpoint/A2DPSink
05/02/2015 11:44:45 Chris-linux bluetoothd[562] Host is down (112)


so it seems that the firmware is well loaded but...

Thanks in advance for your 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/1065400

Title:
  Support for loading Broadcom bluetooth firmware

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Precise:
  Fix Released
Status in linux source package in Quantal:
  Fix Released
Status in linux source package in Raring:
  Fix Released
Status in linux source package in Saucy:
  Fix Released

Bug description:
  Broadcom bluetooth chips require a tool called patchram uploader [1]
  to load firmware. This applies to at least BCM20702 and BCM43142.
  Although some of the devices have an OTPROM that contains required
  firmware, but it is found that these devices would not have HFP/HSP
  support unless a upgraded firmware is loaded via patchram uploader.

  This tool requires hci device to do the firmware loading, but this may
  

[Kernel-packages] [Bug 1403507] Re: Issue on resume

2014-12-29 Thread Christophe H
 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom davfs2 dialout lpadmin plugdev sambashare
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.14
  dmi.board.name: FJNB225
  dmi.board.vendor: FUJITSU
  dmi.board.version: B1
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: LIFEBOOK S761
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.14:bd04/27/2011:svnFUJITSU:pnLIFEBOOKS761

[Kernel-packages] [Bug 1403507] Re: Issue on resume

2014-12-18 Thread Christophe H
/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom davfs2 dialout lpadmin plugdev sambashare
  _MarkForUpload: True
  dmi.bios.date: 04/27/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.14
  dmi.board.name: FJNB225
  dmi.board.vendor: FUJITSU
  dmi.board.version: B1
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: LIFEBOOK S761
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.14:bd04/27/2011:svnFUJITSU:pnLIFEBOOKS761:pvr10601115935:rvnFUJITSU:rnFJNB225:rvrB1:cvnFUJITSU:ct10:cvrLIFEBOOKS761:
  dmi.product.name: LIFEBOOK S761
  dmi.product.version: 10601115935
  dmi.sys.vendor: FUJITSU

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

2014-12-17 Thread Christophe H
Public bug reported:

Hello

Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
uname -a
Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux


Last line of the pm-suspend.log

Tue Dec 16 21:55:21 CET 2014: performing suspend
Wed Dec 17 09:03:05 CET 2014: Awake.
Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
/etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
/usr/lib/pm-utils/sleep.d/99video resume suspend: success.


output of
lspci -nnk | grep -iA2 net
00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
Subsystem: Fujitsu Limited. Device [10cf:161b]
Kernel driver in use: e1000e
--
02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
Kernel driver in use: iwlwifi


Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
/usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

/dev/sda:
 setting Advanced Power Management level to 0x80 (128)
 APM_level  = 128

/dev/sda:
 setting standby to 36 (3 minutes)
/usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
/usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
/usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
Reloaded unloaded modules.
/usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
/usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
/usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
/etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
/etc/pm/sleep.d/10_grub-common resume suspend: success.

Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
/usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
/usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
/usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
/usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

Wed Dec 17 09:03:05 CET 2014: Finished.

It has been bugging me since I migrated to 14.04 but now I have a bit
time to investigate

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

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  New

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)

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

2014-12-17 Thread Christophe H
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1403507/+attachment/4282873/+files/BootDmesg.txt

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0

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

2014-12-17 Thread Christophe H
apport information

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0-24-generic

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

2014-12-17 Thread Christophe H
apport information

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0-24

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

2014-12-17 Thread Christophe H
apport information

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux

[Kernel-packages] [Bug 1403507] PulseList.txt

2014-12-17 Thread Christophe H
apport information

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0

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

2014-12-17 Thread Christophe H
apport information

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0-24-generic

[Kernel-packages] [Bug 1403507] Re: Issue on resume

2014-12-17 Thread Christophe H
apport information

** Tags added: apport-collected utopic

** Description changed:

  Hello
  
  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  
  
  Last line of the pm-suspend.log
  
  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.
  
  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.
  
  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi
  
  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
  
  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.
  
  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:
  
  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128
  
  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.
  
  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.
  
  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
  
  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.
  
  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
  
  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.
  
  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.
  
  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.
  
  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.
  
  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
  
  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
  
  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.
  
  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.
  
  Wed Dec 17 09:03:05 CET 2014: Finished.
  
- It has been bugging me since I migrated to 14.04 but now I have a bit
- time to investigate
+ It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
+ --- 
+ ApportVersion: 2.14.7-0ubuntu8
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  christophe   3641 F pulseaudio
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 14.10
+ HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
+ InstallationDate: Installed on 2012-04-27 (964 days ago)
+ InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
+ MachineType: FUJITSU LIFEBOOK S761
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
+ ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-24-generic N/A
+  linux-backports-modules-3.13.0-24-generic  N/A
+  linux-firmware 1.138
+ Tags:  utopic
+ Uname: Linux 3.13.0-24-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom davfs2 dialout lpadmin plugdev sambashare
+ _MarkForUpload

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

2014-12-17 Thread Christophe H
apport information

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux

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

2014-12-17 Thread Christophe H
apport information

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0

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

2014-12-17 Thread Christophe H
apport information

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0-24-generic

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

2014-12-17 Thread Christophe H
apport information

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname

[Kernel-packages] [Bug 1403507] RfKill.txt

2014-12-17 Thread Christophe H
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1403507/+attachment/4282884/+files/RfKill.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/1403507

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0-24

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

2014-12-17 Thread Christophe H
apport information

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0-24

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

2014-12-17 Thread Christophe H
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1403507/+attachment/4282886/+files/UdevLog.txt

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux 3.13.0-24

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

2014-12-17 Thread Christophe H
apport information

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

Title:
  Issue on resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello

  Each time I suspend my laptop and I resume I need to logout my session or 
reboot otherwise I can not click or use the keyboard or anything
  uname -a
  Linux Chris-Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Last line of the pm-suspend.log

  Tue Dec 16 21:55:21 CET 2014: performing suspend
  Wed Dec 17 09:03:05 CET 2014: Awake.
  Wed Dec 17 09:03:05 CET 2014: Running hooks for resume
  Running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend:
  /etc/pm/sleep.d/novatel_3g_suspend resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
  /usr/lib/pm-utils/sleep.d/99video resume suspend: success.

  
  output of
  lspci -nnk | grep -iA2 net
  00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
  Subsystem: Fujitsu Limited. Device [10cf:161b]
  Kernel driver in use: e1000e
  --
  02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 
[Taylor Peak] [8086:0082] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
  Kernel driver in use: iwlwifi

  
  Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume 
suspend:
  /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
  /usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend:

  /dev/sda:
   setting Advanced Power Management level to 0x80 (128)
   APM_level  = 128

  /dev/sda:
   setting standby to 36 (3 minutes)
  /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend:
  /usr/lib/pm-utils/sleep.d/95anacron resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
  /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
  /usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.

  Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
  Reloaded unloaded modules.
  /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend:
  Failed to connect to non-global ctrl_ifname: (null)  error: No such file or 
directory
  /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend:
  /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend: success.

  Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:
  /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.

  Running hook /etc/pm/sleep.d/10_grub-common resume suspend:
  /etc/pm/sleep.d/10_grub-common resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
  /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
  /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend:
  /usr/lib/pm-utils/sleep.d/000record-status resume suspend: success.

  Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:
  /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.

  Wed Dec 17 09:03:05 CET 2014: Finished.

  It has been bugging me since I migrated to 14.04 but now I have a bit time to 
investigate
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   3641 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=276895d3-4e33-4a2d-9544-98e24012842c
  InstallationDate: Installed on 2012-04-27 (964 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: FUJITSU LIFEBOOK S761
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=2e62d636-10a0-4d0b-923b-c2327bc37e95 ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.138
  Tags:  utopic
  Uname: Linux

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

2014-11-11 Thread Christophe
apport information

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

Title:
  ASUS X200MA-CT220H does not resume from suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Sometimes (randomly), my laptop cannot wake up from the suspended to
  ram state.

  It is an ASUS X200MA-CT220H notebook, with ubuntu 14.04.

  When the system hangs on wake, even the caps-lock led does not light up when 
pressing the key. Looks like the kernel hangs.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gillet 1344 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c6be7fb4-27c2-4cde-bc52-9d2ac9a3b614
  InstallationDate: Installed on 2014-11-05 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK COMPUTER INC. X200MA
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic.efi.signed 
root=UUID=761a0e49-a1f3-4a40-b624-2c5e8fc321be ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.7
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/04/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200MA.500
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200MA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200MA.500:bd05/04/2014:svnASUSTeKCOMPUTERINC.:pnX200MA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200MA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200MA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-11-11 Thread Christophe
apport information

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

Title:
  ASUS X200MA-CT220H does not resume from suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Sometimes (randomly), my laptop cannot wake up from the suspended to
  ram state.

  It is an ASUS X200MA-CT220H notebook, with ubuntu 14.04.

  When the system hangs on wake, even the caps-lock led does not light up when 
pressing the key. Looks like the kernel hangs.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gillet 1344 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c6be7fb4-27c2-4cde-bc52-9d2ac9a3b614
  InstallationDate: Installed on 2014-11-05 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK COMPUTER INC. X200MA
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic.efi.signed 
root=UUID=761a0e49-a1f3-4a40-b624-2c5e8fc321be ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.7
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/04/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200MA.500
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200MA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200MA.500:bd05/04/2014:svnASUSTeKCOMPUTERINC.:pnX200MA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200MA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200MA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-11-11 Thread Christophe
apport information

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

Title:
  ASUS X200MA-CT220H does not resume from suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Sometimes (randomly), my laptop cannot wake up from the suspended to
  ram state.

  It is an ASUS X200MA-CT220H notebook, with ubuntu 14.04.

  When the system hangs on wake, even the caps-lock led does not light up when 
pressing the key. Looks like the kernel hangs.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gillet 1344 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c6be7fb4-27c2-4cde-bc52-9d2ac9a3b614
  InstallationDate: Installed on 2014-11-05 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK COMPUTER INC. X200MA
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic.efi.signed 
root=UUID=761a0e49-a1f3-4a40-b624-2c5e8fc321be ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.7
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/04/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200MA.500
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200MA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200MA.500:bd05/04/2014:svnASUSTeKCOMPUTERINC.:pnX200MA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200MA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200MA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2014-11-11 Thread Christophe
apport information

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

Title:
  ASUS X200MA-CT220H does not resume from suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Sometimes (randomly), my laptop cannot wake up from the suspended to
  ram state.

  It is an ASUS X200MA-CT220H notebook, with ubuntu 14.04.

  When the system hangs on wake, even the caps-lock led does not light up when 
pressing the key. Looks like the kernel hangs.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gillet 1344 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c6be7fb4-27c2-4cde-bc52-9d2ac9a3b614
  InstallationDate: Installed on 2014-11-05 (5 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ASUSTeK COMPUTER INC. X200MA
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic.efi.signed 
root=UUID=761a0e49-a1f3-4a40-b624-2c5e8fc321be ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.7
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/04/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200MA.500
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200MA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200MA.500:bd05/04/2014:svnASUSTeKCOMPUTERINC.:pnX200MA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200MA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200MA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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