[Kernel-packages] [Bug 1973091] Re: Ubuntu 22.04: libusb-1.0.25 breaks libinklevel and ink

2022-05-11 Thread Markus Heinz
** Package changed: linux (Ubuntu) => libusb-1.0 (Ubuntu)

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

Title:
  Ubuntu 22.04: libusb-1.0.25 breaks libinklevel and ink

Status in libusb-1.0 package in Ubuntu:
  Confirmed

Bug description:
  The following packages are installed:

  1. libusb-1.0-0/jammy,now 2:1.0.25-1ubuntu1 amd64
  2. libinklevel5/jammy,now 0.9.3-3 amd64
  3. ink/jammy,now 0.5.3-3 amd64

  Command invoked is:

  ink -p usb

  Result is a segmentation fault. Backtrace in gdb:

  gdb) bt
  #0  0x77dfcf74 in pthread_mutex_lock () from 
/lib/x86_64-linux-gnu/libc.so.6
  #1  0x77d52879 in libusb_get_device_list () from 
/lib/x86_64-linux-gnu/libusb-1.0.so.0
  #2  0x77f96c90 in find_printer () from 
/lib/x86_64-linux-gnu/libinklevel.so.5
  #3  0x77f963e5 in get_device_id () from 
/lib/x86_64-linux-gnu/libinklevel.so.5
  #4  0x77f90d55 in get_ink_level () from 
/lib/x86_64-linux-gnu/libinklevel.so.5
  #5  0x554e in ?? ()
  #6  0x77d8ed90 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
  #7  0x77d8ee40 in __libc_start_main () from 
/lib/x86_64-linux-gnu/libc.so.6
  #8  0x5795 in ?? ()

  I have compiled libusb-1.0.26 into my $HOME and pointed
  LD_LIBRARY_PATH to it. Then I get the expected result:

  ink -p usb
  ink 0.5.3 (c) 2018 Markus Heinz

  hp deskjet 5550

  Black:   0%
  Color:   0%

  ldd /usr/bin/ink 
linux-vdso.so.1 (0x7ffe6e47b000)
libinklevel.so.5 => /lib/x86_64-linux-gnu/libinklevel.so.5 
(0x7f479dd44000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f479db1c000)
libusb-1.0.so.0 => 
/home/markus/privat/programmieren/c/printer/libusb-dist/libusb-1.0.26/libusb/.libs/libusb-1.0.so.0
 (0x7f479dafc000)
/lib64/ld-linux-x86-64.so.2 (0x7f479dd79000)
libudev.so.1 => /lib/x86_64-linux-gnu/libudev.so.1 (0x7f479dad2000)

  So I have the assumption that there is a regression in libusb-1.0.25
  which has been fixed in libusb-1.0.26.

  On Ubuntu 20.04 there was no problem with libusb and libinklevel /
  ink. It just appeared after the update to Ubuntu 22.04 which I did
  today.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libusb-1.0/+bug/1973091/+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 1973091] [NEW] Ubuntu 22.04: libusb-1.0.25 breaks libinklevel and ink

2022-05-11 Thread Markus Heinz
Public bug reported:

The following packages are installed:

1. libusb-1.0-0/jammy,now 2:1.0.25-1ubuntu1 amd64
2. libinklevel5/jammy,now 0.9.3-3 amd64
3. ink/jammy,now 0.5.3-3 amd64

Command invoked is:

ink -p usb

Result is a segmentation fault. Backtrace in gdb:

gdb) bt
#0  0x77dfcf74 in pthread_mutex_lock () from 
/lib/x86_64-linux-gnu/libc.so.6
#1  0x77d52879 in libusb_get_device_list () from 
/lib/x86_64-linux-gnu/libusb-1.0.so.0
#2  0x77f96c90 in find_printer () from 
/lib/x86_64-linux-gnu/libinklevel.so.5
#3  0x77f963e5 in get_device_id () from 
/lib/x86_64-linux-gnu/libinklevel.so.5
#4  0x77f90d55 in get_ink_level () from 
/lib/x86_64-linux-gnu/libinklevel.so.5
#5  0x554e in ?? ()
#6  0x77d8ed90 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x77d8ee40 in __libc_start_main () from 
/lib/x86_64-linux-gnu/libc.so.6
#8  0x5795 in ?? ()

I have compiled libusb-1.0.26 into my $HOME and pointed LD_LIBRARY_PATH
to it. Then I get the expected result:

ink -p usb
ink 0.5.3 (c) 2018 Markus Heinz

hp deskjet 5550

Black:   0%
Color:   0%

ldd /usr/bin/ink 
linux-vdso.so.1 (0x7ffe6e47b000)
libinklevel.so.5 => /lib/x86_64-linux-gnu/libinklevel.so.5 
(0x7f479dd44000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f479db1c000)
libusb-1.0.so.0 => 
/home/markus/privat/programmieren/c/printer/libusb-dist/libusb-1.0.26/libusb/.libs/libusb-1.0.so.0
 (0x7f479dafc000)
/lib64/ld-linux-x86-64.so.2 (0x7f479dd79000)
libudev.so.1 => /lib/x86_64-linux-gnu/libudev.so.1 (0x7f479dad2000)

So I have the assumption that there is a regression in libusb-1.0.25
which has been fixed in libusb-1.0.26.

On Ubuntu 20.04 there was no problem with libusb and libinklevel / ink.
It just appeared after the update to Ubuntu 22.04 which I did today.

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

Title:
  Ubuntu 22.04: libusb-1.0.25 breaks libinklevel and ink

Status in linux package in Ubuntu:
  New

Bug description:
  The following packages are installed:

  1. libusb-1.0-0/jammy,now 2:1.0.25-1ubuntu1 amd64
  2. libinklevel5/jammy,now 0.9.3-3 amd64
  3. ink/jammy,now 0.5.3-3 amd64

  Command invoked is:

  ink -p usb

  Result is a segmentation fault. Backtrace in gdb:

  gdb) bt
  #0  0x77dfcf74 in pthread_mutex_lock () from 
/lib/x86_64-linux-gnu/libc.so.6
  #1  0x77d52879 in libusb_get_device_list () from 
/lib/x86_64-linux-gnu/libusb-1.0.so.0
  #2  0x77f96c90 in find_printer () from 
/lib/x86_64-linux-gnu/libinklevel.so.5
  #3  0x77f963e5 in get_device_id () from 
/lib/x86_64-linux-gnu/libinklevel.so.5
  #4  0x77f90d55 in get_ink_level () from 
/lib/x86_64-linux-gnu/libinklevel.so.5
  #5  0x554e in ?? ()
  #6  0x77d8ed90 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
  #7  0x77d8ee40 in __libc_start_main () from 
/lib/x86_64-linux-gnu/libc.so.6
  #8  0x5795 in ?? ()

  I have compiled libusb-1.0.26 into my $HOME and pointed
  LD_LIBRARY_PATH to it. Then I get the expected result:

  ink -p usb
  ink 0.5.3 (c) 2018 Markus Heinz

  hp deskjet 5550

  Black:   0%
  Color:   0%

  ldd /usr/bin/ink 
linux-vdso.so.1 (0x7ffe6e47b000)
libinklevel.so.5 => /lib/x86_64-linux-gnu/libinklevel.so.5 
(0x7f479dd44000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f479db1c000)
libusb-1.0.so.0 => 
/home/markus/privat/programmieren/c/printer/libusb-dist/libusb-1.0.26/libusb/.libs/libusb-1.0.so.0
 (0x7f479dafc000)
/lib64/ld-linux-x86-64.so.2 (0x7f479dd79000)
libudev.so.1 => /lib/x86_64-linux-gnu/libudev.so.1 (0x7f479dad2000)

  So I have the assumption that there is a regression in libusb-1.0.25
  which has been fixed in libusb-1.0.26.

  On Ubuntu 20.04 there was no problem with libusb and libinklevel /
  ink. It just appeared after the update to Ubuntu 22.04 which I did
  today.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1973091/+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 1529077] Re: USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

2016-02-03 Thread Markus Heinz
The 14.04 Ubuntu kernel "Linux computer4 3.13.0-77-generic #121-Ubuntu
SMP Wed Jan 20 10:50:42 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
successfully resolves the described issue.

Thank you very much.

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

Title:
  USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

Status in linux package in Ubuntu:
  Triaged
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Fix Released
Status in linux-lts-utopic source package in Precise:
  Invalid
Status in linux source package in Trusty:
  Fix Released
Status in linux-lts-utopic source package in Trusty:
  Fix Committed
Status in linux source package in Vivid:
  Fix Released
Status in linux-lts-utopic source package in Vivid:
  Invalid

Bug description:
  I am using Ubuntu 14.04 with Gnome desktop.

  When running "goobox" (a cd-player application) the application hangs
  for about 30 seconds before being initialized. During this one core of
  the cpu is running at 100% utilization. The following lines appear
  then in the syslog:

  Dec 24 13:14:27 computer4 kernel: [ 1386.238349] usb 3-1: reset high-speed 
USB device number 2 using xhci_hcd
  Dec 24 13:14:27 computer4 kernel: [ 1386.293951] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272600
  Dec 24 13:14:27 computer4 kernel: [ 1386.293955] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272640

  The CD drive is a external USB one connected to a USB 3.0 port:

  Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim
  Portable DVD Writer

  This behaviour appeared with the kernel version 3.13.0-73-generic
  #116-Ubuntu. Running "goobox" on the same system with kernel 3.13.0-71
  does not exhibit this behaviour. Using the newest available kernel
  3.13.0-74 the problem persists.

  Kernel, goobox and the other software are installed from official
  Ubuntu packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-73-generic 3.13.0-73.116
  ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-73-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus 2224 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu Dec 24 13:08:36 2015
  HibernationDevice: RESUME=UUID=e711920c-5aab-410e-b993-bb341ddfa987
  InstallationDate: Installed on 2014-12-13 (376 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-B06211
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-73-generic 
root=UUID=a501b8b5-7f50-4131-ad2e-cc401009acbf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-73-generic N/A
   linux-backports-modules-3.13.0-73-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: EB062IMS V1.4
  dmi.board.name: MS-B0621
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 100
  dmi.chassis.type: 13
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrEB062IMSV1.4:bd08/25/2014:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-B06211:pvr:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-B0621:rvr100:cvnMICRO-STARINTERNATIONALCO.,LTD:ct13:cvr:
  dmi.product.name: MS-B06211
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529077/+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 1529077] Re: USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

2016-01-20 Thread Markus Heinz
Mathias Nyman wrote me:

"I'll revert the patch e210c422b6fdd2dc123bedc588f399aefd8bf9de "xhci:
don't finish a TD if we get a short transfer event mid TD" after 4.5 rc1
is out, and send the revert to stable kernels."

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

Title:
  USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

Status in linux package in Ubuntu:
  Triaged
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Fix Committed
Status in linux-lts-utopic source package in Precise:
  Invalid
Status in linux source package in Trusty:
  Fix Committed
Status in linux-lts-utopic source package in Trusty:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed
Status in linux-lts-utopic source package in Vivid:
  Invalid

Bug description:
  I am using Ubuntu 14.04 with Gnome desktop.

  When running "goobox" (a cd-player application) the application hangs
  for about 30 seconds before being initialized. During this one core of
  the cpu is running at 100% utilization. The following lines appear
  then in the syslog:

  Dec 24 13:14:27 computer4 kernel: [ 1386.238349] usb 3-1: reset high-speed 
USB device number 2 using xhci_hcd
  Dec 24 13:14:27 computer4 kernel: [ 1386.293951] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272600
  Dec 24 13:14:27 computer4 kernel: [ 1386.293955] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272640

  The CD drive is a external USB one connected to a USB 3.0 port:

  Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim
  Portable DVD Writer

  This behaviour appeared with the kernel version 3.13.0-73-generic
  #116-Ubuntu. Running "goobox" on the same system with kernel 3.13.0-71
  does not exhibit this behaviour. Using the newest available kernel
  3.13.0-74 the problem persists.

  Kernel, goobox and the other software are installed from official
  Ubuntu packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-73-generic 3.13.0-73.116
  ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-73-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus 2224 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu Dec 24 13:08:36 2015
  HibernationDevice: RESUME=UUID=e711920c-5aab-410e-b993-bb341ddfa987
  InstallationDate: Installed on 2014-12-13 (376 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-B06211
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-73-generic 
root=UUID=a501b8b5-7f50-4131-ad2e-cc401009acbf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-73-generic N/A
   linux-backports-modules-3.13.0-73-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: EB062IMS V1.4
  dmi.board.name: MS-B0621
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 100
  dmi.chassis.type: 13
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrEB062IMSV1.4:bd08/25/2014:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-B06211:pvr:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-B0621:rvr100:cvnMICRO-STARINTERNATIONALCO.,LTD:ct13:cvr:
  dmi.product.name: MS-B06211
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529077/+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 1529077] Re: USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

2016-01-16 Thread Markus Heinz
I have reported this issue upstream:

http://article.gmane.org/gmane.linux.usb.general/136182

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

Title:
  USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

Status in linux package in Ubuntu:
  Triaged
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Fix Committed
Status in linux-lts-utopic source package in Precise:
  Invalid
Status in linux source package in Trusty:
  Fix Committed
Status in linux-lts-utopic source package in Trusty:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed
Status in linux-lts-utopic source package in Vivid:
  Invalid

Bug description:
  I am using Ubuntu 14.04 with Gnome desktop.

  When running "goobox" (a cd-player application) the application hangs
  for about 30 seconds before being initialized. During this one core of
  the cpu is running at 100% utilization. The following lines appear
  then in the syslog:

  Dec 24 13:14:27 computer4 kernel: [ 1386.238349] usb 3-1: reset high-speed 
USB device number 2 using xhci_hcd
  Dec 24 13:14:27 computer4 kernel: [ 1386.293951] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272600
  Dec 24 13:14:27 computer4 kernel: [ 1386.293955] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272640

  The CD drive is a external USB one connected to a USB 3.0 port:

  Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim
  Portable DVD Writer

  This behaviour appeared with the kernel version 3.13.0-73-generic
  #116-Ubuntu. Running "goobox" on the same system with kernel 3.13.0-71
  does not exhibit this behaviour. Using the newest available kernel
  3.13.0-74 the problem persists.

  Kernel, goobox and the other software are installed from official
  Ubuntu packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-73-generic 3.13.0-73.116
  ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-73-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus 2224 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu Dec 24 13:08:36 2015
  HibernationDevice: RESUME=UUID=e711920c-5aab-410e-b993-bb341ddfa987
  InstallationDate: Installed on 2014-12-13 (376 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-B06211
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-73-generic 
root=UUID=a501b8b5-7f50-4131-ad2e-cc401009acbf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-73-generic N/A
   linux-backports-modules-3.13.0-73-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: EB062IMS V1.4
  dmi.board.name: MS-B0621
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 100
  dmi.chassis.type: 13
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrEB062IMSV1.4:bd08/25/2014:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-B06211:pvr:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-B0621:rvr100:cvnMICRO-STARINTERNATIONALCO.,LTD:ct13:cvr:
  dmi.product.name: MS-B06211
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529077/+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 1529077] Re: USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

2016-01-14 Thread Markus Heinz
I have tested the kernel "Linux computer4 3.13.0-75-generic #119-Ubuntu
SMP Mon Jan 11 13:49:34 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux" from
the trusty-proposed repository. It resolves the described issue
successfully.

** Tags removed: verification-needed-trusty
** Tags added: verification-done-trusty

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

Title:
  USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

Status in linux package in Ubuntu:
  Triaged
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Fix Committed
Status in linux-lts-utopic source package in Precise:
  Invalid
Status in linux source package in Trusty:
  Fix Committed
Status in linux-lts-utopic source package in Trusty:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed
Status in linux-lts-utopic source package in Vivid:
  Invalid

Bug description:
  I am using Ubuntu 14.04 with Gnome desktop.

  When running "goobox" (a cd-player application) the application hangs
  for about 30 seconds before being initialized. During this one core of
  the cpu is running at 100% utilization. The following lines appear
  then in the syslog:

  Dec 24 13:14:27 computer4 kernel: [ 1386.238349] usb 3-1: reset high-speed 
USB device number 2 using xhci_hcd
  Dec 24 13:14:27 computer4 kernel: [ 1386.293951] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272600
  Dec 24 13:14:27 computer4 kernel: [ 1386.293955] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272640

  The CD drive is a external USB one connected to a USB 3.0 port:

  Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim
  Portable DVD Writer

  This behaviour appeared with the kernel version 3.13.0-73-generic
  #116-Ubuntu. Running "goobox" on the same system with kernel 3.13.0-71
  does not exhibit this behaviour. Using the newest available kernel
  3.13.0-74 the problem persists.

  Kernel, goobox and the other software are installed from official
  Ubuntu packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-73-generic 3.13.0-73.116
  ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-73-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus 2224 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu Dec 24 13:08:36 2015
  HibernationDevice: RESUME=UUID=e711920c-5aab-410e-b993-bb341ddfa987
  InstallationDate: Installed on 2014-12-13 (376 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-B06211
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-73-generic 
root=UUID=a501b8b5-7f50-4131-ad2e-cc401009acbf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-73-generic N/A
   linux-backports-modules-3.13.0-73-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: EB062IMS V1.4
  dmi.board.name: MS-B0621
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 100
  dmi.chassis.type: 13
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrEB062IMSV1.4:bd08/25/2014:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-B06211:pvr:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-B0621:rvr100:cvnMICRO-STARINTERNATIONALCO.,LTD:ct13:cvr:
  dmi.product.name: MS-B06211
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529077/+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 1529077] Re: USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

2016-01-07 Thread Markus Heinz
I have tested the kernel from
http://people.canonical.com/~henrix/lp1528140/v1/ and the problem  with
the USB device resets has disappeared. The CD player application detects
the disc with no problems and plays it as expected. Thank 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/1529077

Title:
  USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I am using Ubuntu 14.04 with Gnome desktop.

  When running "goobox" (a cd-player application) the application hangs
  for about 30 seconds before being initialized. During this one core of
  the cpu is running at 100% utilization. The following lines appear
  then in the syslog:

  Dec 24 13:14:27 computer4 kernel: [ 1386.238349] usb 3-1: reset high-speed 
USB device number 2 using xhci_hcd
  Dec 24 13:14:27 computer4 kernel: [ 1386.293951] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272600
  Dec 24 13:14:27 computer4 kernel: [ 1386.293955] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272640

  The CD drive is a external USB one connected to a USB 3.0 port:

  Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim
  Portable DVD Writer

  This behaviour appeared with the kernel version 3.13.0-73-generic
  #116-Ubuntu. Running "goobox" on the same system with kernel 3.13.0-71
  does not exhibit this behaviour. Using the newest available kernel
  3.13.0-74 the problem persists.

  Kernel, goobox and the other software are installed from official
  Ubuntu packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-73-generic 3.13.0-73.116
  ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-73-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus 2224 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu Dec 24 13:08:36 2015
  HibernationDevice: RESUME=UUID=e711920c-5aab-410e-b993-bb341ddfa987
  InstallationDate: Installed on 2014-12-13 (376 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-B06211
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-73-generic 
root=UUID=a501b8b5-7f50-4131-ad2e-cc401009acbf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-73-generic N/A
   linux-backports-modules-3.13.0-73-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: EB062IMS V1.4
  dmi.board.name: MS-B0621
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 100
  dmi.chassis.type: 13
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrEB062IMSV1.4:bd08/25/2014:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-B06211:pvr:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-B0621:rvr100:cvnMICRO-STARINTERNATIONALCO.,LTD:ct13:cvr:
  dmi.product.name: MS-B06211
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529077/+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 1529077] Re: USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

2016-01-05 Thread Markus Heinz
As I wrote in the bug description with the distribution kernel "Linux
computer4 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux" everything is fine.

I have just checked it again: When I boot with the above kernel version,
the CD player application detects the disc independent of it being
inserted before the application is started or thereafter. And no USB
device reset is show in the syslog in both cases.

This is in contrast to the behaviour I have described with the newer
kernel versions.

Kernel version 3.13.0-72 had not been delivered to my installation. With
3.13.0-73 and the following ones the problem is present.

For 3.13.0-72 there is besides other entries the following in the
changelog:

[ Upstream Kernel Changes ]

  * usb: make xhci platform driver use 64 bit or 32 bit DMA
- LP: #1514971
  * usb: Add support for ACPI identification to xhci-platform
- LP: #1514971
  * xhci: Workaround to get Intel xHCI reset working more reliably

Perhaps it has something to do with one of these changes.

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

Title:
  USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am using Ubuntu 14.04 with Gnome desktop.

  When running "goobox" (a cd-player application) the application hangs
  for about 30 seconds before being initialized. During this one core of
  the cpu is running at 100% utilization. The following lines appear
  then in the syslog:

  Dec 24 13:14:27 computer4 kernel: [ 1386.238349] usb 3-1: reset high-speed 
USB device number 2 using xhci_hcd
  Dec 24 13:14:27 computer4 kernel: [ 1386.293951] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272600
  Dec 24 13:14:27 computer4 kernel: [ 1386.293955] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272640

  The CD drive is a external USB one connected to a USB 3.0 port:

  Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim
  Portable DVD Writer

  This behaviour appeared with the kernel version 3.13.0-73-generic
  #116-Ubuntu. Running "goobox" on the same system with kernel 3.13.0-71
  does not exhibit this behaviour. Using the newest available kernel
  3.13.0-74 the problem persists.

  Kernel, goobox and the other software are installed from official
  Ubuntu packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-73-generic 3.13.0-73.116
  ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-73-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus 2224 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu Dec 24 13:08:36 2015
  HibernationDevice: RESUME=UUID=e711920c-5aab-410e-b993-bb341ddfa987
  InstallationDate: Installed on 2014-12-13 (376 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-B06211
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-73-generic 
root=UUID=a501b8b5-7f50-4131-ad2e-cc401009acbf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-73-generic N/A
   linux-backports-modules-3.13.0-73-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: EB062IMS V1.4
  dmi.board.name: MS-B0621
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 100
  dmi.chassis.type: 13
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrEB062IMSV1.4:bd08/25/2014:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-B06211:pvr:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-B0621:rvr100:cvnMICRO-STARINTERNATIONALCO.,LTD:ct13:cvr:
  dmi.product.name: MS-B06211
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529077/+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 1529077] Re: USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

2016-01-04 Thread Markus Heinz
I have tested with the following kernel:

Linux computer4 4.4.0-040400rc7-generic #201512272230 SMP Mon Dec 28
03:32:16 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

The behaviour is the same as with Linux computer4 3.13.0-74-generic
#118-Ubuntu SMP Thu Dec 17 22:52:10 UTC 2015 x86_64 x86_64 x86_64
GNU/Linux

This means the problem persists.

Relevant lines from the syslog with the rc kernel:

Jan  4 19:14:57 computer4 kernel: [  219.001128] usb 3-1: reset high-speed USB 
device number 2 using xhci_hcd
Jan  4 19:17:01 computer4 CRON[2640]: (root) CMD (   cd / && run-parts --report 
/etc/cron.hourly)
Jan  4 19:27:38 computer4 dbus[868]: [system] Activating service 
name='org.freedesktop.hostname1' (using servicehelper)
Jan  4 19:27:38 computer4 dbus[868]: [system] Successfully activated service 
'org.freedesktop.hostname1'
Jan  4 19:29:10 computer4 kernel: [ 1071.599601] usb 3-1: reset high-speed USB 
device number 2 using xhci_hcd

More precise description of the problem (for both the distribution
kernel and 4.4.0-rc7):

If I start the CD player application with no disc inserted, it does not
hang. But when I then insert a disc, it hangs for approximately 30
seconds and the disc is not detected at all.

If I start the CD player application with the same disc inserted, it
hangs for approximately 30 seconds and then the disc is detected.

Once the disc has been detected it can be played normally by the CD
player application.


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

Title:
  USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am using Ubuntu 14.04 with Gnome desktop.

  When running "goobox" (a cd-player application) the application hangs
  for about 30 seconds before being initialized. During this one core of
  the cpu is running at 100% utilization. The following lines appear
  then in the syslog:

  Dec 24 13:14:27 computer4 kernel: [ 1386.238349] usb 3-1: reset high-speed 
USB device number 2 using xhci_hcd
  Dec 24 13:14:27 computer4 kernel: [ 1386.293951] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272600
  Dec 24 13:14:27 computer4 kernel: [ 1386.293955] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272640

  The CD drive is a external USB one connected to a USB 3.0 port:

  Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim
  Portable DVD Writer

  This behaviour appeared with the kernel version 3.13.0-73-generic
  #116-Ubuntu. Running "goobox" on the same system with kernel 3.13.0-71
  does not exhibit this behaviour. Using the newest available kernel
  3.13.0-74 the problem persists.

  Kernel, goobox and the other software are installed from official
  Ubuntu packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-73-generic 3.13.0-73.116
  ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-73-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus 2224 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu Dec 24 13:08:36 2015
  HibernationDevice: RESUME=UUID=e711920c-5aab-410e-b993-bb341ddfa987
  InstallationDate: Installed on 2014-12-13 (376 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-B06211
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-73-generic 
root=UUID=a501b8b5-7f50-4131-ad2e-cc401009acbf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-73-generic N/A
   linux-backports-modules-3.13.0-73-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: EB062IMS V1.4
  dmi.board.name: MS-B0621
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 100
  dmi.chassis.type: 13
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrEB062IMSV1.4:bd08/25/2014:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-B06211:pvr:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-B0621:rvr100:cvnMICRO-STARINTERNATIONALCO.,LTD:ct13:cvr:
  dmi.product.name: MS-B06211
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

To manage notifications about 

[Kernel-packages] [Bug 1529077] Re: USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

2016-01-04 Thread Markus Heinz
** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-4.4-rc7

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

Title:
  USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I am using Ubuntu 14.04 with Gnome desktop.

  When running "goobox" (a cd-player application) the application hangs
  for about 30 seconds before being initialized. During this one core of
  the cpu is running at 100% utilization. The following lines appear
  then in the syslog:

  Dec 24 13:14:27 computer4 kernel: [ 1386.238349] usb 3-1: reset high-speed 
USB device number 2 using xhci_hcd
  Dec 24 13:14:27 computer4 kernel: [ 1386.293951] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272600
  Dec 24 13:14:27 computer4 kernel: [ 1386.293955] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272640

  The CD drive is a external USB one connected to a USB 3.0 port:

  Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim
  Portable DVD Writer

  This behaviour appeared with the kernel version 3.13.0-73-generic
  #116-Ubuntu. Running "goobox" on the same system with kernel 3.13.0-71
  does not exhibit this behaviour. Using the newest available kernel
  3.13.0-74 the problem persists.

  Kernel, goobox and the other software are installed from official
  Ubuntu packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-73-generic 3.13.0-73.116
  ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-73-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus 2224 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu Dec 24 13:08:36 2015
  HibernationDevice: RESUME=UUID=e711920c-5aab-410e-b993-bb341ddfa987
  InstallationDate: Installed on 2014-12-13 (376 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-B06211
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-73-generic 
root=UUID=a501b8b5-7f50-4131-ad2e-cc401009acbf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-73-generic N/A
   linux-backports-modules-3.13.0-73-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: EB062IMS V1.4
  dmi.board.name: MS-B0621
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 100
  dmi.chassis.type: 13
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrEB062IMSV1.4:bd08/25/2014:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-B06211:pvr:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-B0621:rvr100:cvnMICRO-STARINTERNATIONALCO.,LTD:ct13:cvr:
  dmi.product.name: MS-B06211
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529077/+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 1529077] Re: USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

2016-01-03 Thread Markus Heinz
The computer model is a MSI Windbox DC111-W10374G50XX. If you need more
information or want me to test something let me know.

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

Title:
  USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I am using Ubuntu 14.04 with Gnome desktop.

  When running "goobox" (a cd-player application) the application hangs
  for about 30 seconds before being initialized. During this one core of
  the cpu is running at 100% utilization. The following lines appear
  then in the syslog:

  Dec 24 13:14:27 computer4 kernel: [ 1386.238349] usb 3-1: reset high-speed 
USB device number 2 using xhci_hcd
  Dec 24 13:14:27 computer4 kernel: [ 1386.293951] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272600
  Dec 24 13:14:27 computer4 kernel: [ 1386.293955] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272640

  The CD drive is a external USB one connected to a USB 3.0 port:

  Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim
  Portable DVD Writer

  This behaviour appeared with the kernel version 3.13.0-73-generic
  #116-Ubuntu. Running "goobox" on the same system with kernel 3.13.0-71
  does not exhibit this behaviour. Using the newest available kernel
  3.13.0-74 the problem persists.

  Kernel, goobox and the other software are installed from official
  Ubuntu packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-73-generic 3.13.0-73.116
  ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-73-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus 2224 F pulseaudio
  CurrentDesktop: GNOME
  Date: Thu Dec 24 13:08:36 2015
  HibernationDevice: RESUME=UUID=e711920c-5aab-410e-b993-bb341ddfa987
  InstallationDate: Installed on 2014-12-13 (376 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-B06211
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-73-generic 
root=UUID=a501b8b5-7f50-4131-ad2e-cc401009acbf ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-73-generic N/A
   linux-backports-modules-3.13.0-73-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: EB062IMS V1.4
  dmi.board.name: MS-B0621
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 100
  dmi.chassis.type: 13
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrEB062IMSV1.4:bd08/25/2014:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-B06211:pvr:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-B0621:rvr100:cvnMICRO-STARINTERNATIONALCO.,LTD:ct13:cvr:
  dmi.product.name: MS-B06211
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1529077/+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 1529077] [NEW] USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

2015-12-24 Thread Markus Heinz
Public bug reported:

I am using Ubuntu 14.04 with Gnome desktop.

When running "goobox" (a cd-player application) the application hangs
for about 30 seconds before being initialized. During this one core of
the cpu is running at 100% utilization. The following lines appear then
in the syslog:

Dec 24 13:14:27 computer4 kernel: [ 1386.238349] usb 3-1: reset high-speed USB 
device number 2 using xhci_hcd
Dec 24 13:14:27 computer4 kernel: [ 1386.293951] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272600
Dec 24 13:14:27 computer4 kernel: [ 1386.293955] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272640

The CD drive is a external USB one connected to a USB 3.0 port:

Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim
Portable DVD Writer

This behaviour appeared with the kernel version 3.13.0-73-generic
#116-Ubuntu. Running "goobox" on the same system with kernel 3.13.0-71
does not exhibit this behaviour. Using the newest available kernel
3.13.0-74 the problem persists.

Kernel, goobox and the other software are installed from official Ubuntu
packages.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-73-generic 3.13.0-73.116
ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
Uname: Linux 3.13.0-73-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  markus 2224 F pulseaudio
CurrentDesktop: GNOME
Date: Thu Dec 24 13:08:36 2015
HibernationDevice: RESUME=UUID=e711920c-5aab-410e-b993-bb341ddfa987
InstallationDate: Installed on 2014-12-13 (376 days ago)
InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-B06211
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-73-generic 
root=UUID=a501b8b5-7f50-4131-ad2e-cc401009acbf ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-73-generic N/A
 linux-backports-modules-3.13.0-73-generic  N/A
 linux-firmware 1.127.19
RfKill:
 0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
SourcePackage: linux
StagingDrivers: rts5139
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/25/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: EB062IMS V1.4
dmi.board.name: MS-B0621
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
dmi.board.version: 100
dmi.chassis.type: 13
dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO., LTD
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrEB062IMSV1.4:bd08/25/2014:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-B06211:pvr:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-B0621:rvr100:cvnMICRO-STARINTERNATIONALCO.,LTD:ct13:cvr:
dmi.product.name: MS-B06211
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

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


** Tags: amd64 apport-bug goobox kernel trusty

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

Title:
  USB device resets since kernel version 3.13.0-73-generic #116-Ubuntu

Status in linux package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 14.04 with Gnome desktop.

  When running "goobox" (a cd-player application) the application hangs
  for about 30 seconds before being initialized. During this one core of
  the cpu is running at 100% utilization. The following lines appear
  then in the syslog:

  Dec 24 13:14:27 computer4 kernel: [ 1386.238349] usb 3-1: reset high-speed 
USB device number 2 using xhci_hcd
  Dec 24 13:14:27 computer4 kernel: [ 1386.293951] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272600
  Dec 24 13:14:27 computer4 kernel: [ 1386.293955] xhci_hcd :03:00.0: xHCI 
xhci_drop_endpoint called with disabled ep 880036272640

  The CD drive is a external USB one connected to a USB 3.0 port:

  Bus 003 Device 002: ID 0e8d:1806 MediaTek Inc. Samsung SE-208AB Slim
  Portable DVD Writer

  This behaviour appeared with the kernel version 3.13.0-73-generic
  #116-Ubuntu. Running "goobox" on the same system with kernel 3.13.0-71
  does not exhibit this behaviour. Using the newest available kernel
  3.13.0-74 the problem persists.

  Kernel, goobox and the other software are installed from official
  Ubuntu packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-73-generic 3.13.0-73.116
  ProcVersionSignature: Ubuntu 3.13.0-73.116-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-73-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus