[Kernel-packages] [Bug 1739386] Re: [xhci_hcd] HC died · USB controller died, reboot necessary

2019-11-24 Thread bp0
My xhci_hcd bluetooth dies on Ubuntu 19.10 after about 2 days. I can't figure 
out at all why, so here's a workaround for novices like me to google.
The specific commands I use are

sudo su
echo -n ":00:14.0" | tee /sys/bus/pci/drivers/xhci_hcd/unbind
echo -n ":00:14.0" | tee /sys/bus/pci/drivers/xhci_hcd/bind

Then my bluetooth mouse worked again without having to reboot - hooray!

(sorry for abusing 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/1739386

Title:
  [xhci_hcd] HC died · USB controller died, reboot necessary

Status in linux package in Ubuntu:
  Expired

Bug description:
  * Ubuntu release: 17.04
  * uname -r: 4.10.0-42-generic
  * Expected behaviour: the USB ports run well
  * What happens: the USB ports are randomly killed from time to time

  * Explanation:
  The xhci_hcd driver reports that the xHCI host is not responding to a stop 
endpoint command. The USB host controller is then shut down and all USB ports 
are left dead until a reboot is performed. This is not immediate nor 
predictable --- sometimes, it can be days before it happens; sometimes it is 
just hours.

  If I understood correctly, there is no way to reload the kernel module
  of the USB driver, because it is baked into the kernel at compile
  time. Something like that? :)

  When rebooting, the shutdown process completes (it reports a "shutdown
  target achieved" or similar), but is unable to unmount the /home/user
  partition. Therefore, the system does not shutdown unless I press the
  power button (hard shutdown). I do not know if there is a way to get a
  TTY at that point to manually unmount the partition. The home folder
  is encrypted... I do not know if this has something to do with it, but
  this error only occurs when the USB HC is killed.

  I suspect the USB problem has to do with an external USB hub by TP-
  LINK. It seems to only fail when this device is connected. The hub
  model is UH400, by TP-LINK.

  Anything I can add, just ask for it!
  Thanks a lot!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1739386/+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 1763594] Re: xhci hangs; reset results in NULL pointer dereference

2018-05-09 Thread bp0
Maybe related:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1413440.

When I use the workaround described in comment 29 in bug 1413440
(booting with GRUB options 'pci=nomsi iommu=soft') then XHCI doesn't
hang, and when I run the reset script described in this bug report, it
doesn't cause a kernel 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/1763594

Title:
  xhci hangs; reset results in NULL pointer dereference

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

Bug description:
  Now and then, my xhci bus will hang, resulting in these kinds of
  messages in dmesg:

  [252220.002102] xhci_hcd :00:14.0: xHC is not running.
  [252220.037491] xhci_hcd :00:14.0: xHCI host controller not responding, 
assume dead
  [252220.037500] xhci_hcd :00:14.0: HC died; cleaning up
  [252220.133794] usb 1-2: USB disconnect, device number 2
  [252220.135042] usb 1-7: USB disconnect, device number 3
  [252220.137455] usb 1-8: USB disconnect, device number 4
  [252220.243317] usb 1-9: USB disconnect, device number 5

  Usually, I can fix this bij resetting the bus by calling a script
  reset-xhci:

  for xhci in /sys/bus/pci/drivers/?hci_hcd ; do
cd $xhci
echo Resetting devices from $xhci...
for i in :??:??.? ; do
  echo -n "$i" > unbind
  echo -n "$i" > bind
done
  done

  But doing this today resulted in a kernel bug:

  [252243.401814] xhci_hcd :00:14.0: remove, state 4
  [252243.401887] usb usb2: USB disconnect, device number 1
  [252243.470365] xhci_hcd :00:14.0: USB bus 2 deregistered
  [252243.470378] xhci_hcd :00:14.0: remove, state 4
  [252243.470383] usb usb1: USB disconnect, device number 1
  [252243.470831] xhci_hcd :00:14.0: Host halt failed, -19
  [252243.470837] xhci_hcd :00:14.0: Host not accessible, reset failed.
  [252243.475918] xhci_hcd :00:14.0: USB bus 1 deregistered
  [252243.475938] [ cut here ]
  [252243.475939] xhci_hcd :00:14.0: disabling already-disabled device
  [252243.475951] WARNING: CPU: 2 PID: 1787 at 
/build/linux-bdpCf2/linux-4.15.0/drivers/pci/pci.c:1642 
pci_disable_device+0x9c/0xc0
  [252243.475951] Modules linked in: cpuid snd_seq_dummy usb_storage 
hid_generic hidp ip6t_REJECT nf_reject_ipv6 ip6table_nat nf_nat_ipv6 
ip6table_mangle xt_hashlimit ip6table_raw nf_conntrack_ipv6 nf_defrag_ipv6 
nf_log_ipv6 xt_recent xt_comment ipt_REJECT nf_reject_ipv4 xt_mark 
iptable_mangle xt_tcpudp xt_CT iptable_raw xt_multiport xt_NFLOG nfnetlink_log 
nf_log_ipv4 nf_log_common xt_LOG nf_conntrack_sane nf_conntrack_netlink 
nfnetlink nf_nat_tftp nf_nat_snmp_basic nf_conntrack_snmp nf_nat_sip 
nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda 
nf_conntrack_tftp nf_conntrack_sip nf_conntrack_pptp nf_conntrack_proto_gre 
nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_irc 
nf_conntrack_h323 nf_conntrack_ftp ts_kmp nf_conntrack_amanda ipt_MASQUERADE 
nf_nat_masquerade_ipv4
  [252243.475984]  xfrm_user xfrm_algo iptable_nat nf_conntrack_ipv4 
nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype xt_conntrack nf_nat nf_conntrack 
br_netfilter aufs vhost_net vhost tap ccm rfcomm bridge stp llc devlink 
ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter msr cmac bnep 
binfmt_misc snd_hda_codec_hdmi nls_iso8859_1 arc4 snd_soc_skl 
snd_hda_codec_realtek snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_generic 
snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus 
snd_pcm_dmaengine snd_hda_intel dell_laptop dell_smbios_smm dcdbas 
snd_hda_codec dell_smm_hwmon snd_hda_core snd_hwdep snd_pcm intel_rapl 
snd_seq_midi snd_seq_midi_event x86_pkg_temp_thermal intel_powerclamp coretemp 
snd_rawmidi kvm_intel kvm btusb irqbypass intel_cstate intel_rapl_perf snd_seq 
btrtl
  [252243.476023]  iwlmvm btbcm btintel mac80211 hid_multitouch uvcvideo joydev 
input_leds dell_smbios_wmi snd_seq_device dell_wmi bluetooth serio_raw 
snd_timer videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 dell_smbios 
videobuf2_core iwlwifi sparse_keymap ecdh_generic snd wmi_bmof 
dell_wmi_descriptor videodev cfg80211 media soundcore rtsx_pci_ms memstick 
shpchp mei_me mei processor_thermal_device intel_pch_thermal intel_soc_dts_iosf 
int3400_thermal acpi_thermal_rel dell_rbtn mac_hid acpi_pad int3403_thermal 
int340x_thermal_zone tpm_crb sch_fq_codel cuse parport_pc ppdev nfsd lp parport 
auth_rpcgss nfs_acl lockd grace sunrpc ip_tables x_tables autofs4 btrfs 
zstd_compress algif_skcipher af_alg dm_crypt raid10 raid456 async_raid6_recov 
async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1
  [252243.476067]  raid0 multipath linear dm_mirror dm_region_hash dm_log 
usbhid hid crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc i915 
rtsx_pci_sdmmc i2c_algo_bit drm_kms_helper e1000e syscopyarea sysfi

[Kernel-packages] [Bug 1413440] Re: USB stops working after a while (xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command)

2018-05-09 Thread bp0
The workaround in comment #26 works for me on a Lenovo Yoga 720-15
running kernel 4.17.0-041700rc3-generic.

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

Title:
  USB stops working after a while (xhci_hcd :00:14.0: Timeout while
  waiting for setup device command)

Status in System76:
  Triaged
Status in linux package in Ubuntu:
  Triaged

Bug description:
  On my laptop the kernel will sometimes drop the USB hub. After this,
  the laptop doesn't recognise any device plugged in to the USB ports -
  plugging and unplugging any device I've tried into any of the USB
  ports produces no response, not even dmesg entries.

  Strangely this also applies to bluetooth - it no longer works once USB
  has dropped (possibly the module is hung of the bus internally).

  Once this has happened only a reboot fixes it; I've not managed to
  find any combination of module unload/reload or suspend cycles to
  reinitialise things correctly.

  Relevant snippet of dmesg:
  [48830.625057] xhci_hcd :00:14.0: Timeout while waiting for setup device 
command
  [48838.079718] xhci_hcd :00:14.0: Stopped the command ring failed, maybe 
the host is dead
  [48838.079742] xhci_hcd :00:14.0: Abort command ring failed
  [48838.079746] xhci_hcd :00:14.0: HC died; cleaning up
  [48838.079770] xhci_hcd :00:14.0: Timeout while waiting for setup device 
command
  [48838.079806] sched: RT throttling activated
  [48838.079981] usb 1-1: USB disconnect, device number 16
  [48838.079985] usb 1-1.2: USB disconnect, device number 18
  [48838.079987] usb 1-1.2.3: USB disconnect, device number 19
  [48838.080285] usb 1-1.2.4: USB disconnect, device number 20
  [48838.111892] usb 1-1.4: USB disconnect, device number 17
  [48838.191292] usb 1-4: USB disconnect, device number 6
  [48838.267550] usb 1-10: USB disconnect, device number 8
  [48838.282968] usb 2-1: device not accepting address 8, error -62
  [48838.282983] usb 2-1: USB disconnect, device number 8
  [48838.282986] usb 2-1.2: USB disconnect, device number 9

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.18.0-9-generic 3.18.0-9.10
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Uname: Linux 3.18.0-9-generic x86_64
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  chris  4255 F pulseaudio
   /dev/snd/controlC0:  chris  4255 F pulseaudio
  CRDA:
   country AU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (3, 23), (N/A)
(5250 - 5330 @ 40), (3, 23), (0 ms), DFS
(5735 - 5835 @ 40), (3, 30), (N/A)
  CurrentDesktop: Unity
  Date: Thu Jan 22 12:59:27 2015
  InstallationDate: Installed on 2013-08-06 (533 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: System76, Inc. Galago UltraPro
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.18.0-9-generic.efi.signed 
root=UUID=92c2fa03-f29c-4bcc-87ab-f0fe28c134f2 ro quiet splash vt.handoff=7 
init=/lib/systemd/systemd break=mount
  RelatedPackageVersions:
   linux-restricted-modules-3.18.0-9-generic N/A
   linux-backports-modules-3.18.0-9-generic  N/A
   linux-firmware1.141
  RfKill:
   1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2013-08-06 (533 days ago)
  dmi.bios.date: 07/09/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Galago UltraPro
  dmi.board.vendor: System76, Inc.
  dmi.board.version: galu1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: System76, Inc,
  dmi.chassis.version: galu1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd07/09/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnSystem76,Inc.:rnGalagoUltraPro:rvrgalu1:cvnSystem76,Inc,:ct9:cvrgalu1:
  dmi.product.name: Galago UltraPro
  dmi.product.version: galu1
  dmi.sys.vendor: System76, Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/system76/+bug/1413440/+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 1763594] Re: xhci hangs; reset results in NULL pointer dereference

2018-04-27 Thread bp0
Also maybe related as I am running TLP: https://www.spinics.net/lists
/linux-usb/msg167941.html

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

Title:
  xhci hangs; reset results in NULL pointer dereference

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

Bug description:
  Now and then, my xhci bus will hang, resulting in these kinds of
  messages in dmesg:

  [252220.002102] xhci_hcd :00:14.0: xHC is not running.
  [252220.037491] xhci_hcd :00:14.0: xHCI host controller not responding, 
assume dead
  [252220.037500] xhci_hcd :00:14.0: HC died; cleaning up
  [252220.133794] usb 1-2: USB disconnect, device number 2
  [252220.135042] usb 1-7: USB disconnect, device number 3
  [252220.137455] usb 1-8: USB disconnect, device number 4
  [252220.243317] usb 1-9: USB disconnect, device number 5

  Usually, I can fix this bij resetting the bus by calling a script
  reset-xhci:

  for xhci in /sys/bus/pci/drivers/?hci_hcd ; do
cd $xhci
echo Resetting devices from $xhci...
for i in :??:??.? ; do
  echo -n "$i" > unbind
  echo -n "$i" > bind
done
  done

  But doing this today resulted in a kernel bug:

  [252243.401814] xhci_hcd :00:14.0: remove, state 4
  [252243.401887] usb usb2: USB disconnect, device number 1
  [252243.470365] xhci_hcd :00:14.0: USB bus 2 deregistered
  [252243.470378] xhci_hcd :00:14.0: remove, state 4
  [252243.470383] usb usb1: USB disconnect, device number 1
  [252243.470831] xhci_hcd :00:14.0: Host halt failed, -19
  [252243.470837] xhci_hcd :00:14.0: Host not accessible, reset failed.
  [252243.475918] xhci_hcd :00:14.0: USB bus 1 deregistered
  [252243.475938] [ cut here ]
  [252243.475939] xhci_hcd :00:14.0: disabling already-disabled device
  [252243.475951] WARNING: CPU: 2 PID: 1787 at 
/build/linux-bdpCf2/linux-4.15.0/drivers/pci/pci.c:1642 
pci_disable_device+0x9c/0xc0
  [252243.475951] Modules linked in: cpuid snd_seq_dummy usb_storage 
hid_generic hidp ip6t_REJECT nf_reject_ipv6 ip6table_nat nf_nat_ipv6 
ip6table_mangle xt_hashlimit ip6table_raw nf_conntrack_ipv6 nf_defrag_ipv6 
nf_log_ipv6 xt_recent xt_comment ipt_REJECT nf_reject_ipv4 xt_mark 
iptable_mangle xt_tcpudp xt_CT iptable_raw xt_multiport xt_NFLOG nfnetlink_log 
nf_log_ipv4 nf_log_common xt_LOG nf_conntrack_sane nf_conntrack_netlink 
nfnetlink nf_nat_tftp nf_nat_snmp_basic nf_conntrack_snmp nf_nat_sip 
nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda 
nf_conntrack_tftp nf_conntrack_sip nf_conntrack_pptp nf_conntrack_proto_gre 
nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_irc 
nf_conntrack_h323 nf_conntrack_ftp ts_kmp nf_conntrack_amanda ipt_MASQUERADE 
nf_nat_masquerade_ipv4
  [252243.475984]  xfrm_user xfrm_algo iptable_nat nf_conntrack_ipv4 
nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype xt_conntrack nf_nat nf_conntrack 
br_netfilter aufs vhost_net vhost tap ccm rfcomm bridge stp llc devlink 
ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter msr cmac bnep 
binfmt_misc snd_hda_codec_hdmi nls_iso8859_1 arc4 snd_soc_skl 
snd_hda_codec_realtek snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_generic 
snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus 
snd_pcm_dmaengine snd_hda_intel dell_laptop dell_smbios_smm dcdbas 
snd_hda_codec dell_smm_hwmon snd_hda_core snd_hwdep snd_pcm intel_rapl 
snd_seq_midi snd_seq_midi_event x86_pkg_temp_thermal intel_powerclamp coretemp 
snd_rawmidi kvm_intel kvm btusb irqbypass intel_cstate intel_rapl_perf snd_seq 
btrtl
  [252243.476023]  iwlmvm btbcm btintel mac80211 hid_multitouch uvcvideo joydev 
input_leds dell_smbios_wmi snd_seq_device dell_wmi bluetooth serio_raw 
snd_timer videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 dell_smbios 
videobuf2_core iwlwifi sparse_keymap ecdh_generic snd wmi_bmof 
dell_wmi_descriptor videodev cfg80211 media soundcore rtsx_pci_ms memstick 
shpchp mei_me mei processor_thermal_device intel_pch_thermal intel_soc_dts_iosf 
int3400_thermal acpi_thermal_rel dell_rbtn mac_hid acpi_pad int3403_thermal 
int340x_thermal_zone tpm_crb sch_fq_codel cuse parport_pc ppdev nfsd lp parport 
auth_rpcgss nfs_acl lockd grace sunrpc ip_tables x_tables autofs4 btrfs 
zstd_compress algif_skcipher af_alg dm_crypt raid10 raid456 async_raid6_recov 
async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1
  [252243.476067]  raid0 multipath linear dm_mirror dm_region_hash dm_log 
usbhid hid crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc i915 
rtsx_pci_sdmmc i2c_algo_bit drm_kms_helper e1000e syscopyarea sysfillrect 
sysimgblt fb_sys_fops ptp aesni_intel psmouse drm pps_core rtsx_pci aes_x86_64 
ahci crypto_simd glue_helper libahci wmi cryptd video
  [252243.476089] CPU: 2 PID: 1787 Comm: reset-xhci Tainted: G U  W  

[Kernel-packages] [Bug 1763594] Re: xhci hangs; reset results in NULL pointer dereference

2018-04-22 Thread bp0
So I installed the latest upstream kernel (4.17-rc1) and the bug
described above still occurs. It's frustrating because it means my
bluetooth mouse stops working after about 5 minutes, and I can't get it
to work again without rebooting. Code copied and pasted below


[  721.603218] xhci_hcd :00:14.0: xHC is not running.
[  750.046445] xhci_hcd :00:14.0: xHC is not running.
[  759.047364] xhci_hcd :00:14.0: xHC is not running.
[  779.310499] xhci_hcd :00:14.0: xHC is not running.
[  795.342998] xhci_hcd :00:14.0: xHC is not running.
[  801.529731] xhci_hcd :00:14.0: xHC is not running.
[  805.647450] xhci_hcd :00:14.0: xHC is not running.
[  812.578673] xhci_hcd :00:14.0: xHC is not running.
[  825.775154] xhci_hcd :00:14.0: xHC is not running.
[  865.768631] xhci_hcd :00:14.0: xHC is not running.
[  865.773773] xhci_hcd :00:14.0: xHCI host controller not responding, 
assume dead
[  865.773790] xhci_hcd :00:14.0: HC died; cleaning up
[  865.892098] usb 1-4: USB disconnect, device number 2
[  866.006922] usb 1-6: USB disconnect, device number 3
[  866.010148] usb 1-8: USB disconnect, device number 4
[  957.285300] xhci_hcd :00:14.0: remove, state 4
[  957.285314] usb usb2: USB disconnect, device number 1
[  957.286028] xhci_hcd :00:14.0: USB bus 2 deregistered
[  957.286045] xhci_hcd :00:14.0: remove, state 4
[  957.286058] usb usb1: USB disconnect, device number 1
[  957.287117] BUG: unable to handle kernel NULL pointer dereference at 
0034
[  957.287132] PGD 0 P4D 0 
[  957.287145] Oops:  [#1] SMP PTI
[  957.287151] Modules linked in: btrfs zstd_compress xor raid6_pq ufs qnx4 
hfsplus hfs minix ntfs msdos jfs xfs libcrc32c hidp thunderbolt rfcomm ccm cmac 
bnep uvcvideo videobuf2_vmalloc videobuf2_memops btusb videobuf2_v4l2 btrtl 
btbcm videobuf2_common btintel videodev bluetooth media ecdh_generic msr joydev 
hid_sensor_als hid_sensor_accel_3d hid_sensor_trigger 
industrialio_triggered_buffer kfifo_buf hid_sensor_iio_common industrialio 
hid_sensor_custom snd_hda_codec_hdmi snd_hda_codec_realtek 
snd_hda_codec_generic nls_iso8859_1 wacom usbhid hid_sensor_hub hid_multitouch 
hid_generic 8250_dw arc4 wmi_bmof intel_wmi_thunderbolt snd_hda_intel 
intel_rapl snd_hda_codec x86_pkg_temp_thermal snd_hda_core intel_powerclamp 
snd_hwdep coretemp snd_pcm snd_seq_midi kvm irqbypass snd_seq_midi_event 
crct10dif_pclmul
[  957.287291]  iwlmvm crc32_pclmul ghash_clmulni_intel snd_rawmidi pcbc 
mac80211 snd_seq aesni_intel aes_x86_64 crypto_simd cryptd glue_helper 
intel_cstate intel_rapl_perf iwlwifi idma64 virt_dma snd_seq_device snd_timer 
input_leds cfg80211 serio_raw ucsi_acpi snd typec_ucsi mei_me intel_lpss_pci 
processor_thermal_device shpchp mei intel_lpss intel_pch_thermal 
intel_soc_dts_iosf typec soundcore ideapad_laptop sparse_keymap int3403_thermal 
int340x_thermal_zone wmi int3400_thermal acpi_pad mac_hid acpi_thermal_rel 
sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 i915 
i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm 
i2c_hid hid pinctrl_sunrisepoint pinctrl_intel video
[  957.287418] CPU: 1 PID: 17454 Comm: sh Not tainted 4.17.0-041700rc1-generic 
#201804152230
[  957.287423] Hardware name: LENOVO 80X7/LNVNB161216, BIOS 4MCN28WW(V2.00) 
10/19/2017
[  957.287436] RIP: 0010:tty_unregister_driver+0xd/0x70
[  957.287442] RSP: 0018:b5044418fc38 EFLAGS: 00010246
[  957.287449] RAX:  RBX:  RCX: 
[  957.287455] RDX: 95005728 RSI: 9500f79587b8 RDI: 
[  957.287461] RBP: b5044418fc40 R08: 9500f7d22810 R09: 
[  957.287467] R10: daed8ab53400 R11:  R12: 9500f7c4a230
[  957.287473] R13: 9500f7c4a27c R14: 9500f7c4a398 R15: 0060
[  957.287481] FS:  7f66379a0540() GS:950101c4() 
knlGS:
[  957.287488] CS:  0010 DS:  ES:  CR0: 80050033
[  957.287495] CR2: 0034 CR3: 0002b7c20004 CR4: 003606e0
[  957.287501] Call Trace:
[  957.287518]  xhci_dbc_tty_unregister_driver+0x15/0x30
[  957.287529]  xhci_dbc_exit+0x2e/0x50
[  957.287538]  xhci_stop+0x5b/0x1d0
[  957.287550]  usb_remove_hcd+0x105/0x230
[  957.287560]  usb_hcd_pci_remove+0x74/0x130
[  957.287568]  xhci_pci_remove+0x6b/0x70
[  957.287578]  pci_device_remove+0x3e/0xb0
[  957.287588]  device_release_driver_internal+0x15b/0x220
[  957.287596]  device_release_driver+0x12/0x20
[  957.287606]  unbind_store+0x87/0x150
[  957.287616]  drv_attr_store+0x27/0x40
[  957.287625]  sysfs_kf_write+0x3c/0x50
[  957.287632]  kernfs_fop_write+0x125/0x1a0
[  957.287641]  __vfs_write+0x3a/0x170
[  957.287653]  ? common_file_perm+0x4d/0x140
[  957.287662]  ? __alloc_fd+0x46/0x170
[  957.287671]  ? apparmor_file_permission+0x1a/0x20
[  957.287686]  ? security_file_permission+0x2f/0xb0
[  957.287696]  ? _cond_resched+0x19/0x40
[  957.287704]

[Kernel-packages] [Bug 1763594] Re: xhci hangs; reset results in NULL pointer dereference

2018-04-22 Thread bp0
This is above my competence level in Linux, but I can confirm this
problem in:

[code]
$ uname -a
Linux 4.15.0-15-generic #16-Ubuntu SMP Wed Apr 4 13:58:14 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
[/code]

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

Title:
  xhci hangs; reset results in NULL pointer dereference

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

Bug description:
  Now and then, my xhci bus will hang, resulting in these kinds of
  messages in dmesg:

  [252220.002102] xhci_hcd :00:14.0: xHC is not running.
  [252220.037491] xhci_hcd :00:14.0: xHCI host controller not responding, 
assume dead
  [252220.037500] xhci_hcd :00:14.0: HC died; cleaning up
  [252220.133794] usb 1-2: USB disconnect, device number 2
  [252220.135042] usb 1-7: USB disconnect, device number 3
  [252220.137455] usb 1-8: USB disconnect, device number 4
  [252220.243317] usb 1-9: USB disconnect, device number 5

  Usually, I can fix this bij resetting the bus by calling a script
  reset-xhci:

  for xhci in /sys/bus/pci/drivers/?hci_hcd ; do
cd $xhci
echo Resetting devices from $xhci...
for i in :??:??.? ; do
  echo -n "$i" > unbind
  echo -n "$i" > bind
done
  done

  But doing this today resulted in a kernel bug:

  [252243.401814] xhci_hcd :00:14.0: remove, state 4
  [252243.401887] usb usb2: USB disconnect, device number 1
  [252243.470365] xhci_hcd :00:14.0: USB bus 2 deregistered
  [252243.470378] xhci_hcd :00:14.0: remove, state 4
  [252243.470383] usb usb1: USB disconnect, device number 1
  [252243.470831] xhci_hcd :00:14.0: Host halt failed, -19
  [252243.470837] xhci_hcd :00:14.0: Host not accessible, reset failed.
  [252243.475918] xhci_hcd :00:14.0: USB bus 1 deregistered
  [252243.475938] [ cut here ]
  [252243.475939] xhci_hcd :00:14.0: disabling already-disabled device
  [252243.475951] WARNING: CPU: 2 PID: 1787 at 
/build/linux-bdpCf2/linux-4.15.0/drivers/pci/pci.c:1642 
pci_disable_device+0x9c/0xc0
  [252243.475951] Modules linked in: cpuid snd_seq_dummy usb_storage 
hid_generic hidp ip6t_REJECT nf_reject_ipv6 ip6table_nat nf_nat_ipv6 
ip6table_mangle xt_hashlimit ip6table_raw nf_conntrack_ipv6 nf_defrag_ipv6 
nf_log_ipv6 xt_recent xt_comment ipt_REJECT nf_reject_ipv4 xt_mark 
iptable_mangle xt_tcpudp xt_CT iptable_raw xt_multiport xt_NFLOG nfnetlink_log 
nf_log_ipv4 nf_log_common xt_LOG nf_conntrack_sane nf_conntrack_netlink 
nfnetlink nf_nat_tftp nf_nat_snmp_basic nf_conntrack_snmp nf_nat_sip 
nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda 
nf_conntrack_tftp nf_conntrack_sip nf_conntrack_pptp nf_conntrack_proto_gre 
nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_irc 
nf_conntrack_h323 nf_conntrack_ftp ts_kmp nf_conntrack_amanda ipt_MASQUERADE 
nf_nat_masquerade_ipv4
  [252243.475984]  xfrm_user xfrm_algo iptable_nat nf_conntrack_ipv4 
nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype xt_conntrack nf_nat nf_conntrack 
br_netfilter aufs vhost_net vhost tap ccm rfcomm bridge stp llc devlink 
ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter msr cmac bnep 
binfmt_misc snd_hda_codec_hdmi nls_iso8859_1 arc4 snd_soc_skl 
snd_hda_codec_realtek snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_generic 
snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus 
snd_pcm_dmaengine snd_hda_intel dell_laptop dell_smbios_smm dcdbas 
snd_hda_codec dell_smm_hwmon snd_hda_core snd_hwdep snd_pcm intel_rapl 
snd_seq_midi snd_seq_midi_event x86_pkg_temp_thermal intel_powerclamp coretemp 
snd_rawmidi kvm_intel kvm btusb irqbypass intel_cstate intel_rapl_perf snd_seq 
btrtl
  [252243.476023]  iwlmvm btbcm btintel mac80211 hid_multitouch uvcvideo joydev 
input_leds dell_smbios_wmi snd_seq_device dell_wmi bluetooth serio_raw 
snd_timer videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 dell_smbios 
videobuf2_core iwlwifi sparse_keymap ecdh_generic snd wmi_bmof 
dell_wmi_descriptor videodev cfg80211 media soundcore rtsx_pci_ms memstick 
shpchp mei_me mei processor_thermal_device intel_pch_thermal intel_soc_dts_iosf 
int3400_thermal acpi_thermal_rel dell_rbtn mac_hid acpi_pad int3403_thermal 
int340x_thermal_zone tpm_crb sch_fq_codel cuse parport_pc ppdev nfsd lp parport 
auth_rpcgss nfs_acl lockd grace sunrpc ip_tables x_tables autofs4 btrfs 
zstd_compress algif_skcipher af_alg dm_crypt raid10 raid456 async_raid6_recov 
async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1
  [252243.476067]  raid0 multipath linear dm_mirror dm_region_hash dm_log 
usbhid hid crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc i915 
rtsx_pci_sdmmc i2c_algo_bit drm_kms_helper e1000e syscopyarea sysfillrect 
sysimgblt fb_sys_fops ptp aesni_intel psmouse drm pps_core rtsx_pci aes_x86_64 
ahci crypto_simd g

[Kernel-packages] [Bug 1416557] Re: [Acer Aspire V5-573G] suspend/resume failure

2016-03-08 Thread bp0
Just to add: I upgraded to 16.04 and I can no longer resume from suspend
- everything is frozen. I tried removing the acpi_osi=\"!Windows 2013\"
boot parameter and this causes ubuntu suspend, immediately resume, then
freeze.

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

Title:
  [Acer Aspire V5-573G] suspend/resume failure

Status in linux package in Ubuntu:
  Expired

Bug description:
  Black screen on resume after suspend

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.18.0-12-generic 3.18.0-12.13
  ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
  Uname: Linux 3.18.0-12-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.15.1-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lightdm1668 F pulseaudio
    valeronm   2143 F pulseaudio
   /dev/snd/controlC0:  lightdm1668 F pulseaudio
    valeronm   2143 F pulseaudio
  Date: Fri Jan 30 23:39:37 2015
  DuplicateSignature: suspend/resume:Acer Aspire V5-573G:V2.29
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=2b5c8acc-3a16-4e7f-97ba-5f4d5d564e7c
  InstallationDate: Installed on 2015-01-30 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150130)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire V5-573G
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.18.0-12-generic.efi.signed 
root=UUID=eca5cdef-c2d4-4af6-a5e2-a11289cc9cfc ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.18.0-12-generic N/A
   linux-backports-modules-3.18.0-12-generic  N/A
   linux-firmware 1.141
  SourcePackage: linux
  Title: [Acer Aspire V5-573G] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 06/05/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.29
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.29:bd06/05/2014:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416557/+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 1494484] Re: Black screen on resume after suspend

2015-09-15 Thread bp0
Not sure if I understand how to test the results - don't I need the
custom kernel that Maxim Kizub compiled? I can confirm that his
workaround is effective in v4.2.0-040200-generic #201508301530.

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

Title:
  Black screen on resume after suspend

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Acer V5-573G which fails to resume from suspend for all
  kernels past 3.14.51 (I've tested 4.2.0-040200 and it still doesn't
  resume). When attempting to resume, the hard drive spins up, the
  keyboard backlight turns on, the suspend light goes from orange to
  blue, but the screen stays resolutely black and the only keypress it
  seems to recognise is alt-sysrq-b.

  I think this is a duplicate of
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416557 (where
  I've left more information) and
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1429347 and
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1389202.

  I suspect that the resume problem has something to do with the changes
  made in https://01.org/suspendresume/blogs/tebrandt/2013/hard-disk-
  resume-optimization-simpler-approach. These were made between 3.14.51
  and 3.15.0-RC1, I think.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-28-generic 3.19.0-28.30
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Uname: Linux 3.19.0-28-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  seker  1610 F pulseaudio
   /dev/snd/controlC0:  seker  1610 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Sep 10 21:41:18 2015
  HibernationDevice: RESUME=UUID=33d0d78a-8c1f-4609-87d8-c2ddb40e0f14
  InstallationDate: Installed on 2015-03-15 (179 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150306)
  MachineType: Acer Aspire V5-573G
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-28-generic 
root=UUID=caf564a7-8259-4d5f-aeb7-10d2e2de6971 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-28-generic N/A
   linux-backports-modules-3.19.0-28-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/12/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.30
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.30:bd01/12/2015:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1494484/+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 1494484] Re: Black screen on resume after suspend

2015-09-13 Thread bp0
It appears that a very nice person did a kernel bisect and found the bug
I have: https://bugs.launchpad.net/ubuntu/+source/linux-lts-
utopic/+bug/1483467

His workaround also works 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/1494484

Title:
  Black screen on resume after suspend

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Acer V5-573G which fails to resume from suspend for all
  kernels past 3.14.51 (I've tested 4.2.0-040200 and it still doesn't
  resume). When attempting to resume, the hard drive spins up, the
  keyboard backlight turns on, the suspend light goes from orange to
  blue, but the screen stays resolutely black and the only keypress it
  seems to recognise is alt-sysrq-b.

  I think this is a duplicate of
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416557 (where
  I've left more information) and
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1429347 and
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1389202.

  I suspect that the resume problem has something to do with the changes
  made in https://01.org/suspendresume/blogs/tebrandt/2013/hard-disk-
  resume-optimization-simpler-approach. These were made between 3.14.51
  and 3.15.0-RC1, I think.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-28-generic 3.19.0-28.30
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Uname: Linux 3.19.0-28-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  seker  1610 F pulseaudio
   /dev/snd/controlC0:  seker  1610 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Sep 10 21:41:18 2015
  HibernationDevice: RESUME=UUID=33d0d78a-8c1f-4609-87d8-c2ddb40e0f14
  InstallationDate: Installed on 2015-03-15 (179 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150306)
  MachineType: Acer Aspire V5-573G
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-28-generic 
root=UUID=caf564a7-8259-4d5f-aeb7-10d2e2de6971 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-28-generic N/A
   linux-backports-modules-3.19.0-28-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/12/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.30
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.30:bd01/12/2015:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1494484/+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 1416557] Re: [Acer Aspire V5-573G] suspend/resume failure

2015-09-13 Thread bp0
The temp fix by Maxim is also working for me - hooray! Thanks so much
Maxim!

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

Title:
  [Acer Aspire V5-573G] suspend/resume failure

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Black screen on resume after suspend

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.18.0-12-generic 3.18.0-12.13
  ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
  Uname: Linux 3.18.0-12-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.15.1-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lightdm1668 F pulseaudio
    valeronm   2143 F pulseaudio
   /dev/snd/controlC0:  lightdm1668 F pulseaudio
    valeronm   2143 F pulseaudio
  Date: Fri Jan 30 23:39:37 2015
  DuplicateSignature: suspend/resume:Acer Aspire V5-573G:V2.29
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=2b5c8acc-3a16-4e7f-97ba-5f4d5d564e7c
  InstallationDate: Installed on 2015-01-30 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150130)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire V5-573G
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.18.0-12-generic.efi.signed 
root=UUID=eca5cdef-c2d4-4af6-a5e2-a11289cc9cfc ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.18.0-12-generic N/A
   linux-backports-modules-3.18.0-12-generic  N/A
   linux-firmware 1.141
  SourcePackage: linux
  Title: [Acer Aspire V5-573G] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 06/05/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.29
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.29:bd06/05/2014:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416557/+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 1494484] [NEW] Black screen on resume after suspend

2015-09-10 Thread bp0
Public bug reported:

I have an Acer V5-573G which fails to resume from suspend for all
kernels past 3.14.51 (I've tested 4.2.0-040200 and it still doesn't
resume). When attempting to resume, the hard drive spins up, the
keyboard backlight turns on, the suspend light goes from orange to blue,
but the screen stays resolutely black and the only keypress it seems to
recognise is alt-sysrq-b.

I think this is a duplicate of
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416557 (where I've
left more information) and
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1429347 and
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1389202.

I suspect that the resume problem has something to do with the changes
made in https://01.org/suspendresume/blogs/tebrandt/2013/hard-disk-
resume-optimization-simpler-approach. These were made between 3.14.51
and 3.15.0-RC1, I think.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-28-generic 3.19.0-28.30
ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
Uname: Linux 3.19.0-28-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  seker  1610 F pulseaudio
 /dev/snd/controlC0:  seker  1610 F pulseaudio
CurrentDesktop: Unity
Date: Thu Sep 10 21:41:18 2015
HibernationDevice: RESUME=UUID=33d0d78a-8c1f-4609-87d8-c2ddb40e0f14
InstallationDate: Installed on 2015-03-15 (179 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150306)
MachineType: Acer Aspire V5-573G
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-28-generic 
root=UUID=caf564a7-8259-4d5f-aeb7-10d2e2de6971 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-28-generic N/A
 linux-backports-modules-3.19.0-28-generic  N/A
 linux-firmware 1.143.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/12/2015
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V2.30
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: Dazzle_HW
dmi.board.vendor: Acer
dmi.board.version: Type2 - A01 Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.30:bd01/12/2015:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: Aspire V5-573G
dmi.product.version: TBD by OEM
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug vivid

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

Title:
  Black screen on resume after suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an Acer V5-573G which fails to resume from suspend for all
  kernels past 3.14.51 (I've tested 4.2.0-040200 and it still doesn't
  resume). When attempting to resume, the hard drive spins up, the
  keyboard backlight turns on, the suspend light goes from orange to
  blue, but the screen stays resolutely black and the only keypress it
  seems to recognise is alt-sysrq-b.

  I think this is a duplicate of
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416557 (where
  I've left more information) and
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1429347 and
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1389202.

  I suspect that the resume problem has something to do with the changes
  made in https://01.org/suspendresume/blogs/tebrandt/2013/hard-disk-
  resume-optimization-simpler-approach. These were made between 3.14.51
  and 3.15.0-RC1, I think.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-28-generic 3.19.0-28.30
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Uname: Linux 3.19.0-28-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  seker  1610 F pulseaudio
   /dev/snd/controlC0:  seker  1610 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Sep 10 21:41:18 2015
  HibernationDevice: RESUME=UUID=33d0d78a-8c1f-4609-87d8-c2ddb40e0f14
  InstallationDate: Installed on 2015-03-15 (179 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150306)
  MachineType: Acer Aspire V5-573G
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-28-generic 
root=UUID=caf564a7-8259-4d5f-aeb7-10d2e2de6971 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-28-generic N/A
   linux-backports-modules-3.19.0-28-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: No upgrade lo

[Kernel-packages] [Bug 1416557] Re: [Acer Aspire V5-573G] suspend/resume failure

2015-09-05 Thread bp0
So I've comprehensively failed to git bisect what is apparently neither
a mainline kernel version (mainline only has 3.14, not 3.14.51, and I
can't figure out how to get around the lack of a debian.master/changelog
file) nor available in the utopic repository (which has 3.13 and 3.16
kernels, but neither of the ones I'm interested in). I've also never
built a kernel before so don't have enough baseline knowledge to go
beyond copy and pasting commands which I don't really understand.

I suspect that the resume problem has something to do with the changes
made in https://01.org/suspendresume/blogs/tebrandt/2013/hard-disk-
resume-optimization-simpler-approach. These were made between 3.14.51
and 3.15.0-RC1, I think. Unfortunately, I have no idea how to revert
just these patches to test them individually.

Any help appreciated.

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

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

Title:
  [Acer Aspire V5-573G] suspend/resume failure

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Black screen on resume after suspend

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.18.0-12-generic 3.18.0-12.13
  ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
  Uname: Linux 3.18.0-12-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.15.1-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lightdm1668 F pulseaudio
    valeronm   2143 F pulseaudio
   /dev/snd/controlC0:  lightdm1668 F pulseaudio
    valeronm   2143 F pulseaudio
  Date: Fri Jan 30 23:39:37 2015
  DuplicateSignature: suspend/resume:Acer Aspire V5-573G:V2.29
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=2b5c8acc-3a16-4e7f-97ba-5f4d5d564e7c
  InstallationDate: Installed on 2015-01-30 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150130)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire V5-573G
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.18.0-12-generic.efi.signed 
root=UUID=eca5cdef-c2d4-4af6-a5e2-a11289cc9cfc ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.18.0-12-generic N/A
   linux-backports-modules-3.18.0-12-generic  N/A
   linux-firmware 1.141
  SourcePackage: linux
  Title: [Acer Aspire V5-573G] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 06/05/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.29
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.29:bd06/05/2014:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416557/+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 1416557] Re: [Acer Aspire V5-573G] suspend/resume failure

2015-09-04 Thread bp0
I've done a bit more narrowing down on this and found that the problem
occurs between kernel 3.14.51 and kernel 3.15.0-RC1. I know this isn't
kernel bisecting (haven't done this before so will give it a go but not
sure whether I'll be successful).

Oddly, in Ubuntu 14.10, I can suspend/resume fine with kernel 3.16.0-38,
but this doesn't work in 15.04. Odd.

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

Title:
  [Acer Aspire V5-573G] suspend/resume failure

Status in linux package in Ubuntu:
  Expired

Bug description:
  Black screen on resume after suspend

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.18.0-12-generic 3.18.0-12.13
  ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
  Uname: Linux 3.18.0-12-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.15.1-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lightdm1668 F pulseaudio
    valeronm   2143 F pulseaudio
   /dev/snd/controlC0:  lightdm1668 F pulseaudio
    valeronm   2143 F pulseaudio
  Date: Fri Jan 30 23:39:37 2015
  DuplicateSignature: suspend/resume:Acer Aspire V5-573G:V2.29
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=2b5c8acc-3a16-4e7f-97ba-5f4d5d564e7c
  InstallationDate: Installed on 2015-01-30 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150130)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire V5-573G
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.18.0-12-generic.efi.signed 
root=UUID=eca5cdef-c2d4-4af6-a5e2-a11289cc9cfc ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.18.0-12-generic N/A
   linux-backports-modules-3.18.0-12-generic  N/A
   linux-firmware 1.141
  SourcePackage: linux
  Title: [Acer Aspire V5-573G] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 06/05/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.29
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.29:bd06/05/2014:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416557/+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 1299854] Re: [Acer Aspire V5-573G] suspend/resume failure

2014-04-05 Thread bp0
Tried this kernel: http://kernel.ubuntu.com/~kernel-
ppa/mainline/v3.14-trusty/ and suspend works fine. However, in case it's
relevant, I use bbswitch and installing the 3.14 kernel threw an error
relating to this - possibly because I don't have the source package
installed?

** Tags added: kernel-fixed-upstream

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

Title:
  [Acer Aspire V5-573G] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I'm running packages from ubuntu and xubuntu. When I resume from
  suspend, I have to type my login password twice (in two separate lock
  screens) to get back to my previous session. This time I accidentally
  alt-tabbed while on the second (new ubuntu) lock screen, and couldn't
  get the login text box back in focus, so I selected 'suspend' from the
  drop down box, but then couldn't find any way of waking my laptop back
  up.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-20-generic 3.13.0-20.42
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  seker  2145 F pulseaudio
  Date: Sun Mar 30 19:15:39 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (210 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire V5-573G
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-20-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-20-generic N/A
   linux-backports-modules-3.13.0-20-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  Title: [Acer Aspire V5-573G] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-02 (27 days ago)
  UserGroups:
   
  dmi.bios.date: 10/22/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.24
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.24:bd10/22/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1299854/+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 1299854] [NEW] [Acer Aspire V5-573G] suspend/resume failure

2014-03-30 Thread bp0
Public bug reported:

I'm running packages from ubuntu and xubuntu. When I resume from
suspend, I have to type my login password twice (in two separate lock
screens) to get back to my previous session. This time I accidentally
alt-tabbed while on the second (new ubuntu) lock screen, and couldn't
get the login text box back in focus, so I selected 'suspend' from the
drop down box, but then couldn't find any way of waking my laptop back
up.

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-20-generic 3.13.0-20.42
ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
Uname: Linux 3.13.0-20-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  seker  2145 F pulseaudio
Date: Sun Mar 30 19:15:39 2014
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
InstallationDate: Installed on 2013-08-31 (210 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
InterpreterPath: /usr/bin/python3.4
MachineType: Acer Aspire V5-573G
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-20-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-20-generic N/A
 linux-backports-modules-3.13.0-20-generic  N/A
 linux-firmware 1.126
SourcePackage: linux
Title: [Acer Aspire V5-573G] suspend/resume failure
UpgradeStatus: Upgraded to trusty on 2014-03-02 (27 days ago)
UserGroups:
 
dmi.bios.date: 10/22/2013
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V2.24
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: Dazzle_HW
dmi.board.vendor: Acer
dmi.board.version: Type2 - A01 Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.24:bd10/22/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: Aspire V5-573G
dmi.product.version: TBD by OEM
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-kerneloops resume suspend 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/1299854

Title:
  [Acer Aspire V5-573G] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I'm running packages from ubuntu and xubuntu. When I resume from
  suspend, I have to type my login password twice (in two separate lock
  screens) to get back to my previous session. This time I accidentally
  alt-tabbed while on the second (new ubuntu) lock screen, and couldn't
  get the login text box back in focus, so I selected 'suspend' from the
  drop down box, but then couldn't find any way of waking my laptop back
  up.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-20-generic 3.13.0-20.42
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  seker  2145 F pulseaudio
  Date: Sun Mar 30 19:15:39 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (210 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire V5-573G
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-20-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-20-generic N/A
   linux-backports-modules-3.13.0-20-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  Title: [Acer Aspire V5-573G] suspend/resume failure
  Upgrad

[Kernel-packages] [Bug 1239183] Re: 8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low brightness setting

2013-10-31 Thread bp0
For me, 11.10 doesn't boot to x, but to a terminal. Using the 'startx'
command brings up a normal ubuntu session. The backlight works in this
version, but the brightness buttons don't and I couldn't immediately see
where to change brightness so couldn't test if the screen just had one
brightness setting or if it is controllable.

I guess kernel bisecting would need to start from 11.10 then, but I have
to admit that I don't know how to do this, especially from a liveUSB.

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

Title:
  8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low
  brightness setting

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  On boot, following the bios screen and grub screen to choose ubuntu,
  the screen goes completely black, but the fn-arrow keys can be used to
  turn the backlight up. This is on Asus Aspire V5 573G. I believe this
  is a duplicate of bug #1224415 but I was told explicitly to file a
  separate bug (see
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224415/comments/11)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seker  1893 F pulseaudio
   /dev/snd/controlC1:  seker  1893 F pulseaudio
  Date: Sat Oct 12 19:08:14 2013
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (41 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  MachineType: Acer Aspire V5-573G
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.20
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.20:bd08/29/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239183/+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 1239183] Re: 8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low brightness setting

2013-10-29 Thread bp0
The backlight works under Lucid!

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

Title:
  8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low
  brightness setting

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  On boot, following the bios screen and grub screen to choose ubuntu,
  the screen goes completely black, but the fn-arrow keys can be used to
  turn the backlight up. This is on Asus Aspire V5 573G. I believe this
  is a duplicate of bug #1224415 but I was told explicitly to file a
  separate bug (see
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224415/comments/11)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seker  1893 F pulseaudio
   /dev/snd/controlC1:  seker  1893 F pulseaudio
  Date: Sat Oct 12 19:08:14 2013
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (41 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  MachineType: Acer Aspire V5-573G
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.20
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.20:bd08/29/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239183/+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 1239183] Re: 8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low brightness setting

2013-10-27 Thread bp0
Same problem under 12.04.3, run under LiveUSB

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

Title:
  8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low
  brightness setting

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  On boot, following the bios screen and grub screen to choose ubuntu,
  the screen goes completely black, but the fn-arrow keys can be used to
  turn the backlight up. This is on Asus Aspire V5 573G. I believe this
  is a duplicate of bug #1224415 but I was told explicitly to file a
  separate bug (see
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224415/comments/11)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seker  1893 F pulseaudio
   /dev/snd/controlC1:  seker  1893 F pulseaudio
  Date: Sat Oct 12 19:08:14 2013
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (41 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  MachineType: Acer Aspire V5-573G
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.20
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.20:bd08/29/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239183/+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 1239183] Re: 8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low brightness setting

2013-10-27 Thread bp0
My computer is new and I had some difficulty installing 13.04 so went
straight to 13.10 alpha - afraid I don't know if the bug occurred
beforehand.

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

Title:
  8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low
  brightness setting

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  On boot, following the bios screen and grub screen to choose ubuntu,
  the screen goes completely black, but the fn-arrow keys can be used to
  turn the backlight up. This is on Asus Aspire V5 573G. I believe this
  is a duplicate of bug #1224415 but I was told explicitly to file a
  separate bug (see
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224415/comments/11)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seker  1893 F pulseaudio
   /dev/snd/controlC1:  seker  1893 F pulseaudio
  Date: Sat Oct 12 19:08:14 2013
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (41 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  MachineType: Acer Aspire V5-573G
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.20
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.20:bd08/29/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239183/+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 1239183] Re: 8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low brightness setting

2013-10-26 Thread bp0
Same problem with rc6-saucy kernel downloaded from the link in post #7
above.

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

Title:
  8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low
  brightness setting

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  On boot, following the bios screen and grub screen to choose ubuntu,
  the screen goes completely black, but the fn-arrow keys can be used to
  turn the backlight up. This is on Asus Aspire V5 573G. I believe this
  is a duplicate of bug #1224415 but I was told explicitly to file a
  separate bug (see
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224415/comments/11)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seker  1893 F pulseaudio
   /dev/snd/controlC1:  seker  1893 F pulseaudio
  Date: Sat Oct 12 19:08:14 2013
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (41 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  MachineType: Acer Aspire V5-573G
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.20
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.20:bd08/29/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239183/+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 1239183] Re: 8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low brightness setting

2013-10-24 Thread bp0
I've now tested the rc5-saucy kernel, and the problem is still there.

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

Title:
  8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low
  brightness setting

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  On boot, following the bios screen and grub screen to choose ubuntu,
  the screen goes completely black, but the fn-arrow keys can be used to
  turn the backlight up. This is on Asus Aspire V5 573G. I believe this
  is a duplicate of bug #1224415 but I was told explicitly to file a
  separate bug (see
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224415/comments/11)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seker  1893 F pulseaudio
   /dev/snd/controlC1:  seker  1893 F pulseaudio
  Date: Sat Oct 12 19:08:14 2013
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (41 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  MachineType: Acer Aspire V5-573G
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.20
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.20:bd08/29/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239183/+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 1239183] Re: [Acer Aspire V5-573G] Black screen on boot due to low brightness setting

2013-10-19 Thread bp0
I've tested 3.12.0-999-generic using the instructions at the link and
the bug is still there, so added the exists-upstream tag.

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

Title:
  [Acer Aspire V5-573G] Black screen on boot due to low brightness
  setting

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  On boot, following the bios screen and grub screen to choose ubuntu,
  the screen goes completely black, but the fn-arrow keys can be used to
  turn the backlight up. This is on Asus Aspire V5 573G. I believe this
  is a duplicate of bug #1224415 but I was told explicitly to file a
  separate bug (see
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224415/comments/11)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seker  1893 F pulseaudio
   /dev/snd/controlC1:  seker  1893 F pulseaudio
  Date: Sat Oct 12 19:08:14 2013
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (41 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  MachineType: Acer Aspire V5-573G
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.20
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.20:bd08/29/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239183/+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 1239183] Re: [Acer Aspire V5-573G] Black screen on boot due to low brightness setting

2013-10-19 Thread bp0
** Tags added: kernel-bug-exists-upstream

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

Title:
  [Acer Aspire V5-573G] Black screen on boot due to low brightness
  setting

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  On boot, following the bios screen and grub screen to choose ubuntu,
  the screen goes completely black, but the fn-arrow keys can be used to
  turn the backlight up. This is on Asus Aspire V5 573G. I believe this
  is a duplicate of bug #1224415 but I was told explicitly to file a
  separate bug (see
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224415/comments/11)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seker  1893 F pulseaudio
   /dev/snd/controlC1:  seker  1893 F pulseaudio
  Date: Sat Oct 12 19:08:14 2013
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (41 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  MachineType: Acer Aspire V5-573G
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.20
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.20:bd08/29/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239183/+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 1239183] [NEW] [Acer Aspire V5-573G] Black screen on boot due to low brightness setting

2013-10-12 Thread bp0
Public bug reported:

On boot, following the bios screen and grub screen to choose ubuntu, the
screen goes completely black, but the fn-arrow keys can be used to turn
the backlight up. This is on Asus Aspire V5 573G. I believe this is a
duplicate of bug #1224415 but I was told explicitly to file a separate
bug (see
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224415/comments/11)

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-12-generic 3.11.0-12.19
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  seker  1893 F pulseaudio
 /dev/snd/controlC1:  seker  1893 F pulseaudio
Date: Sat Oct 12 19:08:14 2013
HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
InstallationDate: Installed on 2013-08-31 (41 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
MachineType: Acer Aspire V5-573G
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-12-generic N/A
 linux-backports-modules-3.11.0-12-generic  N/A
 linux-firmware 1.116
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/29/2013
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V2.20
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: Dazzle_HW
dmi.board.vendor: Acer
dmi.board.version: Type2 - A01 Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.20:bd08/29/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: Aspire V5-573G
dmi.product.version: TBD by OEM
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug saucy

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

Title:
  [Acer Aspire V5-573G] Black screen on boot due to low brightness
  setting

Status in “linux” package in Ubuntu:
  New

Bug description:
  On boot, following the bios screen and grub screen to choose ubuntu,
  the screen goes completely black, but the fn-arrow keys can be used to
  turn the backlight up. This is on Asus Aspire V5 573G. I believe this
  is a duplicate of bug #1224415 but I was told explicitly to file a
  separate bug (see
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224415/comments/11)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  seker  1893 F pulseaudio
   /dev/snd/controlC1:  seker  1893 F pulseaudio
  Date: Sat Oct 12 19:08:14 2013
  HibernationDevice: RESUME=UUID=cf48b287-c5f6-4b61-a5bd-3eac732c2f58
  InstallationDate: Installed on 2013-08-31 (41 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130830)
  MachineType: Acer Aspire V5-573G
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=9ec81638-697e-4b52-b175-0ab53a2518d6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.20
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.20:bd08/29/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239183/+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 1224415] Re: 8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low brightness setting

2013-10-05 Thread bp0
I have the same machine and the same bug, and just updated my bios to
2.20. The black screen problem still occurs. Here is my output from sudo
dmidecode -s bios-version && sudo dmidecode -s bios-release-date:

V2.20
08/29/2013

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

Title:
  8086:0a16 [Acer Aspire V5-573G] Black screen on boot due to low
  brightness setting

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  On boot the screen is completely black, but the fn-arrow keys can be
  used to turn the backlight up. This is on Asus Aspire V5 573G. Same
  problem with mainline kernel.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-7-generic 3.11.0-7.13
  ProcVersionSignature: Ubuntu 3.11.0-7.13-generic 3.11.0
  Uname: Linux 3.11.0-7-generic x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  erno   1825 F pulseaudio
   /dev/snd/controlC0:  erno   1825 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Thu Sep 12 13:49:55 2013
  HibernationDevice: RESUME=/dev/mapper/kobol--vg-swap_1
  MachineType: Acer Aspire V5-573G
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-7-generic 
root=/dev/mapper/hostname--vg-root ro splash quiet vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-7-generic N/A
   linux-backports-modules-3.11.0-7-generic  N/A
   linux-firmware1.113
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/28/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.13
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Dazzle_HW
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.13:bd06/28/2013:svnAcer:pnAspireV5-573G:pvrTBDbyOEM:rvnAcer:rnDazzle_HW:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V5-573G
  dmi.product.version: TBD by OEM
  dmi.sys.vendor: Acer

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