[Kernel-packages] [Bug 1702368] Re: Mounted sshfs filesystems sometimes prevent suspend
This issue seems to have been fixed as of 5.8.3 kernel. I recently reported this upstream https://bugzilla.kernel.org/show_bug.cgi?id=208841 and after I was asked to re-test with the newer kernel, it turned out the problem no longer reproducible. I figured I should search if there were other reports of this problem, so here I am: if you upgrade to at least 5.8.3, the problem is absent. ** Bug watch added: Linux Kernel Bug Tracker #208841 https://bugzilla.kernel.org/show_bug.cgi?id=208841 -- 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/1702368 Title: Mounted sshfs filesystems sometimes prevent suspend Status in gnome-settings-daemon package in Ubuntu: Confirmed Status in linux package in Ubuntu: Triaged Status in sshfs-fuse package in Ubuntu: Confirmed Bug description: Using Ubuntu artful with linux-image-4.10.0-26-generic 4.10.0-26.30 and sshfs 2.8-1. I use "sshfs -o reconnect" and often run gvim against a file on an sshfs filesystem. Sometimes when I suspend I get: Jul 4 20:59:08 xps kernel: [46684.608740] PM: Syncing filesystems ... done. Jul 4 20:59:08 xps kernel: [46684.613278] PM: Preparing system for sleep (mem) Jul 4 20:59:08 xps kernel: [46684.613788] Freezing user space processes ... Jul 4 20:59:08 xps kernel: [46704.620140] Freezing of tasks failed after 20.006 seconds (1 tasks refusing to freeze, wq_busy=0): Jul 4 20:59:08 xps kernel: [46704.620534] gvimD0 11155 1336 0x0004 Jul 4 20:59:08 xps kernel: [46704.620541] Call Trace: Jul 4 20:59:08 xps kernel: [46704.620556] __schedule+0x233/0x6f0 ... Jul 4 20:59:08 xps kernel: [46704.620679] entry_SYSCALL_64_fastpath+0x1e/0xad ... Jul 4 20:59:08 xps kernel: [46704.620711] Restarting tasks ... done. ...and the system fails to suspend. AFAICT, this is https://bugzilla.redhat.com/show_bug.cgi?id=656992 and https://lists.debian.org/debian-kernel/2011/10/msg00412.html has an extensive explanation. The corresponding Debian bug was closed long ago due to inactivity. It isn't exactly bug 388419 though since that is about behaviour after resume, rather than failure to suspend. This affects sshfs-fuse, but it sounds like a full fix would be in the kernel. I wonder if it's possible to work around in userspace packaging in sshfs-fuse, though, by arranging some action in userspace before suspend? It seems unlikely that this will be addressed any time soon, but it'd be nice to keep a bug open in Launchpad so that users can have a single rallying point. --- ApportVersion: 2.20.5-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: robie 1519 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 17.10 HibernationDevice: RESUME=UUID=ae23a431-2f44-4c12-992a-a0da8186bfcc InstallationDate: Installed on 2017-05-11 (54 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170507) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 0bda:568b Realtek Semiconductor Corp. Bus 001 Device 002: ID 0cf3:e300 Atheros Communications, Inc. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Dell Inc. XPS 13 9360 Package: sshfs-fuse ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-26-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17 RelatedPackageVersions: linux-restricted-modules-4.10.0-26-generic N/A linux-backports-modules-4.10.0-26-generic N/A linux-firmware 1.167 Tags: artful Uname: Linux 4.10.0-26-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 01/18/2017 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.3.2 dmi.board.name: 00GCYR dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 9 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.3.2:bd01/18/2017:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn00GCYR:rvrA00:cvnDellInc.:ct9:cvr: dmi.product.name: XPS 13 9360 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1702368/+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 1897709] [NEW] iproute2 is missing libnetlink.h and libnetlink.a
Public bug reported: libnetlink library provides access to `man 3 libnetlink` functions. For some reason, while `iproute2` package in Ubuntu has the manual page, however both libnetlink.h file and libnetlink.a to actually use the interfaces mentioned in the manual are absent. This is a packaging bug for iproute2. As another distro example: Archlinux includes the library and the header as part of iproute2 package https://www.archlinux.org/packages/core/x86_64/iproute2/files/ ** Affects: iproute2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to iproute2 in Ubuntu. Matching subscriptions: iproute2 https://bugs.launchpad.net/bugs/1897709 Title: iproute2 is missing libnetlink.h and libnetlink.a Status in iproute2 package in Ubuntu: New Bug description: libnetlink library provides access to `man 3 libnetlink` functions. For some reason, while `iproute2` package in Ubuntu has the manual page, however both libnetlink.h file and libnetlink.a to actually use the interfaces mentioned in the manual are absent. This is a packaging bug for iproute2. As another distro example: Archlinux includes the library and the header as part of iproute2 package https://www.archlinux.org/packages/core/x86_64/iproute2/files/ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1897709/+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 1892564] [NEW] Touchpad does not work correctly
Public bug reported: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06) Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset HECI Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort-
[Kernel-packages] [Bug 1892563] [NEW] Touchpad does not work correctly
Public bug reported: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06) Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset HECI Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort-
[Kernel-packages] [Bug 1892564] Re: Touchpad does not work correctly
apport information ** Tags added: apport-collected ulyana ** Description changed: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06) Subsystem: Samsung Electronics Co Ltd 5 Series/3400 Series Chipset HECI Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEV
[Kernel-packages] [Bug 1892564] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403610/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/
[Kernel-packages] [Bug 1892564] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403611/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 S
[Kernel-packages] [Bug 1892564] Lspci-vt.txt
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403612/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/
[Kernel-packages] [Bug 1892564] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403608/+files/CRDA.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Ser
[Kernel-packages] [Bug 1892564] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403609/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5
[Kernel-packages] [Bug 1892564] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403613/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 S
[Kernel-packages] [Bug 1892564] Lsusb-t.txt
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403614/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/34
[Kernel-packages] [Bug 1892564] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403616/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 S
[Kernel-packages] [Bug 1892564] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403624/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Ser
[Kernel-packages] [Bug 1892564] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403618/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 S
[Kernel-packages] [Bug 1892564] Lsusb-v.txt
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403615/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/34
[Kernel-packages] [Bug 1892564] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403620/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 S
[Kernel-packages] [Bug 1892564] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403617/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel C
[Kernel-packages] [Bug 1892564] RfKill.txt
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403622/+files/RfKill.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400
[Kernel-packages] [Bug 1892564] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403621/+files/PulseList.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Serie
[Kernel-packages] [Bug 1892564] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403619/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporati
[Kernel-packages] [Bug 1892564] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1892564/+attachment/5403623/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Incomplete Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400
[Kernel-packages] [Bug 1892564] Re: Touchpad does not work correctly
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid ** Changed in: linux (Ubuntu) Status: Invalid => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1892564 Title: Touchpad does not work correctly Status in linux package in Ubuntu: Confirmed Bug description: Only the left half of the touchpad works correctly. The right side is perceived as scrolling. 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 02) Subsystem: Samsung Electronics Co Ltd Core Processor DRAM Controller [144d:c581] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: Samsung Electronics Co Ltd Core Processor PCI Express x16 Root Port [144d:c581] Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee04004 Data: 4021 Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x16 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #17, PowerLimit 75.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR- 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1- EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest- Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Ena
[Kernel-packages] [Bug 1529201] [NEW] package linux-image-extra-3.19.0-42-generic (not installed) failed to install/upgrade: cannot copy extracted data for './lib/modules/3.19.0-42-generic/kernel/net/
Public bug reported: After update installation PC rebooting was failed. System cannt find some modules during powered up. And I were backup the previous system state state ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-image-extra-3.19.0-42-generic (not installed) ProcVersionSignature: Ubuntu 3.19.0-39.44~14.04.1-generic 3.19.8-ckt9 Uname: Linux 3.19.0-39-generic i686 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.19 Architecture: i386 Date: Thu Dec 24 13:32:54 2015 DuplicateSignature: package:linux-image-extra-3.19.0-42-generic:(not installed):cannot copy extracted data for './lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko' to '/lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko.dpkg-new': unexpected end of file or stream ErrorMessage: cannot copy extracted data for './lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko' to '/lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko.dpkg-new': unexpected end of file or stream InstallationDate: Installed on 2015-11-27 (27 days ago) InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805) RelatedPackageVersions: dpkg 1.17.5ubuntu5.5 apt 1.0.1ubuntu2.10 SourcePackage: linux-lts-vivid Title: package linux-image-extra-3.19.0-42-generic (not installed) failed to install/upgrade: cannot copy extracted data for './lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko' to '/lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko.dpkg-new': unexpected end of file or stream UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: linux-lts-vivid (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 need-duplicate-check trusty -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-vivid in Ubuntu. https://bugs.launchpad.net/bugs/1529201 Title: package linux-image-extra-3.19.0-42-generic (not installed) failed to install/upgrade: cannot copy extracted data for './lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko' to '/lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko.dpkg- new': unexpected end of file or stream Status in linux-lts-vivid package in Ubuntu: New Bug description: After update installation PC rebooting was failed. System cannt find some modules during powered up. And I were backup the previous system state state ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-image-extra-3.19.0-42-generic (not installed) ProcVersionSignature: Ubuntu 3.19.0-39.44~14.04.1-generic 3.19.8-ckt9 Uname: Linux 3.19.0-39-generic i686 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.19 Architecture: i386 Date: Thu Dec 24 13:32:54 2015 DuplicateSignature: package:linux-image-extra-3.19.0-42-generic:(not installed):cannot copy extracted data for './lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko' to '/lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko.dpkg-new': unexpected end of file or stream ErrorMessage: cannot copy extracted data for './lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko' to '/lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko.dpkg-new': unexpected end of file or stream InstallationDate: Installed on 2015-11-27 (27 days ago) InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805) RelatedPackageVersions: dpkg 1.17.5ubuntu5.5 apt 1.0.1ubuntu2.10 SourcePackage: linux-lts-vivid Title: package linux-image-extra-3.19.0-42-generic (not installed) failed to install/upgrade: cannot copy extracted data for './lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko' to '/lib/modules/3.19.0-42-generic/kernel/net/wireless/cfg80211.ko.dpkg-new': unexpected end of file or stream UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/1529201/+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 1578840] [NEW] System doesn't enter low power states on Skylake processors (Lenovo Thinkpad X260)
Public bug reported: Powertop shows, that the system does not enter the low power idle states of the CPU (beyond PC2) despite the individual cores all reaching their lowest power idle states (C10). See attached screen shot for a typical example of powertop's output. A result of this is a vastly reduced battery live. Furthermore, Intel suggests that not enabling low power idle states may have a negative impact on the life time of the CPU. See https://mjg59.dreamwidth.org/41713.html The laptop is a Lenovo ThinkPad x260 which is is a Ubuntu certified system (http://www.ubuntu.com/certification/hardware/201511-20298/). ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: boot/vmlinuz-4.4.0-21-generic] ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kaymes 1572 F pulseaudio CurrentDesktop: Unity Date: Fri May 6 07:53:35 2016 HibernationDevice: RESUME=UUID=7b2bf86b-4ad7-48d5-ba12-ed741ffcefea InstallationDate: Installed on 2016-05-04 (1 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 5986:0706 Acer, Inc Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: LENOVO 20F6CTO1WW ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-4.4.0-21-generic N/A linux-backports-modules-4.4.0-21-generic N/A linux-firmware1.157 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/25/2016 dmi.bios.vendor: LENOVO dmi.bios.version: R02ET44W (1.17 ) dmi.board.asset.tag: Not Available dmi.board.name: 20F6CTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40709 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrR02ET44W(1.17):bd01/25/2016:svnLENOVO:pn20F6CTO1WW:pvrThinkPadX260:rvnLENOVO:rn20F6CTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone: dmi.product.name: 20F6CTO1WW dmi.product.version: ThinkPad X260 dmi.sys.vendor: LENOVO ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug xenial ** Attachment added: "Powertop screenshot" https://bugs.launchpad.net/bugs/1578840/+attachment/4656673/+files/Screenshot%20from%202016-05-06%2007-50-49.png -- 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/1578840 Title: System doesn't enter low power states on Skylake processors (Lenovo Thinkpad X260) Status in linux package in Ubuntu: New Bug description: Powertop shows, that the system does not enter the low power idle states of the CPU (beyond PC2) despite the individual cores all reaching their lowest power idle states (C10). See attached screen shot for a typical example of powertop's output. A result of this is a vastly reduced battery live. Furthermore, Intel suggests that not enabling low power idle states may have a negative impact on the life time of the CPU. See https://mjg59.dreamwidth.org/41713.html The laptop is a Lenovo ThinkPad x260 which is is a Ubuntu certified system (http://www.ubuntu.com/certification/hardware/201511-20298/). ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: boot/vmlinuz-4.4.0-21-generic] ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kaymes 1572 F pulseaudio CurrentDesktop: Unity Date: Fri May 6 07:53:35 2016 HibernationDevice: RESUME=UUID=7b2bf86b-4ad7-48d5-ba12-ed741ffcefea InstallationDate: Installed on 2016-05-04 (1 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 5986:0706 Acer, Inc Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: LENOVO 20F6CTO1WW ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-4.4.0-21-generic N/A linux-backports-modules-4.4.0-21-generic N/A linux-firmware1.157
[Kernel-packages] [Bug 1578840] Re: System doesn't enter low power states on Skylake processors (Lenovo Thinkpad X260)
I tried the upstream kernel you linked to, but the problem is still the same. http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-rc6-wily/ $ uname -a Linux kaymes 4.6.0-040600rc6-generic #201605012031 SMP Mon May 2 00:33:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Btw, the kernel you linked to was for wily whereas this system is already xenial. ** Attachment added: "Screenshot from 2016-05-07 00-05-04.png" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1578840/+attachment/4657307/+files/Screenshot%20from%202016-05-07%2000-05-04.png ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** 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/1578840 Title: System doesn't enter low power states on Skylake processors (Lenovo Thinkpad X260) Status in linux package in Ubuntu: Confirmed Bug description: Powertop shows, that the system does not enter the low power idle states of the CPU (beyond PC2) despite the individual cores all reaching their lowest power idle states (C10). See attached screen shot for a typical example of powertop's output. A result of this is a vastly reduced battery live. Furthermore, Intel suggests that not enabling low power idle states may have a negative impact on the life time of the CPU. See https://mjg59.dreamwidth.org/41713.html The laptop is a Lenovo ThinkPad x260 which is is a Ubuntu certified system (http://www.ubuntu.com/certification/hardware/201511-20298/). ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: boot/vmlinuz-4.4.0-21-generic] ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kaymes 1572 F pulseaudio CurrentDesktop: Unity Date: Fri May 6 07:53:35 2016 HibernationDevice: RESUME=UUID=7b2bf86b-4ad7-48d5-ba12-ed741ffcefea InstallationDate: Installed on 2016-05-04 (1 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 5986:0706 Acer, Inc Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: LENOVO 20F6CTO1WW ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-4.4.0-21-generic N/A linux-backports-modules-4.4.0-21-generic N/A linux-firmware1.157 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/25/2016 dmi.bios.vendor: LENOVO dmi.bios.version: R02ET44W (1.17 ) dmi.board.asset.tag: Not Available dmi.board.name: 20F6CTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40709 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrR02ET44W(1.17):bd01/25/2016:svnLENOVO:pn20F6CTO1WW:pvrThinkPadX260:rvnLENOVO:rn20F6CTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone: dmi.product.name: 20F6CTO1WW dmi.product.version: ThinkPad X260 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1578840/+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 1283938] Re: [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from sleep
Same bug in ubuntu 14.04 -- 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/1283938 Title: [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from sleep Status in Linux: Unknown Status in linux package in Ubuntu: Incomplete Bug description: HOW TO REPRODUCE 1. Suspend the device 2. Wake it up EXPECTED BEHAVIOUR - The device to resume normally REAL BEHAVIOUR - The screen goes blank RELEVANT DETAILS - In the "/etc/default/grub" file; changing "quiet splash" option to "nomodeset" allows the wakeup, but the computer gets so slow it is unusable. WORKAROUND: Install fglrx. Unverified WORKAROUND: Revert commit 6c7bccea390853bdec5b76fe31fc50f3b36f75d5 as per https://bugzilla.kernel.org/show_bug.cgi?id=76761#c3 . ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xserver-xorg-video-ati 1:7.3.0-1ubuntu2 ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3 Uname: Linux 3.13.0-11-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.13.2-0ubuntu5 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity Date: Mon Feb 24 12:58:07 2014 DistUpgraded: Fresh install DistroCodename: trusty DistroVariant: ubuntu DkmsStatus: virtualbox, 4.3.6, 3.13.0-11-generic, x86_64: installed GraphicsCard: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7500G] [1002:990a] (prog-if 00 [VGA controller]) Subsystem: Samsung Electronics Co Ltd Device [144d:c660] Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M] [1002:6841] (rev ff) (prog-if ff) InstallationDate: Installed on 2014-02-22 (1 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140218) MachineType: SAMSUNG ELECTRONICS CO., LTD. 535U4C ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-11-generic root=UUID=9f8c7e92-a6ea-41fd-9489-a256c8b9f5d5 ro quiet splash vt.handoff=7 SourcePackage: xserver-xorg-video-ati UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/03/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P06RAF.N93.130403.LEO dmi.board.asset.tag: No Asset Tag dmi.board.name: NP535U4X-S01TH dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.board.version: SEC_SW_REVISION_1234567890ABCD dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 9 dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrP06RAF.N93.130403.LEO:bd04/03/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn535U4C:pvrP06RAF:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP535U4X-S01TH:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A: dmi.product.name: 535U4C dmi.product.version: P06RAF dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD. version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.52-1 version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4 version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2 xserver.bootTime: Mon Feb 24 12:54:54 2014 xserver.configfile: default xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension. xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.15.0-1ubuntu6 xserver.video_driver: radeon To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1283938/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
I tested the latest kernel you built. USB was dead after resume. Kernel version: 3.16.0-25-generic_3.16.0-25.33~lp1384041v1 I attached the syslog of the boot-sleep-resume-shutdown run. ** Attachment added: "Syslog for boot-sleep-resume-shutdown with Kernel [Ubuntu 3.16.0-25.33~lp1384041v1-generic 3.16.7]" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+attachment/4254882/+files/syslog1 -- 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/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Triaged Status in “linux” source package in Utopic: Confirmed Status in “linux” source package in Vivid: Triaged Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
Christopher, I also did a quick test of v3.18-rc3-vivid. The kernel didn't show the huge issues I had with rc2. But USB was still dead after resume. -- 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/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Triaged Status in “linux” source package in Utopic: Confirmed Status in “linux” source package in Vivid: Triaged Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
Joseph, has there been any progress on this issue? Just double checking that you're not waiting for enything from me. I think I tested everything you asked me to. -- 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/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Triaged Status in “linux” source package in Utopic: Confirmed Status in “linux” source package in Vivid: Triaged Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
Joseph, I tried the latest kernel you provided. It does have the bug (USB was dead after resume) I attached the syslog. ** Attachment added: "syslog of boot-sleep-resume-shutdown." https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+attachment/4262136/+files/syslog -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Triaged Status in “linux” source package in Utopic: Confirmed Status in “linux” source package in Vivid: Triaged Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] [NEW] USB is dead after resume from sleep
Public bug reported: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug 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/1384041 Title: USB is dead after resume from sleep Status in “linux” package in Ubuntu: New Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: USB is dead after resume from sleep
Attached is the syslog of a boot-suspend-wake-shutdown cycle with 3.13.0-36 where the problem did not occur (i.e. all usb devices operated as normal after resume) ** Attachment added: "syslog of boot-suspend-resume with 3.13.0-36" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+attachment/4241602/+files/3.13.0-36.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1384041 Title: USB is dead after resume from sleep Status in “linux” package in Ubuntu: New Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: USB is dead after resume from sleep
Attached is the syslog of a fresh boot - suspend - wake - shutdown cycle with 3.13.0-37 ** Attachment added: "syslog of boot-suspend-resume with 3.13.0-37" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+attachment/4241601/+files/3.13.0-37.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1384041 Title: USB is dead after resume from sleep Status in “linux” package in Ubuntu: New Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: USB is dead after resume from sleep
The issue is still there with the upstream kernel 3.13.11-03131109-generic. See attached for the syslog of boot-sleep-resume-shutdown. Usb was dead after resume. ** Attachment added: "syslog of boot-sleep-resume-shutdown with 3.13.11-03131109-generic" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+attachment/4242066/+files/3.13.11-03131109-generic.log ** Tags added: kernel-bug-exists-upstream ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1384041 Title: USB is dead after resume from sleep Status in “linux” package in Ubuntu: Confirmed Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
I did the Bios update. It didn't change anything and the problem still exists. The output of the command you requested is: $ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date A06 07/16/2014 After resuming from sleep, the USB ports are dead. (i.e. extenal mouse and Keyboard don't work and the red light of the optical mouse is off, etc.). The problem happens with 3.13.0-37, but not with 3.13.0-36. Thank you for your support. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Confirmed Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
Joseph, I just tested the kernel you asked me to and the problem still exists with Linux mana 3.18.0-031800rc1-generic #201410192135 SMP Mon Oct 20 01:37:04 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux I made an interesting observation though: When I ran 3.13.0-36 and performed a reboot into 3.18-rc1 without power down everything worked fine. (boot 3.13.0-36, reboot into 3.18-rc1, suspend, resume => usb is alive) However, if I do a complete shutdown and then boot into 3.18-rc1, usb us dead after resume. (power on, boot into 3.18-rc1, suspend, resume => usb is dead) I've tried each way to boot twice. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Confirmed Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
Bad news. v3.18-rc2-utopic screws things up completely and the system doesn't boot. The symptoms are as follows: - the initramdisk doesn't show the password prompt to unlock the full disk encryption. - the external usb keyboard doesn't work (i.e. I can't use ESC to hide the splash screen on the external keyboard but I can use ESC on the internal keyboard. However it is not a complete USB outage since both, the keyboard and mouse are showing lights. The external keyboard does work during grub though) - after hiding the splash screen it tells me something about not finding any volume groups (not really surprising if it skips the disc encryption...) I tried to run dpkg -i on the three kernel packages again to re-generate the initramdisk and look for errors. I didn't see any relevant messages and it still failed to boot. The kernel packages I used were linux-headers-3.18.0-031800rc2_3.18.0-031800rc2.201410262035_all.deb linux-headers-3.18.0-031800rc2-generic_3.18.0-031800rc2.201410262035_amd64.deb linux-image-3.18.0-031800rc2-generic_3.18.0-031800rc2.201410262035_amd64.deb I dare say, there is another issue at work here than the one we were dealing with so far. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Confirmed Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
I thought I might sum up the Kernels that were tested so far and their results: 3.13.0-36: everything is ok 3.13.0-37: usb dead after resume 3.13.11.9-trusty: usb dead after resume 3.18-rc1-utopic: usb dead after resume 3.18-rc2-utopic: does not boot -- 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/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Confirmed Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
Thanks. Looks like you selected the right two versions: v3.13.11.6: everything works v3.13.11.7: USB is dead after resume -- 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/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Confirmed Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
Joseph, Thanks. I tested the Kernel. USB was dead after resume. Linux version 3.13.11-03131106-generic (jsalisbury@gloin) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201410291902 SMP Wed Oct 29 19:04:24 UTC 2014 -- 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/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Confirmed Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
I decided to speed things up a little and continued the bisection on my own, compiling kernels on my machine directly. The last good commit is 4a6c3031a7a34bfea80b84e9f657c1d07f21166a "mei: fix return value on disconnect timeout" The first bad commit is fe5c234e529ff6fc0b4a79c088a1a6d3878ad4e6 "USB: Fix persist resume of some SS USB devices" Looks like this patch that is trying to fix resuming SS USB devices is causing my SS USB devices to be dead after resume. -- 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/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Confirmed Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1384041] Re: [Dell Precision M3800] USB is dead after resume from sleep
Joseph, the test kernel you built seems to be good. Linux version 3.13.0-39-generic (root@gloin) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #66~lp1384041Revert SMP Thu Oct 30 12:59:32 UTC 2014 (Ubuntu 3.13.0-39.66~lp1384041Revert-generic 3.13.11.8) Packages: linux-headers-3.13.0-39_3.13.0-39.66~lp1384041Revert_all.deb linux-headers-3.13.0-39-generic_3.13.0-39.66~lp1384041Revert_amd64.deb linux-image-3.13.0-39-generic_3.13.0-39.66~lp1384041Revert_amd64.deb linux-image-extra-3.13.0-39-generic_3.13.0-39.66~lp1384041Revert_amd64.deb -- 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/1384041 Title: [Dell Precision M3800] USB is dead after resume from sleep Status in “linux” package in Ubuntu: Confirmed Bug description: After resuming from sleep (suspend to ram), all external usb ports are dead. The laptop's built in keyboard and synaptic touch pad (I think it is vonnected via internal usb, but not 100% sure) still work. Only a complete power down and reboot seem to bring back the devices. The problem does not happen with the previous kernel 3.13.0-36. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-37-generic 3.13.0-37.64 ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 Uname: Linux 3.13.0-37-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: kaymes 3513 F pulseaudio /dev/snd/controlC1: kaymes 3513 F pulseaudio /dev/snd/controlC0: kaymes 3513 F pulseaudio CurrentDesktop: Unity Date: Wed Oct 22 16:04:20 2014 InstallationDate: Installed on 2014-07-23 (90 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Dell Precision M3800 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=/dev/mapper/root-trusty ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: Dell Precision M3800 dmi.board.vendor: Dell Inc. dmi.board.version: A05 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA05:bd04/16/2014:svnDellInc.:pnDellPrecisionM3800:pvrA05:rvnDellInc.:rnDellPrecisionM3800:rvrA05:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Dell Precision M3800 dmi.product.version: A05 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384041/+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 1578840] Re: System doesn't enter low power states on Skylake processors (Lenovo Thinkpad X260)
I just tried the latest of the intel drm kernels. Still the same: the cores all reach C10 whereas the package only reaches C2 (pc2). $ uname -a Linux kaymes 4.7.0-994-generic #201606052244 SMP Mon Jun 6 02:46:22 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux -- 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/1578840 Title: System doesn't enter low power states on Skylake processors (Lenovo Thinkpad X260) Status in linux package in Ubuntu: Incomplete Bug description: Powertop shows, that the system does not enter the low power idle states of the CPU (beyond PC2) despite the individual cores all reaching their lowest power idle states (C10). See attached screen shot for a typical example of powertop's output. A result of this is a vastly reduced battery live. Furthermore, Intel suggests that not enabling low power idle states may have a negative impact on the life time of the CPU. See https://mjg59.dreamwidth.org/41713.html The laptop is a Lenovo ThinkPad x260 which is is a Ubuntu certified system (http://www.ubuntu.com/certification/hardware/201511-20298/). ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: boot/vmlinuz-4.4.0-21-generic] ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kaymes 1572 F pulseaudio CurrentDesktop: Unity Date: Fri May 6 07:53:35 2016 HibernationDevice: RESUME=UUID=7b2bf86b-4ad7-48d5-ba12-ed741ffcefea InstallationDate: Installed on 2016-05-04 (1 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 5986:0706 Acer, Inc Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: LENOVO 20F6CTO1WW ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-4.4.0-21-generic N/A linux-backports-modules-4.4.0-21-generic N/A linux-firmware1.157 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/25/2016 dmi.bios.vendor: LENOVO dmi.bios.version: R02ET44W (1.17 ) dmi.board.asset.tag: Not Available dmi.board.name: 20F6CTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40709 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrR02ET44W(1.17):bd01/25/2016:svnLENOVO:pn20F6CTO1WW:pvrThinkPadX260:rvnLENOVO:rn20F6CTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone: dmi.product.name: 20F6CTO1WW dmi.product.version: ThinkPad X260 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1578840/+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 1578840] Re: System doesn't enter low power states on Skylake processors (Lenovo Thinkpad X260)
I also performed a BIOS update. Still the same: the cores all reach C10 whereas the package only reaches C2 (pc2). $ uname -a Linux kaymes 4.7.0-994-generic #201606052244 SMP Mon Jun 6 02:46:22 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux $ sudo dmidecode -s bios-version R02ET46W (1.19 ) ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1578840 Title: System doesn't enter low power states on Skylake processors (Lenovo Thinkpad X260) Status in linux package in Ubuntu: Confirmed Bug description: Powertop shows, that the system does not enter the low power idle states of the CPU (beyond PC2) despite the individual cores all reaching their lowest power idle states (C10). See attached screen shot for a typical example of powertop's output. A result of this is a vastly reduced battery live. Furthermore, Intel suggests that not enabling low power idle states may have a negative impact on the life time of the CPU. See https://mjg59.dreamwidth.org/41713.html The laptop is a Lenovo ThinkPad x260 which is is a Ubuntu certified system (http://www.ubuntu.com/certification/hardware/201511-20298/). ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: boot/vmlinuz-4.4.0-21-generic] ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kaymes 1572 F pulseaudio CurrentDesktop: Unity Date: Fri May 6 07:53:35 2016 HibernationDevice: RESUME=UUID=7b2bf86b-4ad7-48d5-ba12-ed741ffcefea InstallationDate: Installed on 2016-05-04 (1 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 5986:0706 Acer, Inc Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: LENOVO 20F6CTO1WW ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-4.4.0-21-generic N/A linux-backports-modules-4.4.0-21-generic N/A linux-firmware1.157 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/25/2016 dmi.bios.vendor: LENOVO dmi.bios.version: R02ET44W (1.17 ) dmi.board.asset.tag: Not Available dmi.board.name: 20F6CTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40709 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrR02ET44W(1.17):bd01/25/2016:svnLENOVO:pn20F6CTO1WW:pvrThinkPadX260:rvnLENOVO:rn20F6CTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone: dmi.product.name: 20F6CTO1WW dmi.product.version: ThinkPad X260 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1578840/+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 1578840] Re: System doesn't enter low power states on Skylake processors (Lenovo Thinkpad X260)
** Tags removed: bios-outdated-1.19 ** Tags added: bios-updated-1.19 -- 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/1578840 Title: System doesn't enter low power states on Skylake processors (Lenovo Thinkpad X260) Status in linux package in Ubuntu: Confirmed Bug description: Powertop shows, that the system does not enter the low power idle states of the CPU (beyond PC2) despite the individual cores all reaching their lowest power idle states (C10). See attached screen shot for a typical example of powertop's output. A result of this is a vastly reduced battery live. Furthermore, Intel suggests that not enabling low power idle states may have a negative impact on the life time of the CPU. See https://mjg59.dreamwidth.org/41713.html The laptop is a Lenovo ThinkPad x260 which is is a Ubuntu certified system (http://www.ubuntu.com/certification/hardware/201511-20298/). ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: boot/vmlinuz-4.4.0-21-generic] ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kaymes 1572 F pulseaudio CurrentDesktop: Unity Date: Fri May 6 07:53:35 2016 HibernationDevice: RESUME=UUID=7b2bf86b-4ad7-48d5-ba12-ed741ffcefea InstallationDate: Installed on 2016-05-04 (1 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 5986:0706 Acer, Inc Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: LENOVO 20F6CTO1WW ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-4.4.0-21-generic N/A linux-backports-modules-4.4.0-21-generic N/A linux-firmware1.157 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/25/2016 dmi.bios.vendor: LENOVO dmi.bios.version: R02ET44W (1.17 ) dmi.board.asset.tag: Not Available dmi.board.name: 20F6CTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40709 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrR02ET44W(1.17):bd01/25/2016:svnLENOVO:pn20F6CTO1WW:pvrThinkPadX260:rvnLENOVO:rn20F6CTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone: dmi.product.name: 20F6CTO1WW dmi.product.version: ThinkPad X260 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1578840/+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 1478250] apport information
ApportVersion: 2.14.1-0ubuntu3.12 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: koska 2420 F pulseaudio /dev/snd/controlC0: koska 2420 F pulseaudio CRDA: country EU: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20) (5250 - 5330 @ 40), (N/A, 20), DFS (5490 - 5710 @ 40), (N/A, 27), DFS CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 EcryptfsInUse: Yes InstallationDate: Installed on 2015-08-05 (25 days ago) InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1) MachineType: Hewlett-Packard HP Spectre x360 Convertible 13 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-46-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash "acpi_osi=!Windows 2013" "acpi_osi=!Windows 2012" vt.handoff=7 ProcVersionSignature: Ubuntu 3.16.0-46.62~14.04.1-generic 3.16.7-ckt15 RelatedPackageVersions: linux-restricted-modules-3.16.0-46-generic N/A linux-backports-modules-3.16.0-46-generic N/A linux-firmware 1.127.15 Tags: trusty Uname: Linux 3.16.0-46-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 01/19/2015 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F.04 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 802D dmi.board.vendor: Hewlett-Packard dmi.board.version: 58.16 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF.04:bd01/19/2015:svnHewlett-Packard:pnHPSpectrex360Convertible13:pvr:rvnHewlett-Packard:rn802D:rvr58.16:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Spectre x360 Convertible 13 dmi.sys.vendor: Hewlett-Packard -- 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/1478250 Title: hp x360 laptop keyboard freezes for 1 sec. every few minutes Status in linux package in Ubuntu: Confirmed Bug description: A couple weeks ago Installed ubuntu 14.04 on an hp spectre x360. It works great except for a strange keyboard problem. Every 2 or 3 minutes the keyboard freezes for about 1 second - it misses keystrokes completely. Anything typed during that 1 second period is missed. For that same period, the LED in the F5 key turns off. The F5 key is normally illuminated. If you hit it, that turns the LED off and turns on the keyboard backlight. Hit it again, and the backlight goes off and F5 lights up again. Apparently while that light is out, the keyboard is disabled. I wrote a program that printed a variable character pattern to a terminal every 4 times/sec and just watched it. I wanted to know if the whole computer (or just whole desktop?) was freezing, or just the keyboard. When the keyboard light turned off, the program kept running, so I think it's just the keyboard. The timing of the light blinking off is variable. If I am not typing, the light seems to blink at a 2min 30 sec.to 3min 30 sec period. It seems more often than that when I am actually typing, perhaps 2 minutes. I'm guessing this is a keyboard driver problem? Anyone else seen this? /proc/version is Linux version 3.16.0-43-generic (buildd@brownie) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #58~14.04.1-Ubuntu SMP Mon Jun 22 10:21:20 UTC 2015. --- ApportVersion: 2.14.1-0ubuntu3.11 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: sarg3141860 F pulseaudio /dev/snd/controlC0: sarg3141860 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=c0ce179f-fac4-4cc5-8ec4-59859141662e InstallationDate: Installed on 2015-07-03 (23 days ago) InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1) MachineType: Hewlett-Packard HP Spectre x360 Convertible 13 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-44-generic.efi.signed root=UUID=0d0480e0-4b2f-4413-bcaa-a4ebf1c1b2ec ro quiet splash "acpi_osi=!Windows 2013" "acpi_osi=!Windows 2012" acpi_backlight=vendor acpi_backlight=video video.use_native_backlight=1 vt.handoff=7 ProcVersionSignature: Ubuntu 3.16.0-44.59~14.04.1-generic 3.16.7-ckt14 RelatedPackageVersions: linux-restricted-modules-3.16.0-44-generic N/A linux-backports-modules-3.16.0-44-generic N/A linux-firmware 1.127.14 Tags: trusty Uname: Linux 3.16.0-44-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 01/19/2015 dmi.bios.vendor: America
[Kernel-packages] [Bug 1478250] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1478250/+attachment/4455000/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1478250 Title: hp x360 laptop keyboard freezes for 1 sec. every few minutes Status in linux package in Ubuntu: Confirmed Bug description: A couple weeks ago Installed ubuntu 14.04 on an hp spectre x360. It works great except for a strange keyboard problem. Every 2 or 3 minutes the keyboard freezes for about 1 second - it misses keystrokes completely. Anything typed during that 1 second period is missed. For that same period, the LED in the F5 key turns off. The F5 key is normally illuminated. If you hit it, that turns the LED off and turns on the keyboard backlight. Hit it again, and the backlight goes off and F5 lights up again. Apparently while that light is out, the keyboard is disabled. I wrote a program that printed a variable character pattern to a terminal every 4 times/sec and just watched it. I wanted to know if the whole computer (or just whole desktop?) was freezing, or just the keyboard. When the keyboard light turned off, the program kept running, so I think it's just the keyboard. The timing of the light blinking off is variable. If I am not typing, the light seems to blink at a 2min 30 sec.to 3min 30 sec period. It seems more often than that when I am actually typing, perhaps 2 minutes. I'm guessing this is a keyboard driver problem? Anyone else seen this? /proc/version is Linux version 3.16.0-43-generic (buildd@brownie) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #58~14.04.1-Ubuntu SMP Mon Jun 22 10:21:20 UTC 2015. --- ApportVersion: 2.14.1-0ubuntu3.11 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: sarg3141860 F pulseaudio /dev/snd/controlC0: sarg3141860 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=c0ce179f-fac4-4cc5-8ec4-59859141662e InstallationDate: Installed on 2015-07-03 (23 days ago) InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1) MachineType: Hewlett-Packard HP Spectre x360 Convertible 13 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-44-generic.efi.signed root=UUID=0d0480e0-4b2f-4413-bcaa-a4ebf1c1b2ec ro quiet splash "acpi_osi=!Windows 2013" "acpi_osi=!Windows 2012" acpi_backlight=vendor acpi_backlight=video video.use_native_backlight=1 vt.handoff=7 ProcVersionSignature: Ubuntu 3.16.0-44.59~14.04.1-generic 3.16.7-ckt14 RelatedPackageVersions: linux-restricted-modules-3.16.0-44-generic N/A linux-backports-modules-3.16.0-44-generic N/A linux-firmware 1.127.14 Tags: trusty Uname: Linux 3.16.0-44-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 01/19/2015 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F.04 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 802D dmi.board.vendor: Hewlett-Packard dmi.board.version: 58.16 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF.04:bd01/19/2015:svnHewlett-Packard:pnHPSpectrex360Convertible13:pvr:rvnHewlett-Packard:rn802D:rvr58.16:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Spectre x360 Convertible 13 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1478250/+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 1478250] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1478250/+attachment/4454999/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1478250 Title: hp x360 laptop keyboard freezes for 1 sec. every few minutes Status in linux package in Ubuntu: Confirmed Bug description: A couple weeks ago Installed ubuntu 14.04 on an hp spectre x360. It works great except for a strange keyboard problem. Every 2 or 3 minutes the keyboard freezes for about 1 second - it misses keystrokes completely. Anything typed during that 1 second period is missed. For that same period, the LED in the F5 key turns off. The F5 key is normally illuminated. If you hit it, that turns the LED off and turns on the keyboard backlight. Hit it again, and the backlight goes off and F5 lights up again. Apparently while that light is out, the keyboard is disabled. I wrote a program that printed a variable character pattern to a terminal every 4 times/sec and just watched it. I wanted to know if the whole computer (or just whole desktop?) was freezing, or just the keyboard. When the keyboard light turned off, the program kept running, so I think it's just the keyboard. The timing of the light blinking off is variable. If I am not typing, the light seems to blink at a 2min 30 sec.to 3min 30 sec period. It seems more often than that when I am actually typing, perhaps 2 minutes. I'm guessing this is a keyboard driver problem? Anyone else seen this? /proc/version is Linux version 3.16.0-43-generic (buildd@brownie) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #58~14.04.1-Ubuntu SMP Mon Jun 22 10:21:20 UTC 2015. --- ApportVersion: 2.14.1-0ubuntu3.11 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: sarg3141860 F pulseaudio /dev/snd/controlC0: sarg3141860 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=c0ce179f-fac4-4cc5-8ec4-59859141662e InstallationDate: Installed on 2015-07-03 (23 days ago) InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1) MachineType: Hewlett-Packard HP Spectre x360 Convertible 13 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-44-generic.efi.signed root=UUID=0d0480e0-4b2f-4413-bcaa-a4ebf1c1b2ec ro quiet splash "acpi_osi=!Windows 2013" "acpi_osi=!Windows 2012" acpi_backlight=vendor acpi_backlight=video video.use_native_backlight=1 vt.handoff=7 ProcVersionSignature: Ubuntu 3.16.0-44.59~14.04.1-generic 3.16.7-ckt14 RelatedPackageVersions: linux-restricted-modules-3.16.0-44-generic N/A linux-backports-modules-3.16.0-44-generic N/A linux-firmware 1.127.14 Tags: trusty Uname: Linux 3.16.0-44-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 01/19/2015 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F.04 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 802D dmi.board.vendor: Hewlett-Packard dmi.board.version: 58.16 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF.04:bd01/19/2015:svnHewlett-Packard:pnHPSpectrex360Convertible13:pvr:rvnHewlett-Packard:rn802D:rvr58.16:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Spectre x360 Convertible 13 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1478250/+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 1478250] AlsaInfo.txt
apport information ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1478250/+attachment/4454996/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1478250 Title: hp x360 laptop keyboard freezes for 1 sec. every few minutes Status in linux package in Ubuntu: Confirmed Bug description: A couple weeks ago Installed ubuntu 14.04 on an hp spectre x360. It works great except for a strange keyboard problem. Every 2 or 3 minutes the keyboard freezes for about 1 second - it misses keystrokes completely. Anything typed during that 1 second period is missed. For that same period, the LED in the F5 key turns off. The F5 key is normally illuminated. If you hit it, that turns the LED off and turns on the keyboard backlight. Hit it again, and the backlight goes off and F5 lights up again. Apparently while that light is out, the keyboard is disabled. I wrote a program that printed a variable character pattern to a terminal every 4 times/sec and just watched it. I wanted to know if the whole computer (or just whole desktop?) was freezing, or just the keyboard. When the keyboard light turned off, the program kept running, so I think it's just the keyboard. The timing of the light blinking off is variable. If I am not typing, the light seems to blink at a 2min 30 sec.to 3min 30 sec period. It seems more often than that when I am actually typing, perhaps 2 minutes. I'm guessing this is a keyboard driver problem? Anyone else seen this? /proc/version is Linux version 3.16.0-43-generic (buildd@brownie) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #58~14.04.1-Ubuntu SMP Mon Jun 22 10:21:20 UTC 2015. --- ApportVersion: 2.14.1-0ubuntu3.11 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: sarg3141860 F pulseaudio /dev/snd/controlC0: sarg3141860 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=c0ce179f-fac4-4cc5-8ec4-59859141662e InstallationDate: Installed on 2015-07-03 (23 days ago) InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1) MachineType: Hewlett-Packard HP Spectre x360 Convertible 13 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-44-generic.efi.signed root=UUID=0d0480e0-4b2f-4413-bcaa-a4ebf1c1b2ec ro quiet splash "acpi_osi=!Windows 2013" "acpi_osi=!Windows 2012" acpi_backlight=vendor acpi_backlight=video video.use_native_backlight=1 vt.handoff=7 ProcVersionSignature: Ubuntu 3.16.0-44.59~14.04.1-generic 3.16.7-ckt14 RelatedPackageVersions: linux-restricted-modules-3.16.0-44-generic N/A linux-backports-modules-3.16.0-44-generic N/A linux-firmware 1.127.14 Tags: trusty Uname: Linux 3.16.0-44-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 01/19/2015 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F.04 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 802D dmi.board.vendor: Hewlett-Packard dmi.board.version: 58.16 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF.04:bd01/19/2015:svnHewlett-Packard:pnHPSpectrex360Convertible13:pvr:rvnHewlett-Packard:rn802D:rvr58.16:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Spectre x360 Convertible 13 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1478250/+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 1478250] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1478250/+attachment/4455005/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1478250 Title: hp x360 laptop keyboard freezes for 1 sec. every few minutes Status in linux package in Ubuntu: Confirmed Bug description: A couple weeks ago Installed ubuntu 14.04 on an hp spectre x360. It works great except for a strange keyboard problem. Every 2 or 3 minutes the keyboard freezes for about 1 second - it misses keystrokes completely. Anything typed during that 1 second period is missed. For that same period, the LED in the F5 key turns off. The F5 key is normally illuminated. If you hit it, that turns the LED off and turns on the keyboard backlight. Hit it again, and the backlight goes off and F5 lights up again. Apparently while that light is out, the keyboard is disabled. I wrote a program that printed a variable character pattern to a terminal every 4 times/sec and just watched it. I wanted to know if the whole computer (or just whole desktop?) was freezing, or just the keyboard. When the keyboard light turned off, the program kept running, so I think it's just the keyboard. The timing of the light blinking off is variable. If I am not typing, the light seems to blink at a 2min 30 sec.to 3min 30 sec period. It seems more often than that when I am actually typing, perhaps 2 minutes. I'm guessing this is a keyboard driver problem? Anyone else seen this? /proc/version is Linux version 3.16.0-43-generic (buildd@brownie) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #58~14.04.1-Ubuntu SMP Mon Jun 22 10:21:20 UTC 2015. --- ApportVersion: 2.14.1-0ubuntu3.11 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: sarg3141860 F pulseaudio /dev/snd/controlC0: sarg3141860 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=c0ce179f-fac4-4cc5-8ec4-59859141662e InstallationDate: Installed on 2015-07-03 (23 days ago) InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1) MachineType: Hewlett-Packard HP Spectre x360 Convertible 13 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-44-generic.efi.signed root=UUID=0d0480e0-4b2f-4413-bcaa-a4ebf1c1b2ec ro quiet splash "acpi_osi=!Windows 2013" "acpi_osi=!Windows 2012" acpi_backlight=vendor acpi_backlight=video video.use_native_backlight=1 vt.handoff=7 ProcVersionSignature: Ubuntu 3.16.0-44.59~14.04.1-generic 3.16.7-ckt14 RelatedPackageVersions: linux-restricted-modules-3.16.0-44-generic N/A linux-backports-modules-3.16.0-44-generic N/A linux-firmware 1.127.14 Tags: trusty Uname: Linux 3.16.0-44-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 01/19/2015 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F.04 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 802D dmi.board.vendor: Hewlett-Packard dmi.board.version: 58.16 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF.04:bd01/19/2015:svnHewlett-Packard:pnHPSpectrex360Convertible13:pvr:rvnHewlett-Packard:rn802D:rvr58.16:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Spectre x360 Convertible 13 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1478250/+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 2052341] [NEW] package nvidia-dkms-390 390.157-0ubuntu0.22.04.2 failed to install/upgrade: installed nvidia-dkms-390 package post-installation script subprocess returned error e
Public bug reported: dpkg: dependency problems prevent configuration of nvidia-driver-390: nvidia-driver-390 depends on nvidia-dkms-390 (<= 390.157-1); however: Package nvidia-dkms-390 is not configured yet. nvidia-driver-390 depends on nvidia-dkms-390 (>= 390.157); however: Package nvidia-dkms-390 is not configured yet. dpkg: error processing package nvidia-driver-390 (--configure): dependency problems - leaving unconfigured No apport report written because the error message indicates its a followup error from a previous failure. /var/crash reads: # CC [M] /var/lib/dkms/nvidia/390.157/build/nvidia/nv-dma.o x86_64-linux-gnu-gcc-12 -Wp,-MMD,/var/lib/dkms/nvidia/390.157/build/nvidia/.nv-dma.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -include ./include/linux/compiler_types.h -D__KERNEL__ -fmacro-prefix-map=./= -std=gnu11 -fshort-wchar -funsigned-char -fno-common -fno-PIE -fno-strict-aliasing -Wall -Wundef -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Werror=strict-prototypes -Wno-format-security -Wno-trigraphs -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fpatchable-function-entry=16,16 -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -Wno-dangling-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -ftrivial-auto-var-init=zero -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -falign-functions=16 -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-array-bounds -Wno-alloc-size-larger-than -Wimplicit-fallthrough=5 -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -g -gdwarf-5 -I/var/lib/dkms/nvidia/390.157/build/common/inc -I/var/lib/dkms/nvidia/390.157/build -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"390.157\" -Wno-unused-function -Wuninitialized -fno-strict-aliasing -mno-red-zone -mcmodel=kernel -DNV_UVM_ENABLE -Wno-sign-compare -Wno-format-extra-args -Werror=undef -DNV_SPECTRE_V2=0 -DNV_KERNEL_INTERFACE_LAYER -I/var/lib/dkms/nvidia/390.157/build/nvidia -DNV_BUILD_MODULE_INSTANCES=0 -DNVIDIA_UNDEF_LEGACY_BIT_MACROS -UDEBUG -U_DEBUG -DNDEBUG -fsanitize=bounds-strict -fsanitize=shift -fsanitize=bool -fsanitize=enum -DMODULE -DKBUILD_BASENAME='"nv_dma"' -DKBUILD_MODNAME='"nvidia"' -D__KBUILD_MODNAME=kmod_nvidia -c -o /var/lib/dkms/nvidia/390.157/build/nvidia/nv-dma.o /var/lib/dkms/nvidia/390.157/build/nvidia/nv-dma.c ; ./tools/objtool/objtool --hacks=jump_label --hacks=noinstr --hacks=skylake --retpoline --rethunk --sls --stackval --static-call --uaccess --prefix=16 --module /var/lib/dkms/nvidia/390.157/build/nvidia/nv-dma.o In file included from /var/lib/dkms/nvidia/390.157/build/common/inc/nv-linux.h:21, from /var/lib/dkms/nvidia/390.157/build/nvidia/nv-gpu-numa.c:24: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h: In function ‘NV_GET_USER_PAGES_REMOTE’: /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h:164:45: error: passing argument 1 of ‘get_user_pages_remote’ from incompatible pointer type [-Werror=incompatible-pointer-types] 164 |return get_user_pages_remote(tsk, mm, start, nr_pages, flags, | ^~~ | | | struct task_struct * In file included from /var/lib/dkms/nvidia/390.157/build/common/inc/nv-pgprot.h:17, from /var/lib/dkms/nvidia/390.157/build/common/inc/nv-linux.h:20: ./include/linux/mm.h:2397:46: note: expected ‘struct mm_struct *’ but argument is of type ‘struct task_struct *’ 2397 | long get_user_pages_remote(struct mm_struct *mm, |~~^~ /var/lib/dkms/nvidia/390.157/build/common/inc/nv-mm.h:164:50: warning: passing argument 2 of ‘get_user_pages_remote’ makes integer from pointer
[Kernel-packages] [Bug 1923515] Re: [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel Mouse"
@edholden I'm glad you pinned down the problem! I think you might want to post this on the askubuntu thread as an answer, and to the kernel bugzilla as well, and perhaps close the reports on both bugtrackers. -- 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/1923515 Title: [Dell XPS 15 9500] New touchpad detected as "PS/2 Logitech Wheel Mouse" Status in linux package in Ubuntu: Incomplete Bug description: I've been using Ubuntu 20.04 on a Dell XPS 15 9550. The laptop's touchpad had a hardware defect common to the model (nicknamed "wobble") so Dell sent a tech to replace it. The new touchpad looks identical to the original but the kernel doesn't correctly detect it. The device does work, but appears to the kernel as a "PS/2 Logitech Wheel Mouse," which prevents the use of features like two-finger scrolling, disabling tap to click, and palm detection. A good summary of my troubleshooting steps are here: https://askubuntu.com/questions/1330555/touchpad-detected-as-ps-2-logitech-wheel-mouse-dell-xps-15-ubuntu-20-04 Importantly, I've tried a mainline kernel downloaded from Ubuntu (5.11.12 and a 5.12.0 release candidate, whereas the current version is a 5.8.0). I've also tried two bootable USB drives containing Ubuntu 20.04 and 21.04 (release candidate). Nothing has changed the device detection or behavior. The issue is identical in the default Ubuntu desktop and in Plasma. There are no touchpad settings in the UEFI BIOS. Per the touchpad detection instructions, I've attached the output of /proc/bus/input/devices, Xorg.0.log, and the `xinput --list` command. My suspicion is that Dell has ordered a brand new touchpad model for which there is no kernel driver; looking at the logs, the previous model was an elantech, but I'm not sure if the new one is as well. --- ProblemType: Bug ApportVersion: 2.20.11-0ubuntu27.16 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: edholden 1571 F pulseaudio CasperMD5CheckResult: skip CurrentDesktop: KDE DistroRelease: Ubuntu 20.04 InstallationDate: Installed on 2020-10-11 (183 days ago) InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731) MachineType: Dell Inc. XPS 15 9500 NonfreeKernelModules: nvidia_modeset nvidia Package: linux (not installed) ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-48-generic root=UUID=a8be5c03-8499-4474-932d-725877e9cc6c ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18 RelatedPackageVersions: linux-restricted-modules-5.8.0-48-generic N/A linux-backports-modules-5.8.0-48-generic N/A linux-firmware1.187.10 Tags: focal Uname: Linux 5.8.0-48-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 12/24/2020 dmi.bios.release: 1.6 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.6.1 dmi.board.name: 0RDX6T dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.6.1:bd12/24/2020:br1.6:svnDellInc.:pnXPS159500:pvr:rvnDellInc.:rn0RDX6T:rvrA00:cvnDellInc.:ct10:cvr: dmi.product.family: XPS dmi.product.name: XPS 15 9500 dmi.product.sku: 097D dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1923515/+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 1806863] Re: i2c_hid i2c-ELAN2514:00: i2c-ELAN2514:00 supply vdd not found, using dummy regulator
*** This bug is a duplicate of bug 1795292 *** https://bugs.launchpad.net/bugs/1795292 Same bug affects Dell XPS 9343, kernel: 5.0.7-200.fc29.x86_64 ``` [ 423.541725] i2c_hid i2c-DLL0665:01: i2c-DLL0665:01 supply vdd not found, using dummy regulator [ 423.541874] i2c_hid i2c-DLL0665:01: i2c-DLL0665:01 supply vddl not found, using dummy regulator [ 428.985633] i2c_hid i2c-DLL0665:01: failed to reset device. [ 435.129815] i2c_hid i2c-DLL0665:01: failed to reset device. [ 441.273820] i2c_hid i2c-DLL0665:01: failed to reset device. [ 447.417874] i2c_hid i2c-DLL0665:01: failed to reset device. [ 448.441779] i2c_hid i2c-DLL0665:01: can't add hid device: -61 ``` /proc/bus/input/devices ``` I: Bus=0011 Vendor=0002 Product=0001 Version= N: Name="PS/2 Synaptics TouchPad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input6 U: Uniq= H: Handlers=mouse1 event11 B: PROP=1 B: EV=7 B: KEY=7 0 0 0 0 B: REL=3 ``` ** This bug has been marked a duplicate of bug 1795292 ELAN469D touch pad not working -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1806863 Title: i2c_hid i2c-ELAN2514:00: i2c-ELAN2514:00 supply vdd not found, using dummy regulator Status in Linux: Confirmed Status in linux package in Ubuntu: Confirmed Bug description: Hello, dmesg: [1.685824] i2c_hid i2c-ELAN2514:00: i2c-ELAN2514:00 supply vdd not found, using dummy regulator Best regards, -- Cristian Aravena Romero (caravena) ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-4.18.0-11-generic 4.18.0-11.12 ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12 Uname: Linux 4.18.0-11-generic x86_64 ApportVersion: 2.20.10-0ubuntu14 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: caravena 2809 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Wed Dec 5 08:19:35 2018 HibernationDevice: RESUME=UUID=efcf081f-0bb0-4907-b78c-1299aa4aee57 InstallationDate: Installed on 2018-12-02 (2 days ago) InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725) MachineType: HP HP Pavilion x360 Convertible 14-cd0xxx ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.18.0-11-generic root=UUID=28bdadba-133c-4f5b-a5c9-b06993ea7ce2 ro rootflags=subvol=@ quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-4.18.0-11-generic N/A linux-backports-modules-4.18.0-11-generic N/A linux-firmware 1.176 SourcePackage: linux UpgradeStatus: Upgraded to disco on 2018-12-02 (2 days ago) dmi.bios.date: 06/14/2018 dmi.bios.vendor: Insyde dmi.bios.version: F.13 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 8486 dmi.board.vendor: HP dmi.board.version: 72.19 dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 31 dmi.chassis.vendor: HP dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.13:bd06/14/2018:svnHP:pnHPPavilionx360Convertible14-cd0xxx:pvrType1ProductConfigId:rvnHP:rn8486:rvr72.19:cvnHP:ct31:cvrChassisVersion: dmi.product.family: 103C_5335KV HP Pavilion dmi.product.name: HP Pavilion x360 Convertible 14-cd0xxx dmi.product.sku: 3PX63LA#ABM dmi.product.version: Type1ProductConfigId dmi.sys.vendor: HP To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1806863/+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 1824756] [NEW] update-grub crashes on ubuntu 18.04
Public bug reported: Hi: When I use update-grub as root it crashes: update-grub Segmentation fault Segmentation fault Sourcing file `/etc/default/grub' Generating grub configuration file ... Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-47-generic Found initrd image: /boot/initrd.img-4.15.0-47-generic Segmentation fault Segmentation fault Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-46-generic Found initrd image: /boot/initrd.img-4.15.0-46-generic Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-44-generic Found initrd image: /boot/initrd.img-4.15.0-44-generic Segmentation fault Segmentation fault Segmentation fault Found memtest86+ image: /memtest86+.elf Found memtest86+ image: /memtest86+.bin done [30655.190608] general protection fault: [#133] SMP PTI [30655.190612] Modules linked in: btrfs zstd_compress xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs hid_generic usbhid hid nls_iso8859_1 uas usb_storage ccm rfcomm ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG xt_limit xt_pkttype xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack libcrc32c ipt_rpfilter iptable_raw pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) iptable_filter bnep binfmt_misc arc4 uvcvideo intel_rapl snd_hda_codec_hdmi btusb videobuf2_vmalloc videobuf2_memops btrtl x86_pkg_temp_thermal btbcm videobuf2_v4l2 intel_powerclamp videobuf2_core btintel videodev bluetooth snd_hda_codec_realtek media snd_hda_codec_generic coretemp ecdh_generic snd_hda_intel iwlmvm snd_hda_codec kvm_intel snd_hda_core snd_hwdep mac80211 kvm snd_pcm snd_seq_midi [30655.190669] irqbypass snd_seq_midi_event snd_rawmidi intel_cstate intel_rapl_perf snd_seq iwlwifi input_leds joydev asus_nb_wmi snd_seq_device asus_wmi snd_timer sparse_keymap serio_raw snd mei_me cfg80211 mei lpc_ich soundcore shpchp mac_hid asus_wireless sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 algif_skcipher af_alg dm_crypt crct10dif_pclmul nouveau crc32_pclmul i915 ghash_clmulni_intel pcbc rtsx_pci_sdmmc mxm_wmi ttm i2c_algo_bit aesni_intel drm_kms_helper ahci syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt glue_helper fb_sys_fops cryptd libahci psmouse drm r8169 rtsx_pci mii wmi video [last unloaded: msr] [30655.190715] CPU: 6 PID: 26988 Comm: grub-probe Tainted: G DOE 4.15.0-47-generic #50-Ubuntu [30655.190716] Hardware name: ASUSTeK COMPUTER INC. G551JW/G551JW, BIOS G551JW.207 08/03/2015 [30655.190725] RIP: 0010:find_get_entries+0x68/0x200 [30655.190727] RSP: 0018:adf20efbbbf8 EFLAGS: 00010246 [30655.190729] RAX: RBX: 000e RCX: [30655.190731] RDX: 956a4e30dd497370 RSI: 01d0c740 RDI: 892554fa6238 [30655.190733] RBP: adf20efbbc58 R08: 01d0c71c R09: [30655.190734] R10: 892554fa6340 R11: R12: adf20efbbd30 [30655.190736] R13: adf20efbbcb0 R14: R15: 892554fa6340 [30655.190738] FS: 7fac22a0afc0() GS:8928eef8() knlGS: [30655.190740] CS: 0010 DS: ES: CR0: 80050033 [30655.190742] CR2: 7fac22909000 CR3: 0003a3662006 CR4: 001606e0 [30655.190743] Call Trace: [30655.190752] pagevec_lookup_entries+0x1e/0x30 [30655.190756] invalidate_mapping_pages+0x91/0x330 [30655.190762] ? wait_for_completion+0xc5/0x140 [30655.190766] ? wake_up_q+0x80/0x80 [30655.190771] ? radix_tree_lookup+0xd/0x10 [30655.190774] ? get_work_pool+0x2d/0x40 [30655.190777] ? flush_work+0x5b/0x1e0 [30655.190780] ? worker_detach_from_pool+0xa0/0xa0 [30655.190785] ? find_next_bit+0xb/0x10 [30655.190788] ? cpumask_next+0x1b/0x20 [30655.190791] ? lru_add_drain_all_cpuslocked+0x15d/0x1a0 [30655.190795] invalidate_bdev+0x50/0x60 [30655.190800] blkdev_ioctl+0x66a/0x970 [30655.190803] block_ioctl+0x3d/0x50 [30655.190807] do_vfs_ioctl+0xa8/0x630 [30655.190813] ? __audit_syscall_entry+0xbc/0x110 [30655.190817] ? syscall_trace_enter+0x1da/0x2d0 [30655.190820] SyS_ioctl+0x79/0x90 [30655.190822] do_syscall_64+0x73/0x130 [30655.190826] entry_SYSCALL_64_after_hwframe+0x3d/0xa2 [30655.190828] RIP: 0033:0x7fac222c45d7 [30655.190830] RSP: 002b:7ffd05b75a38 EFLAGS: 0246 ORIG_RAX: 0010 [30655.190832] RAX: ffda RBX: 0004 RCX: 7fac222c45d7 [30655.190834] RDX: RSI: 1261 RDI: 0004 [30655.190835] RBP: 55f6c30ede48 R08: R09: [30655.190837] R10: R11: 0246 R12: 55f6c44632f0 [30655.190839] R13: 55f6c44622e0 R14: 0001 R15: 55f6c44622c0 [30655.190840] Code: 00 00 00 00 48 89 75 b0 45 31 f6 45 31 ff 4d 85 ff 0f 84 01 01 00 00 49 8b 17 48 85 d2 74 69 48 89 d0 83 e0 03 0f 85 5f 01 00 00 <48> 8b 42 20 48 8d 78 ff a8 01 48 0f 44 fa 8b 47 1c 85 c0
[Kernel-packages] [Bug 1824756] Re: update-grub crashes on ubuntu 18.04
** Attachment added: "version.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1824756/+attachment/5255829/+files/version.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1824756 Title: update-grub crashes on ubuntu 18.04 Status in linux package in Ubuntu: Incomplete Bug description: Hi: When I use update-grub as root it crashes: update-grub Segmentation fault Segmentation fault Sourcing file `/etc/default/grub' Generating grub configuration file ... Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-47-generic Found initrd image: /boot/initrd.img-4.15.0-47-generic Segmentation fault Segmentation fault Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-46-generic Found initrd image: /boot/initrd.img-4.15.0-46-generic Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-44-generic Found initrd image: /boot/initrd.img-4.15.0-44-generic Segmentation fault Segmentation fault Segmentation fault Found memtest86+ image: /memtest86+.elf Found memtest86+ image: /memtest86+.bin done [30655.190608] general protection fault: [#133] SMP PTI [30655.190612] Modules linked in: btrfs zstd_compress xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs hid_generic usbhid hid nls_iso8859_1 uas usb_storage ccm rfcomm ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG xt_limit xt_pkttype xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack libcrc32c ipt_rpfilter iptable_raw pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) iptable_filter bnep binfmt_misc arc4 uvcvideo intel_rapl snd_hda_codec_hdmi btusb videobuf2_vmalloc videobuf2_memops btrtl x86_pkg_temp_thermal btbcm videobuf2_v4l2 intel_powerclamp videobuf2_core btintel videodev bluetooth snd_hda_codec_realtek media snd_hda_codec_generic coretemp ecdh_generic snd_hda_intel iwlmvm snd_hda_codec kvm_intel snd_hda_core snd_hwdep mac80211 kvm snd_pcm snd_seq_midi [30655.190669] irqbypass snd_seq_midi_event snd_rawmidi intel_cstate intel_rapl_perf snd_seq iwlwifi input_leds joydev asus_nb_wmi snd_seq_device asus_wmi snd_timer sparse_keymap serio_raw snd mei_me cfg80211 mei lpc_ich soundcore shpchp mac_hid asus_wireless sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 algif_skcipher af_alg dm_crypt crct10dif_pclmul nouveau crc32_pclmul i915 ghash_clmulni_intel pcbc rtsx_pci_sdmmc mxm_wmi ttm i2c_algo_bit aesni_intel drm_kms_helper ahci syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt glue_helper fb_sys_fops cryptd libahci psmouse drm r8169 rtsx_pci mii wmi video [last unloaded: msr] [30655.190715] CPU: 6 PID: 26988 Comm: grub-probe Tainted: G DOE 4.15.0-47-generic #50-Ubuntu [30655.190716] Hardware name: ASUSTeK COMPUTER INC. G551JW/G551JW, BIOS G551JW.207 08/03/2015 [30655.190725] RIP: 0010:find_get_entries+0x68/0x200 [30655.190727] RSP: 0018:adf20efbbbf8 EFLAGS: 00010246 [30655.190729] RAX: RBX: 000e RCX: [30655.190731] RDX: 956a4e30dd497370 RSI: 01d0c740 RDI: 892554fa6238 [30655.190733] RBP: adf20efbbc58 R08: 01d0c71c R09: [30655.190734] R10: 892554fa6340 R11: R12: adf20efbbd30 [30655.190736] R13: adf20efbbcb0 R14: R15: 892554fa6340 [30655.190738] FS: 7fac22a0afc0() GS:8928eef8() knlGS: [30655.190740] CS: 0010 DS: ES: CR0: 80050033 [30655.190742] CR2: 7fac22909000 CR3: 0003a3662006 CR4: 001606e0 [30655.190743] Call Trace: [30655.190752] pagevec_lookup_entries+0x1e/0x30 [30655.190756] invalidate_mapping_pages+0x91/0x330 [30655.190762] ? wait_for_completion+0xc5/0x140 [30655.190766] ? wake_up_q+0x80/0x80 [30655.190771] ? radix_tree_lookup+0xd/0x10 [30655.190774] ? get_work_pool+0x2d/0x40 [30655.190777] ? flush_work+0x5b/0x1e0 [30655.190780] ? worker_detach_from_pool+0xa0/0xa0 [30655.190785] ? find_next_bit+0xb/0x10 [30655.190788] ? cpumask_next+0x1b/0x20 [30655.190791] ? lru_add_drain_all_cpuslocked+0x15d/0x1a0 [30655.190795] invalidate_bdev+0x50/0x60 [30655.190800] blkdev_ioctl+0x66a/0x970 [30655.190803] block_ioctl+0x3d/0x50 [30655.190807] do_vfs_ioctl+0xa8/0x630 [30655.190813] ? __audit_syscall_entry+0xbc/0x110 [30655.190817] ? syscall_trace_enter+0x1da/0x2d0 [30655.190820] SyS_ioctl+0x79/0x90 [30655.190822] do_syscall_64+0x73/0x130 [30655.190826] entry_SYSCALL_64_after_hwframe+0x3d/0xa2 [30655.190828] RIP: 0033:0x7fac222c45d7 [30655.190830] RSP: 002b:7ffd05b75a38 EFLAGS: 0246 ORIG_RAX: 0010 [30655.190832] RAX: ffda RBX: 0004 RCX: 7fac222c45d7
[Kernel-packages] [Bug 1824756] Re: update-grub crashes on ubuntu 18.04
** Attachment added: "lspci-vnvn.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1824756/+attachment/5255830/+files/lspci-vnvn.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1824756 Title: update-grub crashes on ubuntu 18.04 Status in linux package in Ubuntu: Incomplete Bug description: Hi: When I use update-grub as root it crashes: update-grub Segmentation fault Segmentation fault Sourcing file `/etc/default/grub' Generating grub configuration file ... Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-47-generic Found initrd image: /boot/initrd.img-4.15.0-47-generic Segmentation fault Segmentation fault Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-46-generic Found initrd image: /boot/initrd.img-4.15.0-46-generic Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-44-generic Found initrd image: /boot/initrd.img-4.15.0-44-generic Segmentation fault Segmentation fault Segmentation fault Found memtest86+ image: /memtest86+.elf Found memtest86+ image: /memtest86+.bin done [30655.190608] general protection fault: [#133] SMP PTI [30655.190612] Modules linked in: btrfs zstd_compress xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs hid_generic usbhid hid nls_iso8859_1 uas usb_storage ccm rfcomm ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG xt_limit xt_pkttype xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack libcrc32c ipt_rpfilter iptable_raw pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) iptable_filter bnep binfmt_misc arc4 uvcvideo intel_rapl snd_hda_codec_hdmi btusb videobuf2_vmalloc videobuf2_memops btrtl x86_pkg_temp_thermal btbcm videobuf2_v4l2 intel_powerclamp videobuf2_core btintel videodev bluetooth snd_hda_codec_realtek media snd_hda_codec_generic coretemp ecdh_generic snd_hda_intel iwlmvm snd_hda_codec kvm_intel snd_hda_core snd_hwdep mac80211 kvm snd_pcm snd_seq_midi [30655.190669] irqbypass snd_seq_midi_event snd_rawmidi intel_cstate intel_rapl_perf snd_seq iwlwifi input_leds joydev asus_nb_wmi snd_seq_device asus_wmi snd_timer sparse_keymap serio_raw snd mei_me cfg80211 mei lpc_ich soundcore shpchp mac_hid asus_wireless sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 algif_skcipher af_alg dm_crypt crct10dif_pclmul nouveau crc32_pclmul i915 ghash_clmulni_intel pcbc rtsx_pci_sdmmc mxm_wmi ttm i2c_algo_bit aesni_intel drm_kms_helper ahci syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt glue_helper fb_sys_fops cryptd libahci psmouse drm r8169 rtsx_pci mii wmi video [last unloaded: msr] [30655.190715] CPU: 6 PID: 26988 Comm: grub-probe Tainted: G DOE 4.15.0-47-generic #50-Ubuntu [30655.190716] Hardware name: ASUSTeK COMPUTER INC. G551JW/G551JW, BIOS G551JW.207 08/03/2015 [30655.190725] RIP: 0010:find_get_entries+0x68/0x200 [30655.190727] RSP: 0018:adf20efbbbf8 EFLAGS: 00010246 [30655.190729] RAX: RBX: 000e RCX: [30655.190731] RDX: 956a4e30dd497370 RSI: 01d0c740 RDI: 892554fa6238 [30655.190733] RBP: adf20efbbc58 R08: 01d0c71c R09: [30655.190734] R10: 892554fa6340 R11: R12: adf20efbbd30 [30655.190736] R13: adf20efbbcb0 R14: R15: 892554fa6340 [30655.190738] FS: 7fac22a0afc0() GS:8928eef8() knlGS: [30655.190740] CS: 0010 DS: ES: CR0: 80050033 [30655.190742] CR2: 7fac22909000 CR3: 0003a3662006 CR4: 001606e0 [30655.190743] Call Trace: [30655.190752] pagevec_lookup_entries+0x1e/0x30 [30655.190756] invalidate_mapping_pages+0x91/0x330 [30655.190762] ? wait_for_completion+0xc5/0x140 [30655.190766] ? wake_up_q+0x80/0x80 [30655.190771] ? radix_tree_lookup+0xd/0x10 [30655.190774] ? get_work_pool+0x2d/0x40 [30655.190777] ? flush_work+0x5b/0x1e0 [30655.190780] ? worker_detach_from_pool+0xa0/0xa0 [30655.190785] ? find_next_bit+0xb/0x10 [30655.190788] ? cpumask_next+0x1b/0x20 [30655.190791] ? lru_add_drain_all_cpuslocked+0x15d/0x1a0 [30655.190795] invalidate_bdev+0x50/0x60 [30655.190800] blkdev_ioctl+0x66a/0x970 [30655.190803] block_ioctl+0x3d/0x50 [30655.190807] do_vfs_ioctl+0xa8/0x630 [30655.190813] ? __audit_syscall_entry+0xbc/0x110 [30655.190817] ? syscall_trace_enter+0x1da/0x2d0 [30655.190820] SyS_ioctl+0x79/0x90 [30655.190822] do_syscall_64+0x73/0x130 [30655.190826] entry_SYSCALL_64_after_hwframe+0x3d/0xa2 [30655.190828] RIP: 0033:0x7fac222c45d7 [30655.190830] RSP: 002b:7ffd05b75a38 EFLAGS: 0246 ORIG_RAX: 0010 [30655.190832] RAX: ffda RBX: 0004 RCX: 7fac222c
[Kernel-packages] [Bug 1824756] Re: update-grub crashes on ubuntu 18.04
This is what I see from strace (snip): ... 25622 lstat("sda2", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 2), ...}) = 0 25622 lstat("sda1", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 1), ...}) = 0 25622 lstat("sdb3", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 19), ...}) = 0 25622 getcwd("/dev", 10)= 5 25622 chdir("/root")= 0 25622 close(5) = 0 25622 stat("/dev/sdb3", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 19), ...}) = 0 25622 lstat("/dev", {st_mode=S_IFDIR|0755, st_size=4720, ...}) = 0 25622 lstat("/dev/sdb3", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 19), ...}) = 0 25622 lstat("/dev", {st_mode=S_IFDIR|0755, st_size=4720, ...}) = 0 25622 lstat("/dev/sdb", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 16), ...}) = 0 25622 stat("/dev/sdb3", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 19), ...}) = 0 25622 stat("/dev/sdb3", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 19), ...}) = 0 25622 lstat("/dev", {st_mode=S_IFDIR|0755, st_size=4720, ...}) = 0 25622 lstat("/dev/sdb3", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 19), ...}) = 0 25622 lstat("/dev", {st_mode=S_IFDIR|0755, st_size=4720, ...}) = 0 25622 lstat("/dev/sdb", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 16), ...}) = 0 25622 openat(AT_FDCWD, "/dev/sdb", O_RDONLY) = 5 25622 fstat(5, {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 16), ...}) = 0 25622 ioctl(5, BLKFLSBUF) = ? 25622 +++ killed by SIGSEGV +++ 25621 <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV}], 0, NULL) = 25622 25621 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_KILLED, si_pid=25622, si_uid=0, si_status=SIGSEGV, si_utime=0, si_stime=0} --- 25621 rt_sigreturn({mask=[]}) = 25622 25621 write(2, "Segmentation fault\n", 19) = 19 ... -- 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/1824756 Title: update-grub crashes on ubuntu 18.04 Status in linux package in Ubuntu: Incomplete Bug description: Hi: When I use update-grub as root it crashes: update-grub Segmentation fault Segmentation fault Sourcing file `/etc/default/grub' Generating grub configuration file ... Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-47-generic Found initrd image: /boot/initrd.img-4.15.0-47-generic Segmentation fault Segmentation fault Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-46-generic Found initrd image: /boot/initrd.img-4.15.0-46-generic Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-44-generic Found initrd image: /boot/initrd.img-4.15.0-44-generic Segmentation fault Segmentation fault Segmentation fault Found memtest86+ image: /memtest86+.elf Found memtest86+ image: /memtest86+.bin done [30655.190608] general protection fault: [#133] SMP PTI [30655.190612] Modules linked in: btrfs zstd_compress xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs hid_generic usbhid hid nls_iso8859_1 uas usb_storage ccm rfcomm ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG xt_limit xt_pkttype xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack libcrc32c ipt_rpfilter iptable_raw pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) iptable_filter bnep binfmt_misc arc4 uvcvideo intel_rapl snd_hda_codec_hdmi btusb videobuf2_vmalloc videobuf2_memops btrtl x86_pkg_temp_thermal btbcm videobuf2_v4l2 intel_powerclamp videobuf2_core btintel videodev bluetooth snd_hda_codec_realtek media snd_hda_codec_generic coretemp ecdh_generic snd_hda_intel iwlmvm snd_hda_codec kvm_intel snd_hda_core snd_hwdep mac80211 kvm snd_pcm snd_seq_midi [30655.190669] irqbypass snd_seq_midi_event snd_rawmidi intel_cstate intel_rapl_perf snd_seq iwlwifi input_leds joydev asus_nb_wmi snd_seq_device asus_wmi snd_timer sparse_keymap serio_raw snd mei_me cfg80211 mei lpc_ich soundcore shpchp mac_hid asus_wireless sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 algif_skcipher af_alg dm_crypt crct10dif_pclmul nouveau crc32_pclmul i915 ghash_clmulni_intel pcbc rtsx_pci_sdmmc mxm_wmi ttm i2c_algo_bit aesni_intel drm_kms_helper ahci syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt glue_helper fb_sys_fops cryptd libahci psmouse drm r8169 rtsx_pci mii wmi video [last unloaded: msr] [30655.190715] CPU: 6 PID: 26988 Comm: grub-probe Tainted: G DOE 4.15.0-47-generic #50-Ubuntu [30655.190716] Hardware name: ASUSTeK COMPUTER INC. G551JW/G551JW, BIOS G551JW.207 08/03/2015 [30655.190725] RIP: 0010:find_get_entries+0x68/0x200 [30655.190727] RSP: 0018:adf20efbbbf8 EFLAGS: 00010246 [30655.190729] RAX: RBX: 000e RCX: [30655.190731] RDX: 956a4e30dd497370 RSI: 01d0c740 RDI: 892554fa6238 [30655.190733] RBP: adf20efbbc58 R08: 01d0c71c R09: 0
[Kernel-packages] [Bug 1824756] Re: update-grub crashes on ubuntu 18.04
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1824756 Title: update-grub crashes on ubuntu 18.04 Status in linux package in Ubuntu: Confirmed Bug description: Hi: When I use update-grub as root it crashes: update-grub Segmentation fault Segmentation fault Sourcing file `/etc/default/grub' Generating grub configuration file ... Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-47-generic Found initrd image: /boot/initrd.img-4.15.0-47-generic Segmentation fault Segmentation fault Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-46-generic Found initrd image: /boot/initrd.img-4.15.0-46-generic Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-44-generic Found initrd image: /boot/initrd.img-4.15.0-44-generic Segmentation fault Segmentation fault Segmentation fault Found memtest86+ image: /memtest86+.elf Found memtest86+ image: /memtest86+.bin done [30655.190608] general protection fault: [#133] SMP PTI [30655.190612] Modules linked in: btrfs zstd_compress xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs hid_generic usbhid hid nls_iso8859_1 uas usb_storage ccm rfcomm ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG xt_limit xt_pkttype xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack libcrc32c ipt_rpfilter iptable_raw pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) iptable_filter bnep binfmt_misc arc4 uvcvideo intel_rapl snd_hda_codec_hdmi btusb videobuf2_vmalloc videobuf2_memops btrtl x86_pkg_temp_thermal btbcm videobuf2_v4l2 intel_powerclamp videobuf2_core btintel videodev bluetooth snd_hda_codec_realtek media snd_hda_codec_generic coretemp ecdh_generic snd_hda_intel iwlmvm snd_hda_codec kvm_intel snd_hda_core snd_hwdep mac80211 kvm snd_pcm snd_seq_midi [30655.190669] irqbypass snd_seq_midi_event snd_rawmidi intel_cstate intel_rapl_perf snd_seq iwlwifi input_leds joydev asus_nb_wmi snd_seq_device asus_wmi snd_timer sparse_keymap serio_raw snd mei_me cfg80211 mei lpc_ich soundcore shpchp mac_hid asus_wireless sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 algif_skcipher af_alg dm_crypt crct10dif_pclmul nouveau crc32_pclmul i915 ghash_clmulni_intel pcbc rtsx_pci_sdmmc mxm_wmi ttm i2c_algo_bit aesni_intel drm_kms_helper ahci syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt glue_helper fb_sys_fops cryptd libahci psmouse drm r8169 rtsx_pci mii wmi video [last unloaded: msr] [30655.190715] CPU: 6 PID: 26988 Comm: grub-probe Tainted: G DOE 4.15.0-47-generic #50-Ubuntu [30655.190716] Hardware name: ASUSTeK COMPUTER INC. G551JW/G551JW, BIOS G551JW.207 08/03/2015 [30655.190725] RIP: 0010:find_get_entries+0x68/0x200 [30655.190727] RSP: 0018:adf20efbbbf8 EFLAGS: 00010246 [30655.190729] RAX: RBX: 000e RCX: [30655.190731] RDX: 956a4e30dd497370 RSI: 01d0c740 RDI: 892554fa6238 [30655.190733] RBP: adf20efbbc58 R08: 01d0c71c R09: [30655.190734] R10: 892554fa6340 R11: R12: adf20efbbd30 [30655.190736] R13: adf20efbbcb0 R14: R15: 892554fa6340 [30655.190738] FS: 7fac22a0afc0() GS:8928eef8() knlGS: [30655.190740] CS: 0010 DS: ES: CR0: 80050033 [30655.190742] CR2: 7fac22909000 CR3: 0003a3662006 CR4: 001606e0 [30655.190743] Call Trace: [30655.190752] pagevec_lookup_entries+0x1e/0x30 [30655.190756] invalidate_mapping_pages+0x91/0x330 [30655.190762] ? wait_for_completion+0xc5/0x140 [30655.190766] ? wake_up_q+0x80/0x80 [30655.190771] ? radix_tree_lookup+0xd/0x10 [30655.190774] ? get_work_pool+0x2d/0x40 [30655.190777] ? flush_work+0x5b/0x1e0 [30655.190780] ? worker_detach_from_pool+0xa0/0xa0 [30655.190785] ? find_next_bit+0xb/0x10 [30655.190788] ? cpumask_next+0x1b/0x20 [30655.190791] ? lru_add_drain_all_cpuslocked+0x15d/0x1a0 [30655.190795] invalidate_bdev+0x50/0x60 [30655.190800] blkdev_ioctl+0x66a/0x970 [30655.190803] block_ioctl+0x3d/0x50 [30655.190807] do_vfs_ioctl+0xa8/0x630 [30655.190813] ? __audit_syscall_entry+0xbc/0x110 [30655.190817] ? syscall_trace_enter+0x1da/0x2d0 [30655.190820] SyS_ioctl+0x79/0x90 [30655.190822] do_syscall_64+0x73/0x130 [30655.190826] entry_SYSCALL_64_after_hwframe+0x3d/0xa2 [30655.190828] RIP: 0033:0x7fac222c45d7 [30655.190830] RSP: 002b:7ffd05b75a38 EFLAGS: 0246 ORIG_RAX: 0010 [30655.190832] RAX: ffda RBX: 0004 RCX: 7fac222c45d7 [30655.190834] RDX: RSI: 1261 RDI: 0
[Kernel-packages] [Bug 1824756] Re: update-grub crashes on ubuntu 18.04
I have also ran apt-get remove on rc kernel packages before I have executed update-grub: apt-get remove --purge linux-image-4.15.0-38-generic linux- image-4.15.0-39-generic linux-image-4.15.0-42-generic linux- image-4.15.0-43-generic linux-image-4.15.0-45-generic linux- modules-4.15.0-38-generic linux-modules-4.15.0-39-generic linux- modules-4.15.0-42-generic linux-modules-4.15.0-43-generic linux- modules-4.15.0-45-generic linux-modules-extra-4.15.0-38-generic linux- modules-extra-4.15.0-39-generic linux-modules-extra-4.15.0-42-generic linux-modules-extra-4.15.0-43-generic linux-modules- extra-4.15.0-45-generic opensc pcscd I have rebooted the machine and now the command seems to be working fine. -- 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/1824756 Title: update-grub crashes on ubuntu 18.04 Status in linux package in Ubuntu: Confirmed Bug description: Hi: When I use update-grub as root it crashes: update-grub Segmentation fault Segmentation fault Sourcing file `/etc/default/grub' Generating grub configuration file ... Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-47-generic Found initrd image: /boot/initrd.img-4.15.0-47-generic Segmentation fault Segmentation fault Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-46-generic Found initrd image: /boot/initrd.img-4.15.0-46-generic Segmentation fault Segmentation fault Found linux image: /boot/vmlinuz-4.15.0-44-generic Found initrd image: /boot/initrd.img-4.15.0-44-generic Segmentation fault Segmentation fault Segmentation fault Found memtest86+ image: /memtest86+.elf Found memtest86+ image: /memtest86+.bin done [30655.190608] general protection fault: [#133] SMP PTI [30655.190612] Modules linked in: btrfs zstd_compress xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs hid_generic usbhid hid nls_iso8859_1 uas usb_storage ccm rfcomm ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG xt_limit xt_pkttype xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack libcrc32c ipt_rpfilter iptable_raw pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) iptable_filter bnep binfmt_misc arc4 uvcvideo intel_rapl snd_hda_codec_hdmi btusb videobuf2_vmalloc videobuf2_memops btrtl x86_pkg_temp_thermal btbcm videobuf2_v4l2 intel_powerclamp videobuf2_core btintel videodev bluetooth snd_hda_codec_realtek media snd_hda_codec_generic coretemp ecdh_generic snd_hda_intel iwlmvm snd_hda_codec kvm_intel snd_hda_core snd_hwdep mac80211 kvm snd_pcm snd_seq_midi [30655.190669] irqbypass snd_seq_midi_event snd_rawmidi intel_cstate intel_rapl_perf snd_seq iwlwifi input_leds joydev asus_nb_wmi snd_seq_device asus_wmi snd_timer sparse_keymap serio_raw snd mei_me cfg80211 mei lpc_ich soundcore shpchp mac_hid asus_wireless sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 algif_skcipher af_alg dm_crypt crct10dif_pclmul nouveau crc32_pclmul i915 ghash_clmulni_intel pcbc rtsx_pci_sdmmc mxm_wmi ttm i2c_algo_bit aesni_intel drm_kms_helper ahci syscopyarea aes_x86_64 sysfillrect crypto_simd sysimgblt glue_helper fb_sys_fops cryptd libahci psmouse drm r8169 rtsx_pci mii wmi video [last unloaded: msr] [30655.190715] CPU: 6 PID: 26988 Comm: grub-probe Tainted: G DOE 4.15.0-47-generic #50-Ubuntu [30655.190716] Hardware name: ASUSTeK COMPUTER INC. G551JW/G551JW, BIOS G551JW.207 08/03/2015 [30655.190725] RIP: 0010:find_get_entries+0x68/0x200 [30655.190727] RSP: 0018:adf20efbbbf8 EFLAGS: 00010246 [30655.190729] RAX: RBX: 000e RCX: [30655.190731] RDX: 956a4e30dd497370 RSI: 01d0c740 RDI: 892554fa6238 [30655.190733] RBP: adf20efbbc58 R08: 01d0c71c R09: [30655.190734] R10: 892554fa6340 R11: R12: adf20efbbd30 [30655.190736] R13: adf20efbbcb0 R14: R15: 892554fa6340 [30655.190738] FS: 7fac22a0afc0() GS:8928eef8() knlGS: [30655.190740] CS: 0010 DS: ES: CR0: 80050033 [30655.190742] CR2: 7fac22909000 CR3: 0003a3662006 CR4: 001606e0 [30655.190743] Call Trace: [30655.190752] pagevec_lookup_entries+0x1e/0x30 [30655.190756] invalidate_mapping_pages+0x91/0x330 [30655.190762] ? wait_for_completion+0xc5/0x140 [30655.190766] ? wake_up_q+0x80/0x80 [30655.190771] ? radix_tree_lookup+0xd/0x10 [30655.190774] ? get_work_pool+0x2d/0x40 [30655.190777] ? flush_work+0x5b/0x1e0 [30655.190780] ? worker_detach_from_pool+0xa0/0xa0 [30655.190785] ? find_next_bit+0xb/0x10 [30655.190788] ? cpumask_next+0x1b/0x20 [30655.190791] ? lru_add_drain_all_cpuslocked+0x15d/0x1a0 [30655.190795] invalidate_bdev+0x50/0x60 [30655.190800]
[Kernel-packages] [Bug 1849713] [NEW] Warning message in logs after kernel update to linux-image-4.15.0-66-generic
Public bug reported: Hi: After updating to latest kernel on ubuntu 18.04 I start getting the message below. I tried to reboot the machine but the message is consistent. [1.485680] [ cut here ] [1.485681] Could not determine valid watermarks for inherited state [1.485736] WARNING: CPU: 0 PID: 199 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/i915/intel_display.c:14537 intel_modeset_init+0xfcf/0x1010 [i915] [1.485737] Modules linked in: aesni_intel(+) fjes(-) nouveau(+) aes_x86_64 i915(+) crypto_simd glue_helper cryptd mxm_wmi ttm i2c_algo_bit psmouse drm_kms_helper ahci syscopyarea sysfillrect sysimgblt libahci r8169 fb_sys_fops mii drm rtsx_pci wmi video [1.485748] CPU: 0 PID: 199 Comm: systemd-udevd Not tainted 4.15.0-66-generic #75-Ubuntu [1.485749] Hardware name: ASUSTeK COMPUTER INC. G551JW/G551JW, BIOS G551JW.209 03/04/2016 [1.485776] RIP: 0010:intel_modeset_init+0xfcf/0x1010 [i915] [1.485776] RSP: 0018:a6c8c1e539b0 EFLAGS: 00010286 [1.485778] RAX: RBX: 93621079 RCX: bce63a28 [1.485778] RDX: 0001 RSI: 0082 RDI: 0247 [1.485779] RBP: a6c8c1e53a40 R08: 036a R09: 0004 [1.485779] R10: 0040 R11: 0001 R12: 936210764400 [1.485780] R13: 9362104d9400 R14: ffea R15: 936210790358 [1.485781] FS: 7f76c1bfb680() GS:93622ee0() knlGS: [1.485782] CS: 0010 DS: ES: CR0: 80050033 [1.485783] CR2: 7f5c5aea088b CR3: 000410a5c004 CR4: 001606f0 [1.485783] Call Trace: [1.485807] i915_driver_load+0xa73/0xe60 [i915] [1.485829] i915_pci_probe+0x42/0x70 [i915] [1.485831] local_pci_probe+0x47/0xa0 [1.485833] pci_device_probe+0x10e/0x1c0 [1.485835] driver_probe_device+0x30c/0x490 [1.485836] __driver_attach+0xcc/0xf0 [1.485837] ? driver_probe_device+0x490/0x490 [1.485838] bus_for_each_dev+0x70/0xc0 [1.485840] driver_attach+0x1e/0x20 [1.485840] bus_add_driver+0x1c7/0x270 [1.485841] ? 0xc075c000 [1.485843] driver_register+0x60/0xe0 [1.485843] ? 0xc075c000 [1.485844] __pci_register_driver+0x5a/0x60 [1.485870] i915_init+0x5c/0x5f [i915] [1.485872] do_one_initcall+0x52/0x19f [1.485874] ? __slab_alloc+0x20/0x40 [1.485876] ? kmem_cache_alloc_trace+0x171/0x1b0 [1.485878] ? do_init_module+0x27/0x213 [1.485879] do_init_module+0x5f/0x213 [1.485881] load_module+0x16bc/0x1f10 [1.485884] ? ima_post_read_file+0x96/0xa0 [1.485886] SYSC_finit_module+0xfc/0x120 [1.485887] ? SYSC_finit_module+0xfc/0x120 [1.485889] SyS_finit_module+0xe/0x10 [1.485890] do_syscall_64+0x73/0x130 [1.485893] entry_SYSCALL_64_after_hwframe+0x3d/0xa2 [1.485894] RIP: 0033:0x7f76c1705839 [1.485895] RSP: 002b:7ffe1ff8c938 EFLAGS: 0246 ORIG_RAX: 0139 [1.485896] RAX: ffda RBX: 55672d2fda50 RCX: 7f76c1705839 [1.485896] RDX: RSI: 7f76c13e4145 RDI: 0010 [1.485897] RBP: 7f76c13e4145 R08: R09: 7ffe1ff8ca50 [1.485897] R10: 0010 R11: 0246 R12: [1.485898] R13: 55672d2f93e0 R14: 0002 R15: 55672d2fda50 [1.485899] Code: e9 46 fc ff ff 48 c7 c6 37 b6 6e c0 48 c7 c7 8f a9 6e c0 e8 c4 0e 43 fb 0f 0b e9 73 fe ff ff 48 c7 c7 a0 0b 70 c0 e8 b1 0e 43 fb <0f> 0b e9 4b fe ff ff 48 c7 c6 44 b6 6e c0 48 c7 c7 8f a9 6e c0 [1.485918] ---[ end trace 32f66b94f944dd29 ]--- [1.488016] [drm] Initialized i915 1.6.0 20171023 for :00:02.0 on minor 0 ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Attachment added: "lspci-vnvn.log" https://bugs.launchpad.net/bugs/1849713/+attachment/5299835/+files/lspci-vnvn.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1849713 Title: Warning message in logs after kernel update to linux- image-4.15.0-66-generic Status in linux package in Ubuntu: New Bug description: Hi: After updating to latest kernel on ubuntu 18.04 I start getting the message below. I tried to reboot the machine but the message is consistent. [1.485680] [ cut here ] [1.485681] Could not determine valid watermarks for inherited state [1.485736] WARNING: CPU: 0 PID: 199 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/i915/intel_display.c:14537 intel_modeset_init+0xfcf/0x1010 [i915] [1.485737] Modules linked in: aesni_intel(+) fjes(-) nouveau(+) aes_x86_64 i915(+) crypto_simd glue_helper cryptd mxm_wmi ttm i2c_algo_bit psmouse drm_kms_helper ahci syscopyarea sysfillrect sysimgblt libahci r8169 fb_sys_fops mii drm rtsx_
[Kernel-packages] [Bug 1849713] Re: Warning message in logs after kernel update to linux-image-4.15.0-66-generic
Sorry I see it has been fix here https://kernel.ubuntu.com/git/ubuntu /ubuntu-bionic.git/commit/?h=master- next&id=172b3473df4398fe75802e7767a0ab296f6305fb . ** Changed in: linux (Ubuntu) Status: New => Fix Committed -- 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/1849713 Title: Warning message in logs after kernel update to linux- image-4.15.0-66-generic Status in linux package in Ubuntu: New Bug description: Hi: After updating to latest kernel on ubuntu 18.04 I start getting the message below. I tried to reboot the machine but the message is consistent. [1.485680] [ cut here ] [1.485681] Could not determine valid watermarks for inherited state [1.485736] WARNING: CPU: 0 PID: 199 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/i915/intel_display.c:14537 intel_modeset_init+0xfcf/0x1010 [i915] [1.485737] Modules linked in: aesni_intel(+) fjes(-) nouveau(+) aes_x86_64 i915(+) crypto_simd glue_helper cryptd mxm_wmi ttm i2c_algo_bit psmouse drm_kms_helper ahci syscopyarea sysfillrect sysimgblt libahci r8169 fb_sys_fops mii drm rtsx_pci wmi video [1.485748] CPU: 0 PID: 199 Comm: systemd-udevd Not tainted 4.15.0-66-generic #75-Ubuntu [1.485749] Hardware name: ASUSTeK COMPUTER INC. G551JW/G551JW, BIOS G551JW.209 03/04/2016 [1.485776] RIP: 0010:intel_modeset_init+0xfcf/0x1010 [i915] [1.485776] RSP: 0018:a6c8c1e539b0 EFLAGS: 00010286 [1.485778] RAX: RBX: 93621079 RCX: bce63a28 [1.485778] RDX: 0001 RSI: 0082 RDI: 0247 [1.485779] RBP: a6c8c1e53a40 R08: 036a R09: 0004 [1.485779] R10: 0040 R11: 0001 R12: 936210764400 [1.485780] R13: 9362104d9400 R14: ffea R15: 936210790358 [1.485781] FS: 7f76c1bfb680() GS:93622ee0() knlGS: [1.485782] CS: 0010 DS: ES: CR0: 80050033 [1.485783] CR2: 7f5c5aea088b CR3: 000410a5c004 CR4: 001606f0 [1.485783] Call Trace: [1.485807] i915_driver_load+0xa73/0xe60 [i915] [1.485829] i915_pci_probe+0x42/0x70 [i915] [1.485831] local_pci_probe+0x47/0xa0 [1.485833] pci_device_probe+0x10e/0x1c0 [1.485835] driver_probe_device+0x30c/0x490 [1.485836] __driver_attach+0xcc/0xf0 [1.485837] ? driver_probe_device+0x490/0x490 [1.485838] bus_for_each_dev+0x70/0xc0 [1.485840] driver_attach+0x1e/0x20 [1.485840] bus_add_driver+0x1c7/0x270 [1.485841] ? 0xc075c000 [1.485843] driver_register+0x60/0xe0 [1.485843] ? 0xc075c000 [1.485844] __pci_register_driver+0x5a/0x60 [1.485870] i915_init+0x5c/0x5f [i915] [1.485872] do_one_initcall+0x52/0x19f [1.485874] ? __slab_alloc+0x20/0x40 [1.485876] ? kmem_cache_alloc_trace+0x171/0x1b0 [1.485878] ? do_init_module+0x27/0x213 [1.485879] do_init_module+0x5f/0x213 [1.485881] load_module+0x16bc/0x1f10 [1.485884] ? ima_post_read_file+0x96/0xa0 [1.485886] SYSC_finit_module+0xfc/0x120 [1.485887] ? SYSC_finit_module+0xfc/0x120 [1.485889] SyS_finit_module+0xe/0x10 [1.485890] do_syscall_64+0x73/0x130 [1.485893] entry_SYSCALL_64_after_hwframe+0x3d/0xa2 [1.485894] RIP: 0033:0x7f76c1705839 [1.485895] RSP: 002b:7ffe1ff8c938 EFLAGS: 0246 ORIG_RAX: 0139 [1.485896] RAX: ffda RBX: 55672d2fda50 RCX: 7f76c1705839 [1.485896] RDX: RSI: 7f76c13e4145 RDI: 0010 [1.485897] RBP: 7f76c13e4145 R08: R09: 7ffe1ff8ca50 [1.485897] R10: 0010 R11: 0246 R12: [1.485898] R13: 55672d2f93e0 R14: 0002 R15: 55672d2fda50 [1.485899] Code: e9 46 fc ff ff 48 c7 c6 37 b6 6e c0 48 c7 c7 8f a9 6e c0 e8 c4 0e 43 fb 0f 0b e9 73 fe ff ff 48 c7 c7 a0 0b 70 c0 e8 b1 0e 43 fb <0f> 0b e9 4b fe ff ff 48 c7 c6 44 b6 6e c0 48 c7 c7 8f a9 6e c0 [1.485918] ---[ end trace 32f66b94f944dd29 ]--- [1.488016] [drm] Initialized i915 1.6.0 20171023 for :00:02.0 on minor 0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1849713/+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 1849713] Re: Warning message in logs after kernel update to linux-image-4.15.0-66-generic
** Attachment added: "version.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1849713/+attachment/5299836/+files/version.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1849713 Title: Warning message in logs after kernel update to linux- image-4.15.0-66-generic Status in linux package in Ubuntu: New Bug description: Hi: After updating to latest kernel on ubuntu 18.04 I start getting the message below. I tried to reboot the machine but the message is consistent. [1.485680] [ cut here ] [1.485681] Could not determine valid watermarks for inherited state [1.485736] WARNING: CPU: 0 PID: 199 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/i915/intel_display.c:14537 intel_modeset_init+0xfcf/0x1010 [i915] [1.485737] Modules linked in: aesni_intel(+) fjes(-) nouveau(+) aes_x86_64 i915(+) crypto_simd glue_helper cryptd mxm_wmi ttm i2c_algo_bit psmouse drm_kms_helper ahci syscopyarea sysfillrect sysimgblt libahci r8169 fb_sys_fops mii drm rtsx_pci wmi video [1.485748] CPU: 0 PID: 199 Comm: systemd-udevd Not tainted 4.15.0-66-generic #75-Ubuntu [1.485749] Hardware name: ASUSTeK COMPUTER INC. G551JW/G551JW, BIOS G551JW.209 03/04/2016 [1.485776] RIP: 0010:intel_modeset_init+0xfcf/0x1010 [i915] [1.485776] RSP: 0018:a6c8c1e539b0 EFLAGS: 00010286 [1.485778] RAX: RBX: 93621079 RCX: bce63a28 [1.485778] RDX: 0001 RSI: 0082 RDI: 0247 [1.485779] RBP: a6c8c1e53a40 R08: 036a R09: 0004 [1.485779] R10: 0040 R11: 0001 R12: 936210764400 [1.485780] R13: 9362104d9400 R14: ffea R15: 936210790358 [1.485781] FS: 7f76c1bfb680() GS:93622ee0() knlGS: [1.485782] CS: 0010 DS: ES: CR0: 80050033 [1.485783] CR2: 7f5c5aea088b CR3: 000410a5c004 CR4: 001606f0 [1.485783] Call Trace: [1.485807] i915_driver_load+0xa73/0xe60 [i915] [1.485829] i915_pci_probe+0x42/0x70 [i915] [1.485831] local_pci_probe+0x47/0xa0 [1.485833] pci_device_probe+0x10e/0x1c0 [1.485835] driver_probe_device+0x30c/0x490 [1.485836] __driver_attach+0xcc/0xf0 [1.485837] ? driver_probe_device+0x490/0x490 [1.485838] bus_for_each_dev+0x70/0xc0 [1.485840] driver_attach+0x1e/0x20 [1.485840] bus_add_driver+0x1c7/0x270 [1.485841] ? 0xc075c000 [1.485843] driver_register+0x60/0xe0 [1.485843] ? 0xc075c000 [1.485844] __pci_register_driver+0x5a/0x60 [1.485870] i915_init+0x5c/0x5f [i915] [1.485872] do_one_initcall+0x52/0x19f [1.485874] ? __slab_alloc+0x20/0x40 [1.485876] ? kmem_cache_alloc_trace+0x171/0x1b0 [1.485878] ? do_init_module+0x27/0x213 [1.485879] do_init_module+0x5f/0x213 [1.485881] load_module+0x16bc/0x1f10 [1.485884] ? ima_post_read_file+0x96/0xa0 [1.485886] SYSC_finit_module+0xfc/0x120 [1.485887] ? SYSC_finit_module+0xfc/0x120 [1.485889] SyS_finit_module+0xe/0x10 [1.485890] do_syscall_64+0x73/0x130 [1.485893] entry_SYSCALL_64_after_hwframe+0x3d/0xa2 [1.485894] RIP: 0033:0x7f76c1705839 [1.485895] RSP: 002b:7ffe1ff8c938 EFLAGS: 0246 ORIG_RAX: 0139 [1.485896] RAX: ffda RBX: 55672d2fda50 RCX: 7f76c1705839 [1.485896] RDX: RSI: 7f76c13e4145 RDI: 0010 [1.485897] RBP: 7f76c13e4145 R08: R09: 7ffe1ff8ca50 [1.485897] R10: 0010 R11: 0246 R12: [1.485898] R13: 55672d2f93e0 R14: 0002 R15: 55672d2fda50 [1.485899] Code: e9 46 fc ff ff 48 c7 c6 37 b6 6e c0 48 c7 c7 8f a9 6e c0 e8 c4 0e 43 fb 0f 0b e9 73 fe ff ff 48 c7 c7 a0 0b 70 c0 e8 b1 0e 43 fb <0f> 0b e9 4b fe ff ff 48 c7 c6 44 b6 6e c0 48 c7 c7 8f a9 6e c0 [1.485918] ---[ end trace 32f66b94f944dd29 ]--- [1.488016] [drm] Initialized i915 1.6.0 20171023 for :00:02.0 on minor 0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1849713/+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 1849713] Re: Warning message in logs after kernel update to linux-image-4.15.0-66-generic
Actually I have reopened the bug - I use the latest kernel and it seems the above is in it. ** Changed in: linux (Ubuntu) Status: Fix Committed => New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1849713 Title: Warning message in logs after kernel update to linux- image-4.15.0-66-generic Status in linux package in Ubuntu: New Bug description: Hi: After updating to latest kernel on ubuntu 18.04 I start getting the message below. I tried to reboot the machine but the message is consistent. [1.485680] [ cut here ] [1.485681] Could not determine valid watermarks for inherited state [1.485736] WARNING: CPU: 0 PID: 199 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/i915/intel_display.c:14537 intel_modeset_init+0xfcf/0x1010 [i915] [1.485737] Modules linked in: aesni_intel(+) fjes(-) nouveau(+) aes_x86_64 i915(+) crypto_simd glue_helper cryptd mxm_wmi ttm i2c_algo_bit psmouse drm_kms_helper ahci syscopyarea sysfillrect sysimgblt libahci r8169 fb_sys_fops mii drm rtsx_pci wmi video [1.485748] CPU: 0 PID: 199 Comm: systemd-udevd Not tainted 4.15.0-66-generic #75-Ubuntu [1.485749] Hardware name: ASUSTeK COMPUTER INC. G551JW/G551JW, BIOS G551JW.209 03/04/2016 [1.485776] RIP: 0010:intel_modeset_init+0xfcf/0x1010 [i915] [1.485776] RSP: 0018:a6c8c1e539b0 EFLAGS: 00010286 [1.485778] RAX: RBX: 93621079 RCX: bce63a28 [1.485778] RDX: 0001 RSI: 0082 RDI: 0247 [1.485779] RBP: a6c8c1e53a40 R08: 036a R09: 0004 [1.485779] R10: 0040 R11: 0001 R12: 936210764400 [1.485780] R13: 9362104d9400 R14: ffea R15: 936210790358 [1.485781] FS: 7f76c1bfb680() GS:93622ee0() knlGS: [1.485782] CS: 0010 DS: ES: CR0: 80050033 [1.485783] CR2: 7f5c5aea088b CR3: 000410a5c004 CR4: 001606f0 [1.485783] Call Trace: [1.485807] i915_driver_load+0xa73/0xe60 [i915] [1.485829] i915_pci_probe+0x42/0x70 [i915] [1.485831] local_pci_probe+0x47/0xa0 [1.485833] pci_device_probe+0x10e/0x1c0 [1.485835] driver_probe_device+0x30c/0x490 [1.485836] __driver_attach+0xcc/0xf0 [1.485837] ? driver_probe_device+0x490/0x490 [1.485838] bus_for_each_dev+0x70/0xc0 [1.485840] driver_attach+0x1e/0x20 [1.485840] bus_add_driver+0x1c7/0x270 [1.485841] ? 0xc075c000 [1.485843] driver_register+0x60/0xe0 [1.485843] ? 0xc075c000 [1.485844] __pci_register_driver+0x5a/0x60 [1.485870] i915_init+0x5c/0x5f [i915] [1.485872] do_one_initcall+0x52/0x19f [1.485874] ? __slab_alloc+0x20/0x40 [1.485876] ? kmem_cache_alloc_trace+0x171/0x1b0 [1.485878] ? do_init_module+0x27/0x213 [1.485879] do_init_module+0x5f/0x213 [1.485881] load_module+0x16bc/0x1f10 [1.485884] ? ima_post_read_file+0x96/0xa0 [1.485886] SYSC_finit_module+0xfc/0x120 [1.485887] ? SYSC_finit_module+0xfc/0x120 [1.485889] SyS_finit_module+0xe/0x10 [1.485890] do_syscall_64+0x73/0x130 [1.485893] entry_SYSCALL_64_after_hwframe+0x3d/0xa2 [1.485894] RIP: 0033:0x7f76c1705839 [1.485895] RSP: 002b:7ffe1ff8c938 EFLAGS: 0246 ORIG_RAX: 0139 [1.485896] RAX: ffda RBX: 55672d2fda50 RCX: 7f76c1705839 [1.485896] RDX: RSI: 7f76c13e4145 RDI: 0010 [1.485897] RBP: 7f76c13e4145 R08: R09: 7ffe1ff8ca50 [1.485897] R10: 0010 R11: 0246 R12: [1.485898] R13: 55672d2f93e0 R14: 0002 R15: 55672d2fda50 [1.485899] Code: e9 46 fc ff ff 48 c7 c6 37 b6 6e c0 48 c7 c7 8f a9 6e c0 e8 c4 0e 43 fb 0f 0b e9 73 fe ff ff 48 c7 c7 a0 0b 70 c0 e8 b1 0e 43 fb <0f> 0b e9 4b fe ff ff 48 c7 c6 44 b6 6e c0 48 c7 c7 8f a9 6e c0 [1.485918] ---[ end trace 32f66b94f944dd29 ]--- [1.488016] [drm] Initialized i915 1.6.0 20171023 for :00:02.0 on minor 0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1849713/+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 1849713] Re: Warning message in logs after kernel update to linux-image-4.15.0-66-generic
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1849713 Title: Warning message in logs after kernel update to linux- image-4.15.0-66-generic Status in linux package in Ubuntu: Confirmed Bug description: Hi: After updating to latest kernel on ubuntu 18.04 I start getting the message below. I tried to reboot the machine but the message is consistent. [1.485680] [ cut here ] [1.485681] Could not determine valid watermarks for inherited state [1.485736] WARNING: CPU: 0 PID: 199 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/i915/intel_display.c:14537 intel_modeset_init+0xfcf/0x1010 [i915] [1.485737] Modules linked in: aesni_intel(+) fjes(-) nouveau(+) aes_x86_64 i915(+) crypto_simd glue_helper cryptd mxm_wmi ttm i2c_algo_bit psmouse drm_kms_helper ahci syscopyarea sysfillrect sysimgblt libahci r8169 fb_sys_fops mii drm rtsx_pci wmi video [1.485748] CPU: 0 PID: 199 Comm: systemd-udevd Not tainted 4.15.0-66-generic #75-Ubuntu [1.485749] Hardware name: ASUSTeK COMPUTER INC. G551JW/G551JW, BIOS G551JW.209 03/04/2016 [1.485776] RIP: 0010:intel_modeset_init+0xfcf/0x1010 [i915] [1.485776] RSP: 0018:a6c8c1e539b0 EFLAGS: 00010286 [1.485778] RAX: RBX: 93621079 RCX: bce63a28 [1.485778] RDX: 0001 RSI: 0082 RDI: 0247 [1.485779] RBP: a6c8c1e53a40 R08: 036a R09: 0004 [1.485779] R10: 0040 R11: 0001 R12: 936210764400 [1.485780] R13: 9362104d9400 R14: ffea R15: 936210790358 [1.485781] FS: 7f76c1bfb680() GS:93622ee0() knlGS: [1.485782] CS: 0010 DS: ES: CR0: 80050033 [1.485783] CR2: 7f5c5aea088b CR3: 000410a5c004 CR4: 001606f0 [1.485783] Call Trace: [1.485807] i915_driver_load+0xa73/0xe60 [i915] [1.485829] i915_pci_probe+0x42/0x70 [i915] [1.485831] local_pci_probe+0x47/0xa0 [1.485833] pci_device_probe+0x10e/0x1c0 [1.485835] driver_probe_device+0x30c/0x490 [1.485836] __driver_attach+0xcc/0xf0 [1.485837] ? driver_probe_device+0x490/0x490 [1.485838] bus_for_each_dev+0x70/0xc0 [1.485840] driver_attach+0x1e/0x20 [1.485840] bus_add_driver+0x1c7/0x270 [1.485841] ? 0xc075c000 [1.485843] driver_register+0x60/0xe0 [1.485843] ? 0xc075c000 [1.485844] __pci_register_driver+0x5a/0x60 [1.485870] i915_init+0x5c/0x5f [i915] [1.485872] do_one_initcall+0x52/0x19f [1.485874] ? __slab_alloc+0x20/0x40 [1.485876] ? kmem_cache_alloc_trace+0x171/0x1b0 [1.485878] ? do_init_module+0x27/0x213 [1.485879] do_init_module+0x5f/0x213 [1.485881] load_module+0x16bc/0x1f10 [1.485884] ? ima_post_read_file+0x96/0xa0 [1.485886] SYSC_finit_module+0xfc/0x120 [1.485887] ? SYSC_finit_module+0xfc/0x120 [1.485889] SyS_finit_module+0xe/0x10 [1.485890] do_syscall_64+0x73/0x130 [1.485893] entry_SYSCALL_64_after_hwframe+0x3d/0xa2 [1.485894] RIP: 0033:0x7f76c1705839 [1.485895] RSP: 002b:7ffe1ff8c938 EFLAGS: 0246 ORIG_RAX: 0139 [1.485896] RAX: ffda RBX: 55672d2fda50 RCX: 7f76c1705839 [1.485896] RDX: RSI: 7f76c13e4145 RDI: 0010 [1.485897] RBP: 7f76c13e4145 R08: R09: 7ffe1ff8ca50 [1.485897] R10: 0010 R11: 0246 R12: [1.485898] R13: 55672d2f93e0 R14: 0002 R15: 55672d2fda50 [1.485899] Code: e9 46 fc ff ff 48 c7 c6 37 b6 6e c0 48 c7 c7 8f a9 6e c0 e8 c4 0e 43 fb 0f 0b e9 73 fe ff ff 48 c7 c7 a0 0b 70 c0 e8 b1 0e 43 fb <0f> 0b e9 4b fe ff ff 48 c7 c6 44 b6 6e c0 48 c7 c7 8f a9 6e c0 [1.485918] ---[ end trace 32f66b94f944dd29 ]--- [1.488016] [drm] Initialized i915 1.6.0 20171023 for :00:02.0 on minor 0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1849713/+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 1777586] Re: Ubuntu Server 18.04 LTS aacraid error
Hi guys, we've faced the same issue you are talking about, i've found the guilty patch: 395e5df79a95 ("scsi: aacraid: Remove reference to Series-9") and made a fix which helps me. i've sent the patch to LKML: https://marc.info/?l=linux-kernel&m=156165206304641&w=2 https://marc.info/?l=linux-kernel&m=156165206004639&w=2 Hope that helps you as well. :) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1777586 Title: Ubuntu Server 18.04 LTS aacraid error Status in linux package in Ubuntu: Confirmed Status in linux source package in Bionic: Confirmed Bug description: I upgraded from a previous version of Ubuntu 14.04LTS to 18.04LTS and am now running into these raid adapter driver errors. The server ran fine in older version. My apologies as I lost the exact version, but it never had any errors like this version. Now when ever I try to copy files to the RAID 5 drive, or untar a file, I get these errors now after a few MB's of written data. Linux batboat 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux batboat:/var/log$ lsb_release -rd Description: Ubuntu 18.04 LTS Release: 18.04 I have tried the IRQ debugging tips to no avail. I loaded in Debian9.4.0 and it only briefly showed this error once. But appears to be much more resilient and appears to work fine. Jun 19 00:02:21 batboat kernel: [ 498.770839] aacraid: Host adapter reset request. SCSI hang ? Jun 19 00:02:37 batboat kernel: [ 514.139167] aacraid: Host adapter reset request. SCSI hang ? Jun 19 00:02:37 batboat kernel: [ 514.795083] aacraid :03:09.0: Adapter health - 199 Jun 19 00:02:37 batboat kernel: [ 514.800376] aacraid :03:09.0: outstanding cmd: midlevel-0 Jun 19 00:02:37 batboat kernel: [ 514.800378] aacraid :03:09.0: outstanding cmd: lowlevel-0 Jun 19 00:02:37 batboat kernel: [ 514.800381] aacraid :03:09.0: outstanding cmd: error handler-0 Jun 19 00:02:37 batboat kernel: [ 514.800383] aacraid :03:09.0: outstanding cmd: firmware-5 Jun 19 00:02:37 batboat kernel: [ 514.800385] aacraid :03:09.0: outstanding cmd: kernel-0 Jun 19 00:02:37 batboat kernel: [ 514.800391] sd 4:0:0:0: Device offlined - not ready after error recovery Jun 19 00:02:37 batboat kernel: [ 514.800394] sd 4:0:0:0: Device offlined - not ready after error recovery Jun 19 00:02:37 batboat kernel: [ 514.800396] sd 4:0:0:0: Device offlined - not ready after error recovery Jun 19 00:02:37 batboat kernel: [ 514.800399] sd 4:0:0:0: Device offlined - not ready after error recovery Jun 19 00:02:37 batboat kernel: [ 514.800401] sd 4:0:0:0: Device offlined - not ready after error recovery To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1777586/+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 1836308] Re: Unhide Nvidia HDA audio controller
There seems to be annoying message showing up (usually after lspci): [70331.589447] nouveau :01:00.0: Enabling HDA controller [70346.937312] nouveau :01:00.0: Enabling HDA controller [70361.789197] nouveau :01:00.0: Enabling HDA controller [70418.044717] nouveau :01:00.0: Enabling HDA controller -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-oem in Ubuntu. https://bugs.launchpad.net/bugs/1836308 Title: Unhide Nvidia HDA audio controller Status in HWE Next: Fix Released Status in linux package in Ubuntu: Fix Released Status in linux-oem package in Ubuntu: Fix Released Status in linux-oem-osp1 package in Ubuntu: Fix Released Status in linux source package in Bionic: Fix Released Status in linux-oem source package in Bionic: Fix Released Status in linux-oem-osp1 source package in Bionic: Fix Released Status in linux source package in Disco: Fix Released Status in linux-oem source package in Disco: Fix Released Status in linux-oem-osp1 source package in Disco: Fix Released Bug description: [Impact] Nvidia HDA audio controller comes with Nvidia graphics cannot be found by PCI subsystem. [Fix] Write bit 25 at graphics' config space offset 0x488 to enable the HDA controller. [Test] Nvidia HDA controller is not listed under lspci. After applying the fix lspci can find Nvidia HDA controller. [Regression Potential] Low. This fix doesn't bring any functional change other then exposing HDA controller at hardware level. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1836308/+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 1795808] Re: Xorg freeze when using nvidia driver 390
Ubuntu 18.10. No login screen after Nvidia-410 drivers installation. System accessible via ssh. Only after purge nvidia drivers login screen back and system works fine -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu. https://bugs.launchpad.net/bugs/1795808 Title: Xorg freeze when using nvidia driver 390 Status in nvidia-graphics-drivers-390 package in Ubuntu: New Bug description: Hi, Since the installation of Ubuntu 18.10, I get the login screen but once logged in I get a black screen. It happens only with the proprietary nvidia driver 390. If I remove the nvidia driver to use nouveau, it works. My graphic card is: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] So the automatic report in attachement will show you no nvidia driver installed. It's because I am doing this bug report after removing the nvidia driver to be able to get a desktop. In attachement I add the journalctl of the preview boot which failed with nvidia driver. ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: xorg 1:7.7+19ubuntu8 ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7 Uname: Linux 4.18.0-8-generic x86_64 ApportVersion: 2.20.10-0ubuntu11 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Wed Oct 3 09:19:03 2018 DistUpgraded: 2018-10-03 00:59:01,660 ERROR got error from PostInstallScript ./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process “./xorg_fix_proprietary.py” (No such file or directory) (8)) DistroCodename: cosmic DistroVariant: ubuntu DkmsStatus: virtualbox, 5.2.18, 4.15.0-36-generic, x86_64: installed virtualbox, 5.2.18, 4.18.0-8-generic, x86_64: installed ExtraDebuggingInterest: Yes GpuHangFrequency: Continuously GpuHangReproducibility: Yes, I can easily reproduce it GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] [10de:1b82] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. GP104 [GeForce GTX 1070 Ti] [1043:8620] InstallationDate: Installed on 2017-09-17 (380 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170915) MachineType: System manufacturer System Product Name ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-8-generic root=UUID=567a9b2b-0864-450e-9cfe-dab7a54b9fce ro rootflags=subvol=@ quiet splash vt.handoff=1 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: Upgraded to cosmic on 2018-10-02 (0 days ago) dmi.bios.date: 09/28/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0501 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: P8Z77-V LX2 dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0501:bd09/28/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VLX2:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.family: To be filled by O.E.M. dmi.product.name: System Product Name dmi.product.sku: SKU dmi.product.version: System Version dmi.sys.vendor: System manufacturer version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.94-1 version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.1-1ubuntu1 version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.1-1ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20171229-1build1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3 xserver.bootTime: Wed Oct 3 09:03:39 2018 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: xserver.version: 2:1.20.1-3ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1795808/+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 1752053] Re: nvidia-390 fails to boot graphical display
Found this opened report related to the nvidia driver https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1795808 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu. https://bugs.launchpad.net/bugs/1752053 Title: nvidia-390 fails to boot graphical display Status in mesa package in Ubuntu: Fix Released Status in nvidia-graphics-drivers-390 package in Ubuntu: Fix Released Status in xserver-xorg-video-nouveau package in Ubuntu: Invalid Bug description: I'm using Bionic with the new 4.15 kernel. I've been using the nvidia-384 driver with no problem for a while. Today I issued "sudo apt-get upgrade" and I was prompted to upgrade the nvidia driver to the nvidia-390. After installing the driver and rebooting, I was only able to boot in to the tty terminal. The graphical display failed to boot. I have had similar problems with nvidia driver version 390 with Arch Linux and with Open Suse Tumbleweed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752053/+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 1795808] Re: Xorg freeze when using nvidia driver 390
Problem is in GDM3. I removed it and installed lightdm. OS booted normally. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu. https://bugs.launchpad.net/bugs/1795808 Title: Xorg freeze when using nvidia driver 390 Status in nvidia-graphics-drivers-390 package in Ubuntu: Confirmed Bug description: Hi, Since the installation of Ubuntu 18.10, I get the login screen but once logged in I get a black screen. It happens only with the proprietary nvidia driver 390. If I remove the nvidia driver to use nouveau, it works. My graphic card is: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] So the automatic report in attachement will show you no nvidia driver installed. It's because I am doing this bug report after removing the nvidia driver to be able to get a desktop. In attachement I add the journalctl of the preview boot which failed with nvidia driver. ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: xorg 1:7.7+19ubuntu8 ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7 Uname: Linux 4.18.0-8-generic x86_64 ApportVersion: 2.20.10-0ubuntu11 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Wed Oct 3 09:19:03 2018 DistUpgraded: 2018-10-03 00:59:01,660 ERROR got error from PostInstallScript ./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process “./xorg_fix_proprietary.py” (No such file or directory) (8)) DistroCodename: cosmic DistroVariant: ubuntu DkmsStatus: virtualbox, 5.2.18, 4.15.0-36-generic, x86_64: installed virtualbox, 5.2.18, 4.18.0-8-generic, x86_64: installed ExtraDebuggingInterest: Yes GpuHangFrequency: Continuously GpuHangReproducibility: Yes, I can easily reproduce it GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] [10de:1b82] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. GP104 [GeForce GTX 1070 Ti] [1043:8620] InstallationDate: Installed on 2017-09-17 (380 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170915) MachineType: System manufacturer System Product Name ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-8-generic root=UUID=567a9b2b-0864-450e-9cfe-dab7a54b9fce ro rootflags=subvol=@ quiet splash vt.handoff=1 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: Upgraded to cosmic on 2018-10-02 (0 days ago) dmi.bios.date: 09/28/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0501 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: P8Z77-V LX2 dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0501:bd09/28/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VLX2:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.family: To be filled by O.E.M. dmi.product.name: System Product Name dmi.product.sku: SKU dmi.product.version: System Version dmi.sys.vendor: System manufacturer version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.94-1 version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.1-1ubuntu1 version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.1-1ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20171229-1build1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3 xserver.bootTime: Wed Oct 3 09:03:39 2018 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: xserver.version: 2:1.20.1-3ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1795808/+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 1752053] Re: nvidia-390 fails to boot graphical display
Solution found with NVidia support. GDM3 causing Ubuntu 18.10 to "freeze" before login screen After remove GDM3 and LightDM installation Ununtu booted as usually -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu. https://bugs.launchpad.net/bugs/1752053 Title: nvidia-390 fails to boot graphical display Status in mesa package in Ubuntu: Fix Released Status in nvidia-graphics-drivers-390 package in Ubuntu: Fix Released Status in xserver-xorg-video-nouveau package in Ubuntu: Invalid Bug description: I'm using Bionic with the new 4.15 kernel. I've been using the nvidia-384 driver with no problem for a while. Today I issued "sudo apt-get upgrade" and I was prompted to upgrade the nvidia driver to the nvidia-390. After installing the driver and rebooting, I was only able to boot in to the tty terminal. The graphical display failed to boot. I have had similar problems with nvidia driver version 390 with Arch Linux and with Open Suse Tumbleweed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752053/+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 1752053] Re: nvidia-390 fails to boot graphical display
I would say workaround not solution -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu. https://bugs.launchpad.net/bugs/1752053 Title: nvidia-390 fails to boot graphical display Status in mesa package in Ubuntu: Fix Released Status in nvidia-graphics-drivers-390 package in Ubuntu: Fix Released Status in xserver-xorg-video-nouveau package in Ubuntu: Invalid Bug description: I'm using Bionic with the new 4.15 kernel. I've been using the nvidia-384 driver with no problem for a while. Today I issued "sudo apt-get upgrade" and I was prompted to upgrade the nvidia driver to the nvidia-390. After installing the driver and rebooting, I was only able to boot in to the tty terminal. The graphical display failed to boot. I have had similar problems with nvidia driver version 390 with Arch Linux and with Open Suse Tumbleweed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752053/+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 1795808] Re: Xorg freeze when using nvidia driver 390
Solution is Please try, in the /etc/gdm3/custom.conf, uncomment WaylandEnable=false and Nvidia driver will work with gdm3. Works fine. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu. https://bugs.launchpad.net/bugs/1795808 Title: Xorg freeze when using nvidia driver 390 Status in nvidia-graphics-drivers-390 package in Ubuntu: Confirmed Bug description: Hi, Since the installation of Ubuntu 18.10, I get the login screen but once logged in I get a black screen. It happens only with the proprietary nvidia driver 390. If I remove the nvidia driver to use nouveau, it works. My graphic card is: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] So the automatic report in attachement will show you no nvidia driver installed. It's because I am doing this bug report after removing the nvidia driver to be able to get a desktop. In attachement I add the journalctl of the preview boot which failed with nvidia driver. ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: xorg 1:7.7+19ubuntu8 ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7 Uname: Linux 4.18.0-8-generic x86_64 ApportVersion: 2.20.10-0ubuntu11 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Wed Oct 3 09:19:03 2018 DistUpgraded: 2018-10-03 00:59:01,660 ERROR got error from PostInstallScript ./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process “./xorg_fix_proprietary.py” (No such file or directory) (8)) DistroCodename: cosmic DistroVariant: ubuntu DkmsStatus: virtualbox, 5.2.18, 4.15.0-36-generic, x86_64: installed virtualbox, 5.2.18, 4.18.0-8-generic, x86_64: installed ExtraDebuggingInterest: Yes GpuHangFrequency: Continuously GpuHangReproducibility: Yes, I can easily reproduce it GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] [10de:1b82] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. GP104 [GeForce GTX 1070 Ti] [1043:8620] InstallationDate: Installed on 2017-09-17 (380 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170915) MachineType: System manufacturer System Product Name ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-8-generic root=UUID=567a9b2b-0864-450e-9cfe-dab7a54b9fce ro rootflags=subvol=@ quiet splash vt.handoff=1 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: Upgraded to cosmic on 2018-10-02 (0 days ago) dmi.bios.date: 09/28/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0501 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: P8Z77-V LX2 dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0501:bd09/28/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VLX2:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.family: To be filled by O.E.M. dmi.product.name: System Product Name dmi.product.sku: SKU dmi.product.version: System Version dmi.sys.vendor: System manufacturer version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.94-1 version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.1-1ubuntu1 version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.1-1ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20171229-1build1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3 xserver.bootTime: Wed Oct 3 09:03:39 2018 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: xserver.version: 2:1.20.1-3ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1795808/+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 1752053] Re: nvidia-390 fails to boot graphical display
OMG! Where u were all this time?! Thank you very much! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu. https://bugs.launchpad.net/bugs/1752053 Title: nvidia-390 fails to boot graphical display Status in mesa package in Ubuntu: Fix Released Status in nvidia-graphics-drivers-390 package in Ubuntu: Fix Released Status in xserver-xorg-video-nouveau package in Ubuntu: Invalid Bug description: I'm using Bionic with the new 4.15 kernel. I've been using the nvidia-384 driver with no problem for a while. Today I issued "sudo apt-get upgrade" and I was prompted to upgrade the nvidia driver to the nvidia-390. After installing the driver and rebooting, I was only able to boot in to the tty terminal. The graphical display failed to boot. I have had similar problems with nvidia driver version 390 with Arch Linux and with Open Suse Tumbleweed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1752053/+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 1795808] Re: Xorg freeze when using nvidia driver 390
Coz u need install another display manager instead of removed gdm3, lightdm for example. But uncomment WaylandEnable in gdm3 config is much easir solution of coz -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu. https://bugs.launchpad.net/bugs/1795808 Title: Xorg freeze when using nvidia driver 390 Status in nvidia-graphics-drivers-390 package in Ubuntu: Confirmed Bug description: Hi, Since the installation of Ubuntu 18.10, I get the login screen but once logged in I get a black screen. It happens only with the proprietary nvidia driver 390. If I remove the nvidia driver to use nouveau, it works. My graphic card is: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] So the automatic report in attachement will show you no nvidia driver installed. It's because I am doing this bug report after removing the nvidia driver to be able to get a desktop. In attachement I add the journalctl of the preview boot which failed with nvidia driver. ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: xorg 1:7.7+19ubuntu8 ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7 Uname: Linux 4.18.0-8-generic x86_64 ApportVersion: 2.20.10-0ubuntu11 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Wed Oct 3 09:19:03 2018 DistUpgraded: 2018-10-03 00:59:01,660 ERROR got error from PostInstallScript ./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process “./xorg_fix_proprietary.py” (No such file or directory) (8)) DistroCodename: cosmic DistroVariant: ubuntu DkmsStatus: virtualbox, 5.2.18, 4.15.0-36-generic, x86_64: installed virtualbox, 5.2.18, 4.18.0-8-generic, x86_64: installed ExtraDebuggingInterest: Yes GpuHangFrequency: Continuously GpuHangReproducibility: Yes, I can easily reproduce it GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] [10de:1b82] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. GP104 [GeForce GTX 1070 Ti] [1043:8620] InstallationDate: Installed on 2017-09-17 (380 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170915) MachineType: System manufacturer System Product Name ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-8-generic root=UUID=567a9b2b-0864-450e-9cfe-dab7a54b9fce ro rootflags=subvol=@ quiet splash vt.handoff=1 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: Upgraded to cosmic on 2018-10-02 (0 days ago) dmi.bios.date: 09/28/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0501 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: P8Z77-V LX2 dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0501:bd09/28/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VLX2:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.family: To be filled by O.E.M. dmi.product.name: System Product Name dmi.product.sku: SKU dmi.product.version: System Version dmi.sys.vendor: System manufacturer version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.94-1 version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.1-1ubuntu1 version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.1-1ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20171229-1build1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3 xserver.bootTime: Wed Oct 3 09:03:39 2018 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: xserver.version: 2:1.20.1-3ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1795808/+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 1800991] Re: Bad sata messages after upgrade to 4.15.0-41-generic on bionic
This happened again after 16 days (and it happens when I resume from suspend from ram): [699154.189201] ata6.00: exception Emask 0x10 SAct 0x7ffe7fff SErr 0x400100 action 0x6 frozen [699154.189205] ata6.00: irq_stat 0x0800, interface fatal error [699154.189209] ata6: SError: { UnrecovData Handshk } [699154.189212] ata6.00: failed command: WRITE FPDMA QUEUED [699154.189218] ata6.00: cmd 61/40:00:80:0a:f4/05:00:00:00:00/40 tag 0 ncq dma 688128 out res 40/00:6c:c0:3f:f4/00:00:00:00:00/40 Emask 0x10 (ATA bus error) [699154.189221] ata6.00: status: { DRDY } [699154.189223] ata6.00: failed command: WRITE FPDMA QUEUED [699154.189229] ata6.00: cmd 61/40:08:c0:0f:f4/00:00:00:00:00/40 tag 1 ncq dma 32768 out res 40/00:6c:c0:3f:f4/00:00:00:00:00/40 Emask 0x10 (ATA bus error) [699154.189231] ata6.00: status: { DRDY } [699154.189233] ata6.00: failed command: WRITE FPDMA QUEUED [699154.189239] ata6.00: cmd 61/40:10:00:10:f4/05:00:00:00:00/40 tag 2 ncq dma 688128 out res 40/00:6c:c0:3f:f4/00:00:00:00:00/40 Emask 0x10 (ATA bus error) [699154.189242] ata6.00: status: { DRDY } [699154.189244] ata6.00: failed command: WRITE FPDMA QUEUED [699154.189250] ata6.00: cmd 61/40:18:40:15:f4/05:00:00:00:00/40 tag 3 ncq dma 688128 out res 40/00:6c:c0:3f:f4/00:00:00:00:00/40 Emask 0x10 (ATA bus error) [699154.189253] ata6.00: status: { DRDY } [699154.189255] ata6.00: failed command: WRITE FPDMA QUEUED [699154.189261] ata6.00: cmd 61/40:20:80:1a:f4/05:00:00:00:00/40 tag 4 ncq dma 688128 out res 40/00:6c:c0:3f:f4/00:00:00:00:00/40 Emask 0x10 (ATA bus error) [699154.189264] ata6.00: status: { DRDY } [699154.189266] ata6.00: failed command: WRITE FPDMA QUEUED [699154.189271] ata6.00: cmd 61/40:28:c0:1f:f4/00:00:00:00:00/40 tag 5 ncq dma 32768 out res 40/00:6c:c0:3f:f4/00:00:00:00:00/40 Emask 0x10 (ATA bus error) [699154.189274] ata6.00: status: { DRDY } [699154.189276] ata6.00: failed command: WRITE FPDMA QUEUED [699154.189282] ata6.00: cmd 61/40:30:00:20:f4/05:00:00:00:00/40 tag 6 ncq dma 688128 out res 40/00:6c:c0:3f:f4/00:00:00:00:00/40 Emask 0x10 (ATA bus error) [699154.189285] ata6.00: status: { DRDY } [699154.189287] ata6.00: failed command: WRITE FPDMA QUEUED [699154.189293] ata6.00: cmd 61/40:38:40:25:f4/05:00:00:00:00/40 tag 7 ncq dma 688128 out res 40/00:6c:c0:3f:f4/00:00:00:00:00/40 Emask 0x10 (ATA bus error) [699154.189295] ata6.00: status: { DRDY } [699154.189297] ata6.00: failed command: WRITE FPDMA QUEUED [699154.189303] ata6.00: cmd 61/40:40:80:2a:f4/05:00:00:00:00/40 tag 8 ncq dma 688128 out res 40/00:6c:c0:3f:f4/00:00:00:00:00/40 Emask 0x10 (ATA bus error) [699154.189306] ata6.00: status: { DRDY } [699154.189308] ata6.00: failed command: WRITE FPDMA QUEUED [699154.189313] ata6.00: cmd 61/40:48:c0:2f:f4/00:00:00:00:00/40 tag 9 ncq dma 32768 out res 40/00:6c:c0:3f:f4/00:00:00:00:00/40 Emask 0x10 (ATA bus error) [699154.189315] ata6.00: status: { DRDY } [699154.189317]
[Kernel-packages] [Bug 1800991] Re: Bad sata messages after upgrade to 4.15.0-41-generic on bionic
It happened again in less than 30 mins. Thou this one is kind-a weird since iterations display 0,1 and than jumps to 24, 25, 26, 27, 28, 29, 30 (tag 30). [701210.345120] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready [701280.085347] ata6.00: exception Emask 0x10 SAct 0x7f03 SErr 0x400100 action 0x6 frozen [701280.085351] ata6.00: irq_stat 0x0800, interface fatal error [701280.085355] ata6: SError: { UnrecovData Handshk } [701280.085359] ata6.00: failed command: WRITE FPDMA QUEUED [701280.085366] ata6.00: cmd 61/08:00:78:fa:30/00:00:01:00:00/40 tag 0 ncq dma 4096 out res 40/00:0c:78:fb:30/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [701280.085369] ata6.00: status: { DRDY } [701280.085371] ata6.00: failed command: WRITE FPDMA QUEUED [701280.085377] ata6.00: cmd 61/08:08:78:fb:30/00:00:01:00:00/40 tag 1 ncq dma 4096 out res 40/00:0c:78:fb:30/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [701280.085380] ata6.00: status: { DRDY } [701280.085382] ata6.00: failed command: WRITE FPDMA QUEUED [701280.085388] ata6.00: cmd 61/50:c0:f8:2a:3d/01:00:01:00:00/40 tag 24 ncq dma 172032 out res 40/00:0c:78:fb:30/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [701280.085391] ata6.00: status: { DRDY } [701280.085393] ata6.00: failed command: WRITE FPDMA QUEUED [701280.085399] ata6.00: cmd 61/00:c8:58:2e:3d/02:00:01:00:00/40 tag 25 ncq dma 262144 out res 40/00:0c:78:fb:30/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [701280.085402] ata6.00: status: { DRDY } [701280.085404] ata6.00: failed command: WRITE FPDMA QUEUED [701280.085409] ata6.00: cmd 61/40:d0:f0:da:a0/05:00:01:00:00/40 tag 26 ncq dma 688128 out res 40/00:0c:78:fb:30/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [701280.085412] ata6.00: status: { DRDY } [701280.085414] ata6.00: failed command: WRITE FPDMA QUEUED [701280.085420] ata6.00: cmd 61/40:d8:30:e0:a0/05:00:01:00:00/40 tag 27 ncq dma 688128 out res 40/00:0c:78:fb:30/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [701280.085422] ata6.00: status: { DRDY } [701280.085425] ata6.00: failed command: WRITE FPDMA QUEUED [701280.085430] ata6.00: cmd 61/08:e0:70:e5:a0/02:00:01:00:00/40 tag 28 ncq dma 266240 out res 40/00:0c:78:fb:30/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [701280.085433] ata6.00: status: { DRDY } [701280.085435] ata6.00: failed command: WRITE FPDMA QUEUED [701280.085441] ata6.00: cmd 61/78:e8:00:00:f8/00:00:00:00:00/40 tag 29 ncq dma 61440 out res 40/00:0c:78:fb:30/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [701280.085443] ata6.00: status: { DRDY } [701280.085445] ata6.00: failed command: WRITE FPDMA QUEUED [701280.085451] ata6.00: cmd 61/08:f0:b8:f6:30/00:00:01:00:00/40 tag 30 ncq dma 4096 out res 40/00:0c:78:fb:30/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [701280.085454] ata6.00: status: { DRDY } [701280.085458] ata6: hard resetting link [701280.399866] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [701280.400528] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [701280.400532] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [701280.400535] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [701280.407633] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [701280.407636] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [701280.407637] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [701280.413531] ata6.00: configured for UDMA/133 [701280.413550] ata6: EH complete -- 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/1800991 Title: Bad sata messages after upgrade to 4.15.0-41-generic on bionic Status in linux package in Ubuntu: Incomplete Bug description: Hi: After upgrading to latest 4.15.0-41 kernel on ubuntu bionic I start getting weird error messages on kernel log (see below) related to sata drive - in this case 128GB ssd drive. Couple of things - it happened after system get out from sleep state (s3), the hdd is ssd and it is a brand new one (I have bought it 2 weeks ago). System: asus rog G551JW-CN319D (cpu i7, 16GM ram, 128GB ssd, 1TB hdd) Kernel: Ubuntu 4.15.0-38.41-generic 4.15.18 [121459.829759] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [121459.831501] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.831505] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [121459.831508] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [121459.834767] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.834773] ata5.00: ACPI cm
[Kernel-packages] [Bug 1800991] Re: Bad sata messages after upgrade to 4.15.0-41-generic on bionic
I can actually get an sata error pretty easy (different messaged thou): Steps: 1. run dd if=/dev/sdb of=/dev/null bs=1M (sdb attached to ata6). 2. Suspend the system to ram (I used the power button). 3. Wait to suspend. 4. Wake up the system after 2-5 secs. Result: Sata error messages below [706792.917607] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [706793.021631] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [706794.460778] ata6.00: exception Emask 0x52 SAct 0x1c SErr 0x1000c00 action 0x6 frozen [706794.460786] ata6.00: irq_stat 0x0800, interface fatal error [706794.460792] ata6: SError: { Proto HostInt TrStaTrns } [706794.460798] ata6.00: failed command: READ FPDMA QUEUED [706794.460812] ata6.00: cmd 60/78:90:88:c6:a4/01:00:00:00:00/40 tag 18 ncq dma 192512 in res 40/00:a4:48:cf:a4/00:00:00:00:00/40 Emask 0x52 (ATA bus error) [706794.460818] ata6.00: status: { DRDY } [706794.460823] ata6.00: failed command: READ FPDMA QUEUED [706794.460835] ata6.00: cmd 60/48:98:00:c8:a4/07:00:00:00:00/40 tag 19 ncq dma 954368 in res 40/00:a4:48:cf:a4/00:00:00:00:00/40 Emask 0x52 (ATA bus error) [706794.460841] ata6.00: status: { DRDY } [706794.460846] ata6.00: failed command: READ FPDMA QUEUED [706794.460855] ata6.00: cmd 60/b8:a0:48:cf:a4/00:00:00:00:00/40 tag 20 ncq dma 94208 in res 40/00:a4:48:cf:a4/00:00:00:00:00/40 Emask 0x52 (ATA bus error) [706794.460859] ata6.00: status: { DRDY } -- 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/1800991 Title: Bad sata messages after upgrade to 4.15.0-41-generic on bionic Status in linux package in Ubuntu: Incomplete Bug description: Hi: After upgrading to latest 4.15.0-41 kernel on ubuntu bionic I start getting weird error messages on kernel log (see below) related to sata drive - in this case 128GB ssd drive. Couple of things - it happened after system get out from sleep state (s3), the hdd is ssd and it is a brand new one (I have bought it 2 weeks ago). System: asus rog G551JW-CN319D (cpu i7, 16GM ram, 128GB ssd, 1TB hdd) Kernel: Ubuntu 4.15.0-38.41-generic 4.15.18 [121459.829759] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [121459.831501] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.831505] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [121459.831508] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [121459.834767] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.834773] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [121459.834777] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [121459.836022] ata5.00: configured for UDMA/133 [121459.934847] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready [121459.983752] r8169 :05:00.1 enp5s0f1: link down [121459.983923] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready [121459.987018] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121460.230787] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121460.285034] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121463.674998] wlp4s0: authenticate with 68:7f:74:3e:b0:b7 [121463.676976] wlp4s0: send auth to 68:7f:74:3e:b0:b7 (try 1/3) [121463.678951] wlp4s0: authenticated [121463.681714] wlp4s0: associate with 68:7f:74:3e:b0:b7 (try 1/3) [121463.684372] wlp4s0: RX AssocResp from 68:7f:74:3e:b0:b7 (capab=0x431 status=0 aid=3) [121463.687321] wlp4s0: associated [121464.754044] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready [121471.301682] ata6.00: exception Emask 0x10 SAct 0x6fff SErr 0x400100 action 0x6 frozen [121471.301685] ata6.00: irq_stat 0x0800, interface fatal error [121471.301687] ata6: SError: { UnrecovData Handshk } [121471.301690] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301695] ata6.00: cmd 61/40:00:00:80:d2/05:00:01:00:00/40 tag 0 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error)
[Kernel-packages] [Bug 1801102] Re: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html
Any updates? -- 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/1801102 Title: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html Status in linux package in Ubuntu: Triaged Status in linux source package in Bionic: Triaged Bug description: Hi: I am having the same issue i.e. when downloading torrent with KTorrent. Please include this fix https://www.spinics.net/lists/linux- wireless/msg169994.html in the release kernel. Thanks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801102/+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 1801102] Re: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html
It is seems to be doing the job. -- 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/1801102 Title: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html Status in linux package in Ubuntu: Triaged Status in linux source package in Bionic: Triaged Bug description: Hi: I am having the same issue i.e. when downloading torrent with KTorrent. Please include this fix https://www.spinics.net/lists/linux- wireless/msg169994.html in the release kernel. Thanks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801102/+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 1801102] Re: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html
Any idea when fix this will be included? -- 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/1801102 Title: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html Status in linux package in Ubuntu: Triaged Status in linux source package in Bionic: Triaged Bug description: Hi: I am having the same issue i.e. when downloading torrent with KTorrent. Please include this fix https://www.spinics.net/lists/linux- wireless/msg169994.html in the release kernel. Thanks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801102/+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 1800991] [NEW] Bad sata messages after upgrade to 4.15.0-41-generic on bionic
Public bug reported: Hi: After upgrading to latest 4.15.0-41 kernel on ubuntu bionic I start getting weird error messages on kernel log (see below) related to sata drive - in this case 128GB ssd drive. Couple of things - it happened after system get out from sleep state (s3), the hdd is ssd and it is a brand new one (I have bought it 2 weeks ago). System: asus rog G551JW-CN319D (cpu i7, 16GM ram, 128GB ssd, 1TB hdd) Kernel: Ubuntu 4.15.0-38.41-generic 4.15.18 [121459.829759] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [121459.831501] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.831505] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [121459.831508] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [121459.834767] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.834773] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [121459.834777] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [121459.836022] ata5.00: configured for UDMA/133 [121459.934847] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready [121459.983752] r8169 :05:00.1 enp5s0f1: link down [121459.983923] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready [121459.987018] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121460.230787] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121460.285034] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121463.674998] wlp4s0: authenticate with 68:7f:74:3e:b0:b7 [121463.676976] wlp4s0: send auth to 68:7f:74:3e:b0:b7 (try 1/3) [121463.678951] wlp4s0: authenticated [121463.681714] wlp4s0: associate with 68:7f:74:3e:b0:b7 (try 1/3) [121463.684372] wlp4s0: RX AssocResp from 68:7f:74:3e:b0:b7 (capab=0x431 status=0 aid=3) [121463.687321] wlp4s0: associated [121464.754044] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready [121471.301682] ata6.00: exception Emask 0x10 SAct 0x6fff SErr 0x400100 action 0x6 frozen [121471.301685] ata6.00: irq_stat 0x0800, interface fatal error [121471.301687] ata6: SError: { UnrecovData Handshk } [121471.301690] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301695] ata6.00: cmd 61/40:00:00:80:d2/05:00:01:00:00/40 tag 0 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301697] ata6.00: status: { DRDY } [121471.301698] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301702] ata6.00: cmd 61/40:08:40:85:d2/05:00:01:00:00/40 tag 1 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301704] ata6.00: status: { DRDY } [121471.301706] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301709] ata6.00: cmd 61/40:10:80:8a:d2/05:00:01:00:00/40 tag 2 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301711] ata6.00: status: { DRDY } [121471.301713] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301716] ata6.00: cmd 61/40:18:c0:8f:d2/00:00:01:00:00/40 tag 3 ncq dma 32768 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301718] ata6.00: status: { DRDY } [121471.301720] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301724] ata6.00: cmd 61/40:20:00:60:d2/05:00:01:00:00/40 tag 4 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301725] ata6.00: status: { DRDY } [121471.301727] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301731] ata6.00: cmd 61/40:28:40:65:d2/05:00:01:00:00/40 tag 5 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301732] ata6.00: status: { DRDY } [121471.3
[Kernel-packages] [Bug 1800991] Re: Bad sata messages after upgrade to 4.15.0-41-generic on bionic
Unfortunately could not run the cmd: apport-collect 1800991 QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' ERROR: The python3-launchpadlib package is not installed. This functionality is not available. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1800991 Title: Bad sata messages after upgrade to 4.15.0-41-generic on bionic Status in linux package in Ubuntu: Confirmed Bug description: Hi: After upgrading to latest 4.15.0-41 kernel on ubuntu bionic I start getting weird error messages on kernel log (see below) related to sata drive - in this case 128GB ssd drive. Couple of things - it happened after system get out from sleep state (s3), the hdd is ssd and it is a brand new one (I have bought it 2 weeks ago). System: asus rog G551JW-CN319D (cpu i7, 16GM ram, 128GB ssd, 1TB hdd) Kernel: Ubuntu 4.15.0-38.41-generic 4.15.18 [121459.829759] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [121459.831501] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.831505] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [121459.831508] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [121459.834767] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.834773] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [121459.834777] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [121459.836022] ata5.00: configured for UDMA/133 [121459.934847] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready [121459.983752] r8169 :05:00.1 enp5s0f1: link down [121459.983923] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready [121459.987018] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121460.230787] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121460.285034] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121463.674998] wlp4s0: authenticate with 68:7f:74:3e:b0:b7 [121463.676976] wlp4s0: send auth to 68:7f:74:3e:b0:b7 (try 1/3) [121463.678951] wlp4s0: authenticated [121463.681714] wlp4s0: associate with 68:7f:74:3e:b0:b7 (try 1/3) [121463.684372] wlp4s0: RX AssocResp from 68:7f:74:3e:b0:b7 (capab=0x431 status=0 aid=3) [121463.687321] wlp4s0: associated [121464.754044] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready [121471.301682] ata6.00: exception Emask 0x10 SAct 0x6fff SErr 0x400100 action 0x6 frozen [121471.301685] ata6.00: irq_stat 0x0800, interface fatal error [121471.301687] ata6: SError: { UnrecovData Handshk } [121471.301690] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301695] ata6.00: cmd 61/40:00:00:80:d2/05:00:01:00:00/40 tag 0 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301697] ata6.00: status: { DRDY } [121471.301698] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301702] ata6.00: cmd 61/40:08:40:85:d2/05:00:01:00:00/40 tag 1 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301704] ata6.00: status: { DRDY } [121471.301706] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301709] ata6.00: cmd 61/40:10:80:8a:d2/05:00:01:00:00/40 tag 2 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301711] ata6.00: status: { DRDY } [121471.301713] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301716] ata6.00: cmd 61/40:18:c0:8f:d2/00:00:01:00:00/40 tag 3 ncq dma 32768 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301718] ata6.00: status: { DRDY } [121471.301720] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301724] ata6.00: cmd 61/40:20:00:60:d2/05:00:01:00:00/40 tag 4 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error)
[Kernel-packages] [Bug 1800991] Re: Bad sata messages after upgrade to 4.15.0-41-generic on bionic
Adding dmesg. ** Attachment added: "dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1800991/+attachment/5207739/+files/dmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1800991 Title: Bad sata messages after upgrade to 4.15.0-41-generic on bionic Status in linux package in Ubuntu: Confirmed Bug description: Hi: After upgrading to latest 4.15.0-41 kernel on ubuntu bionic I start getting weird error messages on kernel log (see below) related to sata drive - in this case 128GB ssd drive. Couple of things - it happened after system get out from sleep state (s3), the hdd is ssd and it is a brand new one (I have bought it 2 weeks ago). System: asus rog G551JW-CN319D (cpu i7, 16GM ram, 128GB ssd, 1TB hdd) Kernel: Ubuntu 4.15.0-38.41-generic 4.15.18 [121459.829759] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [121459.831501] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.831505] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [121459.831508] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [121459.834767] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.834773] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [121459.834777] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [121459.836022] ata5.00: configured for UDMA/133 [121459.934847] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready [121459.983752] r8169 :05:00.1 enp5s0f1: link down [121459.983923] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready [121459.987018] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121460.230787] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121460.285034] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121463.674998] wlp4s0: authenticate with 68:7f:74:3e:b0:b7 [121463.676976] wlp4s0: send auth to 68:7f:74:3e:b0:b7 (try 1/3) [121463.678951] wlp4s0: authenticated [121463.681714] wlp4s0: associate with 68:7f:74:3e:b0:b7 (try 1/3) [121463.684372] wlp4s0: RX AssocResp from 68:7f:74:3e:b0:b7 (capab=0x431 status=0 aid=3) [121463.687321] wlp4s0: associated [121464.754044] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready [121471.301682] ata6.00: exception Emask 0x10 SAct 0x6fff SErr 0x400100 action 0x6 frozen [121471.301685] ata6.00: irq_stat 0x0800, interface fatal error [121471.301687] ata6: SError: { UnrecovData Handshk } [121471.301690] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301695] ata6.00: cmd 61/40:00:00:80:d2/05:00:01:00:00/40 tag 0 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301697] ata6.00: status: { DRDY } [121471.301698] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301702] ata6.00: cmd 61/40:08:40:85:d2/05:00:01:00:00/40 tag 1 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301704] ata6.00: status: { DRDY } [121471.301706] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301709] ata6.00: cmd 61/40:10:80:8a:d2/05:00:01:00:00/40 tag 2 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301711] ata6.00: status: { DRDY } [121471.301713] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301716] ata6.00: cmd 61/40:18:c0:8f:d2/00:00:01:00:00/40 tag 3 ncq dma 32768 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301718] ata6.00: status: { DRDY } [121471.301720] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301724] ata6.00: cmd 61/40:20:00:60:d2/05:00:01:00:00/40 tag 4 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error)
[Kernel-packages] [Bug 1801102] [NEW] Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html
Public bug reported: Hi: I am having the same issue i.e. when downloading torrent with KTorrent. Please include this fix https://www.spinics.net/lists/linux- wireless/msg169994.html in the release kernel. Thanks ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Attachment added: "version.log" https://bugs.launchpad.net/bugs/1801102/+attachment/5207852/+files/version.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1801102 Title: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html Status in linux package in Ubuntu: New Bug description: Hi: I am having the same issue i.e. when downloading torrent with KTorrent. Please include this fix https://www.spinics.net/lists/linux- wireless/msg169994.html in the release kernel. Thanks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801102/+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 1801102] Re: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html
** Attachment added: "lspci-vnvn.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801102/+attachment/5207853/+files/lspci-vnvn.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1801102 Title: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html Status in linux package in Ubuntu: New Bug description: Hi: I am having the same issue i.e. when downloading torrent with KTorrent. Please include this fix https://www.spinics.net/lists/linux- wireless/msg169994.html in the release kernel. Thanks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801102/+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 1801102] Re: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1801102 Title: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html Status in linux package in Ubuntu: Confirmed Bug description: Hi: I am having the same issue i.e. when downloading torrent with KTorrent. Please include this fix https://www.spinics.net/lists/linux- wireless/msg169994.html in the release kernel. Thanks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801102/+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 1800991] Re: Bad sata messages after upgrade to 4.15.0-41-generic on bionic
I have not try yet - still running 4.15.0-38-generic (1 days so far) to see if issue will show up again. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1800991 Title: Bad sata messages after upgrade to 4.15.0-41-generic on bionic Status in linux package in Ubuntu: Incomplete Bug description: Hi: After upgrading to latest 4.15.0-41 kernel on ubuntu bionic I start getting weird error messages on kernel log (see below) related to sata drive - in this case 128GB ssd drive. Couple of things - it happened after system get out from sleep state (s3), the hdd is ssd and it is a brand new one (I have bought it 2 weeks ago). System: asus rog G551JW-CN319D (cpu i7, 16GM ram, 128GB ssd, 1TB hdd) Kernel: Ubuntu 4.15.0-38.41-generic 4.15.18 [121459.829759] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [121459.831501] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.831505] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [121459.831508] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [121459.834767] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [121459.834773] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [121459.834777] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [121459.836022] ata5.00: configured for UDMA/133 [121459.934847] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready [121459.983752] r8169 :05:00.1 enp5s0f1: link down [121459.983923] IPv6: ADDRCONF(NETDEV_UP): enp5s0f1: link is not ready [121459.987018] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121460.230787] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121460.285034] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready [121463.674998] wlp4s0: authenticate with 68:7f:74:3e:b0:b7 [121463.676976] wlp4s0: send auth to 68:7f:74:3e:b0:b7 (try 1/3) [121463.678951] wlp4s0: authenticated [121463.681714] wlp4s0: associate with 68:7f:74:3e:b0:b7 (try 1/3) [121463.684372] wlp4s0: RX AssocResp from 68:7f:74:3e:b0:b7 (capab=0x431 status=0 aid=3) [121463.687321] wlp4s0: associated [121464.754044] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready [121471.301682] ata6.00: exception Emask 0x10 SAct 0x6fff SErr 0x400100 action 0x6 frozen [121471.301685] ata6.00: irq_stat 0x0800, interface fatal error [121471.301687] ata6: SError: { UnrecovData Handshk } [121471.301690] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301695] ata6.00: cmd 61/40:00:00:80:d2/05:00:01:00:00/40 tag 0 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301697] ata6.00: status: { DRDY } [121471.301698] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301702] ata6.00: cmd 61/40:08:40:85:d2/05:00:01:00:00/40 tag 1 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301704] ata6.00: status: { DRDY } [121471.301706] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301709] ata6.00: cmd 61/40:10:80:8a:d2/05:00:01:00:00/40 tag 2 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301711] ata6.00: status: { DRDY } [121471.301713] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301716] ata6.00: cmd 61/40:18:c0:8f:d2/00:00:01:00:00/40 tag 3 ncq dma 32768 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301718] ata6.00: status: { DRDY } [121471.301720] ata6.00: failed command: WRITE FPDMA QUEUED [121471.301724] ata6.00: cmd 61/40:20:00:60:d2/05:00:01:00:00/40 tag 4 ncq dma 688128 out res 40/00:cc:40:05:d0/00:00:01:00:00/40 Emask 0x10 (ATA bus error) [121471.301725] ata6.00
[Kernel-packages] [Bug 1801102] Re: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html
Great - thanks all for the help. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1801102 Title: Please include this patch in bionic kernel https://www.spinics.net/lists/linux-wireless/msg169994.html Status in linux package in Ubuntu: Invalid Status in linux source package in Bionic: In Progress Bug description: ===SRU Justification=== [Impact] iwlwifi spews "Too many chunks: 20" in dmesg. [Fix] From the patch description: " When we free the TFD, we check its number of valid pointers and make sure it doesn't exceed the number of pointers the hardware support. This check had an off by one bug: it is perfectly valid to free the 20 pointers if the TFD has 20 pointers. " [Test] User confirms the patch solves the problem. [Regression Potential] Low. The fix is limited to iwlwifi, and the patch is in mainline for a while. ===Original Bug Report=== Hi: I am having the same issue i.e. when downloading torrent with KTorrent. Please include this fix https://www.spinics.net/lists/linux- wireless/msg169994.html in the release kernel. Thanks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801102/+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 1801102] Re: Bionic shows incorrect warning about number of pointers in TFD
It is all good now. ** Tags removed: bionic verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1801102 Title: Bionic shows incorrect warning about number of pointers in TFD Status in linux package in Ubuntu: Invalid Status in linux source package in Bionic: Fix Committed Bug description: ===SRU Justification=== [Impact] iwlwifi spews "Too many chunks: 20" in dmesg. [Fix] From the patch description: " When we free the TFD, we check its number of valid pointers and make sure it doesn't exceed the number of pointers the hardware support. This check had an off by one bug: it is perfectly valid to free the 20 pointers if the TFD has 20 pointers. " [Test] User confirms the patch solves the problem. [Regression Potential] Low. The fix is limited to iwlwifi, and the patch is in mainline for a while. ===Original Bug Report=== Hi: I am having the same issue i.e. when downloading torrent with KTorrent. Please include this fix https://www.spinics.net/lists/linux- wireless/msg169994.html in the release kernel. Thanks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801102/+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 1906823] [NEW] Artifacts on the screen during reading of /dev/random
Public bug reported: Hi: I have a weird problem where on my screen appear random white horizontal stripes. I could describe them as a noise but it is very noticeable when I read /dev/random file. Steps to reproduce: 1. Enable kde composer with vsycn enabled (any method will do). 2. Open some app which has black background. 3. Execute the following: dd if=/dev/random of=/dev/null bs=4096 count=100 oflag=sync Results: Random white horizontal stripes on the screen appear. Life time of every stripe is less 1s. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Attachment added: "Image with the issue" https://bugs.launchpad.net/bugs/1906823/+attachment/5440953/+files/Issue.jpg -- 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/1906823 Title: Artifacts on the screen during reading of /dev/random Status in linux package in Ubuntu: New Bug description: Hi: I have a weird problem where on my screen appear random white horizontal stripes. I could describe them as a noise but it is very noticeable when I read /dev/random file. Steps to reproduce: 1. Enable kde composer with vsycn enabled (any method will do). 2. Open some app which has black background. 3. Execute the following: dd if=/dev/random of=/dev/null bs=4096 count=100 oflag=sync Results: Random white horizontal stripes on the screen appear. Life time of every stripe is less 1s. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906823/+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 1906823] Re: Artifacts on the screen during reading of /dev/random
** Attachment added: "lspci" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906823/+attachment/5440954/+files/lspci-vnvn.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1906823 Title: Artifacts on the screen during reading of /dev/random Status in linux package in Ubuntu: New Bug description: Hi: I have a weird problem where on my screen appear random white horizontal stripes. I could describe them as a noise but it is very noticeable when I read /dev/random file. Steps to reproduce: 1. Enable kde composer with vsycn enabled (any method will do). 2. Open some app which has black background. 3. Execute the following: dd if=/dev/random of=/dev/null bs=4096 count=100 oflag=sync Results: Random white horizontal stripes on the screen appear. Life time of every stripe is less 1s. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906823/+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 1906823] Re: Artifacts on the screen during reading of /dev/random
Additional info about the os: Ubuntu 20.04 (x64) Kernel: 5.4.0-52-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/1906823 Title: Artifacts on the screen during reading of /dev/random Status in linux package in Ubuntu: New Bug description: Hi: I have a weird problem where on my screen appear random white horizontal stripes. I could describe them as a noise but it is very noticeable when I read /dev/random file. Steps to reproduce: 1. Enable kde composer with vsycn enabled (any method will do). 2. Open some app which has black background. 3. Execute the following: dd if=/dev/random of=/dev/null bs=4096 count=100 oflag=sync Results: Random white horizontal stripes on the screen appear. Life time of every stripe is less 1s. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906823/+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 1906823] Re: Artifacts on the screen during reading of /dev/random
KDE Plasma Version: 5.18.5 ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1906823 Title: Artifacts on the screen during reading of /dev/random Status in linux package in Ubuntu: Confirmed Bug description: Hi: I have a weird problem where on my screen appear random white horizontal stripes. I could describe them as a noise but it is very noticeable when I read /dev/random file. Steps to reproduce: 1. Enable kde composer with vsycn enabled (any method will do). 2. Open some app which has black background. 3. Execute the following: dd if=/dev/random of=/dev/null bs=4096 count=100 oflag=sync Results: Random white horizontal stripes on the screen appear. Life time of every stripe is less 1s. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906823/+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 1735908] [NEW] package linux-image-4.10.0-40-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1
Public bug reported: have been unable to install the package, get report of corrupted database ProblemType: Package DistroRelease: Ubuntu 17.04 Package: linux-image-4.10.0-40-generic (not installed) ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8 Uname: Linux 4.10.0-19-generic i686 AlsaVersion: Advanced Linux Sound Architecture Driver Version k4.10.0-19-generic. ApportVersion: 2.20.4-0ubuntu4.8 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kayone 1379 F pulseaudio Card0.Amixer.info: Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with AD1981B at irq 11' Mixer name : 'Analog Devices AD1981B' Components : 'AC97a:41445374' Controls : 32 Simple ctrls : 21 Date: Sat Dec 2 12:51:59 2017 DuplicateSignature: package:linux-image-4.10.0-40-generic:(not installed) Preparing to unpack .../096-linux-image-4.10.0-40-generic_4.10.0-40.44_i386.deb ... This kernel does not support a non-PAE CPU. dpkg: error processing archive /tmp/apt-dpkg-install-jPQoN3/096-linux-image-4.10.0-40-generic_4.10.0-40.44_i386.deb (--unpack): subprocess new pre-installation script returned error exit status 1 ErrorMessage: subprocess new pre-installation script returned error exit status 1 HibernationDevice: RESUME=UUID=02562e78-8cc9-477c-93ea-f80e52bc06b3 InstallationDate: Installed on 2017-12-02 (0 days ago) InstallationMedia: Lubuntu 17.04 "Zesty Zapus" - Release i386 (20170412) MachineType: Hewlett-Packard HP Compaq nc8000 (PF961AA#ACB) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic root=UUID=007c04a2-5603-4d2e-96d4-c5ba4a7210d3 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta3-4ubuntu2.2 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux Title: package linux-image-4.10.0-40-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/23/2004 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 68BAR Ver. F.0F dmi.board.name: 088C dmi.board.vendor: Hewlett-Packard dmi.board.version: 8051 Version 1E.19 dmi.chassis.asset.tag: CNU446F4GV dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnHewlett-Packard:bvr68BARVer.F.0F:bd04/23/2004:svnHewlett-Packard:pnHPCompaqnc8000(PF961AA#ACB):pvrF.0F:rvnHewlett-Packard:rn088C:rvr8051Version1E.19:cvnHewlett-Packard:ct10:cvr: dmi.product.name: HP Compaq nc8000 (PF961AA#ACB) dmi.product.version: F.0F dmi.sys.vendor: Hewlett-Packard ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 zesty -- 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/1735908 Title: package linux-image-4.10.0-40-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 Status in linux package in Ubuntu: New Bug description: have been unable to install the package, get report of corrupted database ProblemType: Package DistroRelease: Ubuntu 17.04 Package: linux-image-4.10.0-40-generic (not installed) ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8 Uname: Linux 4.10.0-19-generic i686 AlsaVersion: Advanced Linux Sound Architecture Driver Version k4.10.0-19-generic. ApportVersion: 2.20.4-0ubuntu4.8 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kayone 1379 F pulseaudio Card0.Amixer.info: Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with AD1981B at irq 11' Mixer name : 'Analog Devices AD1981B' Components : 'AC97a:41445374' Controls : 32 Simple ctrls : 21 Date: Sat Dec 2 12:51:59 2017 DuplicateSignature: package:linux-image-4.10.0-40-generic:(not installed) Preparing to unpack .../096-linux-image-4.10.0-40-generic_4.10.0-40.44_i386.deb ... This kernel does not support a non-PAE CPU. dpkg: error processing archive /tmp/apt-dpkg-install-jPQoN3/096-linux-image-4.10.0-40-generic_4.10.0-40.44_i386.deb (--unpack): subprocess new pre-installation script returned error exit status 1 ErrorMessage: subprocess new pre-installation script returned error exit status 1 HibernationDevice: RESUME=UUID=02562e78-8cc9-477c-93ea-f80e52bc06b3 InstallationDate: Installed on 2017-12-02 (0 days ago) InstallationMedia: Lubuntu 17.04 "Zesty Zapus" - Release i386 (20170412) MachineType: Hewlett-Packard HP Compaq nc8000 (PF961AA#ACB) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic root=UUID=007c04a2-5603-4d2e-96d4-c5ba4a7210d3 ro quiet splash vt.hando
[Kernel-packages] [Bug 1735908] Re: package linux-image-4.10.0-40-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1
FYI the PC is pretty old, it's COMPAQ nc8000 and during original installation I had to use additional parameter FORCEPAE ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1735908 Title: package linux-image-4.10.0-40-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 Status in linux package in Ubuntu: Confirmed Bug description: have been unable to install the package, get report of corrupted database ProblemType: Package DistroRelease: Ubuntu 17.04 Package: linux-image-4.10.0-40-generic (not installed) ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8 Uname: Linux 4.10.0-19-generic i686 AlsaVersion: Advanced Linux Sound Architecture Driver Version k4.10.0-19-generic. ApportVersion: 2.20.4-0ubuntu4.8 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kayone 1379 F pulseaudio Card0.Amixer.info: Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with AD1981B at irq 11' Mixer name : 'Analog Devices AD1981B' Components : 'AC97a:41445374' Controls : 32 Simple ctrls : 21 Date: Sat Dec 2 12:51:59 2017 DuplicateSignature: package:linux-image-4.10.0-40-generic:(not installed) Preparing to unpack .../096-linux-image-4.10.0-40-generic_4.10.0-40.44_i386.deb ... This kernel does not support a non-PAE CPU. dpkg: error processing archive /tmp/apt-dpkg-install-jPQoN3/096-linux-image-4.10.0-40-generic_4.10.0-40.44_i386.deb (--unpack): subprocess new pre-installation script returned error exit status 1 ErrorMessage: subprocess new pre-installation script returned error exit status 1 HibernationDevice: RESUME=UUID=02562e78-8cc9-477c-93ea-f80e52bc06b3 InstallationDate: Installed on 2017-12-02 (0 days ago) InstallationMedia: Lubuntu 17.04 "Zesty Zapus" - Release i386 (20170412) MachineType: Hewlett-Packard HP Compaq nc8000 (PF961AA#ACB) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic root=UUID=007c04a2-5603-4d2e-96d4-c5ba4a7210d3 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta3-4ubuntu2.2 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux Title: package linux-image-4.10.0-40-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/23/2004 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 68BAR Ver. F.0F dmi.board.name: 088C dmi.board.vendor: Hewlett-Packard dmi.board.version: 8051 Version 1E.19 dmi.chassis.asset.tag: CNU446F4GV dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnHewlett-Packard:bvr68BARVer.F.0F:bd04/23/2004:svnHewlett-Packard:pnHPCompaqnc8000(PF961AA#ACB):pvrF.0F:rvnHewlett-Packard:rn088C:rvr8051Version1E.19:cvnHewlett-Packard:ct10:cvr: dmi.product.name: HP Compaq nc8000 (PF961AA#ACB) dmi.product.version: F.0F dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1735908/+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 1742721] Re: linux-image-4.13.0-26-generic / linux-image-extra-4.13.0-26-generic fail to boot
When can I expect this change to come to 16.04? -- 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/1742721 Title: linux-image-4.13.0-26-generic / linux-image-extra-4.13.0-26-generic fail to boot Status in Linux Mint: New Status in linux package in Ubuntu: Fix Committed Status in linux source package in Artful: Fix Committed Bug description: == SRU Justification == The following mainline commit introduced a regression in v4.11-rc1: c075b6f2d357ea9 ("staging: sm750fb: Replace POKE32 and PEEK32 by inline functions") This regression caused the bug reporters system to crash and exhibited no display output. A "Reverse" bisect was performed and it was found that this regression is fixed by commit 16808dcf605e6, which was added to mainline in v4.15-rc1. == Fix == commit 16808dcf605e6302319a8c3266789b76d4c0983b Author: Huacai Chen Date: Mon Nov 6 08:43:03 2017 +0800 staging: sm750fb: Fix parameter mistake in poke32 == Regression Potential == Low. This patch fixes a current regression. It was cc'd to upstream stable so had additional upstream review. ## Original Bug Description# I've updated the machine to the linux-hwe kernels, and experienced an almost instant crash when booting. Nothing is shown on the VGA output, so no stack traces are available. I've tried booting a few kernels with the following results: - linux-image-4.8.0-56-generic + linux-image-extra-4.8.0-56-generic: boots up fine - linux-image-4.13.0-26-generic + linux-image-extra-4.13.0-26-generic: fails to boot - linux-image-4.13.0-21-generic: boots up, but since no r8169, no networking - linux-image-4.13.0-21-generic + linux-image-extra-4.13.0-21-generic: fails to boot - linux-image-4.10.0-42-generic + linux-image-extra-4.10.0-42-generic: boots up fine After that I've tried some mainline kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline to check if the problem is the upstream or ubuntu patches: - linux-image-4.14.13-041413-generic_4.14.13-041413.201801101001_amd64.deb: boots up fine - linux-image-4.13.13-041313-generic_4.13.13-041313.201711150531_amd64.deb: fails to boot - linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_amd64.deb: boots up fine - linux-image-4.13.14-041314-generic_4.13.14-041314.201711180632_amd64.deb: fails to boot - linux-image-4.13.15-041315-generic_4.13.15-041315.201711211030_amd64.deb: boots up fine So, it seems, the problem is fixed either in patches between 4.13.14 and 4.13.15 upstream, or ubuntu configs/patches applied to mainline kernels. To manage notifications about this bug go to: https://bugs.launchpad.net/linuxmint/+bug/1742721/+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 1742721] Re: linux-image-4.13.0-26-generic / linux-image-extra-4.13.0-26-generic fail to boot
** Tags removed: verification-needed-artful ** Tags added: verification-done-artful -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1742721 Title: linux-image-4.13.0-26-generic / linux-image-extra-4.13.0-26-generic fail to boot Status in Linux Mint: New Status in linux package in Ubuntu: Fix Committed Status in linux source package in Artful: Fix Committed Bug description: == SRU Justification == The following mainline commit introduced a regression in v4.11-rc1: c075b6f2d357ea9 ("staging: sm750fb: Replace POKE32 and PEEK32 by inline functions") This regression caused the bug reporters system to crash and exhibited no display output. A "Reverse" bisect was performed and it was found that this regression is fixed by commit 16808dcf605e6, which was added to mainline in v4.15-rc1. == Fix == commit 16808dcf605e6302319a8c3266789b76d4c0983b Author: Huacai Chen Date: Mon Nov 6 08:43:03 2017 +0800 staging: sm750fb: Fix parameter mistake in poke32 == Regression Potential == Low. This patch fixes a current regression. It was cc'd to upstream stable so had additional upstream review. ## Original Bug Description# I've updated the machine to the linux-hwe kernels, and experienced an almost instant crash when booting. Nothing is shown on the VGA output, so no stack traces are available. I've tried booting a few kernels with the following results: - linux-image-4.8.0-56-generic + linux-image-extra-4.8.0-56-generic: boots up fine - linux-image-4.13.0-26-generic + linux-image-extra-4.13.0-26-generic: fails to boot - linux-image-4.13.0-21-generic: boots up, but since no r8169, no networking - linux-image-4.13.0-21-generic + linux-image-extra-4.13.0-21-generic: fails to boot - linux-image-4.10.0-42-generic + linux-image-extra-4.10.0-42-generic: boots up fine After that I've tried some mainline kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline to check if the problem is the upstream or ubuntu patches: - linux-image-4.14.13-041413-generic_4.14.13-041413.201801101001_amd64.deb: boots up fine - linux-image-4.13.13-041313-generic_4.13.13-041313.201711150531_amd64.deb: fails to boot - linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_amd64.deb: boots up fine - linux-image-4.13.14-041314-generic_4.13.14-041314.201711180632_amd64.deb: fails to boot - linux-image-4.13.15-041315-generic_4.13.15-041315.201711211030_amd64.deb: boots up fine So, it seems, the problem is fixed either in patches between 4.13.14 and 4.13.15 upstream, or ubuntu configs/patches applied to mainline kernels. To manage notifications about this bug go to: https://bugs.launchpad.net/linuxmint/+bug/1742721/+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 1742721] Re: linux-image-4.13.0-26-generic / linux-image-extra-4.13.0-26-generic fail to boot
** Attachment added: "dmidecode" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742721/+attachment/5035156/+files/dmidecode.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1742721 Title: linux-image-4.13.0-26-generic / linux-image-extra-4.13.0-26-generic fail to boot Status in linux package in Ubuntu: New Status in linux source package in Artful: New Bug description: I've updated the machine to the linux-hwe kernels, and experienced an almost instant crash when booting. Nothing is shown on the VGA output, so no stack traces are available. I've tried booting a few kernels with the following results: - linux-image-4.8.0-56-generic + linux-image-extra-4.8.0-56-generic: boots up fine - linux-image-4.13.0-26-generic + linux-image-extra-4.13.0-26-generic: fails to boot - linux-image-4.13.0-21-generic: boots up, but since no r8169, no networking - linux-image-4.13.0-21-generic + linux-image-extra-4.13.0-21-generic: fails to boot - linux-image-4.10.0-42-generic + linux-image-extra-4.10.0-42-generic: boots up fine After that I've tried some mainline kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline to check if the problem is the upstream or ubuntu patches: - linux-image-4.14.13-041413-generic_4.14.13-041413.201801101001_amd64.deb: boots up fine - linux-image-4.13.13-041313-generic_4.13.13-041313.201711150531_amd64.deb: fails to boot - linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_amd64.deb: boots up fine - linux-image-4.13.14-041314-generic_4.13.14-041314.201711180632_amd64.deb: fails to boot - linux-image-4.13.15-041315-generic_4.13.15-041315.201711211030_amd64.deb: boots up fine So, it seems, the problem is fixed either in patches between 4.13.14 and 4.13.15 upstream, or ubuntu configs/patches applied to mainline kernels. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742721/+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 1742721] Re: linux-image-4.13.0-26-generic / linux-image-extra-4.13.0-26-generic fail to boot
** Attachment added: "dmesg-4.13.15-041315-generic.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742721/+attachment/5035157/+files/dmesg-4.13.15-041315-generic.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1742721 Title: linux-image-4.13.0-26-generic / linux-image-extra-4.13.0-26-generic fail to boot Status in linux package in Ubuntu: New Status in linux source package in Artful: New Bug description: I've updated the machine to the linux-hwe kernels, and experienced an almost instant crash when booting. Nothing is shown on the VGA output, so no stack traces are available. I've tried booting a few kernels with the following results: - linux-image-4.8.0-56-generic + linux-image-extra-4.8.0-56-generic: boots up fine - linux-image-4.13.0-26-generic + linux-image-extra-4.13.0-26-generic: fails to boot - linux-image-4.13.0-21-generic: boots up, but since no r8169, no networking - linux-image-4.13.0-21-generic + linux-image-extra-4.13.0-21-generic: fails to boot - linux-image-4.10.0-42-generic + linux-image-extra-4.10.0-42-generic: boots up fine After that I've tried some mainline kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline to check if the problem is the upstream or ubuntu patches: - linux-image-4.14.13-041413-generic_4.14.13-041413.201801101001_amd64.deb: boots up fine - linux-image-4.13.13-041313-generic_4.13.13-041313.201711150531_amd64.deb: fails to boot - linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_amd64.deb: boots up fine - linux-image-4.13.14-041314-generic_4.13.14-041314.201711180632_amd64.deb: fails to boot - linux-image-4.13.15-041315-generic_4.13.15-041315.201711211030_amd64.deb: boots up fine So, it seems, the problem is fixed either in patches between 4.13.14 and 4.13.15 upstream, or ubuntu configs/patches applied to mainline kernels. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742721/+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