[Kernel-packages] [Bug 1805154]

2018-12-15 Thread hongjiu.lu
*** This bug has been marked as a duplicate of bug 1659295 ***

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

Title:
  glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6

Status in Linux:
  Confirmed
Status in glibc package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Fix Committed
Status in Fedora:
  Invalid

Bug description:
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-disco-canonical-kernel-team-bootstrap/disco/amd64/g/glibc/20181119_075302_9b2e2@/log.gz
  i386: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-disco-canonical-kernel-team-bootstrap/disco/i386/g/glibc/20181119_064219_9b2e2@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1805154/+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 1805154] Re: glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6

2018-12-15 Thread Bug Watch Updater
** Changed in: fedora
   Status: Confirmed => Invalid

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

Title:
  glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6

Status in Linux:
  Confirmed
Status in glibc package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Fix Committed
Status in Fedora:
  Invalid

Bug description:
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-disco-canonical-kernel-team-bootstrap/disco/amd64/g/glibc/20181119_075302_9b2e2@/log.gz
  i386: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-disco-canonical-kernel-team-bootstrap/disco/i386/g/glibc/20181119_064219_9b2e2@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1805154/+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 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2018-12-15 Thread AaronMa
Hi Thorsten:
>From your log in comment #72 in PS/2 mode:
supended 2 times:

1, [ 1241.205049] PM: suspend entry (deep)
touchpad resume good:
[ 1242.947401] psmouse serio1: synaptics: queried max coordinates: x [..5678], 
y [..4758]
[ 1242.979820] psmouse serio1: synaptics: queried min coordinates: x [1266..], 
y [1094..]

2, [ 1280.646581] PM: suspend entry (deep)
touchpad resume good:
[ 1282.294734] psmouse serio1: synaptics: queried max coordinates: x [..5678], 
y [..4758]
[ 1282.327655] psmouse serio1: synaptics: queried min coordinates: x [1266..], 
y [1094..]

Could you clarify what was your problem?
Because no issue found in dmesg.

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

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 18.04.1

  Terminology in case we use different terms:
  touchpad - just the rectangular touch-sensitive surface below the keyboard 
(xinput lists it as Synaptics TM3288-011)
  trackpoint - the red thingy built into the keyboard + 3 physical buttons 
below the keyboard (trackpoint and buttons are integrated together; listed in 
xinput as TPPS/2 Elan TrackPoint)

  On September 7th, 2018, Lenovo has issued a BIOS update (v1.30), which
  enables proper S3 deep sleep state - users no longer have to patch
  DSDT tables to get it. It can be enabled in the BIOS settings. In X1
  carbon 6th generation models that have NFC, when laptop wakes from
  suspend by opening the lid, in most cases both touchpad and trackpoint
  stop working completely. They are also no longer listed when running
  xinput command. Sometimes just one of them stops working, usually the
  trackpoint. In some rare cases it is possible to bring them back by
  using these commands:

  echo -n none > /sys/devices/platform/i8042/serio1/drvctl
  echo -n reconnect > /sys/devices/platform/i8042/serio1/drvctl
  rmmod psmouse
  modprobe psmouse

  These worked properly when waking up from S2Idle sleep state (had
  these in a script that runs after waking the machine from suspend),
  but with S3 deep sleep these rarely work and the only way to bring
  back touchpad and/or trackpoint is turning off the machine and turning
  it on (restart does not help).

  I could not find any pattern that would show when the input devices
  stop working or start working again using the commands mentioned
  above. It's completely random from my perspective.

  This is happening on the standard issue 4.15.0-33-generic kernel that
  shipped with my Ubuntu 18.04 (with updates), as well as with newer
  mainline kernels, such as the newest point versions of 4.17, 4.18 and
  4.19 RC2.

  This happens regardless of whether "blacklist i2c_i801" is commented
  out in /etc/modprobe.d/blacklist.conf or not. It happens regardless of
  whether "psmouse.synaptics_intertouch=1" is passed as grub parameter.
  Presence of TLP does not make it better, nor worse.

  It appears that non-NFC models are not affected. I know at least one
  Arch Linux user who has the exact same model, but without this issue.
  I'm using synaptics driver (no libinput installed), he uses libinput
  and doesn't have synaptics, if that information is of any use.
  Libinput does not seem to help.

  This forum thread also has more details from users who updated their
  BIOS to get S3 suspend: https://forums.lenovo.com/t5/Linux-
  Discussion/X1-Carbon-Gen-6-cannot-enter-deep-sleep-S3-state-aka-
  Suspend-to/td-p/3998182/page/27

  Another related thread:
  https://bbs.archlinux.org/viewtopic.php?id=236367

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   maciej 2651 F...m pulseaudio
   /dev/snd/controlC0:  maciej 2651 F pulseaudio
  CurrentDesktop: i3
  Date: Sat Sep  8 13:45:43 2018
  HibernationDevice: RESUME=UUID=3116dcb0-d91e-4b2a-8166-43b7a9a9d36e
  InstallationDate: Installed on 2018-07-21 (49 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 13d3:56b2 IMC Networks 
   Bus 001 Device 002: ID 04b4:0060 Cypress Semiconductor Corp. Wireless 
optical mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KH006KPB
  ProcFB:
   0 EFI VGA
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-33-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash psmouse.synaptics_intertouch=1 
vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-3

[Kernel-packages] [Bug 1801743] Re: Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

2018-12-15 Thread Magnus Breder Birkenes
Thanks for this, nadi!

I applied your fix using a systemd service, and upon boot
/proc/acpi/wakeup now reports LID0 as disabled. Unfortunately, it still
does not work. The computer fails to wake up in most cases. I also tried
to disable the USB devices from waking up the device as well, but
without any success.

Still the only fix for me is returning to 4.15.0-34...

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

Title:
  Suspend fails in Kubuntu 18.04 but works fine in Kubuntu 17.10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to kubuntu 18.04 resuming from suspend fails in most
  cases on my laptop. When trying to resume the power LED is turned on,
  but the screen stays black and the system does not respond at all.
  Switching to another virtual terminal is not possible and closing the
  lid again does not show any effect. The hardware is a Dell Latitude
  e7440 with core i7 4600U and intel graphics only. The only way to
  change the status is a hard shut-down by long pressing the power
  button. The last message in kern.log is:

  PM: suspend entry (deep)

  The described problem is similar to bug #1774950. However, the latter
  is considered to be fixed with kernel 4.15.0-38 while my problem
  persists with this kernel.

  Output of 'sudo lspci -vnvn' is attached, the result of 'cat
  /proc/version_signature' is:

  Ubuntu 4.15.0-38.41-generic 4.15.18
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  graeser2116 F pulseaudio
   /dev/snd/controlC0:  graeser2116 F pulseaudio
  CurrentDesktop: KDE
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  DistroRelease: Ubuntu 18.04
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=none
  InstallationDate: Installed on 2014-03-20 (1690 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
  MachineType: Dell Inc. Latitude E7440
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-38-generic 
root=UUID=25e09413-4977-401f-a034-0465b444518b ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-38-generic N/A
   linux-backports-modules-4.15.0-38-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-38-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-10-15 (20 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/02/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A14
  dmi.board.name: 0WK2DM
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd02/02/2015:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn0WK2DM:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1801743/+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 1800446] Re: kidle_inject constantly running

2018-12-15 Thread kiraff
I have the same issue on an acer vn7-592g and Ubuntu 18.10. I
temporarily fixed by editing thermald config in /etc/thermald/thermal-
cpu-cdev-order.xml to deactivate most cooling methods (guess work as the
documentation for it is almost none existent)



rapl_controller






On my setup only "rapl_controller" seems to work. "cpufreq" has no
effect (might have something to do with my TLP config)

"intel_pstate", "intel_powerclamp" and "Processor" never stop throttling
once the temperature limit is reached.


If needed, throttling can be reset without rebooting by:
"intel_pstate"  -->sudo tlp start (you probably don't need tlp but I 
don't know the underlying command that makes it work)
"intel_powerclamp"  -->sudo rmmod intel_powerclamp 
(https://askubuntu.com/questions/457252/intel-powerclamp-start-stop-forced-idle-injection)
"Processor" -->no idea, can't even find documentation on what it 
actually does

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

Title:
  kidle_inject constantly running

Status in linux package in Ubuntu:
  Incomplete
Status in thermald package in Ubuntu:
  New

Bug description:
  Computer boots up fine, but as soon as any process causes a single
  spike in CPU, `kidle_inject` starts and it just won't stop.

  Even after 1 hour of idling, with low temperatures, no fan, it’s still
  making this computer unresponsive.

  I disabled `kidle_inject` process by creating a file `/etc/modprobe.d
  /blacklist-power.conf` with the following content:

  ```
  blacklist intel_powerclamp
  blacklist intel_rapl
  ``` 

  Then I restarted computer. Since then, my computer is not unresponsive
  anymore, and I use it to work all the time.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  williamivanski   5974 F pulseaudio
   /dev/snd/controlC1:  williamivanski   5974 F pulseaudio
  Date: Mon Oct 29 08:05:09 2018
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=1c6d4273-ae09-412d-9488-78ab7ba2fc4b
  InstallationDate: Installed on 2015-09-23 (1131 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LG Electronics 13Z940-G.BK71P1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-10-generic 
root=UUID=42b637c4-2da3-4c1a-a62d-b4beb93b8243 ro quiet splash vt.handoff=1
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-10-generic N/A
   linux-backports-modules-4.18.0-10-generic  N/A
   linux-firmware 1.175
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-23 (5 days ago)
  dmi.bios.date: 09/04/2014
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 13Z940FF
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: White Tip Mountain
  dmi.board.vendor: LG Electronics
  dmi.board.version: FAB3
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr13Z940FF:bd09/04/2014:svnLGElectronics:pn13Z940-G.BK71P1:pvr0.1:rvnLGElectronics:rnWhiteTipMountain:rvrFAB3:cvnLGElectronics:ct9:cvr0.1:
  dmi.product.family: Shark Bay ULT
  dmi.product.name: 13Z940-G.BK71P1
  dmi.product.sku: System SKUNumber
  dmi.product.version: 0.1
  dmi.sys.vendor: LG Electronics

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

2018-12-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: thermald (Ubuntu)
   Status: New => Confirmed

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

Title:
  kidle_inject constantly running

Status in linux package in Ubuntu:
  Incomplete
Status in thermald package in Ubuntu:
  Confirmed

Bug description:
  Computer boots up fine, but as soon as any process causes a single
  spike in CPU, `kidle_inject` starts and it just won't stop.

  Even after 1 hour of idling, with low temperatures, no fan, it’s still
  making this computer unresponsive.

  I disabled `kidle_inject` process by creating a file `/etc/modprobe.d
  /blacklist-power.conf` with the following content:

  ```
  blacklist intel_powerclamp
  blacklist intel_rapl
  ``` 

  Then I restarted computer. Since then, my computer is not unresponsive
  anymore, and I use it to work all the time.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-10-generic 4.18.0-10.11
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  williamivanski   5974 F pulseaudio
   /dev/snd/controlC1:  williamivanski   5974 F pulseaudio
  Date: Mon Oct 29 08:05:09 2018
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=1c6d4273-ae09-412d-9488-78ab7ba2fc4b
  InstallationDate: Installed on 2015-09-23 (1131 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LG Electronics 13Z940-G.BK71P1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-10-generic 
root=UUID=42b637c4-2da3-4c1a-a62d-b4beb93b8243 ro quiet splash vt.handoff=1
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-10-generic N/A
   linux-backports-modules-4.18.0-10-generic  N/A
   linux-firmware 1.175
  SourcePackage: linux
  UpgradeStatus: Upgraded to cosmic on 2018-10-23 (5 days ago)
  dmi.bios.date: 09/04/2014
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 13Z940FF
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: White Tip Mountain
  dmi.board.vendor: LG Electronics
  dmi.board.version: FAB3
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: LG Electronics
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr13Z940FF:bd09/04/2014:svnLGElectronics:pn13Z940-G.BK71P1:pvr0.1:rvnLGElectronics:rnWhiteTipMountain:rvrFAB3:cvnLGElectronics:ct9:cvr0.1:
  dmi.product.family: Shark Bay ULT
  dmi.product.name: 13Z940-G.BK71P1
  dmi.product.sku: System SKUNumber
  dmi.product.version: 0.1
  dmi.sys.vendor: LG Electronics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1800446/+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 1773637] Re: Distribution upgrade to 18.04: used nvidia display driver is commented out

2018-12-15 Thread Francis Ginther
** Tags added: id-5c12a0777dd3062c173d4d7e

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

Title:
  Distribution upgrade to 18.04: used nvidia display driver is commented
  out

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in ubuntu-release-upgrader package in Ubuntu:
  Confirmed

Bug description:
  I upgraded my system from 17.10 to 18.04 Bionic Beaver via do-release-upgrade.
  After the installation had finished, Xorg wouldn't start. I later found out 
that this was because the installation routine had commented out the nvidia 
display driver I used in the xorg.conf:

  Section "Device"
  Identifier "nvidia"
  #Driver "nvidia"
  BusID "PCI:10@0:0:0"
  Option "ConstrainCursor" "off"
  EndSection

  As the installtion routine backuped my xorg.conf I could verify that
  the line hadn't been commented out before upgrading. Removing the "#"
  solved the problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  NonfreeKernelModules: wl nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..0a.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:0a:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.48  Thu Mar 22 00:42:57 
PDT 2018
   GCC version:  gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 27 11:43:16 2018
  DistUpgraded: 2018-05-21 10:52:35,978 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.271+bdcom, 4.15.0-20-generic, x86_64: installed
   bcmwl, 6.30.223.271+bdcom, 4.15.0-22-generic, x86_64: installed
   nvidia, 390.48, 4.15.0-20-generic, x86_64: installed
   nvidia, 390.48, 4.15.0-22-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation HD Graphics 5500 [8086:1616] (rev 09) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company HD Graphics 5500 [103c:229d]
 Subsystem: Hewlett-Packard Company GM108M [GeForce 840M] [103c:229d]
  InstallationDate: Installed on 2017-11-02 (205 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: Hewlett-Packard HP ENVY 17 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=2c76a9d7-c435-4600-abc9-2ecd10fc3001 ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: Upgraded to bionic on 2018-05-21 (6 days ago)
  dmi.bios.date: 11/28/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.33
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 229D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 78.15
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.33:bd11/28/2014:svnHewlett-Packard:pnHPENVY17NotebookPC:pvr097312405F1620180:rvnHewlett-Packard:rn229D:rvr78.15:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=ENV X=Null
  dmi.product.name: HP ENVY 17 Notebook PC
  dmi.product.version: 097312405F1620180
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1773637/+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 1808609] Re: None of my external drives appear after Linux crash.

2018-12-15 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.20 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.20-rc6

** Changed in: linux (Ubuntu)
   Importance: Undecided => High

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

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

Title:
  None of my external drives appear after Linux crash.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  First my system became incredibly slow (consistent with the memory
  leak in Caja). I xKill Caja and then tried to restart it. I then
  closed every app and tried to do a shutdown. I got a warning that Caja
  still had processes running preventing shutdown. I chose shut down
  anyway. I eventually got the progress screen showing that Linux was
  trying to shut down. After 1 1/2 hours of the progress screen, I
  manually turned off power. I was able to reboot but all of my external
  drives are missing. I tried turning off and then back on one drive
  with no result. When I plug a drive back in I do not feel the
  vibration caused by the drive spinning up. Nor do I feel the drive do
  the initial seek. This indicated that Linux is not even attempting to
  access the drives.

  Do I have to reinstall Ubuntu MATE 18.10 (again) in order to use
  external USB drives?

  The attached screen shots shows only partitions on my two internal
  hard drives. Gparted does not show the disks. Disks from the Control
  Center shows only internal devices.

  Without access to my external drives I am stalled. I can't even do
  backups.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-13-generic 4.18.0-13.14
  ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17
  Uname: Linux 4.18.0-13-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  robert 2606 F pulseaudio
   /dev/snd/controlC0:  robert 2606 F pulseaudio
  CurrentDesktop: MATE
  Date: Fri Dec 14 22:38:44 2018
  InstallationDate: Installed on 2018-11-30 (14 days ago)
  InstallationMedia: Ubuntu-MATE 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=9bdf74d9-8608-440e-8020-66b698586d9d ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.175.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1301
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: A88XM-A
  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.:bvr1301:bd04/01/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnA88XM-A: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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1808609/+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 1807511] Re: AMDGPU Radeon RX540 system freezes poor performance

2018-12-15 Thread whoop
** Attachment added: "dmesg from boot with no ac adapter plugged in"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1807511/+attachment/5222556/+files/dmesgnoac

** Summary changed:

- AMDGPU Radeon RX540 system freezes poor performance
+ AMDGPU Radeon RX540 system freezes poor performance with ac adapter plugged in

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

Title:
  AMDGPU Radeon RX540 system freezes poor performance with ac adapter
  plugged in

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Various temporary UI freezes when booting Ubuntu 18.10.
  dmesg reports various amdgpu warnings and errors.

  Some examples (please read dmesg attachment for complete overview):
  [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from 
Adapter Service for connector index:2! type 0 expected 3
  amdgpu: [powerplay] Voltage value looks like a Leakage ID but it's not patched
  [drm:dc_create [amdgpu]] *ERROR* DC: Number of connectors is zero!
  t is 0 
  [drm:amdgpu_uvd_ring_test_ib [amdgpu]] *ERROR* amdgpu: (0)IB test timed out.
  [drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* amdgpu: failed testing IB on ring 
12 (-110).
  [drm:amdgpu_device_ip_late_init_func_handler [amdgpu]] *ERROR* ib ring test 
failed (-110).
  [powerplay] 
  [drm:uvd_v6_0_enc_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 13 test failed
  [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of IP block 
 failed -110
  [drm:amdgpu_device_resume [amdgpu]] *ERROR* amdgpu_device_ip_resume failed 
(-110).
  [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, last signaled 
seq=1853, last emitted seq=1853
  [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout, last signaled 
seq=3110, last emitted seq=3110
  [drm] No hardware hang detected. Did some blocks stall?
  [drm] No hardware hang detected. Did some blocks stall?
  [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma1 timeout, last signaled 
seq=2249, last emitted seq=2249
  amdgpu: [powerplay] 
  failed to send message 261 ret is 0 
  amdgpu :03:00.0: GPU pci config reset

  
   
  Ubuntu 18.10 (64 bit) 4.18.0-12-generic
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wouterd2696 F pulseaudio
   /dev/snd/controlC0:  wouterd2696 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.10
  InstallationDate: Installed on 2018-12-01 (7 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  MachineType: Acer Aspire A515-41G
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-12-generic 
root=UUID=a16675f6-b0e4-4e39-875e-b5edf3661e9e ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-12.13-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-12-generic N/A
   linux-backports-modules-4.18.0-12-generic  N/A
   linux-firmware 1.175.1
  Tags:  cosmic
  Uname: Linux 4.18.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/27/2017
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.06
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Wartortle_BS
  dmi.board.vendor: BR
  dmi.board.version: V1.06
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.06
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.06:bd09/27/2017:svnAcer:pnAspireA515-41G:pvrV1.06:rvnBR:rnWartortle_BS:rvrV1.06:cvnAcer:ct10:cvrV1.06:
  dmi.product.family: Aspire 5
  dmi.product.name: Aspire A515-41G
  dmi.product.sku: 
  dmi.product.version: V1.06
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1807511/+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 1807511] Re: AMDGPU Radeon RX540 system freezes poor performance

2018-12-15 Thread whoop
I am missing allot of powerplay failed to send message errors in dmesg
when booting without power cable plugged in the laptop... Also allot
less freezes...

So performance is much better when ac adapter is not connected...

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

Title:
  AMDGPU Radeon RX540 system freezes poor performance with ac adapter
  plugged in

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Various temporary UI freezes when booting Ubuntu 18.10.
  dmesg reports various amdgpu warnings and errors.

  Some examples (please read dmesg attachment for complete overview):
  [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from 
Adapter Service for connector index:2! type 0 expected 3
  amdgpu: [powerplay] Voltage value looks like a Leakage ID but it's not patched
  [drm:dc_create [amdgpu]] *ERROR* DC: Number of connectors is zero!
  t is 0 
  [drm:amdgpu_uvd_ring_test_ib [amdgpu]] *ERROR* amdgpu: (0)IB test timed out.
  [drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* amdgpu: failed testing IB on ring 
12 (-110).
  [drm:amdgpu_device_ip_late_init_func_handler [amdgpu]] *ERROR* ib ring test 
failed (-110).
  [powerplay] 
  [drm:uvd_v6_0_enc_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 13 test failed
  [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of IP block 
 failed -110
  [drm:amdgpu_device_resume [amdgpu]] *ERROR* amdgpu_device_ip_resume failed 
(-110).
  [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, last signaled 
seq=1853, last emitted seq=1853
  [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout, last signaled 
seq=3110, last emitted seq=3110
  [drm] No hardware hang detected. Did some blocks stall?
  [drm] No hardware hang detected. Did some blocks stall?
  [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma1 timeout, last signaled 
seq=2249, last emitted seq=2249
  amdgpu: [powerplay] 
  failed to send message 261 ret is 0 
  amdgpu :03:00.0: GPU pci config reset

  
   
  Ubuntu 18.10 (64 bit) 4.18.0-12-generic
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wouterd2696 F pulseaudio
   /dev/snd/controlC0:  wouterd2696 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.10
  InstallationDate: Installed on 2018-12-01 (7 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  MachineType: Acer Aspire A515-41G
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-12-generic 
root=UUID=a16675f6-b0e4-4e39-875e-b5edf3661e9e ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-12.13-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-12-generic N/A
   linux-backports-modules-4.18.0-12-generic  N/A
   linux-firmware 1.175.1
  Tags:  cosmic
  Uname: Linux 4.18.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/27/2017
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.06
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Wartortle_BS
  dmi.board.vendor: BR
  dmi.board.version: V1.06
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.06
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.06:bd09/27/2017:svnAcer:pnAspireA515-41G:pvrV1.06:rvnBR:rnWartortle_BS:rvrV1.06:cvnAcer:ct10:cvrV1.06:
  dmi.product.family: Aspire 5
  dmi.product.name: Aspire A515-41G
  dmi.product.sku: 
  dmi.product.version: V1.06
  dmi.sys.vendor: Acer

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

2018-12-15 Thread Pawel
apport information

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-audio: 

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

2018-12-15 Thread Pawel
apport information

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-audio: FW

[Kernel-packages] [Bug 1808600] Re: Dell venue 7140 micro SD card reader doesnt work with SD card 400GB, it works on windows8.1/10

2018-12-15 Thread Pawel
apport information

** Tags added: apport-collected cosmic

** Description changed:

  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3
  
  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]
  
  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-audio: FW loaded, mailbox readback FW info: type 
01, - version: 00.00, build 77, source commit id: 
876ac6906f31a43b6772b23c7c983ce9dcb18a19
  2018-12-02T10:26:57.688834+01:00 DELLVENUE7140 kernel: [ 39.976691] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.744789+01:00 DELLVENUE7140 kernel: [ 40.032659] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  

[Kernel-packages] [Bug 1808600] ProcCpuinfoMinimal.txt

2018-12-15 Thread Pawel
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1808600/+attachment/5222581/+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/1808600

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell

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

2018-12-15 Thread Pawel
apport information

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-audio: FW loade

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

2018-12-15 Thread Pawel
apport information

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-audio: FW loaded, mail

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

2018-12-15 Thread Pawel
apport information

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-audio: FW loaded, mail

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

2018-12-15 Thread Pawel
apport information

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-audio: FW

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

2018-12-15 Thread Pawel
apport information

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-audio: FW loaded, mailbo

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

2018-12-15 Thread Pawel
apport information

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-audio: FW loa

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

2018-12-15 Thread Pawel
apport information

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-aud

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

2018-12-15 Thread Pawel
apport information

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-audio: FW loaded, ma

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

2018-12-15 Thread Pawel
apport information

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

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

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVEN

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

2018-12-15 Thread Pawel
apport information

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

Title:
  Dell venue 7140 micro SD card reader doesnt work with SD card 400GB,
  it works on windows8.1/10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  2018-12-01T17:06:36.572303+01:00 DELLVENUE7140 su: pam_systemd(su:session): 
Cannot create session: Already running in a session
  2018-12-01T17:06:36.572578+01:00 DELLVENUE7140 su: pam_unix(su:session): 
session opened for user root by filarsky(uid=1000)
  2018-12-01T17:06:38.809874+01:00 DELLVENUE7140 kernel: [ 34.145441] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:38.809901+01:00 DELLVENUE7140 kernel: [ 34.145443] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:38.809902+01:00 DELLVENUE7140 kernel: [ 34.145448] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145452] mmc0: 
sdhci: Blk size: 0x7200 | Blk cnt: 0x0008
  2018-12-01T17:06:38.809903+01:00 DELLVENUE7140 kernel: [ 34.145456] mmc0: 
sdhci: Argument: 0x | Trn mode: 0x003b
  2018-12-01T17:06:38.809904+01:00 DELLVENUE7140 kernel: [ 34.145460] mmc0: 
sdhci: Present: 0x01ff | Host ctl: 0x0017
  2018-12-01T17:06:38.809905+01:00 DELLVENUE7140 kernel: [ 34.145464] mmc0: 
sdhci: Power: 0x000f | Blk gap: 0x
  2018-12-01T17:06:38.809914+01:00 DELLVENUE7140 kernel: [ 34.145467] mmc0: 
sdhci: Wake-up: 0x | Clock: 0x0007
  2018-12-01T17:06:38.809915+01:00 DELLVENUE7140 kernel: [ 34.145471] mmc0: 
sdhci: Timeout: 0x000a | Int stat: 0x
  2018-12-01T17:06:38.809916+01:00 DELLVENUE7140 kernel: [ 34.145475] mmc0: 
sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
  2018-12-01T17:06:38.809955+01:00 DELLVENUE7140 kernel: [ 34.145478] mmc0: 
sdhci: AC12 err: 0x0004 | Slot int: 0x
  2018-12-01T17:06:38.809956+01:00 DELLVENUE7140 kernel: [ 34.145482] mmc0: 
sdhci: Caps: 0x25f8c8bf | Caps_1: 0x2077
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145486] mmc0: 
sdhci: Cmd: 0x123a | Max curr: 0x005800c8
  2018-12-01T17:06:38.809957+01:00 DELLVENUE7140 kernel: [ 34.145490] mmc0: 
sdhci: Resp[0]: 0x | Resp[1]: 0x
  2018-12-01T17:06:38.809958+01:00 DELLVENUE7140 kernel: [ 34.145494] mmc0: 
sdhci: Resp[2]: 0x | Resp[3]: 0x
  2018-12-01T17:06:38.809959+01:00 DELLVENUE7140 kernel: [ 34.145496] mmc0: 
sdhci: Host ctl2: 0x800b
  2018-12-01T17:06:38.809960+01:00 DELLVENUE7140 kernel: [ 34.145499] mmc0: 
sdhci: ADMA Err: 0x | ADMA Ptr: 0x3fc00208
  2018-12-01T17:06:38.809961+01:00 DELLVENUE7140 kernel: [ 34.145500] mmc0: 
sdhci: 
  2018-12-01T17:06:38.809966+01:00 DELLVENUE7140 kernel: [ 34.145684] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.869767+01:00 DELLVENUE7140 kernel: [ 34.201457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.869781+01:00 DELLVENUE7140 kernel: [ 34.201709] mmcblk0: 
error -84 sending status command, retrying
  2018-12-01T17:06:38.925667+01:00 DELLVENUE7140 kernel: [ 34.257457] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:38.925684+01:00 DELLVENUE7140 kernel: [ 34.259406] mmcblk0: 
error -84 sending status command, aborting
  2018-12-01T17:06:39.309674+01:00 DELLVENUE7140 kernel: [ 34.641396] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-01T17:06:40.315726+01:00 DELLVENUE7140 systemd-timesyncd[857]: 
Synchronized to time server 129.250.35.251:123 (2.opensuse.pool.ntp.org).
  2018-12-01T17:06:49.561926+01:00 DELLVENUE7140 kernel: [ 44.899647] mmc0: 
Timeout waiting for hardware interrupt.
  2018-12-01T17:06:49.561938+01:00 DELLVENUE7140 kernel: [ 44.899648] mmc0: 
sdhci:  SDHCI REGISTER DUMP ===
  2018-12-01T17:06:49.561939+01:00 DELLVENUE7140 kernel: [ 44.899653] mmc0: 
sdhci: Sys addr: 0x0008 | Version: 0x0603 
  LSPCI :
  https://pastebin.com/sVKA47r3

  After update to kernel 4.19 (OS: opensuse) [Previous log applies to
  4.12]

  2018-12-02T10:26:57.264780+01:00 DELLVENUE7140 kernel: [ 39.552776] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.264814+01:00 DELLVENUE7140 kernel: [ 39.553062] mmc0: new 
ultra high speed SDR104 SDXC card at address 
  2018-12-02T10:26:57.280688+01:00 DELLVENUE7140 kernel: [ 39.570818] mmcblk0: 
mmc0: SR400 367 GiB
  2018-12-02T10:26:57.336742+01:00 DELLVENUE7140 kernel: [ 39.624763] mmc0: 
Tuning timeout, falling back to fixed sampling clock
  2018-12-02T10:26:57.596691+01:00 DELLVENUE7140 kernel: [ 39.887665] 
haswell-pcm-audio haswell-pcm-audio: FW loaded, ma

[Kernel-packages] [Bug 1788336] Re: Failed to install nfs-kernel-server package on KVM kernels

2018-12-15 Thread Andreas Hasenack
** Changed in: linux-kvm (Ubuntu)
   Status: New => Confirmed

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

Title:
  Failed to install nfs-kernel-server package on KVM kernels

Status in ubuntu-kernel-tests:
  Confirmed
Status in linux-kvm package in Ubuntu:
  Confirmed

Bug description:
  When trying to install the nfs-kernel-server package on a KVM node
  running with X/X-KVM kernel, it will fail with service dependency
  issue.

  This is affecting the ubuntu_vfat_stress and ubuntu_ramfs_stress test.

  $ sudo apt-get install nfs-kernel-server
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  nfs-kernel-server is already the newest version (1:1.2.8-9ubuntu12.1).
  0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
  1 not fully installed or removed.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue? [Y/n]
  Setting up nfs-kernel-server (1:1.2.8-9ubuntu12.1) ...
  A dependency job for nfs-server.service failed. See 'journalctl -xe' for 
details.
  nfs-server.service couldn't start.
  locale: Cannot set LC_ALL to default locale: No such file or directory
  locale: Cannot set LC_ALL to default locale: No such file or directory
  A dependency job for nfs-server.service failed. See 'journalctl -xe' for 
details.
  invoke-rc.d: initscript nfs-kernel-server, action "start" failed.
  ● nfs-server.service - NFS server and services
     Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor 
preset: enabled)
     Active: inactive (dead)

  Aug 22 03:27:46 zeppo systemd[1]: Dependency failed for NFS server and 
services.
  Aug 22 03:27:46 zeppo systemd[1]: nfs-server.service: Job 
nfs-server.service/start failed with result 'dependency'.
  Aug 22 03:27:49 zeppo systemd[1]: Dependency failed for NFS server and 
services.
  Aug 22 03:27:49 zeppo systemd[1]: nfs-server.service: Job 
nfs-server.service/start failed with result 'dependency'.
  Aug 22 03:27:50 zeppo systemd[1]: Dependency failed for NFS server and 
services.
  Aug 22 03:27:50 zeppo systemd[1]: nfs-server.service: Job 
nfs-server.service/start failed with result 'dependency'.
  Aug 22 03:29:41 zeppo systemd[1]: Dependency failed for NFS server and 
services.
  Aug 22 03:29:41 zeppo systemd[1]: nfs-server.service: Job 
nfs-server.service/start failed with result 'dependency'.
  Aug 22 03:29:42 zeppo systemd[1]: Dependency failed for NFS server and 
services.
  Aug 22 03:29:42 zeppo systemd[1]: nfs-server.service: Job 
nfs-server.service/start failed with result 'dependency'.
  dpkg: error processing package nfs-kernel-server (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   nfs-kernel-server
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  Log from journalctl -xe: http://paste.ubuntu.com/p/CxrWqGc2YT/

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-1031-kvm 4.4.0-1031.37
  ProcVersionSignature: User Name 4.4.0-1031.37-kvm 4.4.134
  Uname: Linux 4.4.0-1031-kvm x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  Date: Wed Aug 22 03:28:11 2018
  SourcePackage: linux-kvm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1788336/+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 1751497] Re: Bionic daily build - nouveau: Direct firmware load for nouveau/nve7_fuc084 failed with error -2

2018-12-15 Thread andres
4.673164] fbcon: nouveaufb (fb0) is primary device
[4.956933] IPv6: ADDRCONF(NETDEV_UP): enp19s0: link is not ready
[4.960504] RTL8211DN Gigabit Ethernet r8169-1300:00: attached PHY driver 
[RTL8211DN Gigabit Ethernet] (mii_bus:phy_addr=r8169-1300:00, irq=IGNORE)
[5.198912] IPv6: ADDRCONF(NETDEV_UP): enp19s0: link is not ready
[5.200585] r8169 :13:00.0 enp19s0: Link is Down
[5.206992] IPv6: ADDRCONF(NETDEV_UP): wlp7s0: link is not ready
[5.700931] Console: switching to colour frame buffer device 200x56
[5.702735] nouveau :01:00.0: fb0: nouveaufb frame buffer device
[5.719849] [drm] Initialized nouveau 1.3.1 20120801 for :01:00.0 on 
minor 0
[7.506726] r8169 :13:00.0 enp19s0: Link is Up - 1Gbps/Full - flow 
control rx/tx
[7.506739] IPv6: ADDRCONF(NETDEV_CHANGE): enp19s0: link becomes ready
[   21.774819] nouveau :01:00.0: Direct firmware load for 
nouveau/nvd9_fuc084 failed with error -2
[   21.774832] nouveau :01:00.0: Direct firmware load for 
nouveau/nvd9_fuc084d failed with error -2
[   21.774835] nouveau :01:00.0: msvld: unable to load firmware data
[   21.774840] nouveau :01:00.0: msvld: init failed, -19

Ubuntu 18.04 and nouveau driver .

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

Title:
  Bionic daily build - nouveau: Direct firmware load for
  nouveau/nve7_fuc084  failed with error -2

Status in linux package in Ubuntu:
  Expired
Status in linux-firmware package in Ubuntu:
  Won't Fix

Bug description:
  [  136.559610] nouveau :01:00.0: Direct firmware load for
  nouveau/nve7_fuc084 failed with error -2


  Hello, 
  from time to time I find this annoying messages in dmesg in various Ubuntu 
versions (I believe since 16.04 or 16.10 up until now, including Bionic Beaver 
daily build). From time to time, the gdm3 crashes. The current HW/SW setup will 
be described below. I cannot replicate the situation, but it happens. See the 
excerpt from dmesg output below. 

  
   [9.386558] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
  [9.399079] input: HDA NVidia HDMI/DP,pcm=3 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input12
  [9.399134] input: HDA NVidia HDMI/DP,pcm=7 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input13
  [9.399208] input: HDA NVidia HDMI/DP,pcm=8 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input14
  [9.399274] input: HDA NVidia HDMI/DP,pcm=9 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input15
  [   12.312741] r8169 :03:00.0 enp3s0: link up
  [   12.312748] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
  [   13.439863] rfkill: input handler disabled
  [   15.125569] nf_conntrack: default automatic helper assignment has been 
turned off for security reasons and CT-based  firewall rule not found. Use the 
iptables CT target to attach helpers instead.
  [  136.559610] nouveau :01:00.0: Direct firmware load for 
nouveau/nve7_fuc084 failed with error -2
  [  136.559618] nouveau :01:00.0: Direct firmware load for 
nouveau/nve7_fuc084d failed with error -2
  [  136.559619] nouveau :01:00.0: msvld: unable to load firmware data
  [  136.559622] nouveau :01:00.0: msvld: init failed, -19
  [ 1376.746130] lp: driver loaded but no devices found
  [ 1376.756790] st: Version 20160209, fixed bufsize 32768, s/g segs 256
  [ 1381.398605] do_IRQ: 1.37 No irq handler for vector
  rr

  HW setup: 
  Asrock Extreme 6 Z97
  Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz, 3563 MHz
  nVidia GK107 [GeForce GT 640]

  SW setup: 
  Linux bionic 4.15.0-10-generic #11-Ubuntu SMP Tue Feb 13 18:23:35 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

  root@bionic:~# lsmod | grep nouveau
  nouveau  1716224  5
  i2c_algo_bit   16384  1 nouveau
  ttm   106496  1 nouveau
  drm_kms_helper167936  1 nouveau
  mxm_wmi16384  1 nouveau
  drm   401408  8 nouveau,ttm,drm_kms_helper
  wmi24576  2 mxm_wmi,nouveau
  video  40960  1 nouveau

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1751497/+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 1802712] Re: Doesn't work a touchpad on Lenovo 330-15IGM 81d1

2018-12-15 Thread Jeremy
Upstream kernel commit 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/input/mouse/elan_i2c_core.c?id=13c1c5e4d7f887cba36c5e3df3faa22071c1469f
Should fix this

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

Title:
  Doesn't work a touchpad on Lenovo 330-15IGM 81d1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I think the touchpad doesn't work on linux kernel 4.18 and less, because it 
works fine with kernel 4.19.1. I'm using Ubuntu 18.10 now.
  My laptop: 
https://psref.lenovo.com/Detail/Lenovo_Laptops/ideapad_330_15_Intel?M=81D1003SRU
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vadim  1775 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.10
  InstallationDate: Installed on 2018-11-08 (2 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e500 Atheros Communications, Inc. 
   Bus 001 Device 003: ID 04f2:b5d7 Chicony Electronics Co., Ltd 
   Bus 001 Device 002: ID 046d:c062 Logitech, Inc. M-UAS144 [LS1 Laser Mouse]
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 81D1
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-10-generic 
root=UUID=b2094a80-83fb-4347-8097-74d998d093c1 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-10-generic N/A
   linux-backports-modules-4.18.0-10-generic  N/A
   linux-firmware 1.175
  Tags:  cosmic
  Uname: Linux 4.18.0-10-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/08/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7XCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0M26038 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330-15IGM
  dmi.modalias: 
dmi:bvnLENOVO:bvr7XCN25WW:bd08/08/2018:svnLENOVO:pn81D1:pvrLenovoideapad330-15IGM:rvnLENOVO:rnLNVNB161216:rvrSDK0M26038WIN:cvnLENOVO:ct10:cvrLenovoideapad330-15IGM:
  dmi.product.family: ideapad 330-15IGM
  dmi.product.name: 81D1
  dmi.product.sku: LENOVO_MT_81D1_BU_idea_FM_ideapad 330-15IGM
  dmi.product.version: Lenovo ideapad 330-15IGM
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1802712/+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 1752165] Re: TB16 dock freezes X on hotplug when used with external displays

2018-12-15 Thread Shaun Crampton
Still seems to be an issue; I tried 4.18.16 on 18.10 and it didn't help
(nor did the most recent 4.19 kernel in UKUU).

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

Title:
  TB16 dock freezes X on hotplug when used with external displays

Status in Dell Sputnik:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Precision 5520 with Quadro GPU. Latest Ubuntu 16.04, kernel Linux
  REDACTED 4.13.0-36-generic #40~16.04.1-Ubuntu SMP Fri Feb 16 23:25:58
  UTC 2018 x86_64 x86_64 x86_64 GNU/Linux, latest BIOS 1.7.0 released
  12/15/2017. If it can be of any help, I can get this tested on an XPS
  9560 (GTX 1050) too.

  Steps to reproduce:

  1. Plug in monitors into DP and miniDP on the dock. In my case, DP-to-DVI 
cables are used, but I doubt that it matters.
  2. Ubuntu 16.04 GNOME + nVidia drivers with PRIME.
  3. Select nVidia GPU in PRIME settings, reboot if needed.
  4. Either boot with the dock connected or connect it after booting into user 
session.
  5. Set up monitors if necessary. At this point everything should be working 
fine.
  6. Disconnect the dock, give it a moment to adjust to the new window layout 
etc.
  7. Re-connect the dock. Within a few seconds laptop screen should freeze and 
external monitors should remain blank, as if not connected.
  8. Disconnect the dock. Within a few seconds laptop screen should unfreeze. 
There is a small chance that it won't if you repeat this procedure multiple 
times.

  Errors in dmesg indicate that i915 driver is somehow involved:

  [  328.966128] [drm:intel_dp_set_idle_link_train [i915]] *ERROR* Timed out 
waiting for DP idle patterns
  [  328.967848] [drm:intel_wait_ddi_buf_idle [i915]] *ERROR* Timeout waiting 
for DDI BUF B idle bit
  [  329.048839] [drm:intel_dp_set_idle_link_train [i915]] *ERROR* Timed out 
waiting for DP idle patterns
  [  329.050547] [drm:intel_wait_ddi_buf_idle [i915]] *ERROR* Timeout waiting 
for DDI BUF C idle bit

  The kernel logs are flooded with these between steps 7 and 8 above.

  This behaviour does not occur when Intel GPU is selected in PRIME
  settings or when nouveau is used. However, nouveau performance leaves
  a lot to be desired, particularly with 3D acceleration in Windows 10
  VMs.

  I have tried nvidia_drm.modeset=1 in boot options, but it doesn't make
  any difference.

  Other reports that may be related:

  https://devtalk.nvidia.com/default/topic/989704/linux/plugging-a
  -docking-station-w-two-monitors-into-a-quadro-m1000m-laptop-crashes-
  hangs-the-whole-machine/ - same error messages

  
https://www.reddit.com/r/Dell/comments/5nas3t/tb16_dock_with_5510_ubuntulinux/ddzjlu8/?st=je63h7lw&sh=40bf8189
  - "Connecting and disconnecting the TB16 sometimes freeze the laptop."

  
https://www.dell.com/community/Sputnik/TB16-Dock-Linux-Support/m-p/5109128/highlight/true#M7466
 - "Hot-plugging the screen does not work."
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gboiko 2491 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=08bba264-8658-442f-995d-6a745925ac6c
  InstallationDate: Installed on 2017-10-01 (149 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f3:24a1 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 004: ID 1bcf:2b95 Sunplus Innovation Technology Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Precision 5520
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-36-generic 
root=/dev/mapper/ubuntu--gnome--vg-root ro ipv6.disable=1 net.ifnames=0 
biosdevname=0 nvidia_drm.modeset=1 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-36.40~16.04.1-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-36-generic N/A
   linux-backports-modules-4.13.0-36-generic  N/A
   linux-firmware 1.170
  Tags:  xenial
  Uname: Linux 4.13.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/15/2017
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.7.0
  dmi.board.name: 0R6JFH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd12/15/2017:svnDellInc.:pnPrecision5520:pvr:rvnDellInc.:rn0R6JFH:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Precision
  dmi.product.n

[Kernel-packages] [Bug 1791427] Re: Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1 Carbon 6th

2018-12-15 Thread Thorsten
Hi, thanks for the reply. The touchpad stopped working and was
completely unresponsive and was reactivated by the subsequent
suspend/resume. (The trackpoint was working all the time) Is there an
advanced logging which i could activate?

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

Title:
  Touchpad and/or trackpoint stop working after S3 suspend on Lenovo X1
  Carbon 6th

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 18.04.1

  Terminology in case we use different terms:
  touchpad - just the rectangular touch-sensitive surface below the keyboard 
(xinput lists it as Synaptics TM3288-011)
  trackpoint - the red thingy built into the keyboard + 3 physical buttons 
below the keyboard (trackpoint and buttons are integrated together; listed in 
xinput as TPPS/2 Elan TrackPoint)

  On September 7th, 2018, Lenovo has issued a BIOS update (v1.30), which
  enables proper S3 deep sleep state - users no longer have to patch
  DSDT tables to get it. It can be enabled in the BIOS settings. In X1
  carbon 6th generation models that have NFC, when laptop wakes from
  suspend by opening the lid, in most cases both touchpad and trackpoint
  stop working completely. They are also no longer listed when running
  xinput command. Sometimes just one of them stops working, usually the
  trackpoint. In some rare cases it is possible to bring them back by
  using these commands:

  echo -n none > /sys/devices/platform/i8042/serio1/drvctl
  echo -n reconnect > /sys/devices/platform/i8042/serio1/drvctl
  rmmod psmouse
  modprobe psmouse

  These worked properly when waking up from S2Idle sleep state (had
  these in a script that runs after waking the machine from suspend),
  but with S3 deep sleep these rarely work and the only way to bring
  back touchpad and/or trackpoint is turning off the machine and turning
  it on (restart does not help).

  I could not find any pattern that would show when the input devices
  stop working or start working again using the commands mentioned
  above. It's completely random from my perspective.

  This is happening on the standard issue 4.15.0-33-generic kernel that
  shipped with my Ubuntu 18.04 (with updates), as well as with newer
  mainline kernels, such as the newest point versions of 4.17, 4.18 and
  4.19 RC2.

  This happens regardless of whether "blacklist i2c_i801" is commented
  out in /etc/modprobe.d/blacklist.conf or not. It happens regardless of
  whether "psmouse.synaptics_intertouch=1" is passed as grub parameter.
  Presence of TLP does not make it better, nor worse.

  It appears that non-NFC models are not affected. I know at least one
  Arch Linux user who has the exact same model, but without this issue.
  I'm using synaptics driver (no libinput installed), he uses libinput
  and doesn't have synaptics, if that information is of any use.
  Libinput does not seem to help.

  This forum thread also has more details from users who updated their
  BIOS to get S3 suspend: https://forums.lenovo.com/t5/Linux-
  Discussion/X1-Carbon-Gen-6-cannot-enter-deep-sleep-S3-state-aka-
  Suspend-to/td-p/3998182/page/27

  Another related thread:
  https://bbs.archlinux.org/viewtopic.php?id=236367

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   maciej 2651 F...m pulseaudio
   /dev/snd/controlC0:  maciej 2651 F pulseaudio
  CurrentDesktop: i3
  Date: Sat Sep  8 13:45:43 2018
  HibernationDevice: RESUME=UUID=3116dcb0-d91e-4b2a-8166-43b7a9a9d36e
  InstallationDate: Installed on 2018-07-21 (49 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 13d3:56b2 IMC Networks 
   Bus 001 Device 002: ID 04b4:0060 Cypress Semiconductor Corp. Wireless 
optical mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KH006KPB
  ProcFB:
   0 EFI VGA
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-33-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash psmouse.synaptics_intertouch=1 
vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/31/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N23ET55W (1.30 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KH006KPB
  dmi.board.vendor: LENOVO
  dmi.board.version:

[Kernel-packages] [Bug 1678184] Re: APST quirk needed for Samsung 512GB NVMe drive

2018-12-15 Thread Yingfang
I was experiencing this issue for around 1 year, always repeated
irregularly. Allienware 13 with Samsung SDD. Over 7 times
reinstallation, changed SSD twice.

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

Title:
  APST quirk needed for Samsung 512GB NVMe drive

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Yakkety:
  Fix Released
Status in linux source package in Zesty:
  Fix Released

Bug description:
  APST support just landed in the latest Zesty kernel (4.10.0-14.16) as
  part of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1664602.
  That patch has a quirk for certain 256GB Samsung drives found in Dell
  laptops that do not behave well when APST is enabled. I am
  experiencing the same symptoms with the same model laptop except with
  a 512GB Samsung. Prior to manually disabling APST the drive would die
  and system would go down in flames with I/O errors within 20 to 40
  minutes of boot.

  $ sudo nvme list
  Node SN   Model   
 Namespace Usage  Format   FW Rev  
    
 - -- 
 
  /dev/nvme0n1   ** PM951 NVMe SAMSUNG 512GB
 1 500.20  GB / 512.11  GB512   B +  0 B   BXV76D0Q

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-14-generic 4.10.0-14.16
  ProcVersionSignature: Ubuntu 4.10.0-14.16-generic 4.10.3
  Uname: Linux 4.10.0-14-generic x86_64
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ajclayton   3305 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Fri Mar 31 09:42:38 2017
  InstallationDate: Installed on 2012-09-08 (1665 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: Dell Inc. XPS 15 9550
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-14-generic 
root=UUID=779e5929-5ffb-49b1-9786-1adcde824b7d ro rootflags=subvol=@ noprompt 
nouveau.modeset=0 log_buf_len=20M
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-14-generic N/A
   linux-backports-modules-4.10.0-14-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-03-07 (23 days ago)
  dmi.bios.date: 04/07/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.02.00
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184/+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 1798160] Re: Wrong screen refresh AOC G2260VWQ6

2018-12-15 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Wrong screen refresh AOC G2260VWQ6

Status in linux package in Ubuntu:
  Expired

Bug description:
  Ubuntu 18.04
  Screen: AOC G2260VWQ6 FreeSync
  GPU: Radeon R9 380 2GB
  Cable: HDMI

  The monitor supports 75Hz refresh. The system misidentifies the
  monitor. There is no 75Hz option. It's only 60Hz. Under Windows 7
  there was the same problem. The monitor drivers from the AOC website
  solved the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1798160/+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 1790586] Re: The proposed grub package in Trusty / Bionic overrides the boot order on a MaaS deployed system

2018-12-15 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  The proposed grub package in Trusty / Bionic overrides the boot order
  on a MaaS deployed system

Status in ubuntu-kernel-tests:
  Incomplete
Status in grub2 package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Invalid

Bug description:
  Similar to bug 1642298, bug 1750732 and bug 1788539

  This issue was only spotted on ThunderX Cavium ARM64 system and an AMD
  Naples amd64 server in this SRU cycle.

  Steps:
  1. Deploy the ThunderX system with Trusty + T-LTS 4.4 kernel (It works fine 
with just Trusty, however this was tested on the AMD Naples, not ThunderX since 
it does not support 3.13 kernel)
  2. Check the efibootmgr output
  3. Enable proposed, install grub-common
  4. Check efibootmgr again

  Result:
  In step 2, the boot order is correct:
  ubuntu@wright-kernel:~$ sudo efibootmgr
  BootCurrent: 0002
  Timeout: 10 seconds
  BootOrder: 0002,,0003,0004,0001
  Boot* ubuntu
  Boot0001  UEFI: Built-in EFI Shell
  Boot0002* UEFI: IP4 Ethernet vNIC Controller 62:54:CA
  Boot0003* UEFI: IP4 Ethernet vNIC Controller 62:54:CB
  Boot0004* UEFI: IP4 Ethernet vNIC Controller 62:54:CC

  But in step 4, the boot order will be overridden:
  ubuntu@wright-kernel:~$ sudo efibootmgr
  BootCurrent: 0002
  Timeout: 10 seconds
  BootOrder: ,0002,0003,0004,0001
  Boot* ubuntu
  Boot0001  UEFI: Built-in EFI Shell
  Boot0002* UEFI: IP4 Ethernet vNIC Controller 62:54:CA
  Boot0003* UEFI: IP4 Ethernet vNIC Controller 62:54:CB
  Boot0004* UEFI: IP4 Ethernet vNIC Controller 62:54:CC

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: grub-common 2.02~beta2-9ubuntu1.15
  ProcVersionSignature: User Name 4.4.0-134.160~14.04.1-generic 4.4.140
  Uname: Linux 4.4.0-134-generic aarch64
  ApportVersion: 2.14.1-0ubuntu3.29
  Architecture: arm64
  Date: Tue Sep  4 07:45:19 2018
  SourcePackage: grub2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1790586/+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 1798082] Re: package linux-image-4.15.0-34-generic 4.15.0-34.37 failed to install/upgrade: installed linux-image-4.15.0-34-generic package pre-removal script subprocess returned

2018-12-15 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package linux-image-4.15.0-34-generic 4.15.0-34.37 failed to
  install/upgrade: installed linux-image-4.15.0-34-generic package pre-
  removal script subprocess returned error exit status 1

Status in linux package in Ubuntu:
  Expired

Bug description:
  i have made:
  sudo apt-get install cheese

  
  than apt promted that there are packages that are no longer used, and should 
be removed

  so i have made

  sudo apt autoremove

  
  and than the window showed to me , i have accepted and it failed with a bug.

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-34-generic 4.15.0-34.37
  ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
  Uname: Linux 4.15.0-34-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   n372155 F...m pulseaudio
   /dev/snd/controlC0:  n372155 F pulseaudio
  Date: Tue Oct 16 14:21:18 2018
  ErrorMessage: installed linux-image-4.15.0-34-generic package pre-removal 
script subprocess returned error exit status 1
  HibernationDevice: RESUME=UUID=846ef064-2ad8-4a28-bfaf-8fd0f4c89158
  InstallationDate: Installed on 2018-08-12 (64 days ago)
  InstallationMedia: Ubuntu-Budgie 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725.1)
  MachineType: Dell Inc. Latitude 7280
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-34-generic 
root=UUID=76eb8d35-4d70-4ac9-a9ff-62488bed2637 ro quiet splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions: grub-pc 2.02-2ubuntu8.6
  SourcePackage: linux
  Title: package linux-image-4.15.0-34-generic 4.15.0-34.37 failed to 
install/upgrade: installed linux-image-4.15.0-34-generic package pre-removal 
script subprocess returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0KK5D1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.asset.tag: 13004837
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd07/12/2018:svnDellInc.:pnLatitude7280:pvr:rvnDellInc.:rn0KK5D1:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Latitude
  dmi.product.name: Latitude 7280
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1798082/+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 1808183] Re: ASPEED server console output extremely slow after upgrade to 18.04

2018-12-15 Thread Kai-Heng Feng
Seems like this commit fixes the issue:
commit 5478ad10e7850ce3d8b7056db05ddfa3c9ddad9a
Author: Thomas Zimmermann 
Date:   Thu Nov 15 11:42:16 2018 +0100

drm/ast: Remove existing framebuffers before loading driver

If vesafb attaches to the AST device, it configures the framebuffer memory
for uncached access by default. When ast.ko later tries to attach itself to
the device, it wants to use write-combining on the framebuffer memory, but
vesefb's existing configuration for uncached access takes precedence. This
results in reduced performance.

Removing the framebuffer's configuration before loding the AST driver fixes
the problem. Other DRM drivers already contain equivalent code.

Link: https://bugzilla.opensuse.org/show_bug.cgi?id=1112963
Signed-off-by: Thomas Zimmermann 
Cc: 
Tested-by: Y.C. Chen 
Reviewed-by: Jean Delvare 
Tested-by: Jean Delvare 
Signed-off-by: Dave Airlie 

I built a kernel [1] with the commit, please test it.

[1] https://people.canonical.com/~khfeng/lp1808183/

** Bug watch added: bugzilla.opensuse.org/ #1112963
   https://bugzilla.opensuse.org/show_bug.cgi?id=1112963

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

Title:
  ASPEED server console output extremely slow after upgrade to 18.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the upgrade from 16.04 to 18.04 my server console is extremely slow.
  It looks similar to the youtube clips mentioned in the problem described 
here: https://ubuntuforums.org/showthread.php?t=2399941
  My server is attached to a KVM switch with VGA cable to a 1920x1080 LCD.
  It runs on an ASUS P9D-X board.
  Before the upgrade everything was fine.
  Now it is so slow that it sometimes even hangs during boot and goes into an 
emergency console where I just can do a ctrl-alt-delete as described in bug 
1802469

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg (not installed)
  ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
  Uname: Linux 4.15.0-42-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  Date: Wed Dec 12 17:07:48 2018
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to bionic on 2018-10-11 (62 days ago)
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Dec 15 07:22 seq
   crw-rw 1 root audio 116, 33 Dec 15 07:22 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=99dd75dc-dc37-4970-be5a-79d9244a3bcc
  IwConfig:
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: ASUSTeK COMPUTER INC. P9D-X Series
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-42-generic 
root=UUID=0fa1f208-3a7b-44ca-9f85-e7349a3b1844 ro nosplash
  ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-42-generic N/A
   linux-backports-modules-4.15.0-42-generic  N/A
   linux-firmware 1.173.2
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  Tags:  bionic
  Uname: Linux 4.15.0-42-generic x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: Upgraded to bionic on 2018-10-11 (64 days ago)
  UserGroups:
   
  _MarkForUpload: False
  dmi.bios.date: 10/13/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0901
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P9D-X Series
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0901:bd10/13/2014:svnASUSTeKCOMPUTERINC.:pnP9D-XSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-XSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: P9D-X Series
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

[Kernel-packages] [Bug 1807511] Re: AMDGPU Radeon RX540 system freezes poor performance with ac adapter plugged in

2018-12-15 Thread Kai-Heng Feng
Please file an upstream bug at https://bugs.freedesktop.org/
Product: DRI
Component: DRM/amdgpu

And attach dmesg in comment #20.

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

Title:
  AMDGPU Radeon RX540 system freezes poor performance with ac adapter
  plugged in

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Various temporary UI freezes when booting Ubuntu 18.10.
  dmesg reports various amdgpu warnings and errors.

  Some examples (please read dmesg attachment for complete overview):
  [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from 
Adapter Service for connector index:2! type 0 expected 3
  amdgpu: [powerplay] Voltage value looks like a Leakage ID but it's not patched
  [drm:dc_create [amdgpu]] *ERROR* DC: Number of connectors is zero!
  t is 0 
  [drm:amdgpu_uvd_ring_test_ib [amdgpu]] *ERROR* amdgpu: (0)IB test timed out.
  [drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* amdgpu: failed testing IB on ring 
12 (-110).
  [drm:amdgpu_device_ip_late_init_func_handler [amdgpu]] *ERROR* ib ring test 
failed (-110).
  [powerplay] 
  [drm:uvd_v6_0_enc_ring_test_ring [amdgpu]] *ERROR* amdgpu: ring 13 test failed
  [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of IP block 
 failed -110
  [drm:amdgpu_device_resume [amdgpu]] *ERROR* amdgpu_device_ip_resume failed 
(-110).
  [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, last signaled 
seq=1853, last emitted seq=1853
  [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout, last signaled 
seq=3110, last emitted seq=3110
  [drm] No hardware hang detected. Did some blocks stall?
  [drm] No hardware hang detected. Did some blocks stall?
  [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma1 timeout, last signaled 
seq=2249, last emitted seq=2249
  amdgpu: [powerplay] 
  failed to send message 261 ret is 0 
  amdgpu :03:00.0: GPU pci config reset

  
   
  Ubuntu 18.10 (64 bit) 4.18.0-12-generic
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wouterd2696 F pulseaudio
   /dev/snd/controlC0:  wouterd2696 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.10
  InstallationDate: Installed on 2018-12-01 (7 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  MachineType: Acer Aspire A515-41G
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-12-generic 
root=UUID=a16675f6-b0e4-4e39-875e-b5edf3661e9e ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-12.13-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-12-generic N/A
   linux-backports-modules-4.18.0-12-generic  N/A
   linux-firmware 1.175.1
  Tags:  cosmic
  Uname: Linux 4.18.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/27/2017
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.06
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Wartortle_BS
  dmi.board.vendor: BR
  dmi.board.version: V1.06
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.06
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.06:bd09/27/2017:svnAcer:pnAspireA515-41G:pvrV1.06:rvnBR:rnWartortle_BS:rvrV1.06:cvnAcer:ct10:cvrV1.06:
  dmi.product.family: Aspire 5
  dmi.product.name: Aspire A515-41G
  dmi.product.sku: 
  dmi.product.version: V1.06
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1807511/+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 1802712] Re: Doesn't work a touchpad on Lenovo 330-15IGM 81d1

2018-12-15 Thread Vadim
The touchpad works fine on linux kernel v4.18.19 and more

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

Title:
  Doesn't work a touchpad on Lenovo 330-15IGM 81d1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I think the touchpad doesn't work on linux kernel 4.18 and less, because it 
works fine with kernel 4.19.1. I'm using Ubuntu 18.10 now.
  My laptop: 
https://psref.lenovo.com/Detail/Lenovo_Laptops/ideapad_330_15_Intel?M=81D1003SRU
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vadim  1775 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.10
  InstallationDate: Installed on 2018-11-08 (2 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e500 Atheros Communications, Inc. 
   Bus 001 Device 003: ID 04f2:b5d7 Chicony Electronics Co., Ltd 
   Bus 001 Device 002: ID 046d:c062 Logitech, Inc. M-UAS144 [LS1 Laser Mouse]
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 81D1
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-10-generic 
root=UUID=b2094a80-83fb-4347-8097-74d998d093c1 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-10-generic N/A
   linux-backports-modules-4.18.0-10-generic  N/A
   linux-firmware 1.175
  Tags:  cosmic
  Uname: Linux 4.18.0-10-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/08/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7XCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0M26038 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 330-15IGM
  dmi.modalias: 
dmi:bvnLENOVO:bvr7XCN25WW:bd08/08/2018:svnLENOVO:pn81D1:pvrLenovoideapad330-15IGM:rvnLENOVO:rnLNVNB161216:rvrSDK0M26038WIN:cvnLENOVO:ct10:cvrLenovoideapad330-15IGM:
  dmi.product.family: ideapad 330-15IGM
  dmi.product.name: 81D1
  dmi.product.sku: LENOVO_MT_81D1_BU_idea_FM_ideapad 330-15IGM
  dmi.product.version: Lenovo ideapad 330-15IGM
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1802712/+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 1805433] Re: Call trace in dmesg (need to specify later what this is)

2018-12-15 Thread Kai-Heng Feng
$ yes '' | make localmodconfig
$ make -j`nproc` deb-pkg

Then the kernel should be built as Debian Package.

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

Title:
  Call trace in dmesg (need to specify later what this is)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello, I get a few call traces in my dmesg log which seems to indicate
  some problem. I'm trying to get my hardware better compatible with
  Ubuntu 18.10 therefor i report this bug. Actually i have no idea what
  this is about so i'll be happy to provide more information on request.

  There are actually a few call traces so i will upload the entire output from 
dmesg together with information on my system. Possibly the issues should be 
separated into several bug reports.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  philippe   4375 F pulseaudio
   /dev/snd/controlC0:  philippe   4375 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.10
  InstallationDate: Installed on 2018-05-14 (198 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-11-generic 
root=UUID=5ef6da7b-eb86-45bd-ad30-df7141164c79 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-11.12-generic 4.18.12
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-11-generic N/A
   linux-backports-modules-4.18.0-11-generic  N/A
   linux-firmware 1.175.1
  Tags:  cosmic
  Uname: Linux 4.18.0-11-generic x86_64
  UpgradeStatus: Upgraded to cosmic on 2018-11-16 (11 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/23/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P4.70
  dmi.board.name: AB350 Gaming-ITX/ac
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP4.70:bd07/23/2018:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAB350Gaming-ITX/ac:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1805433/+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 1767808] Re: "drm timed out" with driver i915 + Intel Mobile GM965/GL960 Integrated Graphics with Kernel 4.15

2018-12-15 Thread David VANTYGHEM
** 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/1767808

Title:
  "drm timed out" with driver i915 + Intel Mobile GM965/GL960 Integrated
  Graphics with Kernel 4.15

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  With Ubuntu 18.04 + Kernel 4.15, at boot time there are many periods when the 
boot freezes before the timeout of 10 seconds with Intel Mobile GM965/GL960 
Integrated Graphics (driver i915).
  In total it is 198 seconds that are lost in these timeouts during boot, more 
than 3 minutes!

  Regression is present since linux kernel 4.8 (with Ubuntu 16.04).

  To fix, explicitly disable the port with an i915 module setting with 
video=SVIDEO-1:d in the kernel command line parameter in the bootloader.
  1/ sudo gedit /etc/default/grub
  2/ add "video=SVIDEO-1:d" to "GRUB_CMDLINE_LINUX_DEFAULT" line
  3/ sudo update-grub

  After applying this, the system boots up much faster, there are no
  "drm ... timed out" messages.

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