apport information

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

** Tags added: apport-collected staging

** Description changed:

  Ubuntu 11.10 and 12.4 Alpha crahes everytime when I tried to suspend
  (sleep) my new Sandybridge Notebook. Screen goes blank, HDD indicates
  activity and then everthing freezes. I have to power down the notebook
  (4s power button). After looking deeper into this and it look like a
  problem with the integrated USB3 port (propably: USB controller: ASMedia
  Technology Inc. ASM1042 SuperSpeed USB Host Controller) and is a bug
  that resides since Ubuntu 9.10!
  
  On this page I found a perfectly working solution/workaround:
  http://ubuntuforums.org/showthread.php?t=1444822 post 7 & 8.
  
  /etc/pm/sleep.d/20_custom-ehci_hcd:
  --
  #!/bin/sh
  # File: "/etc/pm/sleep.d/20_custom-ehci_hcd".
  case "${1}" in
          hibernate|suspend)
                # Unbind ehci_hcd for first device 0000:00:1a.0:
                 echo -n "0000:00:1a.0" | tee 
/sys/bus/pci/drivers/ehci_hcd/unbind
                # Unbind ehci_hcd for second device 0000:00:1d.0:
                 echo -n "0000:00:1d.0" | tee 
/sys/bus/pci/drivers/ehci_hcd/unbind
          ;;
          resume|thaw)
                # Bind ehci_hcd for first device 0000:00:1a.0:
                echo -n "0000:00:1a.0" | tee /sys/bus/pci/drivers/ehci_hcd/bind
                # Bind ehci_hcd for second device 0000:00:1d.0:
                echo -n "0000:00:1d.0" | tee /sys/bus/pci/drivers/ehci_hcd/bind
          ;;
  esac
  --
  
  and
  /etc/pm/config.d/usb3-suspend-workaround:
  --
  #File: "/etc/pm/config.d/usb3-suspend-workaround".
  SUSPEND_MODULES="xhci"
  --
  
  It would surly be great if this could be integrated. I dont know how
  many notebook users turned away from ubuntu because of the not working
  suspend feature.
  
  Thanks!
  techatdd
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu5
+ Architecture: amd64
+ ArecordDevices:
+  **** List of CAPTURE Hardware Devices ****
+  card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USER        PID ACCESS COMMAND
+  /dev/snd/controlC0:  nanni      1468 F.... pulseaudio
+ CRDA:
+  country DE:
+       (2400 - 2483 @ 40), (N/A, 20)
+       (5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
+       (5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
+       (5470 - 5725 @ 40), (N/A, 26), DFS
+ Card0.Amixer.info:
+  Card hw:0 'PCH'/'HDA Intel PCH at 0xdfc00000 irq 50'
+    Mixer name : 'Intel CougarPoint HDMI'
+    Components : 'HDA:10ec0269,104313c7,00100100 
HDA:80862805,80860101,00100000'
+    Controls      : 24
+    Simple ctrls  : 11
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=1748d626-d08c-4fce-808d-767bf87885d7
+ InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
+ MachineType: ASUSTeK Computer Inc. K54L
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=67037efd-2c34-4f62-878b-6adf492ba080 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-23-generic N/A
+  linux-backports-modules-3.2.0-23-generic  N/A
+  linux-firmware                            1.79
+ SourcePackage: linux
+ StagingDrivers: mei
+ Tags:  precise staging precise staging
+ Uname: Linux 3.2.0-23-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 09/26/2011
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: K54L.208
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: K54L
+ dmi.board.vendor: ASUSTeK Computer Inc.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: ATN12345678901234567
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK Computer Inc.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK54L.208:bd09/26/2011:svnASUSTeKComputerInc.:pnK54L:pvr1.0:rvnASUSTeKComputerInc.:rnK54L:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
+ dmi.product.name: K54L
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK Computer Inc.

** Attachment added: "AcpiTables.txt"
   
https://bugs.launchpad.net/bugs/913865/+attachment/3159907/+files/AcpiTables.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913865

Title:
  Suspend craches on Asus X54H (K54L/A54H) with USB3

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to