[Kernel-packages] [Bug 1809639] Missing required logs.

2018-12-23 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1809639

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => 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/1809639

Title:
  ftrace test in ubuntu_kernel_selftest failed on B s390x KVM

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  4 tests failed:
  [11] ftrace - function glob filters   [FAIL]
  [23] Kprobe event argument syntax [FAIL]
  [36] event trigger - test histogram trigger   [FAIL]
  [51] (instance)  event trigger - test histogram trigger   [FAIL]

  With the test suite in the upstream kernel tree, 3 of these failures can be 
reproduced, except this one:
  -e -n [34] Kprobe event argument syntax
  -e[UNTESTED]


  $ sudo make -C linux/tools/testing/selftests TARGETS=ftrace run_tests
  make: Entering directory '/home/ubuntu/src/linux/tools/testing/selftests'
  make[1]: Entering directory 
'/home/ubuntu/src/linux/tools/testing/selftests/ftrace'
  make[1]: Nothing to be done for 'all'.
  make[1]: Leaving directory 
'/home/ubuntu/src/linux/tools/testing/selftests/ftrace'
  make[1]: Entering directory 
'/home/ubuntu/src/linux/tools/testing/selftests/ftrace'
  TAP version 13
  selftests: ftracetest
  
  === Ftrace unit tests ===
  [1] Basic trace file check[PASS]
  [2] Basic test for tracers[PASS]
  [3] Basic trace clock test[PASS]
  [4] Basic event tracing check [PASS]
  [5] event tracing - enable/disable with event level files [PASS]
  [6] event tracing - restricts events based on pid [PASS]
  [7] event tracing - enable/disable with subsystem level files [PASS]
  [8] event tracing - enable/disable with top level files   [PASS]
  [9] ftrace - function graph filters with stack tracer [PASS]
  [10] ftrace - function graph filters  [PASS]
  [11] ftrace - function glob filters   [FAIL]
  [12] ftrace - function pid filters[PASS]
  [13] ftrace - test for function event triggers[PASS]
  [14] ftrace - function profiler with function tracing [PASS]
  [15] ftrace - test reading of set_ftrace_filter   [PASS]
  [16] ftrace - test for function traceon/off triggers  [PASS]
  [17] Test creation and deletion of trace instances while setting an event 
[PASS]
  [18] Test creation and deletion of trace instances[PASS]
  [19] Kprobe dynamic event - adding and removing   [PASS]
  [20] Kprobe dynamic event - busy event check  [PASS]
  [21] Kprobe dynamic event with arguments  [PASS]
  [22] Kprobe event string type argument[UNTESTED]
  [23] Kprobe event argument syntax [FAIL]
  [24] Kprobes event arguments with types   [PASS]
  [25] Kprobe event auto/manual naming  [PASS]
  [26] Kprobe dynamic event with function tracer[PASS]
  [27] Kprobe dynamic event - probing module[PASS]
  [28] Kretprobe dynamic event with arguments   [PASS]
  [29] Kretprobe dynamic event with maxactive   [PASS]
  [30] Register/unregister many kprobe events   [PASS]
  [31] Kprobe events - probe points [PASS]
  [32] event trigger - test multiple actions on hist trigger[UNSUPPORTED]
  [33] event trigger - test event enable/disable trigger[PASS]
  [34] event trigger - test trigger filter  [PASS]
  [35] event trigger - test histogram modifiers [PASS]
  [36] event trigger - test histogram trigger   [FAIL]
  [37] event trigger - test multiple histogram triggers [PASS]
  [38] event trigger - test snapshot-trigger[PASS]
  [39] event trigger - test stacktrace-trigger  [PASS]
  [40] event trigger - test traceon/off trigger [PASS]
  [41] (instance)  Basic test for tracers   [PASS]
  [42] (instance)  Basic trace clock test   [PASS]
  [43] (instance)  event tracing - enable/disable with event level files
[PASS]
  [44] (instance)  event tracing - restricts events based on pid[PASS]
  [45] (instance)  event tracing - enable/disable with subsystem level files
[PASS]
  [46] (instance)  ftrace - test for function event triggers[PASS]
  [47] (instance)  ftrace - test for function traceon/off triggers  [PASS]
  [48] (instance)  event trigger - test event enable/disable trigger[PASS]
  [49] (instance)  event trigger - test trigger filter  [PASS]
  [50] (instance)  event trigger - test histogram modifiers [PASS]
  [51] (instance)  event trigger - test histogram trigger   [FAIL]
  [52] (instance)  event 

[Kernel-packages] [Bug 1809639] [NEW] ftrace test in ubuntu_kernel_selftest failed on B s390x KVM

2018-12-23 Thread Po-Hsu Lin
Public bug reported:

4 tests failed:
[11] ftrace - function glob filters [FAIL]
[23] Kprobe event argument syntax   [FAIL]
[36] event trigger - test histogram trigger [FAIL]
[51] (instance)  event trigger - test histogram trigger [FAIL]

With the test suite in the upstream kernel tree, 3 of these failures can be 
reproduced, except this one:
-e -n [34] Kprobe event argument syntax
-e  [UNTESTED]


$ sudo make -C linux/tools/testing/selftests TARGETS=ftrace run_tests
make: Entering directory '/home/ubuntu/src/linux/tools/testing/selftests'
make[1]: Entering directory 
'/home/ubuntu/src/linux/tools/testing/selftests/ftrace'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/home/ubuntu/src/linux/tools/testing/selftests/ftrace'
make[1]: Entering directory 
'/home/ubuntu/src/linux/tools/testing/selftests/ftrace'
TAP version 13
selftests: ftracetest

=== Ftrace unit tests ===
[1] Basic trace file check  [PASS]
[2] Basic test for tracers  [PASS]
[3] Basic trace clock test  [PASS]
[4] Basic event tracing check   [PASS]
[5] event tracing - enable/disable with event level files   [PASS]
[6] event tracing - restricts events based on pid   [PASS]
[7] event tracing - enable/disable with subsystem level files   [PASS]
[8] event tracing - enable/disable with top level files [PASS]
[9] ftrace - function graph filters with stack tracer   [PASS]
[10] ftrace - function graph filters[PASS]
[11] ftrace - function glob filters [FAIL]
[12] ftrace - function pid filters  [PASS]
[13] ftrace - test for function event triggers  [PASS]
[14] ftrace - function profiler with function tracing   [PASS]
[15] ftrace - test reading of set_ftrace_filter [PASS]
[16] ftrace - test for function traceon/off triggers[PASS]
[17] Test creation and deletion of trace instances while setting an event   
[PASS]
[18] Test creation and deletion of trace instances  [PASS]
[19] Kprobe dynamic event - adding and removing [PASS]
[20] Kprobe dynamic event - busy event check[PASS]
[21] Kprobe dynamic event with arguments[PASS]
[22] Kprobe event string type argument  [UNTESTED]
[23] Kprobe event argument syntax   [FAIL]
[24] Kprobes event arguments with types [PASS]
[25] Kprobe event auto/manual naming[PASS]
[26] Kprobe dynamic event with function tracer  [PASS]
[27] Kprobe dynamic event - probing module  [PASS]
[28] Kretprobe dynamic event with arguments [PASS]
[29] Kretprobe dynamic event with maxactive [PASS]
[30] Register/unregister many kprobe events [PASS]
[31] Kprobe events - probe points   [PASS]
[32] event trigger - test multiple actions on hist trigger  [UNSUPPORTED]
[33] event trigger - test event enable/disable trigger  [PASS]
[34] event trigger - test trigger filter[PASS]
[35] event trigger - test histogram modifiers   [PASS]
[36] event trigger - test histogram trigger [FAIL]
[37] event trigger - test multiple histogram triggers   [PASS]
[38] event trigger - test snapshot-trigger  [PASS]
[39] event trigger - test stacktrace-trigger[PASS]
[40] event trigger - test traceon/off trigger   [PASS]
[41] (instance)  Basic test for tracers [PASS]
[42] (instance)  Basic trace clock test [PASS]
[43] (instance)  event tracing - enable/disable with event level files  [PASS]
[44] (instance)  event tracing - restricts events based on pid  [PASS]
[45] (instance)  event tracing - enable/disable with subsystem level files  
[PASS]
[46] (instance)  ftrace - test for function event triggers  [PASS]
[47] (instance)  ftrace - test for function traceon/off triggers[PASS]
[48] (instance)  event trigger - test event enable/disable trigger  [PASS]
[49] (instance)  event trigger - test trigger filter[PASS]
[50] (instance)  event trigger - test histogram modifiers   [PASS]
[51] (instance)  event trigger - test histogram trigger [FAIL]
[52] (instance)  event trigger - test multiple histogram triggers   [PASS]

# of passed:  46
# of failed:  4
# of unresolved:  0
# of untested:  1
# of unsupported:  1
# of xfailed:  0
# of undefined(test bug):  0
not ok 1..1 selftests:  ftracetest [FAIL]
make[1]: Leaving directory 
'/home/ubuntu/src/linux/tools/testing/selftests/ftrace'
make: Leaving directory '/home/ubuntu/src/linux/tools/testing/selftests'

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-43-generic 4.15.0-43.46
ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
Uname: Linux 4.15.0-43-generic s390x
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: 
ls: cannot access '/dev/snd/': No such file or directory
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: s390x
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord'
CRDA: Error: command ['iw', 'reg', 

[Kernel-packages] [Bug 1806532] Re: The line-out on the Dell Dock station can't work

2018-12-23 Thread Hui Wang
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  The line-out on the Dell Dock station can't work

Status in HWE Next:
  New
Status in alsa-lib package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Committed
Status in linux-oem package in Ubuntu:
  Fix Released
Status in alsa-lib source package in Cosmic:
  Fix Committed

Bug description:
  [Impact]
  On the Dell thunderbolt docs stations (WD15 and WD19), there are two playback
  devices, one is headphone, the other is line-out, but there is no UCM for
  these docks yet, so the pluseaudio only can handle the 1st playback device,
  need us to add the UCM for them, before adding UCM, we need to set the
  longname of the sound card in the linux kernel.

  [Fix]
  For Linux kernel: Cherry-picked 3 upstream patches, these patches add the 
longname of the sound card for the dock station.

  For alsa-lib: Cherry-picked 3 upstream patches from alsa-lib, these will
  add ucm configuration files for Dell WD15&19, and change the SPDIF conf
  in the USB-AUDIO.conf.

  [Test Case]
  Open the gnome-sound-setting, we can choose headphone-usb and lineout-usb from
  UI, and play sound via these devices

  [Regression Potential]
  Very low, these patches come from upstream, and the change is only specific
  to WD15 and WD19 dock station.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1806532/+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 1809483] Status changed to Confirmed

2018-12-23 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => 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/1809483

Title:
  iwlwifi not working with Intel AC 9260 on kernel 4.15

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [   22.201674] iwlwifi :70:00.0: Detected Intel(R) Dual Band Wireless AC 
9260, REV=0x324
  [   22.208574] [ cut here ]
  [   22.208575] kernel BUG at 
/build/linux-vxxS7y/linux-4.15.0/drivers/net/wireless/intel/iwlwifi/pcie/rx.c:425!
  [   22.208578] invalid opcode:  [#1] SMP NOPTI
  [   22.208579] Modules linked in: iwlmvm(+) coretemp(+) snd_hda_codec_realtek 
snd_hda_codec_generic mac80211 snd_hda_intel snd_hda_codec kvm_intel 
snd_hda_core snd_hwdep snd_pcm kvm snd_seq_midi snd_seq_midi_event snd_rawmidi 
irqbypass uvcvideo mxm_wmi intel_wmi_thunderb
  olt wmi_bmof snd_seq iwlwifi crct10dif_pclmul videobuf2_vmalloc 
videobuf2_memops videobuf2_v4l2 videobuf2_core crc32_pclmul btusb 
ghash_clmulni_intel videodev btrtl snd_seq_device btbcm btintel snd_timer 
intel_cstate media bluetooth snd cfg80211 intel_rapl_perf soundcore
   ecdh_generic psmouse sdhci_pci alx mdio sdhci i2c_i801 mei_me mei intel_hid 
sparse_keymap shpchp acpi_pad wmi sch_fq_codel parport_pc ppdev lp parport 
ip_tables x_tables autofs4 dm_crypt nvidia_drm(POE) nvidia_modeset(POE) 
nvidia(POE) aesni_intel aes_x86_64 crypto_simd
  [   22.208598]  cryptd glue_helper drm_kms_helper syscopyarea sysfillrect 
input_leds sysimgblt fb_sys_fops serio_raw drm ahci ipmi_devintf libahci 
ipmi_msghandler video mac_hid
  [   22.208604] CPU: 4 PID: 767 Comm: modprobe Tainted: P   OE
4.15.0-43-generic #46-Ubuntu
  [   22.208605] Hardware name: Notebook 
P7xxTM1/P7xxTM1, BIOS 1.07.17 12/07/2018
  [   22.208610] RIP: 0010:iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi]
  [   22.208610] RSP: 0018:b7fb43ccf8a8 EFLAGS: 00010286
  [   22.208612] RAX: dead0200 RBX: 99b9b8280078 RCX: 
e4b2e1c6ab60
  [   22.208612] RDX: 99b9b38b61a8 RSI:  RDI: 
99b9b8280078
  [   22.208613] RBP: b7fb43ccf8e8 R08: 99b9b38b61a8 R09: 
007690c8
  [   22.208614] R10:  R11: 99b9b8280050 R12: 
99b9b828
  [   22.208614] R13: 99b9b38b0018 R14: e4b2e1c6a980 R15: 
99b9b38b61d0
  [   22.208615] FS:  7fb8c9ec9540() GS:99b9be30() 
knlGS:
  [   22.208616] CS:  0010 DS:  ES:  CR0: 80050033
  [   22.208617] CR2: 7f9440284648 CR3: 000873844001 CR4: 
003606e0
  [   22.208618] DR0:  DR1:  DR2: 

  [   22.208619] DR3:  DR6: fffe0ff0 DR7: 
0400
  [   22.208619] Call Trace:
  [   22.208623]  _iwl_pcie_rx_init+0x252/0x710 [iwlwifi]
  [   22.208626]  iwl_pcie_rx_init+0x2d/0x3c0 [iwlwifi]
  [   22.208631]  ? iwl_mvm_nic_config+0xeb/0x120 [iwlmvm]
  [   22.208635]  iwl_trans_pcie_start_fw+0x2a1/0x6c0 [iwlwifi]
  [   22.208639]  iwl_mvm_load_ucode_wait_alive+0xec/0x2b0 [iwlmvm]
  [   22.208640]  ? 0xc198e000
  [   22.208644]  iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
  [   22.208647]  ? iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
  [   22.208650]  ? iwl_wait_init_complete+0x20/0x20 [iwlmvm]
  [   22.208654]  iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
  [   22.208657]  ? iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
  [   22.208660]  _iwl_op_mode_start.isra.10+0x4c/0xa0 [iwlwifi]
  [   22.208663]  iwl_opmode_register+0x75/0xe0 [iwlwifi]
  [   22.208664]  ? 0xc19e8000
  [   22.208668]  iwl_mvm_init+0x38/0x1000 [iwlmvm]
  [   22.208671]  do_one_initcall+0x52/0x19f
  [   22.208672]  ? _cond_resched+0x19/0x40
  [   22.208674]  ? kmem_cache_alloc_trace+0xa6/0x1b0
  [   22.208676]  ? do_init_module+0x27/0x209
  [   22.208678]  do_init_module+0x5f/0x209
  [   22.208679]  load_module+0x191e/0x1f10
  [   22.208681]  ? ima_post_read_file+0x96/0xa0
  [   22.208682]  SYSC_finit_module+0xfc/0x120
  [   22.208683]  ? SYSC_finit_module+0xfc/0x120
  [   22.208685]  SyS_finit_module+0xe/0x10
  [   22.208686]  do_syscall_64+0x73/0x130
  [   22.208688]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
  [   22.208689] RIP: 0033:0x7fb8c99ef839
  [   22.208690] RSP: 002b:7ffecf171ea8 EFLAGS: 0246 ORIG_RAX: 
0139
  [   22.208691] RAX: ffda RBX: 55c40d7462f0 RCX: 
7fb8c99ef839
  [   22.208691] RDX:  RSI: 55c40c09cd2e RDI: 
0001
  [   22.208692] RBP: 55c40c09cd2e R08:  R09: 

  [   22.208693] R10: 0001 R11: 0246 R12: 

  [   22.208693] R13: 55c40d746420 R14: 0004 R15: 
55c40d7462f0
  [   22.208694] Code: 7c 24 50 48 89 df c6 07 00 0f 1f 40 00 41 8b b5 e4 8e 00 
00 

[Kernel-packages] [Bug 1809483] Re: iwlwifi not working with Intel AC 9260 on kernel 4.15

2018-12-23 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

Title:
  iwlwifi not working with Intel AC 9260 on kernel 4.15

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [   22.201674] iwlwifi :70:00.0: Detected Intel(R) Dual Band Wireless AC 
9260, REV=0x324
  [   22.208574] [ cut here ]
  [   22.208575] kernel BUG at 
/build/linux-vxxS7y/linux-4.15.0/drivers/net/wireless/intel/iwlwifi/pcie/rx.c:425!
  [   22.208578] invalid opcode:  [#1] SMP NOPTI
  [   22.208579] Modules linked in: iwlmvm(+) coretemp(+) snd_hda_codec_realtek 
snd_hda_codec_generic mac80211 snd_hda_intel snd_hda_codec kvm_intel 
snd_hda_core snd_hwdep snd_pcm kvm snd_seq_midi snd_seq_midi_event snd_rawmidi 
irqbypass uvcvideo mxm_wmi intel_wmi_thunderb
  olt wmi_bmof snd_seq iwlwifi crct10dif_pclmul videobuf2_vmalloc 
videobuf2_memops videobuf2_v4l2 videobuf2_core crc32_pclmul btusb 
ghash_clmulni_intel videodev btrtl snd_seq_device btbcm btintel snd_timer 
intel_cstate media bluetooth snd cfg80211 intel_rapl_perf soundcore
   ecdh_generic psmouse sdhci_pci alx mdio sdhci i2c_i801 mei_me mei intel_hid 
sparse_keymap shpchp acpi_pad wmi sch_fq_codel parport_pc ppdev lp parport 
ip_tables x_tables autofs4 dm_crypt nvidia_drm(POE) nvidia_modeset(POE) 
nvidia(POE) aesni_intel aes_x86_64 crypto_simd
  [   22.208598]  cryptd glue_helper drm_kms_helper syscopyarea sysfillrect 
input_leds sysimgblt fb_sys_fops serio_raw drm ahci ipmi_devintf libahci 
ipmi_msghandler video mac_hid
  [   22.208604] CPU: 4 PID: 767 Comm: modprobe Tainted: P   OE
4.15.0-43-generic #46-Ubuntu
  [   22.208605] Hardware name: Notebook 
P7xxTM1/P7xxTM1, BIOS 1.07.17 12/07/2018
  [   22.208610] RIP: 0010:iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi]
  [   22.208610] RSP: 0018:b7fb43ccf8a8 EFLAGS: 00010286
  [   22.208612] RAX: dead0200 RBX: 99b9b8280078 RCX: 
e4b2e1c6ab60
  [   22.208612] RDX: 99b9b38b61a8 RSI:  RDI: 
99b9b8280078
  [   22.208613] RBP: b7fb43ccf8e8 R08: 99b9b38b61a8 R09: 
007690c8
  [   22.208614] R10:  R11: 99b9b8280050 R12: 
99b9b828
  [   22.208614] R13: 99b9b38b0018 R14: e4b2e1c6a980 R15: 
99b9b38b61d0
  [   22.208615] FS:  7fb8c9ec9540() GS:99b9be30() 
knlGS:
  [   22.208616] CS:  0010 DS:  ES:  CR0: 80050033
  [   22.208617] CR2: 7f9440284648 CR3: 000873844001 CR4: 
003606e0
  [   22.208618] DR0:  DR1:  DR2: 

  [   22.208619] DR3:  DR6: fffe0ff0 DR7: 
0400
  [   22.208619] Call Trace:
  [   22.208623]  _iwl_pcie_rx_init+0x252/0x710 [iwlwifi]
  [   22.208626]  iwl_pcie_rx_init+0x2d/0x3c0 [iwlwifi]
  [   22.208631]  ? iwl_mvm_nic_config+0xeb/0x120 [iwlmvm]
  [   22.208635]  iwl_trans_pcie_start_fw+0x2a1/0x6c0 [iwlwifi]
  [   22.208639]  iwl_mvm_load_ucode_wait_alive+0xec/0x2b0 [iwlmvm]
  [   22.208640]  ? 0xc198e000
  [   22.208644]  iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
  [   22.208647]  ? iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
  [   22.208650]  ? iwl_wait_init_complete+0x20/0x20 [iwlmvm]
  [   22.208654]  iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
  [   22.208657]  ? iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
  [   22.208660]  _iwl_op_mode_start.isra.10+0x4c/0xa0 [iwlwifi]
  [   22.208663]  iwl_opmode_register+0x75/0xe0 [iwlwifi]
  [   22.208664]  ? 0xc19e8000
  [   22.208668]  iwl_mvm_init+0x38/0x1000 [iwlmvm]
  [   22.208671]  do_one_initcall+0x52/0x19f
  [   22.208672]  ? _cond_resched+0x19/0x40
  [   22.208674]  ? kmem_cache_alloc_trace+0xa6/0x1b0
  [   22.208676]  ? do_init_module+0x27/0x209
  [   22.208678]  do_init_module+0x5f/0x209
  [   22.208679]  load_module+0x191e/0x1f10
  [   22.208681]  ? ima_post_read_file+0x96/0xa0
  [   22.208682]  SYSC_finit_module+0xfc/0x120
  [   22.208683]  ? SYSC_finit_module+0xfc/0x120
  [   22.208685]  SyS_finit_module+0xe/0x10
  [   22.208686]  do_syscall_64+0x73/0x130
  [   22.208688]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
  [   22.208689] RIP: 0033:0x7fb8c99ef839
  [   22.208690] RSP: 002b:7ffecf171ea8 EFLAGS: 0246 ORIG_RAX: 
0139
  [   22.208691] RAX: ffda RBX: 55c40d7462f0 RCX: 
7fb8c99ef839
  [   22.208691] RDX:  RSI: 55c40c09cd2e RDI: 
0001
  [   22.208692] RBP: 55c40c09cd2e R08:  R09: 

  [   22.208693] R10: 0001 R11: 0246 R12: 

  [   22.208693] R13: 55c40d746420 R14: 0004 R15: 
55c40d7462f0
  [   22.208694] Code: 7c 24 50 48 89 df c6 07 00 0f 1f 40 00 41 8b b5 e4 8e 00 
00 4c 89 f7 e8 bf c0 f7 f9 48 83 c4 18 5b 41 

[Kernel-packages] [Bug 1809483] [NEW] iwlwifi not working with Intel AC 9260 on kernel 4.15

2018-12-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

[   22.201674] iwlwifi :70:00.0: Detected Intel(R) Dual Band Wireless AC 
9260, REV=0x324
[   22.208574] [ cut here ]
[   22.208575] kernel BUG at 
/build/linux-vxxS7y/linux-4.15.0/drivers/net/wireless/intel/iwlwifi/pcie/rx.c:425!
[   22.208578] invalid opcode:  [#1] SMP NOPTI
[   22.208579] Modules linked in: iwlmvm(+) coretemp(+) snd_hda_codec_realtek 
snd_hda_codec_generic mac80211 snd_hda_intel snd_hda_codec kvm_intel 
snd_hda_core snd_hwdep snd_pcm kvm snd_seq_midi snd_seq_midi_event snd_rawmidi 
irqbypass uvcvideo mxm_wmi intel_wmi_thunderb
olt wmi_bmof snd_seq iwlwifi crct10dif_pclmul videobuf2_vmalloc 
videobuf2_memops videobuf2_v4l2 videobuf2_core crc32_pclmul btusb 
ghash_clmulni_intel videodev btrtl snd_seq_device btbcm btintel snd_timer 
intel_cstate media bluetooth snd cfg80211 intel_rapl_perf soundcore
 ecdh_generic psmouse sdhci_pci alx mdio sdhci i2c_i801 mei_me mei intel_hid 
sparse_keymap shpchp acpi_pad wmi sch_fq_codel parport_pc ppdev lp parport 
ip_tables x_tables autofs4 dm_crypt nvidia_drm(POE) nvidia_modeset(POE) 
nvidia(POE) aesni_intel aes_x86_64 crypto_simd
[   22.208598]  cryptd glue_helper drm_kms_helper syscopyarea sysfillrect 
input_leds sysimgblt fb_sys_fops serio_raw drm ahci ipmi_devintf libahci 
ipmi_msghandler video mac_hid
[   22.208604] CPU: 4 PID: 767 Comm: modprobe Tainted: P   OE
4.15.0-43-generic #46-Ubuntu
[   22.208605] Hardware name: Notebook P7xxTM1/P7xxTM1, 
BIOS 1.07.17 12/07/2018
[   22.208610] RIP: 0010:iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi]
[   22.208610] RSP: 0018:b7fb43ccf8a8 EFLAGS: 00010286
[   22.208612] RAX: dead0200 RBX: 99b9b8280078 RCX: e4b2e1c6ab60
[   22.208612] RDX: 99b9b38b61a8 RSI:  RDI: 99b9b8280078
[   22.208613] RBP: b7fb43ccf8e8 R08: 99b9b38b61a8 R09: 007690c8
[   22.208614] R10:  R11: 99b9b8280050 R12: 99b9b828
[   22.208614] R13: 99b9b38b0018 R14: e4b2e1c6a980 R15: 99b9b38b61d0
[   22.208615] FS:  7fb8c9ec9540() GS:99b9be30() 
knlGS:
[   22.208616] CS:  0010 DS:  ES:  CR0: 80050033
[   22.208617] CR2: 7f9440284648 CR3: 000873844001 CR4: 003606e0
[   22.208618] DR0:  DR1:  DR2: 
[   22.208619] DR3:  DR6: fffe0ff0 DR7: 0400
[   22.208619] Call Trace:
[   22.208623]  _iwl_pcie_rx_init+0x252/0x710 [iwlwifi]
[   22.208626]  iwl_pcie_rx_init+0x2d/0x3c0 [iwlwifi]
[   22.208631]  ? iwl_mvm_nic_config+0xeb/0x120 [iwlmvm]
[   22.208635]  iwl_trans_pcie_start_fw+0x2a1/0x6c0 [iwlwifi]
[   22.208639]  iwl_mvm_load_ucode_wait_alive+0xec/0x2b0 [iwlmvm]
[   22.208640]  ? 0xc198e000
[   22.208644]  iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
[   22.208647]  ? iwl_run_init_mvm_ucode+0x8e/0x330 [iwlmvm]
[   22.208650]  ? iwl_wait_init_complete+0x20/0x20 [iwlmvm]
[   22.208654]  iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
[   22.208657]  ? iwl_op_mode_mvm_start+0x649/0x920 [iwlmvm]
[   22.208660]  _iwl_op_mode_start.isra.10+0x4c/0xa0 [iwlwifi]
[   22.208663]  iwl_opmode_register+0x75/0xe0 [iwlwifi]
[   22.208664]  ? 0xc19e8000
[   22.208668]  iwl_mvm_init+0x38/0x1000 [iwlmvm]
[   22.208671]  do_one_initcall+0x52/0x19f
[   22.208672]  ? _cond_resched+0x19/0x40
[   22.208674]  ? kmem_cache_alloc_trace+0xa6/0x1b0
[   22.208676]  ? do_init_module+0x27/0x209
[   22.208678]  do_init_module+0x5f/0x209
[   22.208679]  load_module+0x191e/0x1f10
[   22.208681]  ? ima_post_read_file+0x96/0xa0
[   22.208682]  SYSC_finit_module+0xfc/0x120
[   22.208683]  ? SYSC_finit_module+0xfc/0x120
[   22.208685]  SyS_finit_module+0xe/0x10
[   22.208686]  do_syscall_64+0x73/0x130
[   22.208688]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[   22.208689] RIP: 0033:0x7fb8c99ef839
[   22.208690] RSP: 002b:7ffecf171ea8 EFLAGS: 0246 ORIG_RAX: 
0139
[   22.208691] RAX: ffda RBX: 55c40d7462f0 RCX: 7fb8c99ef839
[   22.208691] RDX:  RSI: 55c40c09cd2e RDI: 0001
[   22.208692] RBP: 55c40c09cd2e R08:  R09: 
[   22.208693] R10: 0001 R11: 0246 R12: 
[   22.208693] R13: 55c40d746420 R14: 0004 R15: 55c40d7462f0
[   22.208694] Code: 7c 24 50 48 89 df c6 07 00 0f 1f 40 00 41 8b b5 e4 8e 00 
00 4c 89 f7 e8 bf c0 f7 f9 48 83 c4 18 5b 41 5c 41 5d 41 5e 41 5f 5d c3 <0f> 0b 
c6 07 00 0f 1f 40 00 48 83 c4 18 5b 41 5c 41 5d 41 5e 41 
[   22.208711] RIP: iwl_pcie_rxq_alloc_rbs+0x1d0/0x1f0 [iwlwifi] RSP: 
b7fb43ccf8a8
[   22.208713] ---[ end trace 29eacbf9910826cb ]---


Tested 4.16.4 and 4.19.11 from mainline kernel ppa and found 4.19.11 working.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 

[Kernel-packages] [Bug 1809630] Re: seccomp in ubuntu_kernel_selftest failed on B s390x KVM

2018-12-23 Thread Po-Hsu Lin
** Also affects: ubuntu-kernel-tests
   Importance: Undecided
   Status: New

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

Title:
  seccomp in ubuntu_kernel_selftest failed on B s390x KVM

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  There are 7 test cases failed in secomp_bpf test, and this can be
  reproduced with test suites from the upstream:

  [ RUN  ] TRACE_syscall.ptrace_syscall_dropped
  TRACE_syscall.ptrace_syscall_dropped: Test failed at step #159
  [ FAIL ] TRACE_syscall.ptrace_syscall_dropped

  [ RUN  ] TRACE_syscall.syscall_dropped
  TRACE_syscall.syscall_dropped: Test failed at step #2
  [ FAIL ] TRACE_syscall.syscall_dropped

  [ RUN  ] TRACE_syscall.skip_after_RET_TRACE
  seccomp_bpf.c:1884:TRACE_syscall.skip_after_RET_TRACE:Expected -1 
(18446744073709551615) == syscall(20) (14184)
  seccomp_bpf.c:1885:TRACE_syscall.skip_after_RET_TRACE:Expected 1 (1) == 
(*__errno_location ()) (0)
  TRACE_syscall.skip_after_RET_TRACE: Test failed at step #12
  [ FAIL ] TRACE_syscall.skip_after_RET_TRACE

  [ RUN  ] TRACE_syscall.kill_after_RET_TRACE
  TRACE_syscall.kill_after_RET_TRACE: Test exited normally instead of by signal 
(code: 0)
  [ FAIL ] TRACE_syscall.kill_after_RET_TRACE

  [ RUN  ] TRACE_syscall.skip_after_ptrace
  seccomp_bpf.c:1946:TRACE_syscall.skip_after_ptrace:Expected -1 
(18446744073709551615) == syscall(20) (14184)
  seccomp_bpf.c:1947:TRACE_syscall.skip_after_ptrace:Expected 1 (1) == 
(*__errno_location ()) (0)
  TRACE_syscall.skip_after_ptrace: Test failed at step #15
  [ FAIL ] TRACE_syscall.skip_after_ptrace

  [ RUN  ] TRACE_syscall.kill_after_ptrace
  TRACE_syscall.kill_after_ptrace: Test exited normally instead of by signal 
(code: 0)
  [ FAIL ] TRACE_syscall.kill_after_ptrace

  
  [ RUN  ] global.get_metadata
  seccomp_bpf.c:2913:global.get_metadata:Expected sizeof(md) (16) == 
ptrace(0x420d, pid, sizeof(md), ) (18446744073709551615)
  global.get_metadata: Test terminated by assertion
  [ FAIL ] global.get_metadata

  
  Please find the complete test report here:
  https://pastebin.ubuntu.com/p/tfmVypShtX/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic s390x
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: s390x
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Mon Dec 24 03:33:04 2018
  HibernationDevice: RESUME=UUID=caaee9b2-6bc1-4c8e-b26c-69038c092091
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcFB: Error: [Errno 2] No such file or directory: '/proc/fb'
  ProcKernelCmdLine: root=UUID=c7d7bbcb-a039-4ead-abfe-7672dea0add4 
crashkernel=196M
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1809630/+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 1809630] Missing required logs.

2018-12-23 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1809630

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => 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/1809630

Title:
  seccomp in ubuntu_kernel_selftest failed on B s390x KVM

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  There are 7 test cases failed in secomp_bpf test, and this can be
  reproduced with test suites from the upstream:

  [ RUN  ] TRACE_syscall.ptrace_syscall_dropped
  TRACE_syscall.ptrace_syscall_dropped: Test failed at step #159
  [ FAIL ] TRACE_syscall.ptrace_syscall_dropped

  [ RUN  ] TRACE_syscall.syscall_dropped
  TRACE_syscall.syscall_dropped: Test failed at step #2
  [ FAIL ] TRACE_syscall.syscall_dropped

  [ RUN  ] TRACE_syscall.skip_after_RET_TRACE
  seccomp_bpf.c:1884:TRACE_syscall.skip_after_RET_TRACE:Expected -1 
(18446744073709551615) == syscall(20) (14184)
  seccomp_bpf.c:1885:TRACE_syscall.skip_after_RET_TRACE:Expected 1 (1) == 
(*__errno_location ()) (0)
  TRACE_syscall.skip_after_RET_TRACE: Test failed at step #12
  [ FAIL ] TRACE_syscall.skip_after_RET_TRACE

  [ RUN  ] TRACE_syscall.kill_after_RET_TRACE
  TRACE_syscall.kill_after_RET_TRACE: Test exited normally instead of by signal 
(code: 0)
  [ FAIL ] TRACE_syscall.kill_after_RET_TRACE

  [ RUN  ] TRACE_syscall.skip_after_ptrace
  seccomp_bpf.c:1946:TRACE_syscall.skip_after_ptrace:Expected -1 
(18446744073709551615) == syscall(20) (14184)
  seccomp_bpf.c:1947:TRACE_syscall.skip_after_ptrace:Expected 1 (1) == 
(*__errno_location ()) (0)
  TRACE_syscall.skip_after_ptrace: Test failed at step #15
  [ FAIL ] TRACE_syscall.skip_after_ptrace

  [ RUN  ] TRACE_syscall.kill_after_ptrace
  TRACE_syscall.kill_after_ptrace: Test exited normally instead of by signal 
(code: 0)
  [ FAIL ] TRACE_syscall.kill_after_ptrace

  
  [ RUN  ] global.get_metadata
  seccomp_bpf.c:2913:global.get_metadata:Expected sizeof(md) (16) == 
ptrace(0x420d, pid, sizeof(md), ) (18446744073709551615)
  global.get_metadata: Test terminated by assertion
  [ FAIL ] global.get_metadata

  
  Please find the complete test report here:
  https://pastebin.ubuntu.com/p/tfmVypShtX/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic s390x
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: s390x
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Mon Dec 24 03:33:04 2018
  HibernationDevice: RESUME=UUID=caaee9b2-6bc1-4c8e-b26c-69038c092091
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcFB: Error: [Errno 2] No such file or directory: '/proc/fb'
  ProcKernelCmdLine: root=UUID=c7d7bbcb-a039-4ead-abfe-7672dea0add4 
crashkernel=196M
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1809630/+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 1518408] Re: Interrupt audio on bluetooth headset when wifi is on

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

** Changed in: broadcom-sta (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Interrupt audio on bluetooth headset when wifi is on

Status in bcmwl package in Ubuntu:
  Expired
Status in broadcom-sta package in Ubuntu:
  Expired

Bug description:
  When WiFi and Bluetooth is on, this have conflict!
  Sound on bluetooth headset is interrupted, ping is high.
  In syslog:
  Nov 20 20:28:22 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 3939657 us (= 694952 bytes) in audio stream
  Nov 20 20:28:30 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 90008 us (= 15876 bytes) in audio stream
  Nov 20 20:28:33 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 1229297 us (= 216844 bytes) in audio stream
  Nov 20 20:28:36 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 1114638 us (= 196620 bytes) in audio stream
  Nov 20 20:28:47 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 888216 us (= 156680 bytes) in audio stream
  Nov 20 20:28:51 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 1772705 us (= 312704 bytes) in audio stream
  Chip Broadcom 43142 Combo with Bluetooth (ID 04ca:2009 Lite-On Technology 
Corp. )

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu7
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Nov 20 20:55:20 2015
  InstallationDate: Installed on 2015-11-20 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1518408/+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 1518408] Re: Interrupt audio on bluetooth headset when wifi is on

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

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

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

Title:
  Interrupt audio on bluetooth headset when wifi is on

Status in bcmwl package in Ubuntu:
  Expired
Status in broadcom-sta package in Ubuntu:
  Expired

Bug description:
  When WiFi and Bluetooth is on, this have conflict!
  Sound on bluetooth headset is interrupted, ping is high.
  In syslog:
  Nov 20 20:28:22 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 3939657 us (= 694952 bytes) in audio stream
  Nov 20 20:28:30 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 90008 us (= 15876 bytes) in audio stream
  Nov 20 20:28:33 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 1229297 us (= 216844 bytes) in audio stream
  Nov 20 20:28:36 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 1114638 us (= 196620 bytes) in audio stream
  Nov 20 20:28:47 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 888216 us (= 156680 bytes) in audio stream
  Nov 20 20:28:51 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 1772705 us (= 312704 bytes) in audio stream
  Chip Broadcom 43142 Combo with Bluetooth (ID 04ca:2009 Lite-On Technology 
Corp. )

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu7
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Nov 20 20:55:20 2015
  InstallationDate: Installed on 2015-11-20 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1518408/+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 1809630] [NEW] seccomp in ubuntu_kernel_selftest failed on B s390x KVM

2018-12-23 Thread Po-Hsu Lin
Public bug reported:

There are 7 test cases failed in secomp_bpf test, and this can be
reproduced with test suites from the upstream:

[ RUN  ] TRACE_syscall.ptrace_syscall_dropped
TRACE_syscall.ptrace_syscall_dropped: Test failed at step #159
[ FAIL ] TRACE_syscall.ptrace_syscall_dropped

[ RUN  ] TRACE_syscall.syscall_dropped
TRACE_syscall.syscall_dropped: Test failed at step #2
[ FAIL ] TRACE_syscall.syscall_dropped

[ RUN  ] TRACE_syscall.skip_after_RET_TRACE
seccomp_bpf.c:1884:TRACE_syscall.skip_after_RET_TRACE:Expected -1 
(18446744073709551615) == syscall(20) (14184)
seccomp_bpf.c:1885:TRACE_syscall.skip_after_RET_TRACE:Expected 1 (1) == 
(*__errno_location ()) (0)
TRACE_syscall.skip_after_RET_TRACE: Test failed at step #12
[ FAIL ] TRACE_syscall.skip_after_RET_TRACE

[ RUN  ] TRACE_syscall.kill_after_RET_TRACE
TRACE_syscall.kill_after_RET_TRACE: Test exited normally instead of by signal 
(code: 0)
[ FAIL ] TRACE_syscall.kill_after_RET_TRACE

[ RUN  ] TRACE_syscall.skip_after_ptrace
seccomp_bpf.c:1946:TRACE_syscall.skip_after_ptrace:Expected -1 
(18446744073709551615) == syscall(20) (14184)
seccomp_bpf.c:1947:TRACE_syscall.skip_after_ptrace:Expected 1 (1) == 
(*__errno_location ()) (0)
TRACE_syscall.skip_after_ptrace: Test failed at step #15
[ FAIL ] TRACE_syscall.skip_after_ptrace

[ RUN  ] TRACE_syscall.kill_after_ptrace
TRACE_syscall.kill_after_ptrace: Test exited normally instead of by signal 
(code: 0)
[ FAIL ] TRACE_syscall.kill_after_ptrace


[ RUN  ] global.get_metadata
seccomp_bpf.c:2913:global.get_metadata:Expected sizeof(md) (16) == 
ptrace(0x420d, pid, sizeof(md), ) (18446744073709551615)
global.get_metadata: Test terminated by assertion
[ FAIL ] global.get_metadata


Please find the complete test report here:
https://pastebin.ubuntu.com/p/tfmVypShtX/

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-43-generic 4.15.0-43.46
ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
Uname: Linux 4.15.0-43-generic s390x
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: 
ls: cannot access '/dev/snd/': No such file or directory
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: s390x
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord'
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Date: Mon Dec 24 03:33:04 2018
HibernationDevice: RESUME=UUID=caaee9b2-6bc1-4c8e-b26c-69038c092091
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
Lspci:
 
Lsusb: Error: command ['lsusb'] failed with exit code 1:
PciMultimedia:
 
ProcFB: Error: [Errno 2] No such file or directory: '/proc/fb'
ProcKernelCmdLine: root=UUID=c7d7bbcb-a039-4ead-abfe-7672dea0add4 
crashkernel=196M
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-43-generic N/A
 linux-backports-modules-4.15.0-43-generic  N/A
 linux-firmware 1.173.3
RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug bionic s390x

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

Title:
  seccomp in ubuntu_kernel_selftest failed on B s390x KVM

Status in linux package in Ubuntu:
  New

Bug description:
  There are 7 test cases failed in secomp_bpf test, and this can be
  reproduced with test suites from the upstream:

  [ RUN  ] TRACE_syscall.ptrace_syscall_dropped
  TRACE_syscall.ptrace_syscall_dropped: Test failed at step #159
  [ FAIL ] TRACE_syscall.ptrace_syscall_dropped

  [ RUN  ] TRACE_syscall.syscall_dropped
  TRACE_syscall.syscall_dropped: Test failed at step #2
  [ FAIL ] TRACE_syscall.syscall_dropped

  [ RUN  ] TRACE_syscall.skip_after_RET_TRACE
  seccomp_bpf.c:1884:TRACE_syscall.skip_after_RET_TRACE:Expected -1 
(18446744073709551615) == syscall(20) (14184)
  seccomp_bpf.c:1885:TRACE_syscall.skip_after_RET_TRACE:Expected 1 (1) == 
(*__errno_location ()) (0)
  TRACE_syscall.skip_after_RET_TRACE: Test failed at step #12
  [ FAIL ] TRACE_syscall.skip_after_RET_TRACE

  [ RUN  ] TRACE_syscall.kill_after_RET_TRACE
  TRACE_syscall.kill_after_RET_TRACE: Test exited normally instead of by signal 
(code: 0)
  [ FAIL ] TRACE_syscall.kill_after_RET_TRACE

  [ RUN  ] TRACE_syscall.skip_after_ptrace
  seccomp_bpf.c:1946:TRACE_syscall.skip_after_ptrace:Expected -1 
(18446744073709551615) == syscall(20) (14184)
  seccomp_bpf.c:1947:TRACE_syscall.skip_after_ptrace:Expected 1 (1) == 
(*__errno_location ()) (0)
  TRACE_syscall.skip_after_ptrace: Test failed at step 

[Kernel-packages] [Bug 159356] Re: When DMA is disabled system freeze on high memory usage

2018-12-23 Thread jecks
The patch was never merged. The big was closed because there was an improvement 
in 4.17.5, and it seems like many reports like these are just closed, and never 
fixed. This issue still very much exists in 4.19. 
Some observations:
This issue gets more apparent when you have less physical memory (system less 
likely to unfreeze)
If you have a full swap drive, and full ram, system freezes to it is force 
rebooted 
If your memory is full, occasionally the system will not freezeㅋ
If the system is swapping when not frozen, it writes more to swap then when it 
is frozen.
If swap is being used, logging in is very slow after waking computer up. 
(Important processes are being swapped out)
Linux OOM killer is most likely not doing its job.
Windows and MacOS does not freeze when using swap. What is the difference with 
Linux.

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

Title:
  When DMA is disabled system freeze on high memory usage

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I run a batch matlab job server here at my lab, running Dapper 6.06 (for the 
LTS). One of the users has submitted a very memory-consuming job, which 
successfully crashes the server. Upon closer inspection, the crash happens like 
this:
  1. I run matlab with the given file (as an ordinary, unpriveleged user)
  2. RAM usage quickly fills up
  3. Once the RAM meter hits 100%, the system freezes: All SSH connections 
freeze up, and while switching VTs directly on the machine works, no new 
processes run - so one can't log in, or do anything if he is logged in. 
(Sometimes typing doesn't work at all)

  Note that the swap - while 7 gigs of it are available - is never used.
  (The machine has 7 gigs of RAM as well)

  I've tried the same on my Gutsy 32-bit box, and there was no system
  freezeup - matlab simply notified that the system was out of memory.
  However, it did this once memory was 100% in use - and still, swap
  didn't get used at all! (Though it is mounted correctly and shows up
  in "top" and "free").

  So first thing's first - I'd like to eliminate the crash issue. I
  suppose I could switch the server to 32-bit, but I think that would be
  a performance loss, considering that it does a lot of heavy
  computation. There is no reason, however, that this should happen on a
  64-bit machine anyway. Why does it?

  WORKAROUND: Enabling DMA in the BIOS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/+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 159356] Re: When DMA is disabled system freeze on high memory usage

2018-12-23 Thread jecks
*bug

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

Title:
  When DMA is disabled system freeze on high memory usage

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I run a batch matlab job server here at my lab, running Dapper 6.06 (for the 
LTS). One of the users has submitted a very memory-consuming job, which 
successfully crashes the server. Upon closer inspection, the crash happens like 
this:
  1. I run matlab with the given file (as an ordinary, unpriveleged user)
  2. RAM usage quickly fills up
  3. Once the RAM meter hits 100%, the system freezes: All SSH connections 
freeze up, and while switching VTs directly on the machine works, no new 
processes run - so one can't log in, or do anything if he is logged in. 
(Sometimes typing doesn't work at all)

  Note that the swap - while 7 gigs of it are available - is never used.
  (The machine has 7 gigs of RAM as well)

  I've tried the same on my Gutsy 32-bit box, and there was no system
  freezeup - matlab simply notified that the system was out of memory.
  However, it did this once memory was 100% in use - and still, swap
  didn't get used at all! (Though it is mounted correctly and shows up
  in "top" and "free").

  So first thing's first - I'd like to eliminate the crash issue. I
  suppose I could switch the server to 32-bit, but I think that would be
  a performance loss, considering that it does a lot of heavy
  computation. There is no reason, however, that this should happen on a
  64-bit machine anyway. Why does it?

  WORKAROUND: Enabling DMA in the BIOS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/+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 159356] Re: When DMA is disabled system freeze on high memory usage

2018-12-23 Thread jecks
Please post your kernel versions, and maybe inxi if you expierience
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/159356

Title:
  When DMA is disabled system freeze on high memory usage

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I run a batch matlab job server here at my lab, running Dapper 6.06 (for the 
LTS). One of the users has submitted a very memory-consuming job, which 
successfully crashes the server. Upon closer inspection, the crash happens like 
this:
  1. I run matlab with the given file (as an ordinary, unpriveleged user)
  2. RAM usage quickly fills up
  3. Once the RAM meter hits 100%, the system freezes: All SSH connections 
freeze up, and while switching VTs directly on the machine works, no new 
processes run - so one can't log in, or do anything if he is logged in. 
(Sometimes typing doesn't work at all)

  Note that the swap - while 7 gigs of it are available - is never used.
  (The machine has 7 gigs of RAM as well)

  I've tried the same on my Gutsy 32-bit box, and there was no system
  freezeup - matlab simply notified that the system was out of memory.
  However, it did this once memory was 100% in use - and still, swap
  didn't get used at all! (Though it is mounted correctly and shows up
  in "top" and "free").

  So first thing's first - I'd like to eliminate the crash issue. I
  suppose I could switch the server to 32-bit, but I think that would be
  a performance loss, considering that it does a lot of heavy
  computation. There is no reason, however, that this should happen on a
  64-bit machine anyway. Why does it?

  WORKAROUND: Enabling DMA in the BIOS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/+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 1809624] Missing required logs.

2018-12-23 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1809624

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => 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/1809624

Title:
  net test in ubuntu_kernel_selftest failed on B s390x KVM

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Verified with the testing tool in the upstream kernel, this issue can
  be reproduced with it.

   not ok 1..4 selftests:  reuseport_dualstack [FAIL]
   selftests: reuseaddr_conflict

  Please find the complete test report here:
  https://pastebin.ubuntu.com/p/3sRh6Nr9KR/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic s390x
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: s390x
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Mon Dec 24 03:10:49 2018
  HibernationDevice: RESUME=UUID=caaee9b2-6bc1-4c8e-b26c-69038c092091
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcFB: Error: [Errno 2] No such file or directory: '/proc/fb'
  ProcKernelCmdLine: root=UUID=c7d7bbcb-a039-4ead-abfe-7672dea0add4 
crashkernel=196M
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1809624/+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 1809624] [NEW] net test in ubuntu_kernel_selftest failed on B s390x KVM

2018-12-23 Thread Po-Hsu Lin
Public bug reported:

Verified with the testing tool in the upstream kernel, this issue can be
reproduced with it.

 not ok 1..4 selftests:  reuseport_dualstack [FAIL]
 selftests: reuseaddr_conflict

Please find the complete test report here:
https://pastebin.ubuntu.com/p/3sRh6Nr9KR/

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-43-generic 4.15.0-43.46
ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
Uname: Linux 4.15.0-43-generic s390x
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: 
ls: cannot access '/dev/snd/': No such file or directory
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: s390x
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord'
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Date: Mon Dec 24 03:10:49 2018
HibernationDevice: RESUME=UUID=caaee9b2-6bc1-4c8e-b26c-69038c092091
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
Lspci:
 
Lsusb: Error: command ['lsusb'] failed with exit code 1:
PciMultimedia:
 
ProcFB: Error: [Errno 2] No such file or directory: '/proc/fb'
ProcKernelCmdLine: root=UUID=c7d7bbcb-a039-4ead-abfe-7672dea0add4 
crashkernel=196M
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-43-generic N/A
 linux-backports-modules-4.15.0-43-generic  N/A
 linux-firmware 1.173.3
RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-kernel-tests
 Importance: Undecided
 Status: New

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


** Tags: apport-bug bionic s390x

** Also affects: ubuntu-kernel-tests
   Importance: Undecided
   Status: New

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

Title:
  net test in ubuntu_kernel_selftest failed on B s390x KVM

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Verified with the testing tool in the upstream kernel, this issue can
  be reproduced with it.

   not ok 1..4 selftests:  reuseport_dualstack [FAIL]
   selftests: reuseaddr_conflict

  Please find the complete test report here:
  https://pastebin.ubuntu.com/p/3sRh6Nr9KR/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic s390x
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: s390x
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Mon Dec 24 03:10:49 2018
  HibernationDevice: RESUME=UUID=caaee9b2-6bc1-4c8e-b26c-69038c092091
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcFB: Error: [Errno 2] No such file or directory: '/proc/fb'
  ProcKernelCmdLine: root=UUID=c7d7bbcb-a039-4ead-abfe-7672dea0add4 
crashkernel=196M
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1809624/+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 1809439] Re: cpu_hot_plug test in ubuntu_kernel_selftest failed on B s390x KVM

2018-12-23 Thread Po-Hsu Lin
Verified with the test suite upstream, this issue still exist.

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

Title:
  cpu_hot_plug test in ubuntu_kernel_selftest failed on B s390x KVM

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  $ sudo make -C linux/tools/testing/selftests TARGETS=cpu-hotplug run_tests
  make: Entering directory '/home/ubuntu/src/linux/tools/testing/selftests'
  make[1]: Entering directory 
'/home/ubuntu/src/linux/tools/testing/selftests/cpu-hotplug'
  make[1]: Nothing to be done for 'all'.
  make[1]: Leaving directory 
'/home/ubuntu/src/linux/tools/testing/selftests/cpu-hotplug'
  make[1]: Entering directory 
'/home/ubuntu/src/linux/tools/testing/selftests/cpu-hotplug'
  TAP version 13
  selftests: cpu-on-off-test.sh
  
  pid 18238's current affinity mask: 3
  pid 18238's new affinity mask: 1
  CPU online/offline summary:
 Cpus in online state: 0-1
 Cpus in offline state: 2
  Limited scope test: one hotplug cpu
 (leaves cpu in the original state):
 online to offline to online: cpu 1
 offline to online to offline: cpu 2
  ./cpu-on-off-test.sh: line 85: /sys/devices/system/cpu/cpu2/online: No such 
file or directory
  online_cpu_expect_success 2: unexpected fail
  not ok 1..1 selftests:  cpu-on-off-test.sh [FAIL]
  make[1]: Leaving directory 
'/home/ubuntu/src/linux/tools/testing/selftests/cpu-hotplug'
  make: Leaving directory '/home/ubuntu/src/linux/tools/testing/selftests'

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic s390x
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: s390x
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  CurrentDmesg:
   
  Date: Fri Dec 21 10:38:05 2018
  HibernationDevice: RESUME=UUID=caaee9b2-6bc1-4c8e-b26c-69038c092091
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcFB: Error: [Errno 2] No such file or directory: '/proc/fb'
  ProcKernelCmdLine: root=UUID=c7d7bbcb-a039-4ead-abfe-7672dea0add4 
crashkernel=196M
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-43-generic N/A
   linux-backports-modules-4.15.0-43-generic  N/A
   linux-firmware 1.173.2
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1809439/+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 1775230] Re: [TP-LINK TL-WN722N v1] Plugging USB device in causes stack traces + 100% CPU

2018-12-23 Thread Christopher M. Penalver
** Tags removed: kernel-bug-exists-upstream
** Tags added: needs-upstream-testing

** Changed in: linux (Ubuntu)
   Status: Triaged => 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/1775230

Title:
  [TP-LINK TL-WN722N v1] Plugging USB device in causes stack traces +
  100% CPU

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello.

  Running Ubuntu 18.04 (4.15.0-22-generic), after plugging my TP-LINK
  TL-WN722N into the USB port, the CPU usage goes to 100%, and there are
  multiple reports of "stack traces" in dmesg.

  The attached snippet repeats multiple consecutive times in the dmesg
  output (albeit with a different trace id).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1775230/+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 1775772] Re: Atheros Wireless ath9k random segmentation fault ath9k_cmn_rx_skb_postprocess+0x4b/0x130 [ath9k_common]

2018-12-23 Thread Christopher M. Penalver
** Tags removed: kernel-bug-exists-upstream
** Tags added: needs-upstream-testing

** Changed in: linux (Ubuntu)
   Status: Triaged => 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/1775772

Title:
  Atheros Wireless ath9k random segmentation fault
  ath9k_cmn_rx_skb_postprocess+0x4b/0x130 [ath9k_common]

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello, I got random segmentation fault on my Wireless card Atheros QCA9565 / 
AR9565 here I also attached dmesg and another logs.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CRDA:
   global
   country 98: DFS-UNSET
(2402 - 2472 @ 20), (N/A, 20), (N/A)
(5735 - 5815 @ 20), (N/A, 23), (N/A)
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-04-14 (64 days ago)
  InstallationMedia: Kubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20369
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-generic 
root=UUID=a14e83f1-8214-4bdd-a01d-d6cebd312997 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-23-generic N/A
   linux-backports-modules-4.15.0-23-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-04-27 (50 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ACN29WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 4A2
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G40-70
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ACN29WW:bd10/20/2014:svnLENOVO:pn20369:pvrLenovoG40-70:rvnLENOVO:rnLancer4A2:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG40-70:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20369
  dmi.product.version: Lenovo G40-70
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1775772/+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 1550779] Re: [i915]] *ERROR* CPU pipe A FIFO underrun - Xorg glitches

2018-12-23 Thread Christopher M. Penalver
Hubert Hesse, to confirm this is resolved for you in Ubuntu, could you
please either upgrade your 16.04 enablement stack as per
https://wiki.ubuntu.com/Kernel/LTSEnablementStack or test
http://cdimage.ubuntu.com/daily-live/current/ and advise to the results?

** Tags removed: bios-outdated-1.42
** Tags added: bios-outdated-1.46

** Summary changed:

- [i915]] *ERROR* CPU pipe A FIFO underrun - Xorg glitches
+ [Lenovo ThinkPad X220] *ERROR* CPU pipe A FIFO underrun - Xorg glitches

** Attachment removed: "shaju personal.ods"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1550779/+attachment/5224082/+files/shaju%20personal.ods

** Attachment removed: "Syslog from my failed attempt to log in."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1550779/+attachment/4740111/+files/syslog.error

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

Title:
  [Lenovo ThinkPad X220] *ERROR* CPU pipe A FIFO underrun - Xorg
  glitches

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Upgraded linux-image-extra-4.2.0-30-generic I see graphic glitches,
  looks like the graphic buffer gets screwed up

  - funny repetition's patterns  (back in time glitches)
  - black screen (<1sec)
  - graphic errors  

  I can influence the severity of the issue with switching windows and
  using certain programs, e.g. Google Maps in chrome causes this issue
  reproducibly

  dmesg  | grep i915
  [2.726864] [drm] Initialized i915 1.6.0 20150522 for :00:02.0 on 
minor 0
  [2.792005] [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit 
banging on pin 5
  [3.471092] i915 :00:02.0: fb0: inteldrmfb frame buffer device
  [3.471093] i915 :00:02.0: registered panic notifier
  [9.573129] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU 
pipe A FIFO underrun
  [9.574847] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* 
uncleared pch fifo underrun on pch transcoder A
  [9.574895] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH 
transcoder A FIFO underrun

  linux-image-extra-4.2.0-27-generic works find

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-30.36-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  BootLog:
   
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Sat Feb 27 20:26:07 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.14, 4.2.0-27-generic, x86_64: installed
   virtualbox, 5.0.14, 4.2.0-30-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21da]
  InstallationDate: Installed on 2016-02-11 (15 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 42912XG
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.2.0-30-generic 
root=UUID=cb34d7bb-9316-49b3-aa94-4e2a3512168f ro rootflags=subvol=@ noprompt 
quiet
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET69WW (1.39 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42912XG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET69WW(1.39):bd07/18/2013:svnLENOVO:pn42912XG:pvrThinkPadX220:rvnLENOVO:rn42912XG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42912XG
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3

[Kernel-packages] [Bug 1440174] Re: [Dell Inspiron 3847] USB devices don't work with kernel 3.13.0-48-generic

2018-12-23 Thread Christopher M. Penalver
Joseph, to confirm this is already resolved in Ubuntu, could you please
test for this via http://cdimage.ubuntu.com/daily-live/current/ and
advise to the results?

** Summary changed:

- Keyboard and Mouse don't work with latest Kernel
+ [Dell Inspiron 3847] USB devices don't work with kernel 3.13.0-48-generic

** Tags removed: latest-bios-a04
** Tags added: bios-outdated-a10

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

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

Title:
  [Dell Inspiron 3847] USB devices don't work with kernel
  3.13.0-48-generic

Status in linux package in Ubuntu:
  Expired

Bug description:
  1)
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  2) Linux / The kernel

  3) I expected my usb devices to work on the login page

  4) They don't work :)

  ...

  Upon the upgrade to kernel 3.13.0-48-generic my USB devices don't
  work, so when I did a normal launch of my computer, I could not sign
  into it since my usb devices were not working.

  I was able to sign and and use my computer as normal when I revert to
  kernel 3.13.0-46-generic.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-46-generic 3.13.0-46.79
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr  3 13:06:36 2015
  HibernationDevice: RESUME=UUID=ae54d2d5-4931-4fcc-8996-aa3adf03cbb6
  InstallationDate: Installed on 2015-01-01 (92 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Inspiron 3847
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=32967a77-1e86-4f47-abfd-a3b98a6e9af6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-46-generic N/A
   linux-backports-modules-3.13.0-46-generic  N/A
   linux-firmware 1.127.11
  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/03/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 088DT1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/03/2014:svnDellInc.:pnInspiron3847:pvr:rvnDellInc.:rn088DT1:rvrA01:cvnDellInc.:ct3:cvr:
  dmi.product.name: Inspiron 3847
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1440174/+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 1756311] Re: fstrim and discard operations take too long to complete

2018-12-23 Thread Jan-Jonas Sämann
Happens to me randomly, I think scheduled by the systemd timer. When
fstrim is called on the root mount it instant hangs the entire system
forever. Mouse and keyboard do respond but anything requiring disk
access wont be accessible anmore.

iotop is showing fstrim stuck on 100% IO at 0KB/s read and 0KB/s write.

I have a Kingston SHFS37A SSD, / is ext4.

** Attachment added: "strace output of hanging fstrim"
   
https://bugs.launchpad.net/ubuntu/+source/linux-aws/+bug/1756311/+attachment/5224553/+files/fstrim.log

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

Title:
  fstrim and discard operations take too long to complete

Status in linux-aws package in Ubuntu:
  Confirmed

Bug description:
  1-) Ubuntu Release : Ubuntu 14.04.5 LTS

  2-) linux-image-3.13.0-143-generic and linux-image-4.4.0-1014-aws

  3-) mkfs.xfs and fstrim -v on a raid0 array using nvme and md should
  not take more than some seconds to complete.

  4-) Formating the raid0 array with xfs took around 2 hours. Running
  fstrim -v on the mount point mounted on top of the raid array took
  around 2 hours.

  How to reproduce the issue:

  - Launch an i3.4xlarge instance on Amazon AWS using an Ubuntu 14.04.5 AMI ( 
ami-78d2be01 on EU-WEST-1 ), this will generate an instance with one 8Gb EBS 
root volume and two 1.9T SSD drives that are presented to the instance using 
the nvme driver.
  - Compose a raid0 array with the following command :

   # mdadm --create --verbose --level=0 /dev/md0 --raid-devices=2
  /dev/nvme0n1 /dev/nvme1n1

  - When trying to format the raid0 array ( /dev/md0 ) using xfs it
  takes around 2 hours to complete. I tried other AMIs like RHEL7,
  CentOS7 and Ubuntu 18.04 and the time needed was around 2 seconds.

  root@ip-172-31-30-133:~# time mkfs.xfs /dev/md0

  real120m45.725s
  user0m0.000s
  sys 0m18.248s

  - Running fstrim -v on a filesystem mounted on top of /dev/md0 can
  take around 2 hours to complete. With other AMIs like RHEL7, CentOS7
  and Ubuntu 18.04 and the time needed was around 2 seconds.

  - When I try the same with any of the nvme SSD devices alone, let's
  say /dev/nvme0n1, the issue doesn't happen.

  - I tried to replicate this issue using LVM and striping, fstrim and
  mkfs.xfs, the tasks complete without taking hours :

  root@ip-172-31-27-69:~# pvcreate /dev/nvme0n1
Physical volume "/dev/nvme0n1" successfully created

  root@ip-172-31-27-69:~# pvcreate /dev/nvme1n1
Physical volume "/dev/nvme1n1" successfully created

  root@ip-172-31-27-69:~# vgcreate raid0 /dev/nvme0n1 /dev/nvme1n1
Volume group "raid0" successfully created

  root@ip-172-31-27-69:~# lvcreate --type striped --stripes 2 --extents 
100%FREE raid0 /dev/nvme0n1 /dev/nvme1n1
Using default stripesize 64.00 KiB.
Logical volume "lvol0" created.

  root@ip-172-31-27-69:~# vgchange -ay
1 logical volume(s) in volume group "raid0" now active

  root@ip-172-31-27-69:~# lvchange -ay /dev/raid0/lvol0

  root@ip-172-31-27-69:~# lvs -a /dev/raid0/lvol0
LVVGAttr   LSize Pool Origin Data%  Meta%  Move Log Cpy%Sync 
Convert
lvol0 raid0 -wi-a- 3.46t
  htop
  root@ip-172-31-27-69:~# time mkfs.xfs /dev/raid0/lvol0
  meta-data=/dev/raid0/lvol0   isize=512agcount=32, agsize=28991664 blks
   =   sectsz=512   attr=2, projid32bit=1
   =   crc=1finobt=1, sparse=0
  data =   bsize=4096   blocks=927733248, imaxpct=5
   =   sunit=16 swidth=32 blks
  naming   =version 2  bsize=4096   ascii-ci=0 ftype=1
  log  =internal log   bsize=4096   blocks=453008, version=2
   =   sectsz=512   sunit=16 blks, lazy-count=1
  realtime =none   extsz=4096   blocks=0, rtextents=0

  real0m2.926s
  user0m0.180s
  sys 0m0.000s

  
  root@ip-172-31-27-69:~# mount /dev/raid0/lvol0 /mnt

  root@ip-172-31-27-69:~# time fstrim -v /mnt
  /mnt: 3.5 TiB (3798138650624 bytes) trimmed

  real0m1.794s
  user0m0.000s
  sys 0m0.000s

  So the issue only happens when using nvme and md to compose the raid0
  array.

  Bellow follows some information that may be useful:

  started formating the md array with mkfs.xfs. Process looks hanged.

  root@ip-172-31-24-66:~# ps aux | grep -i mkfs.xfs
  root   1693 12.0  0.0  12728   968 pts/1D+   07:54   0:03 mkfs.xfs 
/dev/md0

  PID 1693 is in uninterruptible sleep ( D )

  Looking at /proc/7965/stack

  root@ip-172-31-24-66:~# cat /proc/1693/stack
  [] blkdev_issue_discard+0x232/0x2a0
  [] blkdev_ioctl+0x61d/0x7d0
  [] block_ioctl+0x41/0x50
  [] do_vfs_ioctl+0x2e3/0x4d0
  [] SyS_ioctl+0x81/0xa0
  [] system_call_fastpath+0x1a/0x1f
  [] 0x

  
  Looking at the stack, looks like it's hanged on a discard operation

  

[Kernel-packages] [Bug 1564463] Re: Joystick Dragonrise Axes confused in Ubuntu 14.04

2018-12-23 Thread Christopher M. Penalver
** Tags removed: apport-collected cosmic
** Tags added: trusty

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

Title:
  Joystick Dragonrise Axes confused in Ubuntu 14.04

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

Bug description:
  In Ubuntu 14.04 axis 2 (left-right of the right joystick) is hardly
  working.

  Its conflicting and superimposed by axis 0 (left-right of the left
  joystick)

  Axis 2 was allready behaving bad in eralier versions now its completly
  broken.

  Also jscal complains when applying stored settings from earlier ubuntu
  versions as the joystick now has 6 axes [0-5] and used to have 7, but
  this seems correct.

  The Dragonrise chip seems to be very widespread among different
  speedlink and LinQ models

  There is a related bugreport in Debian Bug-Tracker: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785606
  that makes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1564463/+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 1752437] Re: [HP ENVY x360 - 15-bq102ng] Touchscreen does not work

2018-12-23 Thread Christopher M. Penalver
Marc Rene Schädler, as per upstream
https://bugzilla.kernel.org/show_bug.cgi?id=198715#c97 a patch was
merged upstream. Hence, to confirm your issue is resolved upstream,
could you please revert any custom patched kernels, and test
https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19.8/ (no custom
patches) and advise to the results?

if resolved, then when Ubuntu 18.10 rebases to kernel 4.19 as per
https://launchpad.net/ubuntu/+source/linux you would be able to upgrade
for resolution.

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

Title:
  [HP ENVY x360 - 15-bq102ng] Touchscreen does not work

Status in linux:
  Fix Released
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The touch screen on my HP ENVY x360 15-bq102ng does not work with
  stock kernel or with mainline kernel 4.16-rc3.

  marc@snapbug:~$ xinput
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ SynPS/2 Synaptics TouchPad  id=13   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Video Bus   id=8[slave  
keyboard (3)]
  ↳ Power Buttonid=9[slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=14   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=15   [slave  
keyboard (3)]
  ↳ HP Wide Vision FHD Camera: HP I id=11   [slave  
keyboard (3)]
  ↳ HP Wide Vision FHD Camera: HP W id=10   [slave  
keyboard (3)]

  WORKAROUND: Use the patch labeled "possible fix for touchscreen" with 
4.17-rc3:
  https://bugzilla.kernel.org/attachment.cgi?id=275381

  from upstream report:
  https://bugzilla.kernel.org/show_bug.cgi?id=198715

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: xorg 1:7.7+19ubuntu3
  Uname: Linux 4.16.0-041600rc2-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  BootLog:
   No key available with this passphrase.
   /dev/mapper/nvme0n1p2_crypt: clean, 621596/15597568 files, 54013381/62389248 
blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Feb 28 22:34:50 2018
  DistUpgraded: Fresh install
  DistroCodename: artful
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:15dd] (rev c4) (prog-if 
00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:83c6]
  InstallationDate: Installed on 2018-01-16 (42 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
  MachineType: HP HP ENVY x360 Convertible 15-bq1xx
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.16.0-041600rc2-generic 
root=UUID=415eb027-1fd5-4b75-9860-5cac88a630db ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/26/2018
  dmi.bios.vendor: AMI
  dmi.bios.version: F.16
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 83C6
  dmi.board.vendor: HP
  dmi.board.version: 63.18
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAMI:bvrF.16:bd01/26/2018:svnHP:pnHPENVYx360Convertible15-bq1xx:pvr:rvnHP:rn83C6:rvr63.18:cvnHP:ct31:cvrChassisVersion:
  dmi.product.family: 103C_5335KV HP Envy
  dmi.product.name: HP ENVY x360 Convertible 15-bq1xx
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.85-4~a~padoka0
  version.libgl1-mesa-dri: libgl1-mesa-dri 1:17.3.2-0~a~padoka0
  version.libgl1-mesa-glx: libgl1-mesa-glx 1:17.3.2-0~a~padoka0
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.5-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

To manage notifications about this bug go to:

[Kernel-packages] [Bug 1792672] Re: Regression: acpi reports battery state incorrectly after sleep

2018-12-23 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Tags added: needs-upstream-testing

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

Title:
  Regression: acpi reports battery state incorrectly after sleep

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On Samsung Series 9 laptops the battery state and the charger status
  are incorrectly reported in kernel 4.15.

  This bug is a regression: it has been fixed in 2012 [1] it used to
  work fine until Linux 14.10 (included).

  Quoting Matthew McCallum from
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/971061/comments/161

  > If I disconnect power, remove the back cover, disconnect both the main 
battery and the backup battery, I am able to get power status updates (e.g. 
battery will show as charging/charged when plugged in, or just regular battery 
when not). Once I sleep, I have to repeat this process if I want the battery 
status to work again.
  >
  > `acpi -p` correctly shows the charging state, but `tlp-stat -b` does not.

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/971061/comments/159
  --- 
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gioele 1939 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=7e63a512-9a2c-4503-9bd9-ec2f74a7f029
  InstallationDate: Installed on 2017-06-24 (447 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 900X3C/900X3D/900X3E/900X4C/900X4D
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=696c5d50-d388-4d33-b14a-babf7a7359df ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.15.0-33.36~16.04.1-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.157.20
  Tags:  xenial
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/09/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P07ABK
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: NP900X3D-A03IT
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP07ABK:bd04/09/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn900X3C/900X3D/900X3E/900X4C/900X4D:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP900X3D-A03IT:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.family: ChiefRiver System
  dmi.product.name: 900X3C/900X3D/900X3E/900X4C/900X4D
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1792672/+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 1752437] Re: [HP ENVY x360 - 15-bq102ng] Touchscreen does not work

2018-12-23 Thread Christopher M. Penalver
** Description changed:

  The touch screen on my HP ENVY x360 15-bq102ng does not work with stock
  kernel or with mainline kernel 4.16-rc3.
  
  marc@snapbug:~$ xinput
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ SynPS/2 Synaptics TouchPad  id=13   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Video Bus   id=8[slave  
keyboard (3)]
  ↳ Power Buttonid=9[slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=12   [slave  
keyboard (3)]
  ↳ HP Wireless hotkeys id=14   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=15   [slave  
keyboard (3)]
  ↳ HP Wide Vision FHD Camera: HP I id=11   [slave  
keyboard (3)]
  ↳ HP Wide Vision FHD Camera: HP W id=10   [slave  
keyboard (3)]
  
- WORKAROUND: Use the following patch with 4.17-rc3:
+ WORKAROUND: Use the patch labeled "possible fix for touchscreen" with 
4.17-rc3:
  https://bugzilla.kernel.org/attachment.cgi?id=275381
+ 
+ from upstream report:
+ https://bugzilla.kernel.org/show_bug.cgi?id=198715
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: xorg 1:7.7+19ubuntu3
  Uname: Linux 4.16.0-041600rc2-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  BootLog:
   No key available with this passphrase.
   /dev/mapper/nvme0n1p2_crypt: clean, 621596/15597568 files, 54013381/62389248 
blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Feb 28 22:34:50 2018
  DistUpgraded: Fresh install
  DistroCodename: artful
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:15dd] (rev c4) (prog-if 
00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:83c6]
  InstallationDate: Installed on 2018-01-16 (42 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
  MachineType: HP HP ENVY x360 Convertible 15-bq1xx
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.16.0-041600rc2-generic 
root=UUID=415eb027-1fd5-4b75-9860-5cac88a630db ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/26/2018
  dmi.bios.vendor: AMI
  dmi.bios.version: F.16
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 83C6
  dmi.board.vendor: HP
  dmi.board.version: 63.18
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAMI:bvrF.16:bd01/26/2018:svnHP:pnHPENVYx360Convertible15-bq1xx:pvr:rvnHP:rn83C6:rvr63.18:cvnHP:ct31:cvrChassisVersion:
  dmi.product.family: 103C_5335KV HP Envy
  dmi.product.name: HP ENVY x360 Convertible 15-bq1xx
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.85-4~a~padoka0
  version.libgl1-mesa-dri: libgl1-mesa-dri 1:17.3.2-0~a~padoka0
  version.libgl1-mesa-glx: libgl1-mesa-glx 1:17.3.2-0~a~padoka0
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.5-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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

Title:
  [HP ENVY x360 - 15-bq102ng] Touchscreen does not work

Status in linux:
  Fix Released
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The touch screen on my HP ENVY x360 15-bq102ng does not work with
  stock kernel or with mainline kernel 4.16-rc3.

  marc@snapbug:~$ xinput
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ SynPS/2 Synaptics TouchPad  id=13   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard 

[Kernel-packages] [Bug 1727662] Re: [Lenovo ThinkPad T450s] Issues after docking and locking: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2018-12-23 Thread Christopher M. Penalver
** Tags removed: latest-bios-1.30
** Tags added: bios-outdated-1.35

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

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

Title:
  [Lenovo ThinkPad T450s] Issues after docking and locking:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

Status in Linux:
  Invalid
Status in linux package in Ubuntu:
  Triaged

Bug description:
  What happens is after I dock my laptop into a Lenovo ThinkPad Ultra Dock Type 
40A2 20V, lock it via clicking the lock icon, and wait ~30 minutes, one of the 
following three things happen ~50% of the time when I come back to unlock it:
  * Most of the time the computer is found shut down.
  * Sometimes the notebook screen flickers weirdly and one of the two external 
monitors show pixelation.
  * The notebook screen shows the lock screen but is completely frozen. 
Occasionally unlocking works.

  I have two external monitors attached to the docking station.

  When I dock my laptop, the battery indicator does recognize its
  charging.

  I've not seen this issue when:
  1) With the laptop in the dock, while actively using the laptop.
  2) With the laptop out of the dock and no external monitors present.

  This bug started after upgrading from Ubtuntu 17.04 to Ubuntu 17.10.

  Using or not using the following kernel parameter didn't change anything:
  i915.enable_rc6=0

  Updated docking station firmware to latest 2.33.00.

  PC temperatures are normal as per lm-sensors.

  20171109 - Not reproducible testing drm-tip for 1.5 days.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-lowlatency 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-lowlatency 4.13.4
  Uname: Linux 4.13.0-16-lowlatency x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  akops  3337 F pulseaudio
   /dev/snd/controlC0:  akops  3337 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 26 10:44:11 2017
  HibernationDevice: RESUME=/dev/mapper/system-swap_1
  MachineType: LENOVO 20BWS2YL00
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-lowlatency 
root=/dev/mapper/system-root ro quiet splash i915.enable_rc6=0 
crashkernel=384M-:128M vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-lowlatency N/A
   linux-backports-modules-4.13.0-16-lowlatency  N/A
   linux-firmware1.169
  SourcePackage: linux
  UpgradeStatus: Upgraded to artful on 2017-10-20 (5 days ago)
  dmi.bios.date: 07/08/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET51WW (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BWS2YL00
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET51WW(1.16):bd07/08/2015:svnLENOVO:pn20BWS2YL00:pvrThinkPadT450s:rvnLENOVO:rn20BWS2YL00:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T450s
  dmi.product.name: 20BWS2YL00
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1727662/+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 1767611] Re: ath10k_pci crash leading to unstable wifi on 18.04

2018-12-23 Thread Christopher M. Penalver
Chris Klosowski (cklosowski), as this report is closed, if you would like your 
issue reviewed, please use the computer the problem is reproducible with, and 
provide necessary debugging logs by filing a new report with Ubuntu via a 
terminal:
ubuntu-bug linux

Please feel free to subscribe me to it.

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

Title:
  ath10k_pci crash leading to unstable wifi on 18.04

Status in linux package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 18.04.
  mitch@mitch-YOGA:~$ uname -a
  Linux mitch-YOGA 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux

  Same laptop, device, working fine on 17.10. No crashes, stable wifi.

  Apr 28 12:11:09 mitch-YOGA kernel: [12303.503506] IPv6: 
ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
  Apr 28 12:12:04 mitch-YOGA kernel: [12359.164491] ath10k_pci :01:00.0: 
failed to set 5g txpower 20: -11
  Apr 28 12:12:04 mitch-YOGA kernel: [12359.164498] ath10k_pci :01:00.0: 
failed to setup tx power 20: -11
  Apr 28 12:12:04 mitch-YOGA kernel: [12359.164503] ath10k_pci :01:00.0: 
failed to recalc tx power: -11
  Apr 28 12:12:08 mitch-YOGA kernel: [12362.236455] ath10k_pci :01:00.0: 
failed to set inactivity time for vdev 0: -11
  Apr 28 12:12:08 mitch-YOGA kernel: [12362.236460] ath10k_pci :01:00.0: 
failed to setup powersave: -11
  Apr 28 12:12:08 mitch-YOGA kernel: [12362.236488] wlp1s0: deauthenticating 
from 54:a0:50:d8:ca:00 by local choice (Reason: 3=DEAUTH_LEAVING)
  Apr 28 12:12:11 mitch-YOGA kernel: [12365.308434] ath10k_pci :01:00.0: 
failed to set inactivity time for vdev 0: -11
  Apr 28 12:12:11 mitch-YOGA kernel: [12365.308441] ath10k_pci :01:00.0: 
failed to setup powersave: -11
  Apr 28 12:12:14 mitch-YOGA kernel: [12368.380355] ath10k_pci :01:00.0: 
failed to set PS Mode 0 for vdev 0: -11
  Apr 28 12:12:14 mitch-YOGA kernel: [12368.380360] ath10k_pci :01:00.0: 
failed to setup powersave: -11
  Apr 28 12:12:14 mitch-YOGA kernel: [12368.380366] ath10k_pci :01:00.0: 
failed to setup ps on vdev 0: -11
  Apr 28 12:12:19 mitch-YOGA kernel: [12373.500277] ath10k_pci :01:00.0: 
failed to flush transmit queue (skip 0 ar-state 1): 0
  Apr 28 12:12:22 mitch-YOGA kernel: [12376.572243] ath10k_pci :01:00.0: 
failed to install key for vdev 0 peer 54:a0:50:d8:ca:00: -11
  Apr 28 12:12:22 mitch-YOGA kernel: [12376.572251] wlp1s0: failed to remove 
key (0, 54:a0:50:d8:ca:00) from hardware (-11)
  Apr 28 12:12:25 mitch-YOGA kernel: [12379.644315] ath10k_pci :01:00.0: 
failed to delete peer 54:a0:50:d8:ca:00 for vdev 0: -11
  Apr 28 12:12:25 mitch-YOGA kernel: [12379.644328] ath10k_pci :01:00.0: 
found sta peer 54:a0:50:d8:ca:00 (ptr  id 133) entry on vdev 0 
after it was supposedly removed
  Apr 28 12:12:25 mitch-YOGA kernel: [12379.644457] WARNING: CPU: 0 PID: 757 at 
/build/linux-5s7Xkn/linux-4.15.0/net/mac80211/sta_info.c:1001 
__sta_info_destroy_part2+0x169/0x170 [mac80211]
  Apr 28 12:12:25 mitch-YOGA kernel: [12379.644460] Modules linked in: pci_stub 
vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) rfcomm ccm arc4 bnep 
snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic btusb btrtl 
hid_sensor_accel_3d btbcm btintel bluetooth uvcvideo hid_sensor_als 
hid_sensor_trigger videobuf2_vmalloc industrialio_triggered_buffer kfifo_buf 
videobuf2_memops hid_sensor_iio_common videobuf2_v4l2 ecdh_generic industrialio 
videobuf2_core hid_sensor_custom videodev joydev media nls_iso8859_1 
hid_sensor_hub hid_multitouch snd_soc_skl snd_soc_skl_ipc snd_hda_ext_core 
snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus 
snd_pcm_dmaengine snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep ath10k_pci 
intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp snd_pcm ath10k_core 
kvm_intel
  Apr 28 12:12:25 mitch-YOGA kernel: [12379.644566]  ath kvm mac80211 irqbypass 
snd_seq_midi crct10dif_pclmul snd_seq_midi_event crc32_pclmul cfg80211 
ghash_clmulni_intel snd_rawmidi pcbc snd_seq aesni_intel aes_x86_64 crypto_simd 
glue_helper cryptd intel_cstate intel_rapl_perf input_leds snd_seq_device 
snd_timer wmi_bmof serio_raw intel_wmi_thunderbolt snd idma64 virt_dma 
soundcore mei_me mei processor_thermal_device shpchp int340x_thermal_zone 
intel_lpss_pci intel_pch_thermal intel_lpss intel_soc_dts_iosf ideapad_laptop 
sparse_keymap mac_hid int3400_thermal acpi_thermal_rel acpi_pad tpm_crb 
sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 i915 
i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops nvme 
drm nvme_core i2c_hid wmi hid video
  Apr 28 12:12:25 mitch-YOGA kernel: [12379.644694] CPU: 0 PID: 757 Comm: 
NetworkManager Tainted: GW  OE4.15.0-20-generic #21-Ubuntu
  Apr 28 12:12:25 mitch-YOGA kernel: [12379.644697] Hardware name: 

[Kernel-packages] [Bug 1472832] Re: Suspend issue with Dell Venue 11 Pro 7140

2018-12-23 Thread Christopher M. Penalver
Tudor Holton:

1) As is known, folks with the same computer manufacturer and model can have 
different hardware under the hood, and/or different revisions of the same 
underlying hardware (i.e. one person can reproduce something another cannot). 
Hence, it wouldn't hurt to test the latest BIOS (A17) via 
https://www.dell.com/support/home/us/en/19/product-support/product/dell-venue-11-pro-7000-7140/drivers
 , given others have noted the issue resolved for them. Once done, could you 
please post the results of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

2) If still reproducible, could you please test the latest mainline
kernel (4.20-rc7) via https://wiki.ubuntu.com/Kernel/MainlineBuilds and
advise to the results? This will allow upstream developers to further
address.

** Changed in: linux (Ubuntu)
   Importance: Medium => Low

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

Title:
  Suspend issue with Dell Venue 11 Pro 7140

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Instead of suspending the machine into a state where it can be started
  quickly, it appears that suspend causes the system to end up in a
  state which requires a forced start.  The power light is off, and the
  only way to start the machine again is to hold down the power button
  for more than 5 seconds. A quick check of uptime shows that it did,
  indeed, start again.

  I'm attaching a suspend log.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tudor  1785 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Jul  9 10:57:38 2015
  HibernationDevice: RESUME=UUID=3acb1340-1be5-453c-a918-25f6b6ff404e
  InstallationDate: Installed on 2015-07-06 (2 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 003: ID 114d:1002 Alpha Imaging Technology Corp. 
   Bus 001 Device 002: ID 0bda:5757 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Venue 11 Pro 7140
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-22-generic 
root=UUID=f0dc97e1-7d1c-4d05-a7d8-3cfc8551bdc4 ro quiet splash 
i915.i915_enable_rc6=1 "acpi_osi=!Windows 2013" vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-22-generic N/A
   linux-backports-modules-3.19.0-22-generic  N/A
   linux-firmware 1.143.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-07-07 (1 days ago)
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd06/30/2015:svnDellInc.:pnVenue11Pro7140:pvr01:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Venue 11 Pro 7140
  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/1472832/+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 1784485] Re: [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all

2018-12-23 Thread Belen Guaranda
Hello, I've recently bought an UX533FD ASUS, with the same sound
problem. Sorry, though I´m an ubuntu user I have no experience in
compiling kernels, and after reading this thread, I have two questions:
1)Is the fix available in kernel 4.19.11? 2) Is this command: sudo ukuu
--install v4.19.11 the only one to execute?

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

Title:
  [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all

Status in alsa-driver package in Ubuntu:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  Internal speaker - not sound at all
  Cable Headphonse - realy quiet disorted sound
  Bluetooth headphones - sound works fine

  On Windows 10 everything works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pmichalski   7964 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jul 30 22:32:10 2018
  InstallationDate: Installed on 2018-07-17 (12 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_Card: Wbudowany dźwięk - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gdm2988 F pulseaudio
pmichalski   7964 F pulseaudio
  Symptom_Jack: Mic, Internal
  Symptom_Type: No sound at all
  Title: [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/18/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX391UA.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX391UA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX391UA.204:bd05/18/2018:svnASUSTeKCOMPUTERINC.:pnZenBookSUX391UA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX391UA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook S
  dmi.product.name: ZenBook S UX391UA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1784485/+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 1802821] Re: Serious design flaw using large external drives.

2018-12-23 Thread Robert Pearson
I am a Linux newbie. How do I do what you asked?

The question is moot for me. While waiting for more than a month for a
response to my bug report, I have already found a workaround. I
reformatted the drive from NTFS to ext4. This solved the problem for me
but I lost the capability of a Windows machine reading my data. Given
that Windows 10 installer will not re-install windows on a large drive
this is not an issue with me. I have written off Windows as a bad deal
with no support.

However others may want to keep compatibility with Windows. In that case
the bug in the NTFS driver needs to be fixed.

Robert Pearson

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

Title:
  Serious design flaw using large external drives.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am trying to recover data from an HFS+ files system on a 4TB
  external USB 3 drive. Copying 3TB from the 4TB HFS+ drive to a 4TB
  NTFS drive using MATE Terminal cp -anR from to took 2 days.

  When I try to copy the same data to a 6TB NTFS USB 3 drive the results
  are glacial. 750GB has taken over 6 days. Obviously there is a problem
  of scale drive in Ubuntu MATE. I invite the developers to plug in a
  12TB drive and see just how glacial (no - not glacial, more on the
  order of plate techtonics) slow their design is.

  Robert Pearson

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-38-generic 4.15.0-38.41
  ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
  Uname: Linux 4.15.0-38-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  robert 2102 F pulseaudio
   /dev/snd/controlC0:  robert 2102 F pulseaudio
  CurrentDesktop: MATE
  Date: Sun Nov 11 23:50:13 2018
  HibernationDevice: RESUME=UUID=aa95f07d-f769-44ca-8b33-0c5b3c78bdeb
  InstallationDate: Installed on 2018-10-25 (18 days ago)
  InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-38-generic 
root=UUID=26dc3ca5-f3ae-47eb-92b6-4f02ed5ba4f0 ro quiet splash vt.handoff=1
  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
  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.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1802821/+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 1472832] Re: Suspend issue with Dell Venue 11 Pro 7140

2018-12-23 Thread Christopher M. Penalver
** Tags removed: bios-outdated-a09
** Tags added: bionic bios-outdated-a17 cosmic

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

Title:
  Suspend issue with Dell Venue 11 Pro 7140

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Instead of suspending the machine into a state where it can be started
  quickly, it appears that suspend causes the system to end up in a
  state which requires a forced start.  The power light is off, and the
  only way to start the machine again is to hold down the power button
  for more than 5 seconds. A quick check of uptime shows that it did,
  indeed, start again.

  I'm attaching a suspend log.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tudor  1785 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Jul  9 10:57:38 2015
  HibernationDevice: RESUME=UUID=3acb1340-1be5-453c-a918-25f6b6ff404e
  InstallationDate: Installed on 2015-07-06 (2 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 003: ID 114d:1002 Alpha Imaging Technology Corp. 
   Bus 001 Device 002: ID 0bda:5757 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Venue 11 Pro 7140
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-22-generic 
root=UUID=f0dc97e1-7d1c-4d05-a7d8-3cfc8551bdc4 ro quiet splash 
i915.i915_enable_rc6=1 "acpi_osi=!Windows 2013" vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-22-generic N/A
   linux-backports-modules-3.19.0-22-generic  N/A
   linux-firmware 1.143.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-07-07 (1 days ago)
  dmi.bios.date: 06/30/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd06/30/2015:svnDellInc.:pnVenue11Pro7140:pvr01:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Venue 11 Pro 7140
  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/1472832/+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 1799039] Re: Apple Facetime HD PCI (Broadcom 1570) not accessible

2018-12-23 Thread Wolf Rogner
Also a way to resolve issues: Wait and the eliminate the issue
automatically.

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

Title:
  Apple Facetime HD PCI (Broadcom 1570) not accessible

Status in linux package in Ubuntu:
  Expired

Bug description:
  This is a reopened bug report related to #1716673: Apple Facetime HD
  PCI (Broadcom 1570) not accessible

  The camera still is not accessible. In the old report some suggested
  that I should try the latest kernel. Well, with 18.10 the kernel is
  even newer than the one available at the time of reporting.

  If no one writes a driver for the camera, there will never be a module
  for it.

  The module that ships with Ubuntu is not working.

  I do understand that rolling out a new version is tedious. But it should be 
possible to
  a) not permanently produce regressions and
  b) include some improvements beyond some irrelevant GUI overhauls.

  btw. My machine was purchased in 2015. I don't think that PCIe is such
  a new technology.

  (sorry for my serious frustration about 18.10. I thought with 18.04
  onward Canonical might have cought on)

  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/controlC1:  wolf   1914 F pulseaudio
   /dev/snd/controlC0:  wolf   1914 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Oct 21 12:00:56 2018
  HibernationDevice: RESUME=UUID=539744c7-33c6-44da-a8b5-8bcf95f7845d
  InstallationDate: Installed on 2018-04-30 (174 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 05ac:0273 Apple, Inc. 
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-10-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  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-20 (0 days ago)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0171.B00.1708080033
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0171.B00.1708080033:bd08/08/2017:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro12,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1799039/+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 1247723] Re: [Samsung NP900X3C-A02US] Lid state changes not detected

2018-12-23 Thread Christopher M. Penalver
** No longer affects: linux (Ubuntu)

** Project changed: linux => linux (Ubuntu)

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

** Changed in: linux (Ubuntu)
 Remote watch: Linux Kernel Bug Tracker #44161 => None

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

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

Title:
  [Samsung NP900X3C-A02US] Lid state changes not detected

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Neither lid open nor lid close events are detected on Samsung 900X3C
  laptop.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19 [modified: 
boot/vmlinuz-3.11.0-12-generic]
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sahak  1482 F pulseaudio
  Date: Sun Nov  3 23:11:48 2013
  InstallationDate: Installed on 2013-10-26 (8 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 900X3C/900X3D/900X4C/900X4D
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=366ff628-3319-488f-b6f2-7b1872de5733 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog: Nov  3 23:05:26 samsung kernel: [ 5958.261114] perf samples too 
long (2517 > 2500), lowering kernel.perf_event_max_sample_rate to 5
  dmi.bios.date: 02/08/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P06AAC
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP06AAC:bd02/08/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn900X3C/900X3D/900X4C/900X4D:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 900X3C/900X3D/900X4C/900X4D
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1247723/+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 1247723] [NEW] [Samsung NP900X3C-A02US] Lid state changes not detected

2018-12-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Neither lid open nor lid close events are detected on Samsung 900X3C
laptop.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-12-generic 3.11.0-12.19 [modified: 
boot/vmlinuz-3.11.0-12-generic]
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sahak  1482 F pulseaudio
Date: Sun Nov  3 23:11:48 2013
InstallationDate: Installed on 2013-10-26 (8 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 900X3C/900X3D/900X4C/900X4D
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=366ff628-3319-488f-b6f2-7b1872de5733 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-12-generic N/A
 linux-backports-modules-3.11.0-12-generic  N/A
 linux-firmware 1.116
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog: Nov  3 23:05:26 samsung kernel: [ 5958.261114] perf samples too 
long (2517 > 2500), lowering kernel.perf_event_max_sample_rate to 5
dmi.bios.date: 02/08/2013
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P06AAC
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: SAMSUNG_NP1234567890
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP06AAC:bd02/08/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn900X3C/900X3D/900X4C/900X4D:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 900X3C/900X3D/900X4C/900X4D
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: amd64 apport-bug kernel-bug-exists-upstream-v3.12 latest-bios-p06aac 
needs-upstream-testing raring regression-potential saucy unable-to-test-lucid
-- 
[Samsung NP900X3C-A02US] Lid state changes not detected
https://bugs.launchpad.net/bugs/1247723
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 1715758] Re: Enable BFQ at build time

2018-12-23 Thread Andrej Shadura
** Tags added: disco

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

Title:
  Enable BFQ at build time

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Artful:
  Won't Fix

Bug description:
  Since 4.12 BFQ is included in upstream Linux kernel.
  I'd like to see Ubuntu's kernel built with BFQ support, even if not used by 
default.
  I'm tired to see my system freezing when copying large files from/to USB 
device or sometimes even within regular SATA drives.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1715758/+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 1790454] Re: Bluetooth (btintel) stops working after suspend/resume

2018-12-23 Thread Bas Zoetekouw
Yeah, "enable_autosuspend=0" by itself fixes the issue.

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

Title:
  Bluetooth (btintel) stops working after suspend/resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I run cosmic on my Dell Latitude E7470, which has an intel usb
  bluetooth device (8087:0a2b).

  Sometimes (not every time) after a suspend/resume cycle, my laptop's
  bluetooth stops working.  hciconfig shows:

  hci0: Type: Primary  Bus: USB
BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
DOWN 
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:3 acl:0 sco:0 commands:1 errors:0

  and dmesg tells me (various combinations of):

  [237660.728312] Bluetooth: hci0: command tx timeout
  [237732.339965] Bluetooth: hci0: command 0xfc05 tx timeout
  [237925.202500] Bluetooth: hci0: Reading Intel version information failed 
(-110)

  
  Trying to reinitialize the device by reloading the driver has no effect:

  ╰─▶ modprobe -r btusb; modprobe -r btintel; modprobe btintel; modprobe
  btusb

  shows in dmesg:

  [237938.219190] usbcore: deregistering interface driver btusb
  [237938.601731] usbcore: registered new interface driver btusb
  [237940.626392] Bluetooth: hci0: Reading Intel version information failed 
(-110)
  [237940.626426] Bluetooth: hci0: command tx timeout

  Strangely enough, reloading the module sometimes does work, upon which the 
kernel tells me :
  aug 20 15:36:08 regan kernel: usbcore: deregistering interface driver btusb
  aug 20 15:36:30 regan kernel: Bluetooth: hci0: Bootloader revision 0.0 build 
2 week 52 2014
  aug 20 15:36:30 regan kernel: usbcore: registered new interface driver btusb
  aug 20 15:36:30 regan kernel: Bluetooth: hci0: Device revision is 5
  aug 20 15:36:30 regan kernel: Bluetooth: hci0: Secure boot is enabled
  aug 20 15:36:30 regan kernel: Bluetooth: hci0: OTP lock is enabled
  aug 20 15:36:30 regan kernel: Bluetooth: hci0: API lock is enabled
  aug 20 15:36:30 regan kernel: Bluetooth: hci0: Debug lock is disabled
  aug 20 15:36:30 regan kernel: Bluetooth: hci0: Minimum firmware build 1 week 
10 2014
  aug 20 15:36:30 regan kernel: Bluetooth: hci0: Found device firmware: 
intel/ibt-11-5.sfi
  aug 20 15:36:31 regan kernel: Bluetooth: hci0: Waiting for firmware download 
to complete
  aug 20 15:36:31 regan kernel: Bluetooth: hci0: Firmware loaded in 1590852 
usecs
  aug 20 15:36:31 regan kernel: Bluetooth: hci0: Waiting for device to boot
  aug 20 15:36:31 regan kernel: Bluetooth: hci0: Device booted in 11654 usecs
  aug 20 15:36:31 regan kernel: Bluetooth: hci0: Found Intel DDC parameters: 
intel/ibt-11-5.ddc
  aug 20 15:36:31 regan kernel: Bluetooth: hci0: Applying Intel DDC parameters 
completed

  
  Looking further back in the kernel log, the difference between failed and 
successful resumes seems to be this:

  Resume with broken bt:
  [236481.370814] Restarting tasks ... 
  [236491.580841] Bluetooth: hci0: Reading Intel boot parameters failed (-110)

  Resume with working bt:
  [16562.706263] Restarting tasks ... 
  [16562.709034] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
  [16562.716050] Bluetooth: hci0: Device revision is 5
  [16562.716052] Bluetooth: hci0: Secure boot is enabled
  [16562.716053] Bluetooth: hci0: OTP lock is enabled
  [16562.716054] Bluetooth: hci0: API lock is enabled
  [16562.716055] Bluetooth: hci0: Debug lock is disabled
  [16562.716056] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
  [16562.716404] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
  [16564.202470] Bluetooth: hci0: Waiting for firmware download to complete
  [16564.203017] Bluetooth: hci0: Firmware loaded in 1459449 usecs
  [16564.203091] Bluetooth: hci0: Waiting for device to boot
  [16564.215021] Bluetooth: hci0: Device booted in 11693 usecs
  [16564.215080] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-11-5.ddc
  [16564.219033] Bluetooth: hci0: Applying Intel DDC parameters completed

  
  and everything works fine after that.


  The first kernel on which this error occurred was 4.17.0-6-generic.  Before 
that, I used 4.15.0-25-generic which works perfectly.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu9
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   bas4871 F...m pulseaudio
   /dev/snd/controlC0:  bas4871 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.10
  HibernationDevice:
   RESUME=UUID=16195e13-9fb3-41b2-9671-fb4e1df1ff93
   #RESUME=/dev/dm-2
   #RESUME=/dev/mapper/regan-swap
  InstallationDate: Installed on 2016-12-22 (619 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: Dell Inc. Latitude E7470
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: 

[Kernel-packages] [Bug 159356] Re: When DMA is disabled system freeze on high memory usage

2018-12-23 Thread Tcll
guess I may as well join this party...
I use Xubuntu 16.04 on a few machines, and was initially experiencing this 
issue for some time...

the machines:

compact:
CPU: Intel Atom D2550 1.86GHz
RAM: 1x2GB DDR3 SO-DIMM
swap: 4GB (OS HDD) + 4GB (Flash Drive)

primary: (no longer operational)
CPU: AMD Athlon II x2 2.7GHz
RAM: 2x2GB DDR3
swap: 2GB (inactive HDD) + 2GB (OS HDD) + 4GB (active HDD)

secondary:
CPU: x86 Intel Pentium4 2.8GHz 1M
RAM: 2x1GB DDR
swap: 8GB (OS HDD)

new-primary:
CPU: x64 Intel Pentium4 3.4GHz +HT
RAM: 4x2GB (only 3504MB used) DDR2
swap: 2GB (SATA-SSD) + 2GB (OS HDD)

on the initial issue, all of these machines (except my primary, or my new 
primary, which I just got) would freeze when the RAM filled up.
this issue seems to have been fixed some time ago by an update after my primary 
died, where in the case of that one, it would corrupt the HDD when using swap.
but now after a recent update, the issue is back, and my compact is currently 
unresponsive.
the issue has also happened on my new primary as well, but not for very long 
and I was able to close a few browser tabs.

regardless, this needs to be fixed again.

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

Title:
  When DMA is disabled system freeze on high memory usage

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I run a batch matlab job server here at my lab, running Dapper 6.06 (for the 
LTS). One of the users has submitted a very memory-consuming job, which 
successfully crashes the server. Upon closer inspection, the crash happens like 
this:
  1. I run matlab with the given file (as an ordinary, unpriveleged user)
  2. RAM usage quickly fills up
  3. Once the RAM meter hits 100%, the system freezes: All SSH connections 
freeze up, and while switching VTs directly on the machine works, no new 
processes run - so one can't log in, or do anything if he is logged in. 
(Sometimes typing doesn't work at all)

  Note that the swap - while 7 gigs of it are available - is never used.
  (The machine has 7 gigs of RAM as well)

  I've tried the same on my Gutsy 32-bit box, and there was no system
  freezeup - matlab simply notified that the system was out of memory.
  However, it did this once memory was 100% in use - and still, swap
  didn't get used at all! (Though it is mounted correctly and shows up
  in "top" and "free").

  So first thing's first - I'd like to eliminate the crash issue. I
  suppose I could switch the server to 32-bit, but I think that would be
  a performance loss, considering that it does a lot of heavy
  computation. There is no reason, however, that this should happen on a
  64-bit machine anyway. Why does it?

  WORKAROUND: Enabling DMA in the BIOS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/+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-23 Thread Annie Merlet
Same bug here, with Ubuntu 16.04 and kernel 4.15.0-43 (LTS enablement
stack) using Intel Corporation Mobile GM965/GL960 Integrated Graphics
Controller (primary) (rev 0c) on DELL inspiron 1525.

Tried with liveusb ubuntu 18.04.1 and same symptoms.

Under Ubuntu 16.04, adding "video=SVIDEO-1:d" solved the problem !

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


[Kernel-packages] [Bug 1809593] Status changed to Confirmed

2018-12-23 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => 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/1809593

Title:
  package linux-headers-4.4.0-140-generic 4.4.0-140.166 failed to
  install/upgrade: пакет linux-headers-4.4.0-140-generic не готов к
  настройке  настройка невозможна (текущее состояние: «half-installed»)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Just did `sudo apt upgrade` and ran into this

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-headers-4.4.0-140-generic 4.4.0-140.166
  ProcVersionSignature: Ubuntu 4.15.0-43.46~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   bob2801 F...m pulseaudio
   /dev/snd/controlC0:  gdm1783 F pulseaudio
bob2801 F pulseaudio
  Date: Sun Dec 23 20:56:20 2018
  ErrorMessage: пакет linux-headers-4.4.0-140-generic не готов к настройке  
настройка невозможна (текущее состояние: «half-installed»)
  HibernationDevice: RESUME=UUID=767b0ec7-fdbb-491a-8288-9828efeced43
  InstallationDate: Installed on 2018-04-30 (237 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04.4 LTS "Xenial Xerus" - Release amd64 
(20180228)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:57f2 Realtek Semiconductor Corp. 
   Bus 001 Device 003: ID 04ca:3015 Lite-On Technology Corp. 
   Bus 001 Device 005: ID 2717:ff48  
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire F5-573G
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic 
root=UUID=22d01b5e-81cf-46b4-bced-dfc8093e5955 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  SourcePackage: linux
  Title: package linux-headers-4.4.0-140-generic 4.4.0-140.166 failed to 
install/upgrade: пакет linux-headers-4.4.0-140-generic не готов к настройке  
настройка невозможна (текущее состояние: «half-installed»)
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/21/2016
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.03
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Captain_SK
  dmi.board.vendor: Acer
  dmi.board.version: V1.03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.03:bd03/21/2016:svnAcer:pnAspireF5-573G:pvrV1.03:rvnAcer:rnCaptain_SK:rvrV1.03:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.family: SKL
  dmi.product.name: Aspire F5-573G
  dmi.product.version: V1.03
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1809593/+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 1809593] [NEW] package linux-headers-4.4.0-140-generic 4.4.0-140.166 failed to install/upgrade: пакет linux-headers-4.4.0-140-generic не готов к настройке настройка невозможна

2018-12-23 Thread Bob
Public bug reported:

Just did `sudo apt upgrade` and ran into this

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-headers-4.4.0-140-generic 4.4.0-140.166
ProcVersionSignature: Ubuntu 4.15.0-43.46~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-43-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0p:   bob2801 F...m pulseaudio
 /dev/snd/controlC0:  gdm1783 F pulseaudio
  bob2801 F pulseaudio
Date: Sun Dec 23 20:56:20 2018
ErrorMessage: пакет linux-headers-4.4.0-140-generic не готов к настройке  
настройка невозможна (текущее состояние: «half-installed»)
HibernationDevice: RESUME=UUID=767b0ec7-fdbb-491a-8288-9828efeced43
InstallationDate: Installed on 2018-04-30 (237 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.4 LTS "Xenial Xerus" - Release amd64 
(20180228)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0bda:57f2 Realtek Semiconductor Corp. 
 Bus 001 Device 003: ID 04ca:3015 Lite-On Technology Corp. 
 Bus 001 Device 005: ID 2717:ff48  
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Acer Aspire F5-573G
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic 
root=UUID=22d01b5e-81cf-46b4-bced-dfc8093e5955 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc N/A
SourcePackage: linux
Title: package linux-headers-4.4.0-140-generic 4.4.0-140.166 failed to 
install/upgrade: пакет linux-headers-4.4.0-140-generic не готов к настройке  
настройка невозможна (текущее состояние: «half-installed»)
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/21/2016
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.03
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: Captain_SK
dmi.board.vendor: Acer
dmi.board.version: V1.03
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.03:bd03/21/2016:svnAcer:pnAspireF5-573G:pvrV1.03:rvnAcer:rnCaptain_SK:rvrV1.03:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.family: SKL
dmi.product.name: Aspire F5-573G
dmi.product.version: V1.03
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-headers-4.4.0-140-generic 4.4.0-140.166 failed to
  install/upgrade: пакет linux-headers-4.4.0-140-generic не готов к
  настройке  настройка невозможна (текущее состояние: «half-installed»)

Status in linux package in Ubuntu:
  New

Bug description:
  Just did `sudo apt upgrade` and ran into this

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-headers-4.4.0-140-generic 4.4.0-140.166
  ProcVersionSignature: Ubuntu 4.15.0-43.46~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   bob2801 F...m pulseaudio
   /dev/snd/controlC0:  gdm1783 F pulseaudio
bob2801 F pulseaudio
  Date: Sun Dec 23 20:56:20 2018
  ErrorMessage: пакет linux-headers-4.4.0-140-generic не готов к настройке  
настройка невозможна (текущее состояние: «half-installed»)
  HibernationDevice: RESUME=UUID=767b0ec7-fdbb-491a-8288-9828efeced43
  InstallationDate: Installed on 2018-04-30 (237 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04.4 LTS "Xenial Xerus" - Release amd64 
(20180228)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:57f2 Realtek Semiconductor Corp. 
   Bus 001 Device 003: ID 04ca:3015 Lite-On Technology Corp. 
   Bus 001 Device 005: ID 2717:ff48  
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire F5-573G
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic 
root=UUID=22d01b5e-81cf-46b4-bced-dfc8093e5955 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  SourcePackage: linux
  Title: package linux-headers-4.4.0-140-generic 4.4.0-140.166 failed to 
install/upgrade: пакет linux-headers-4.4.0-140-generic не готов к настройке  
настройка невозможна (текущее состояние: «half-installed»)
  

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1809586/+attachment/5224466/+files/ProcEnviron.txt

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

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

2018-12-23 Thread Giovanni Caligaris
apport information

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

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Default string Default string
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-13-generic N/A
   linux-backports-modules-4.18.0-13-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/28/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL5-BIOS-4G-V3-002-A
  dmi.board.asset.tag: Default string
  dmi.board.name: Gemini II
  dmi.board.vendor: PC Specialist LTD
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Default string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1809586/+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 1809586] Re: [ 14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not found, using dummy regulator

2018-12-23 Thread Giovanni Caligaris
apport information

** Tags added: apport-collected bionic

** Description changed:

  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it freezes
  at random times. When using a mouse the mouse works fine.
  
  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz
  
  ~$ dmesg
  
  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  juno   1113 F pulseaudio
+  /dev/snd/controlC0:  juno   1113 F pulseaudio
+ CurrentDesktop: communitheme:ubuntu:GNOME
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2018-12-23 (0 days ago)
+ InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
+ MachineType: Default string Default string
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=UUID=161d8da2-6b65-4a94-b327-82974d663e77 ro quiet splash acpi_osi=Linux 
i8042.nopnp vt.handoff=1
+ ProcVersionSignature: Ubuntu 4.18.0-13.14~18.04.1-generic 4.18.17
+ RelatedPackageVersions:
+  linux-restricted-modules-4.18.0-13-generic N/A
+  linux-backports-modules-4.18.0-13-generic  N/A
+  linux-firmware 1.173.3
+ Tags:  bionic
+ Uname: Linux 4.18.0-13-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 11/28/2018
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: GL5-BIOS-4G-V3-002-A
+ dmi.board.asset.tag: Default string
+ dmi.board.name: Gemini II
+ dmi.board.vendor: PC Specialist LTD
+ dmi.board.version: Default string
+ dmi.chassis.asset.tag: Default string
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Default string
+ dmi.chassis.version: Default string
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL5-BIOS-4G-V3-002-A:bd11/28/2018:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnPCSpecialistLTD:rnGeminiII:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
+ dmi.product.family: Default string
+ dmi.product.name: Default string
+ dmi.product.sku: Default string
+ dmi.product.version: Default string
+ dmi.sys.vendor: Default string

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1809586/+attachment/5224458/+files/AlsaInfo.txt

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  juno   1113 F pulseaudio
   /dev/snd/controlC0:  juno   1113 F pulseaudio
  CurrentDesktop: communitheme:ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-12-23 (0 

[Kernel-packages] [Bug 1809586] Missing required logs.

2018-12-23 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1809586

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => 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/1809586

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1809586/+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 1809586] [NEW] [ 14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not found, using dummy regulator

2018-12-23 Thread Giovanni Caligaris
Public bug reported:

Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it freezes
at random times. When using a mouse the mouse works fine.

Ubuntu 18.04
Kernel 4.18.0-13
Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

~$ dmesg

[   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
[   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
[   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not found, 
using dummy regulator
[   14.296078] ahci :00:12.0: port does not support device sleep
[   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
[   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
[   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00

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

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

Title:
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl
  not found, using dummy regulator

Status in linux package in Ubuntu:
  New

Bug description:
  Missing i2c-HTIX5288 driver. Touch does work OK but sometimes it
  freezes at random times. When using a mouse the mouse works fine.

  Ubuntu 18.04
  Kernel 4.18.0-13
  Dual-Core Intel® Celeron® N4000 CPU @ 1.10GHz

  ~$ dmesg

  [   14.259578] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vdd not found, 
using dummy regulator
  [   14.259622] i2c_hid i2c-HTIX5288:00: Linked as a consumer to regulator.0
  [   14.259626] i2c_hid i2c-HTIX5288:00: i2c-HTIX5288:00 supply vddl not 
found, using dummy regulator
  [   14.296078] ahci :00:12.0: port does not support device sleep
  [   14.421143] input: HTIX5288:00 0911:5288 Mouse as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input17
  [   14.421507] input: HTIX5288:00 0911:5288 Touchpad as 
/devices/pci:00/:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0002/input/input18
  [   14.421715] hid-generic 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 
Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1809586/+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 1768976] Re: Ubuntu 18.04 is overheating after upgrade from 16.04

2018-12-23 Thread Simon Ádám
Has the same issue with Linux Mint 19.1, I read that it is based on
Ubuntu 18.04

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

Title:
  Ubuntu 18.04 is overheating after upgrade from 16.04

Status in linux package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu is overheating at my laptop. Opening youtube on firefox is
  enough for critical temperature shutdown.

  Using lm-sensors for monitoring on 18.04 the temp varies between 70 and 85°C 
with only firefox or chrome open and doing nothing. 
  On my old 16.04 with same using, the temp varies between 55 and 70°C.

  First thought was the driver nouveau is the problem, and finally I was
  able to install by add "nouveau.modeset=0" at livecd boot options,
  without temp shutdown.

  After install I disable the nouveau at modprobe blacklist, but the
  system continues overheating and shutdown with basic usage.

  
  I have no idea what's happening with the bionic at my laptop.

  My laptop is a Samsung RF411 i5 2nd Generation and Geforce 540M.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.17
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Thu May  3 16:22:40 2018
  InstallationDate: Installed on 2018-04-27 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptHistorylog:
   Start-Date: 2018-04-27  15:46:02
   End-Date: 2018-04-27  15:46:02
  VarLogDistupgradeAptlog:
   Log time: 2018-04-27 15:45:39.753331
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
   Log time: 2018-04-27 15:46:04.859979
  VarLogDistupgradeApttermlog:
   Log started: 2018-04-27  15:46:02
   Log ended: 2018-04-27  15:46:02
  --- 
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  edir   2354 F pulseaudio
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroRelease: Ubuntu 18.04
  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
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd 2nd Generation Core Processor Family 
Integrated Graphics Controller [144d:c0a5]
 Subsystem: Samsung Electronics Co Ltd GF108M [GeForce GT 540M] [144d:c0a5]
  HibernationDevice: RESUME=UUID=e7a61aee-64c2-4c88-b4e1-4de481d0f88d
  InstallationDate: Installed on 2018-04-27 (36 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  NonfreeKernelModules: wl
  Package: xserver-xorg-video-nouveau 1:1.0.15-2
  PackageArchitecture: amd64
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=db38a22c-0e9f-4e1a-b9f7-f7aac2544394 ro quiet splash nouveau.runpm=0
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  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.15.0-22-generic N/A
   linux-backports-modules-4.15.0-22-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic ubuntu
  Uname: Linux 4.15.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.family: To be filled by O.E.M.
  

[Kernel-packages] [Bug 1759836]

2018-12-23 Thread mathieutournier
Command from Y S Gupta fixed to high cpu load for me.
As this is just a workaround. I suppose this bug should remain open.
Thanks for this, i can now reuse my bluetooth card.

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

Title:
  systemd-udevd consumes 100% of CPU

Status in linux:
  Confirmed
Status in The Ubuntu Power Consumption Project:
  New
Status in bluez package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Incomplete
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  The systemd-udevd proccess consumes 100% of a thread everytime, but
  i'm not noticing any difference in my computer.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: systemd 237-3ubuntu6
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Mar 29 08:52:54 2018
  InstallationDate: Installed on 2018-03-05 (23 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180304)
  MachineType: Dell Inc. Inspiron N5010
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic 
root=UUID=3c29e292-f1ae-45e1-a0ed-a82524278ce1 ro quiet splash vt.handoff=1
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /lib/systemd/system/user@.service → 
/lib/systemd/system/user@.service.d/timeout.conf

   2 overridden configuration files found.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 08R0GW
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A12
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A12
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd01/25/2011:svnDellInc.:pnInspironN5010:pvrA12:rvnDellInc.:rn08R0GW:rvrA12:cvnDellInc.:ct8:cvrA12:
  dmi.product.name: Inspiron N5010
  dmi.product.version: A12
  dmi.sys.vendor: Dell Inc.

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

2018-12-23 Thread pitrou
@Weasel that's a different problem, that doesn't necessarily occur with
the same CPUs.  This specific bug entry is about lockups that (to quote
the original message) "typically occur when the load is low".

For example, I've had several low-load lockups on my Ryzen 1700, I
haven't had a single high-load lockup.  Please let's not conflate the
two.

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

Title:
  Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  
  We aregetting various kernel crash on a pretty new config.
  We're using Ryzen 1800X CPU with X370 Gaming Pro Carbon MB (7A32V1) using 
latest BIOS available (1.52)

  We are running Ubuntu 17.04 (amd64), we've tried different kernel version, 
native one and releases from http://kernel.ubuntu.com/~kernel-ppa/mainline/ too.
  Tested kernel version:

  native 17.04 kernel
  4.10.15

  Issues are the same, we're getting random freeze on the machine.

  Here is kern.log entry when happening :

  May 10 22:41:56 dev2 kernel: [24366.186246] INFO: rcu_sched detected stalls 
on CPUs/tasks:
  May 10 22:41:56 dev2 kernel: [24366.187618] 0-...: (1 GPs behind) 
idle=49b/1/0 softirq=28561/28563 fqs=913449
  May 10 22:41:56 dev2 kernel: [24366.188977] (detected by 12, t=1860207 
jiffies, g=10001, c=1, q=4656)
  May 10 22:41:56 dev2 kernel: [24366.190344] Task dump for CPU 0:
  May 10 22:41:56 dev2 kernel: [24366.190345] swapper/0   R  running task   
 0 0  0 0x0008
  May 10 22:41:56 dev2 kernel: [24366.190348] Call Trace:
  May 10 22:41:56 dev2 kernel: [24366.190354]  ? native_safe_halt+0x6/0x10
  May 10 22:41:56 dev2 kernel: [24366.190355]  ? default_idle+0x20/0xd0
  May 10 22:41:56 dev2 kernel: [24366.190358]  ? arch_cpu_idle+0xf/0x20
  May 10 22:41:56 dev2 kernel: [24366.190360]  ? default_idle_call+0x23/0x30
  May 10 22:41:56 dev2 kernel: [24366.190362]  ? do_idle+0x16f/0x200
  May 10 22:41:56 dev2 kernel: [24366.190364]  ? cpu_startup_entry+0x71/0x80
  May 10 22:41:56 dev2 kernel: [24366.190366]  ? rest_init+0x77/0x80
  May 10 22:41:56 dev2 kernel: [24366.190368]  ? start_kernel+0x464/0x485
  May 10 22:41:56 dev2 kernel: [24366.190369]  ? 
early_idt_handler_array+0x120/0x120
  May 10 22:41:56 dev2 kernel: [24366.190371]  ? 
x86_64_start_reservations+0x24/0x26
  May 10 22:41:56 dev2 kernel: [24366.190372]  ? x86_64_start_kernel+0x14d/0x170
  May 10 22:41:56 dev2 kernel: [24366.190373]  ? start_cpu+0x14/0x14
  May 10 22:44:56 dev2 kernel: [24546.188093] INFO: rcu_sched detected stalls 
on CPUs/tasks:
  May 10 22:44:56 dev2 kernel: [24546.189461] 0-...: (1 GPs behind) 
idle=49b/1/0 softirq=28561/28563 fqs=935027
  May 10 22:44:56 dev2 kernel: [24546.190823] (detected by 14, t=1905212 
jiffies, g=10001, c=1, q=4740)
  May 10 22:44:56 dev2 kernel: [24546.192191] Task dump for CPU 0:
  May 10 22:44:56 dev2 kernel: [24546.192192] swapper/0   R  running task   
 0 0  0 0x0008
  May 10 22:44:56 dev2 kernel: [24546.192195] Call Trace:
  May 10 22:44:56 dev2 kernel: [24546.192199]  ? native_safe_halt+0x6/0x10
  May 10 22:44:56 dev2 kernel: [24546.192201]  ? default_idle+0x20/0xd0
  May 10 22:44:56 dev2 kernel: [24546.192203]  ? arch_cpu_idle+0xf/0x20
  May 10 22:44:56 dev2 kernel: [24546.192204]  ? default_idle_call+0x23/0x30
  May 10 22:44:56 dev2 kernel: [24546.192206]  ? do_idle+0x16f/0x200
  May 10 22:44:56 dev2 kernel: [24546.192208]  ? cpu_startup_entry+0x71/0x80
  May 10 22:44:56 dev2 kernel: [24546.192210]  ? rest_init+0x77/0x80
  May 10 22:44:56 dev2 kernel: [24546.192211]  ? start_kernel+0x464/0x485
  May 10 22:44:56 dev2 kernel: [24546.192213]  ? 
early_idt_handler_array+0x120/0x120
  May 10 22:44:56 dev2 kernel: [24546.192214]  ? 
x86_64_start_reservations+0x24/0x26
  May 10 22:44:56 dev2 kernel: [24546.192215]  ? x86_64_start_kernel+0x14d/0x170
  May 10 22:44:56 dev2 kernel: [24546.192217]  ? start_cpu+0x14/0x14

  Depending on the kernel version, we've got NMI watchdog errors related to CPU 
stuck (mentioning the CPU core id, which is random).
  Crash is happening randomly, but in general after some hours (3-4h).

  Now, we've installed kernel 4.11.0-041100-generic #201705041534 this morning 
and waiting for crash...
  For now, the machine is not "used", at least, it's not CPU stressed...

  
  Thanks
  --- 
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  DistroRelease: Ubuntu 17.04
  InstallationDate: Installed on 2017-05-09 (1 days ago)
  InstallationMedia: Ubuntu-Server 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  Tags:  zesty
  Uname: Linux 4.11.0-041100-generic x86_64
  UnreportableReason: The 

[Kernel-packages] [Bug 1690085]

2018-12-23 Thread glueckspilz85
You can test your ryzen with the program(It is currently no longer being 
further developed by the developer): https://github.com/suaefar/ryzen-test
My 2200G shows no segfault, but "TIME TO FAIL: 885 s". 

Under Windows 10 one Ryzen 2200G is freezing often under load for 20-30 seconds.
Another Ryzen 2200G often freezes under Debian Sid and crashes KDE plasma all 
the time, while Gnome Wayland runs more stable.

C-states, C6, Cool'n'Quiet, Low current idle, Typical current idle,
nothing changed the fact that the CPU freezes.

Now I don't have the two systems anymore. It was too crazy with the
ryzen 2200G for me and I have enough of it.

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

Title:
  Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  
  We aregetting various kernel crash on a pretty new config.
  We're using Ryzen 1800X CPU with X370 Gaming Pro Carbon MB (7A32V1) using 
latest BIOS available (1.52)

  We are running Ubuntu 17.04 (amd64), we've tried different kernel version, 
native one and releases from http://kernel.ubuntu.com/~kernel-ppa/mainline/ too.
  Tested kernel version:

  native 17.04 kernel
  4.10.15

  Issues are the same, we're getting random freeze on the machine.

  Here is kern.log entry when happening :

  May 10 22:41:56 dev2 kernel: [24366.186246] INFO: rcu_sched detected stalls 
on CPUs/tasks:
  May 10 22:41:56 dev2 kernel: [24366.187618] 0-...: (1 GPs behind) 
idle=49b/1/0 softirq=28561/28563 fqs=913449
  May 10 22:41:56 dev2 kernel: [24366.188977] (detected by 12, t=1860207 
jiffies, g=10001, c=1, q=4656)
  May 10 22:41:56 dev2 kernel: [24366.190344] Task dump for CPU 0:
  May 10 22:41:56 dev2 kernel: [24366.190345] swapper/0   R  running task   
 0 0  0 0x0008
  May 10 22:41:56 dev2 kernel: [24366.190348] Call Trace:
  May 10 22:41:56 dev2 kernel: [24366.190354]  ? native_safe_halt+0x6/0x10
  May 10 22:41:56 dev2 kernel: [24366.190355]  ? default_idle+0x20/0xd0
  May 10 22:41:56 dev2 kernel: [24366.190358]  ? arch_cpu_idle+0xf/0x20
  May 10 22:41:56 dev2 kernel: [24366.190360]  ? default_idle_call+0x23/0x30
  May 10 22:41:56 dev2 kernel: [24366.190362]  ? do_idle+0x16f/0x200
  May 10 22:41:56 dev2 kernel: [24366.190364]  ? cpu_startup_entry+0x71/0x80
  May 10 22:41:56 dev2 kernel: [24366.190366]  ? rest_init+0x77/0x80
  May 10 22:41:56 dev2 kernel: [24366.190368]  ? start_kernel+0x464/0x485
  May 10 22:41:56 dev2 kernel: [24366.190369]  ? 
early_idt_handler_array+0x120/0x120
  May 10 22:41:56 dev2 kernel: [24366.190371]  ? 
x86_64_start_reservations+0x24/0x26
  May 10 22:41:56 dev2 kernel: [24366.190372]  ? x86_64_start_kernel+0x14d/0x170
  May 10 22:41:56 dev2 kernel: [24366.190373]  ? start_cpu+0x14/0x14
  May 10 22:44:56 dev2 kernel: [24546.188093] INFO: rcu_sched detected stalls 
on CPUs/tasks:
  May 10 22:44:56 dev2 kernel: [24546.189461] 0-...: (1 GPs behind) 
idle=49b/1/0 softirq=28561/28563 fqs=935027
  May 10 22:44:56 dev2 kernel: [24546.190823] (detected by 14, t=1905212 
jiffies, g=10001, c=1, q=4740)
  May 10 22:44:56 dev2 kernel: [24546.192191] Task dump for CPU 0:
  May 10 22:44:56 dev2 kernel: [24546.192192] swapper/0   R  running task   
 0 0  0 0x0008
  May 10 22:44:56 dev2 kernel: [24546.192195] Call Trace:
  May 10 22:44:56 dev2 kernel: [24546.192199]  ? native_safe_halt+0x6/0x10
  May 10 22:44:56 dev2 kernel: [24546.192201]  ? default_idle+0x20/0xd0
  May 10 22:44:56 dev2 kernel: [24546.192203]  ? arch_cpu_idle+0xf/0x20
  May 10 22:44:56 dev2 kernel: [24546.192204]  ? default_idle_call+0x23/0x30
  May 10 22:44:56 dev2 kernel: [24546.192206]  ? do_idle+0x16f/0x200
  May 10 22:44:56 dev2 kernel: [24546.192208]  ? cpu_startup_entry+0x71/0x80
  May 10 22:44:56 dev2 kernel: [24546.192210]  ? rest_init+0x77/0x80
  May 10 22:44:56 dev2 kernel: [24546.192211]  ? start_kernel+0x464/0x485
  May 10 22:44:56 dev2 kernel: [24546.192213]  ? 
early_idt_handler_array+0x120/0x120
  May 10 22:44:56 dev2 kernel: [24546.192214]  ? 
x86_64_start_reservations+0x24/0x26
  May 10 22:44:56 dev2 kernel: [24546.192215]  ? x86_64_start_kernel+0x14d/0x170
  May 10 22:44:56 dev2 kernel: [24546.192217]  ? start_cpu+0x14/0x14

  Depending on the kernel version, we've got NMI watchdog errors related to CPU 
stuck (mentioning the CPU core id, which is random).
  Crash is happening randomly, but in general after some hours (3-4h).

  Now, we've installed kernel 4.11.0-041100-generic #201705041534 this morning 
and waiting for crash...
  For now, the machine is not "used", at least, it's not CPU stressed...

  
  Thanks
  --- 
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  DistroRelease: Ubuntu 17.04
  InstallationDate: Installed on 2017-05-09 (1 days ago)
  InstallationMedia: Ubuntu-Server