[Kernel-packages] [Bug 2027848] Re: Soft-lockup caused by snd_hda_intel

2024-04-17 Thread Executenor
The issue is caused by this change: 
https://github.com/torvalds/linux/commit/5aec989
I created a new repository with this fix included: 
https://github.com/nicktelindert/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/2027848

Title:
  Soft-lockup caused by snd_hda_intel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I report this bug the the 6.5rc1 kernel.
  Kernel before 6.5 hang even before there is any logging going on.
  The problem is gone when i blacklist snd_hda_core.

  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: watchdog: BUG: soft lockup 
- CPU#1 stuck for 78s! [kworker/1:1:90]
  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: Modules linked in: 
snd_seq_dummy snd_hrtimer rfcomm cmac algif_hash algif_skcipher af_alg bnep 
snd_sof_pci_intel_tgl snd_sof_intel_hda_common soundwire_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel:  hp_wmi snd_timer videodev 
input_leds spi_nor rapl cec sparse_keymap cfg80211 intel_cstate wmi_bmof 
serio_raw platform_profile videobuf2_common snd mei_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: CPU: 1 PID: 90 Comm: 
kworker/1:1 Tainted: G U  WL 6.5.0-060500rc1-generic #202307092131
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Hardware name: HP HP Laptop 
15s-fq4xxx/89BC, BIOS F.31 03/25/2023
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Workqueue: events 
azx_probe_work [snd_hda_intel]
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RIP: 
0010:_raw_spin_unlock_irq+0x15/0x50
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Code: cc cc 0f 1f 00 90 90 
90 90 90 90 90 90 90 90 90 90 90 90 90 90 0f 1f 44 00 00 55 48 89 e5 c6 07 00 
0f 1f 00 fb 0f 1f 44 00 00 <65> ff 0d 5c 61 52 >
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RSP: 0018:b450c05dbb30 
EFLAGS: 0246
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RAX: 0007 RBX: 
0007 RCX: 

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2027848/+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 2027848] Re: Soft-lockup caused by snd_hda_intel

2023-09-01 Thread Executenor
The legacy flag only works when you also set a model, for me the model
dell-headset-multi works. You have to shutdown the system completely
after setting these options. When you have done that you should be able
to reboot without locking up. The logs will still contain errors though.

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

Title:
  Soft-lockup caused by snd_hda_intel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I report this bug the the 6.5rc1 kernel.
  Kernel before 6.5 hang even before there is any logging going on.
  The problem is gone when i blacklist snd_hda_core.

  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: watchdog: BUG: soft lockup 
- CPU#1 stuck for 78s! [kworker/1:1:90]
  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: Modules linked in: 
snd_seq_dummy snd_hrtimer rfcomm cmac algif_hash algif_skcipher af_alg bnep 
snd_sof_pci_intel_tgl snd_sof_intel_hda_common soundwire_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel:  hp_wmi snd_timer videodev 
input_leds spi_nor rapl cec sparse_keymap cfg80211 intel_cstate wmi_bmof 
serio_raw platform_profile videobuf2_common snd mei_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: CPU: 1 PID: 90 Comm: 
kworker/1:1 Tainted: G U  WL 6.5.0-060500rc1-generic #202307092131
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Hardware name: HP HP Laptop 
15s-fq4xxx/89BC, BIOS F.31 03/25/2023
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Workqueue: events 
azx_probe_work [snd_hda_intel]
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RIP: 
0010:_raw_spin_unlock_irq+0x15/0x50
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Code: cc cc 0f 1f 00 90 90 
90 90 90 90 90 90 90 90 90 90 90 90 90 90 0f 1f 44 00 00 55 48 89 e5 c6 07 00 
0f 1f 00 fb 0f 1f 44 00 00 <65> ff 0d 5c 61 52 >
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RSP: 0018:b450c05dbb30 
EFLAGS: 0246
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RAX: 0007 RBX: 
0007 RCX: 

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2027848/+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 2025040] Re: increased power usage after upgrade from kinetic to lunar

2023-07-16 Thread Executenor
I can also confirm this one also on a HP 15s-fq4xxx series laptop
I tested this on the kinetic kernel 5.19.

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

Title:
  increased power usage after upgrade from kinetic to lunar

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi

  I have just upgrade and power usage is double or more under lunar.
  Kernel version went from 5.19.0-43 to 6.2.0-20.

  Running powertop, I see that C8 is being used with 5.19 but 6.2 does
  not go to a higher power saving state than C3.

  I tried the Ubuntu kernel from jammy ie 5.15.0-73. It also uses C8.

  I have also tried the 5.15.108 & 5.10.17 mainline kernels. Both of
  these do not go to higher power saving state  than C3.

  All these tests have been run on the same partition ie. only the
  kernel version has changed.

  Laptop is a HP 15s-fq4011TU 11th Gen Intel with Tiger Lake Iris Xe
  graphics.

  So it seems to me:
  1) Ubuntu has applied a patch to the mainline kernel that improves power 
saving in 5.15 and 5.19
  2) This patch either hasn't been applied to 6.2 or no longer works.

  Could you pls let me know what other info you need or what I could
  look at next?

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2025040/+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 2027848] Re: Soft-lockup caused by snd_hda_intel

2023-07-16 Thread Executenor
No apologies neccesary, this is exactly how a community should work. I
will take a look at the issue you posted.

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

Title:
  Soft-lockup caused by snd_hda_intel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I report this bug the the 6.5rc1 kernel.
  Kernel before 6.5 hang even before there is any logging going on.
  The problem is gone when i blacklist snd_hda_core.

  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: watchdog: BUG: soft lockup 
- CPU#1 stuck for 78s! [kworker/1:1:90]
  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: Modules linked in: 
snd_seq_dummy snd_hrtimer rfcomm cmac algif_hash algif_skcipher af_alg bnep 
snd_sof_pci_intel_tgl snd_sof_intel_hda_common soundwire_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel:  hp_wmi snd_timer videodev 
input_leds spi_nor rapl cec sparse_keymap cfg80211 intel_cstate wmi_bmof 
serio_raw platform_profile videobuf2_common snd mei_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: CPU: 1 PID: 90 Comm: 
kworker/1:1 Tainted: G U  WL 6.5.0-060500rc1-generic #202307092131
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Hardware name: HP HP Laptop 
15s-fq4xxx/89BC, BIOS F.31 03/25/2023
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Workqueue: events 
azx_probe_work [snd_hda_intel]
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RIP: 
0010:_raw_spin_unlock_irq+0x15/0x50
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Code: cc cc 0f 1f 00 90 90 
90 90 90 90 90 90 90 90 90 90 90 90 90 90 0f 1f 44 00 00 55 48 89 e5 c6 07 00 
0f 1f 00 fb 0f 1f 44 00 00 <65> ff 0d 5c 61 52 >
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RSP: 0018:b450c05dbb30 
EFLAGS: 0246
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RAX: 0007 RBX: 
0007 RCX: 

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2027848/+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 2027848] Re: Soft-lockup caused by snd_hda_intel

2023-07-15 Thread Executenor
I can also confirm that this problem indeed happens on a warm boot. A
cold boot seems to boot fine. I forgot to mention that. When i use the
5.15 kernel i had the same snd_hda_core call trace Brett posted. So yes
we are talking about the same issue but 6.5 handles it somewhat
different.

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

Title:
  Soft-lockup caused by snd_hda_intel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I report this bug the the 6.5rc1 kernel.
  Kernel before 6.5 hang even before there is any logging going on.
  The problem is gone when i blacklist snd_hda_core.

  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: watchdog: BUG: soft lockup 
- CPU#1 stuck for 78s! [kworker/1:1:90]
  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: Modules linked in: 
snd_seq_dummy snd_hrtimer rfcomm cmac algif_hash algif_skcipher af_alg bnep 
snd_sof_pci_intel_tgl snd_sof_intel_hda_common soundwire_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel:  hp_wmi snd_timer videodev 
input_leds spi_nor rapl cec sparse_keymap cfg80211 intel_cstate wmi_bmof 
serio_raw platform_profile videobuf2_common snd mei_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: CPU: 1 PID: 90 Comm: 
kworker/1:1 Tainted: G U  WL 6.5.0-060500rc1-generic #202307092131
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Hardware name: HP HP Laptop 
15s-fq4xxx/89BC, BIOS F.31 03/25/2023
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Workqueue: events 
azx_probe_work [snd_hda_intel]
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RIP: 
0010:_raw_spin_unlock_irq+0x15/0x50
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Code: cc cc 0f 1f 00 90 90 
90 90 90 90 90 90 90 90 90 90 90 90 90 90 0f 1f 44 00 00 55 48 89 e5 c6 07 00 
0f 1f 00 fb 0f 1f 44 00 00 <65> ff 0d 5c 61 52 >
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RSP: 0018:b450c05dbb30 
EFLAGS: 0246
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RAX: 0007 RBX: 
0007 RCX: 

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2027848/+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 2027848] Re: Soft-lockup caused by snd_hda_intel

2023-07-15 Thread Executenor
Another interesting fact is that the system works fine if i use the
liquorix 6.4 kernel and switch the audio driver to legacy mode with
dsp_driver=1 together with setting the model to dell-headset-multi.

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

Title:
  Soft-lockup caused by snd_hda_intel

Status in linux package in Ubuntu:
  New

Bug description:
  I report this bug the the 6.5rc1 kernel.
  Kernel before 6.5 hang even before there is any logging going on.
  The problem is gone when i blacklist snd_hda_core.

  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: watchdog: BUG: soft lockup 
- CPU#1 stuck for 78s! [kworker/1:1:90]
  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: Modules linked in: 
snd_seq_dummy snd_hrtimer rfcomm cmac algif_hash algif_skcipher af_alg bnep 
snd_sof_pci_intel_tgl snd_sof_intel_hda_common soundwire_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel:  hp_wmi snd_timer videodev 
input_leds spi_nor rapl cec sparse_keymap cfg80211 intel_cstate wmi_bmof 
serio_raw platform_profile videobuf2_common snd mei_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: CPU: 1 PID: 90 Comm: 
kworker/1:1 Tainted: G U  WL 6.5.0-060500rc1-generic #202307092131
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Hardware name: HP HP Laptop 
15s-fq4xxx/89BC, BIOS F.31 03/25/2023
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Workqueue: events 
azx_probe_work [snd_hda_intel]
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RIP: 
0010:_raw_spin_unlock_irq+0x15/0x50
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Code: cc cc 0f 1f 00 90 90 
90 90 90 90 90 90 90 90 90 90 90 90 90 90 0f 1f 44 00 00 55 48 89 e5 c6 07 00 
0f 1f 00 fb 0f 1f 44 00 00 <65> ff 0d 5c 61 52 >
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RSP: 0018:b450c05dbb30 
EFLAGS: 0246
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RAX: 0007 RBX: 
0007 RCX: 

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2027848/+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 2027848] [NEW] Soft-lockup caused by snd_hda_intel

2023-07-15 Thread Executenor
Public bug reported:

I report this bug the the 6.5rc1 kernel.
Kernel before 6.5 hang even before there is any logging going on.
The problem is gone when i blacklist snd_hda_core.

jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: watchdog: BUG: soft lockup - 
CPU#1 stuck for 78s! [kworker/1:1:90]
jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: Modules linked in: 
snd_seq_dummy snd_hrtimer rfcomm cmac algif_hash algif_skcipher af_alg bnep 
snd_sof_pci_intel_tgl snd_sof_intel_hda_common soundwire_>
jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel:  hp_wmi snd_timer videodev 
input_leds spi_nor rapl cec sparse_keymap cfg80211 intel_cstate wmi_bmof 
serio_raw platform_profile videobuf2_common snd mei_>
jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: CPU: 1 PID: 90 Comm: 
kworker/1:1 Tainted: G U  WL 6.5.0-060500rc1-generic #202307092131
jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Hardware name: HP HP Laptop 
15s-fq4xxx/89BC, BIOS F.31 03/25/2023
jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Workqueue: events 
azx_probe_work [snd_hda_intel]
jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RIP: 
0010:_raw_spin_unlock_irq+0x15/0x50
jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Code: cc cc 0f 1f 00 90 90 90 
90 90 90 90 90 90 90 90 90 90 90 90 90 0f 1f 44 00 00 55 48 89 e5 c6 07 00 0f 
1f 00 fb 0f 1f 44 00 00 <65> ff 0d 5c 61 52 >
jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RSP: 0018:b450c05dbb30 
EFLAGS: 0246
jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RAX: 0007 RBX: 
0007 RCX: 

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

Title:
  Soft-lockup caused by snd_hda_intel

Status in linux package in Ubuntu:
  New

Bug description:
  I report this bug the the 6.5rc1 kernel.
  Kernel before 6.5 hang even before there is any logging going on.
  The problem is gone when i blacklist snd_hda_core.

  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: watchdog: BUG: soft lockup 
- CPU#1 stuck for 78s! [kworker/1:1:90]
  jul 15 09:02:52 nick-HP-Laptop-15s-fq4xxx kernel: Modules linked in: 
snd_seq_dummy snd_hrtimer rfcomm cmac algif_hash algif_skcipher af_alg bnep 
snd_sof_pci_intel_tgl snd_sof_intel_hda_common soundwire_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel:  hp_wmi snd_timer videodev 
input_leds spi_nor rapl cec sparse_keymap cfg80211 intel_cstate wmi_bmof 
serio_raw platform_profile videobuf2_common snd mei_>
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: CPU: 1 PID: 90 Comm: 
kworker/1:1 Tainted: G U  WL 6.5.0-060500rc1-generic #202307092131
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Hardware name: HP HP Laptop 
15s-fq4xxx/89BC, BIOS F.31 03/25/2023
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Workqueue: events 
azx_probe_work [snd_hda_intel]
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RIP: 
0010:_raw_spin_unlock_irq+0x15/0x50
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: Code: cc cc 0f 1f 00 90 90 
90 90 90 90 90 90 90 90 90 90 90 90 90 90 0f 1f 44 00 00 55 48 89 e5 c6 07 00 
0f 1f 00 fb 0f 1f 44 00 00 <65> ff 0d 5c 61 52 >
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RSP: 0018:b450c05dbb30 
EFLAGS: 0246
  jul 15 09:03:07 nick-HP-Laptop-15s-fq4xxx kernel: RAX: 0007 RBX: 
0007 RCX: 

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2027848/+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 2027848] Re: Soft-lockup caused by snd_hda_intel

2023-07-15 Thread Executenor
[3.283014] i915 :00:02.0: drm_WARN_ON(val == 0x)
[3.283034] WARNING: CPU: 7 PID: 321 at 
drivers/gpu/drm/i915/display/intel_tc.c:702 tgl_tc_phy_init+0xe1/0x110 [i915]
[3.283338] Modules linked in: snd_pcm polyval_clmulni polyval_generic 
rtw88_8821ce snd_seq_midi rtw88_8821c kvm_intel rtw88_pci ghash_clmulni_intel 
snd_seq_midi_event sha512_ssse3 i915(+) binfmt_misc snd_rawmidi aesni_intel 
btusb rtw88_core crypto_simd btrtl kvm btbcm snd_seq uvcvideo btintel drm_buddy 
mei_pxp mei_hdcp irqbypass intel_rapl_msr cryptd videobuf2_vmalloc btmtk 
snd_seq_device mac80211 ttm nls_iso8859_1 uvc videobuf2_memops 
drm_display_helper bluetooth videobuf2_v4l2 cmdlinepart snd_timer videodev 
hp_wmi rapl input_leds cec sparse_keymap videobuf2_common ecdh_generic 
intel_cstate snd spi_nor processor_thermal_device_pci_legacy cfg80211 mc 
serio_raw platform_profile rc_core wmi_bmof mtd processor_thermal_device ee1004 
ecc processor_thermal_rfim soundcore drm_kms_helper hid_multitouch mei_me 
libarc4 processor_thermal_mbox processor_thermal_rapl i2c_algo_bit mei 
intel_rapl_common igen6_edac intel_soc_dts_iosf int3400_thermal int3403_thermal 
dptf_pch_fivr acpi_thermal_rel
  int340x_thermal_zone acpi_pad mac_hid
[3.283408]  wireless_hotkey sch_fq_codel msr parport_pc ppdev lp drm 
parport ramoops pstore_blk reed_solomon pstore_zone efi_pstore ip_tables 
x_tables autofs4 nvme nvme_core nvme_common hid_generic crc32_pclmul 
spi_intel_pci i2c_i801 intel_lpss_pci spi_intel i2c_smbus intel_lpss idma64 
xhci_pci i2c_hid_acpi vmd xhci_pci_renesas i2c_hid hid video wmi 
pinctrl_tigerlake
[3.283440] CPU: 7 PID: 321 Comm: systemd-udevd Tainted: G U  W  
6.5.0-060500rc1-generic #202307092131
[3.283443] Hardware name: HP HP Laptop 15s-fq4xxx/89BC, BIOS F.31 03/25/2023
[3.283444] RIP: 0010:tgl_tc_phy_init+0xe1/0x110 [i915]
[3.283679] Code: 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 b8 02 09 d9 48 c7 
c1 38 49 4a c1 4c 89 e2 48 c7 c7 b1 5b 4c c1 48 89 c6 e8 ff 5b 68 d8 <0f> 0b 48 
8b 03 8b 70 7c 48 8b 38 e8 8f d5 f9 ff 89 c1 41 89 c4 c1
[3.283681] RSP: 0018:9ab5004bb6f0 EFLAGS: 00010246
[3.283683] RAX:  RBX: 8a21078e9800 RCX: 
[3.283685] RDX:  RSI:  RDI: 
[3.283687] RBP: 9ab5004bb708 R08:  R09: 
[3.283688] R10:  R11:  R12: 8a2101b26cc0
[3.283689] R13: 8a210b3d8000 R14: 8a21078e9810 R15: 000fffe0
[3.283691] FS:  7f739cea98c0() GS:8a2277bc() 
knlGS:
[3.283693] CS:  0010 DS:  ES:  CR0: 80050033
[3.283695] CR2: 7f5c26b0ee24 CR3: 00011893a002 CR4: 00770ee0
[3.283697] PKRU: 5554
[3.283698] Call Trace:
[3.283699]  
[3.283701]  ? show_regs+0x6d/0x80
[3.283707]  ? __warn+0x89/0x160
[3.283711]  ? tgl_tc_phy_init+0xe1/0x110 [i915]
[3.283937]  ? report_bug+0x17e/0x1b0
[3.283943]  ? handle_bug+0x46/0x90
[3.283946]  ? exc_invalid_op+0x18/0x80
[3.283949]  ? asm_exc_invalid_op+0x1b/0x20
[3.283952]  ? tgl_tc_phy_init+0xe1/0x110 [i915]
[3.284168]  intel_tc_port_init+0x183/0x240 [i915]
[3.284388]  intel_ddi_init+0x7a8/0xea0 [i915]
[3.284634]  intel_setup_outputs+0x35c/0xc70 [i915]
[3.284886]  intel_display_driver_probe_nogem+0x16c/0x250 [i915]
[3.285115]  i915_driver_probe+0x2fa/0x580 [i915]
[3.285281]  ? drm_privacy_screen_get+0x16d/0x190 [drm]
[3.285336]  ? acpi_dev_found+0x64/0x80
[3.285342]  i915_pci_probe+0xd0/0x170 [i915]
[3.285511]  local_pci_probe+0x44/0xb0
[3.285516]  pci_call_probe+0x55/0x190
[3.285519]  pci_device_probe+0x84/0x120
[3.285522]  really_probe+0x1c9/0x430
[3.285525]  __driver_probe_device+0x8c/0x190
[3.285529]  driver_probe_device+0x24/0xd0
[3.285532]  __driver_attach+0x10b/0x210
[3.285534]  ? __pfx___driver_attach+0x10/0x10
[3.285537]  bus_for_each_dev+0x8a/0xf0
[3.285542]  driver_attach+0x1e/0x30
[3.285545]  bus_add_driver+0x127/0x240
[3.285547]  driver_register+0x5e/0x130
[3.285551]  __pci_register_driver+0x62/0x70
[3.28]  i915_pci_register_driver+0x23/0x30 [i915]
[3.285719]  i915_init+0x34/0x120 [i915]
[3.285897]  ? __pfx_i915_init+0x10/0x10 [i915]
[3.286071]  do_one_initcall+0x5b/0x340
[3.286077]  do_init_module+0x68/0x260
[3.286080]  load_module+0xb45/0xcd0
[3.286084]  ? ima_post_read_file+0xea/0x110
[3.286089]  init_module_from_file+0x97/0xe0
[3.286092]  ? init_module_from_file+0x97/0xe0
[3.286097]  idempotent_init_module+0x11c/0x2b0
[3.286102]  __x64_sys_finit_module+0x64/0xd0
[3.286105]  do_syscall_64+0x58/0x90
[3.286110]  ? exit_to_user_mode_prepare+0x30/0xb0
[3.286114]  ? syscall_exit_to_user_mode+0x29/0x50
[3.286117]  ? do_syscall_64+0x67/0x90
[3.286121]  ? exit_to_user_mode_prepare+0x30/0xb0
[

[Kernel-packages] [Bug 1960893] Re: i915 gives trace in dmesg

2023-07-11 Thread Executenor
Another thing i found out that blacklisting snd_hda_core prevents the
system from freezing

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

Title:
  i915 gives trace in dmesg

Status in linux package in Ubuntu:
  Confirmed

Bug description:

  
  [1.904158] kernel: [ cut here ]
  [1.904159] kernel: i915 :00:02.0: drm_WARN_ON(val == 0x)
  [1.904176] kernel: WARNING: CPU: 3 PID: 328 at 
drivers/gpu/drm/i915/display/intel_tc.c:761 intel_tc_port_init+0x1c4/0x1d0 
[i915]
  [1.904264] kernel: Modules linked in: snd_hda_intel kvm_intel(+) 
snd_intel_dspcfg intel_rapl_msr(+) snd_intel_sdw_acpi kvm snd_hda_codec 
snd_hda_core snd_hwdep crct10dif_pclmul ghash_clmulni_intel snd_pcm 
snd_seq_midi snd_seq_midi_event snd_rawmidi i915(+) aesni_intel joydev 
crypto_simd cryptd rtw88_8821ce rtw88_8821c snd_seq rtw88_pci rtw88_core 
snd_seq_device intel_cstate nls_iso8859_1 snd_timer ttm mac80211 drm_kms_helper 
serio_raw cec hp_wmi rc_core processor_thermal_device_pci_legacy sparse_keymap 
processor_thermal_device i2c_algo_bit platform_profile wmi_bmof efi_pstore snd 
processor_thermal_rfim mei_me fb_sys_fops processor_thermal_mbox syscopyarea 
cfg80211 processor_thermal_rapl hid_multitouch mei ee1004 intel_rapl_common 
sysfillrect soundcore libarc4 sysimgblt intel_soc_dts_iosf mac_hid 
int3400_thermal wireless_hotkey dptf_pch_fivr acpi_pad acpi_thermal_rel 
int3403_thermal int340x_thermal_zone sch_fq_codel ipmi_devintf ipmi_msghandler 
msr parport_pc ppdev lp parport dr
 m ip_tables
  [1.904304] kernel:  x_tables autofs4 hid_generic nvme nvme_core i2c_i801 
crc32_pclmul i2c_smbus intel_lpss_pci intel_lpss idma64 vmd xhci_pci 
xhci_pci_renesas wmi i2c_hid_acpi i2c_hid hid video pinctrl_tigerlake
  [1.904312] kernel: CPU: 3 PID: 328 Comm: systemd-udevd Not tainted 
5.15.0-18-generic #18-Ubuntu
  [1.904314] kernel: Hardware name: HP HP Laptop 14s-dq2xxx/87FD, BIOS F.09 
02/19/2021
  [1.904315] kernel: RIP: 0010:intel_tc_port_init+0x1c4/0x1d0 [i915]
  [1.904369] kernel: Code: 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 85 e8 35 
e2 48 c7 c1 a0 ef bc c0 4c 89 ea 48 c7 c7 77 d8 be c0 48 89 c6 e8 1d ab 7c e2 
<0f> 0b e9 55 ff ff ff 0f 1f 44 00 00 0f 1f 44 00 00 55 48 8b 17 80
  [1.904370] kernel: RSP: 0018:a22780973808 EFLAGS: 00010286
  [1.904372] kernel: RAX:  RBX: 93cf4882e000 RCX: 
0027
  [1.904373] kernel: RDX: 93d0b7ba09c8 RSI: 0001 RDI: 
93d0b7ba09c0
  [1.904373] kernel: RBP: a22780973838 R08: 0003 R09: 
a4be0e12
  [1.904374] kernel: R10:  R11: 0001 R12: 

  [1.904374] kernel: R13: 93cf41550720 R14: 93cf4882efa0 R15: 

  [1.904375] kernel: FS:  7f63046e98c0() GS:93d0b7b8() 
knlGS:
  [1.904376] kernel: CS:  0010 DS:  ES:  CR0: 80050033
  [1.904377] kernel: CR2: 7fc171f1aaa0 CR3: 00010715e006 CR4: 
00770ee0
  [1.904378] kernel: PKRU: 5554
  [1.904378] kernel: Call Trace:
  [1.904379] kernel:  
  [1.904381] kernel:  intel_ddi_init+0x6a0/0xbd0 [i915]
  [1.904447] kernel:  ? __cond_resched+0x1a/0x50
  [1.904451] kernel:  intel_setup_outputs+0x304/0xc70 [i915]
  [1.904514] kernel:  intel_modeset_init_nogem+0x290/0x510 [i915]
  [1.904562] kernel:  ? intel_irq_postinstall+0x38b/0x680 [i915]
  [1.904608] kernel:  i915_driver_probe+0x1b7/0x470 [i915]
  [1.904648] kernel:  ? mutex_lock+0x13/0x40
  [1.904650] kernel:  i915_pci_probe+0x58/0x140 [i915]
  [1.904689] kernel:  local_pci_probe+0x48/0x90
  [1.904692] kernel:  pci_device_probe+0x115/0x1f0
  [1.904693] kernel:  really_probe+0x21b/0x420
  [1.904696] kernel:  __driver_probe_device+0x115/0x190
  [1.904697] kernel:  driver_probe_device+0x23/0xc0
  [1.904699] kernel:  __driver_attach+0xbd/0x1d0
  [1.904700] kernel:  ? __device_attach_driver+0x110/0x110
  [1.904702] kernel:  bus_for_each_dev+0x7c/0xc0
  [1.904704] kernel:  driver_attach+0x1e/0x20
  [1.904705] kernel:  bus_add_driver+0x135/0x200
  [1.904707] kernel:  driver_register+0x95/0xf0
  [1.904708] kernel:  __pci_register_driver+0x68/0x70
  [1.904709] kernel:  i915_register_pci_driver+0x23/0x30 [i915]
  [1.904746] kernel:  i915_init+0x3b/0xfc [i915]
  [1.904793] kernel:  ? 0xc0cad000
  [1.904794] kernel:  do_one_initcall+0x46/0x1d0
  [1.904797] kernel:  ? kmem_cache_alloc_trace+0x19e/0x2e0
  [1.904800] kernel:  do_init_module+0x62/0x280
  [1.904801] kernel:  load_module+0xac9/0xbb0
  [1.904803] kernel:  __do_sys_finit_module+0xbf/0x120
  [1.904804] kernel:  __x64_sys_finit_module+0x18/0x20
  [1.904805] kernel:  do_syscall_64+0x59/0xc0
  [1.904807] 

[Kernel-packages] [Bug 1960893] Re: i915 gives trace in dmesg

2023-07-11 Thread Executenor
I experience the same problem on an HP laptop(HP Laptop 15s-fq4xxx/89BC, BIOS 
F.31 03/25/2023) with a tigerlake CPU.
But this one also freezes when a do a reboot. A cold boot always works.


The only kernels to work reliably are the liquorix kernels. And they only work 
after falling back to the intel hda legacy driver in combination with the model 
dell-headset-multi. 

This might sound weird but apparently there is some interaction between
the audio drivers and the i915 module. Probably has something to do with
hdmi and or usb-c audio?

I think the problem is a that the bios if just very buggy and needs some 
workaround to function correctly.
One thing i noticed is that the liqourix kernel has hpet en intel_pstate 
disabled. These had no effects on the default kernel, at least it did not 
prevent the freezes after a reboot.

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

Title:
  i915 gives trace in dmesg

Status in linux package in Ubuntu:
  Confirmed

Bug description:

  
  [1.904158] kernel: [ cut here ]
  [1.904159] kernel: i915 :00:02.0: drm_WARN_ON(val == 0x)
  [1.904176] kernel: WARNING: CPU: 3 PID: 328 at 
drivers/gpu/drm/i915/display/intel_tc.c:761 intel_tc_port_init+0x1c4/0x1d0 
[i915]
  [1.904264] kernel: Modules linked in: snd_hda_intel kvm_intel(+) 
snd_intel_dspcfg intel_rapl_msr(+) snd_intel_sdw_acpi kvm snd_hda_codec 
snd_hda_core snd_hwdep crct10dif_pclmul ghash_clmulni_intel snd_pcm 
snd_seq_midi snd_seq_midi_event snd_rawmidi i915(+) aesni_intel joydev 
crypto_simd cryptd rtw88_8821ce rtw88_8821c snd_seq rtw88_pci rtw88_core 
snd_seq_device intel_cstate nls_iso8859_1 snd_timer ttm mac80211 drm_kms_helper 
serio_raw cec hp_wmi rc_core processor_thermal_device_pci_legacy sparse_keymap 
processor_thermal_device i2c_algo_bit platform_profile wmi_bmof efi_pstore snd 
processor_thermal_rfim mei_me fb_sys_fops processor_thermal_mbox syscopyarea 
cfg80211 processor_thermal_rapl hid_multitouch mei ee1004 intel_rapl_common 
sysfillrect soundcore libarc4 sysimgblt intel_soc_dts_iosf mac_hid 
int3400_thermal wireless_hotkey dptf_pch_fivr acpi_pad acpi_thermal_rel 
int3403_thermal int340x_thermal_zone sch_fq_codel ipmi_devintf ipmi_msghandler 
msr parport_pc ppdev lp parport dr
 m ip_tables
  [1.904304] kernel:  x_tables autofs4 hid_generic nvme nvme_core i2c_i801 
crc32_pclmul i2c_smbus intel_lpss_pci intel_lpss idma64 vmd xhci_pci 
xhci_pci_renesas wmi i2c_hid_acpi i2c_hid hid video pinctrl_tigerlake
  [1.904312] kernel: CPU: 3 PID: 328 Comm: systemd-udevd Not tainted 
5.15.0-18-generic #18-Ubuntu
  [1.904314] kernel: Hardware name: HP HP Laptop 14s-dq2xxx/87FD, BIOS F.09 
02/19/2021
  [1.904315] kernel: RIP: 0010:intel_tc_port_init+0x1c4/0x1d0 [i915]
  [1.904369] kernel: Code: 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 85 e8 35 
e2 48 c7 c1 a0 ef bc c0 4c 89 ea 48 c7 c7 77 d8 be c0 48 89 c6 e8 1d ab 7c e2 
<0f> 0b e9 55 ff ff ff 0f 1f 44 00 00 0f 1f 44 00 00 55 48 8b 17 80
  [1.904370] kernel: RSP: 0018:a22780973808 EFLAGS: 00010286
  [1.904372] kernel: RAX:  RBX: 93cf4882e000 RCX: 
0027
  [1.904373] kernel: RDX: 93d0b7ba09c8 RSI: 0001 RDI: 
93d0b7ba09c0
  [1.904373] kernel: RBP: a22780973838 R08: 0003 R09: 
a4be0e12
  [1.904374] kernel: R10:  R11: 0001 R12: 

  [1.904374] kernel: R13: 93cf41550720 R14: 93cf4882efa0 R15: 

  [1.904375] kernel: FS:  7f63046e98c0() GS:93d0b7b8() 
knlGS:
  [1.904376] kernel: CS:  0010 DS:  ES:  CR0: 80050033
  [1.904377] kernel: CR2: 7fc171f1aaa0 CR3: 00010715e006 CR4: 
00770ee0
  [1.904378] kernel: PKRU: 5554
  [1.904378] kernel: Call Trace:
  [1.904379] kernel:  
  [1.904381] kernel:  intel_ddi_init+0x6a0/0xbd0 [i915]
  [1.904447] kernel:  ? __cond_resched+0x1a/0x50
  [1.904451] kernel:  intel_setup_outputs+0x304/0xc70 [i915]
  [1.904514] kernel:  intel_modeset_init_nogem+0x290/0x510 [i915]
  [1.904562] kernel:  ? intel_irq_postinstall+0x38b/0x680 [i915]
  [1.904608] kernel:  i915_driver_probe+0x1b7/0x470 [i915]
  [1.904648] kernel:  ? mutex_lock+0x13/0x40
  [1.904650] kernel:  i915_pci_probe+0x58/0x140 [i915]
  [1.904689] kernel:  local_pci_probe+0x48/0x90
  [1.904692] kernel:  pci_device_probe+0x115/0x1f0
  [1.904693] kernel:  really_probe+0x21b/0x420
  [1.904696] kernel:  __driver_probe_device+0x115/0x190
  [1.904697] kernel:  driver_probe_device+0x23/0xc0
  [1.904699] kernel:  __driver_attach+0xbd/0x1d0
  [1.904700] kernel:  ? __device_attach_driver+0x110/0x110
  [1.904702] kernel:  bus_for_each_dev+0x7c/0xc0
  [1.904704] kernel:  

[Kernel-packages] [Bug 1826125] Re: Dell XPS 13 9380 flickering (Whiskey Lake)

2021-04-26 Thread Executenor
*** This bug is a duplicate of bug 1925685 ***
https://bugs.launchpad.net/bugs/1925685

** This bug has been marked a duplicate of bug 1925685
   [SRU] Patch for flicker and glitching on certain hardware, intel framebuffer,

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

Title:
  Dell XPS 13 9380 flickering  (Whiskey Lake)

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

Bug description:
  A brand new Dell XPS 13 9380 preinstalled with Ubuntu 18.04 flickers
  to the point of being totally unusable.

  I have upgraded since to 18.10 and 19.04 with no changes. I have tried
  several combinations of the i915 parameters fastboot, enable_rc6 and
  enable_fbc to no avail.

  Examples of flickering are here:
  https://photos.app.goo.gl/1PkL2HrjMBP41aML9
  https://photos.app.goo.gl/CMzmMwrCPH5wh8aw6
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gdm1430 F pulseaudio
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20180608-47+italia-whl+X31
  DistroRelease: Ubuntu 19.04
  InstallationDate: Installed on 2019-04-13 (10 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
  MachineType: Dell Inc. XPS 13 9380
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1035-oem 
root=UUID=252898e9-6e96-4705-a709-2db930b7c4c7 ro quiet splash i915.fastboot=1 
i915.enable_rc6=0 vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-1035.40-oem 4.15.18
  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-1035-oem N/A
   linux-backports-modules-4.15.0-1035-oem  N/A
   linux-firmware   1.178
  Tags:  disco
  Uname: Linux 4.15.0-1035-oem x86_64
  UpgradeStatus: Upgraded to disco on 2019-04-24 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 02/14/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.1
  dmi.board.name: 0KTW76
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.1:bd02/14/2019:svnDellInc.:pnXPS139380:pvr:rvnDellInc.:rn0KTW76:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9380
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1826125/+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 1855608] Re: Dell XPS 13 7390 screen corruption in 18.04 LTS, 19.04 and 19.10 on Intel Comet Lake

2021-04-26 Thread Executenor
*** This bug is a duplicate of bug 1925685 ***
https://bugs.launchpad.net/bugs/1925685

** This bug is no longer a duplicate of bug 1826125
   Dell XPS 13 9380 flickering  (Whiskey Lake)
** This bug has been marked a duplicate of bug 1925685
   [SRU] Patch for flicker and glitching on certain hardware, intel framebuffer,

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

Title:
  Dell XPS 13 7390 screen corruption in 18.04 LTS, 19.04 and 19.10 on
  Intel Comet Lake

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just received a new Dell XPS 13 7390 laptop. With factory
  preinstalled Ubuntu Linux 18.04 LTS and the Dell OEM kernel, graphics
  was severely distorted. The display would constantly flicker with
  areas of the display staying black or showing patterns of square color
  blocks.

  Booting in recovery mode worked, though and I was able to install all
  updates for preinstalled 18.04 LTS with the OEM kernel. Problems in
  non-recovery mode persisted after installing all updates. I then
  updated to Ubuntu 19.04 and changed to "generic" linux kernel image
  without success: Problem persisted, only recovery mode was usable. I
  updated once more to 19.10 again without any success.

  From the perhaps related bug #1849947 I tried latest drm-tip kernel
  from

  https://kernel.ubuntu.com/~kernel-ppa/mainline/

  drm-tip kernel solves the issue for first boot, but after resuming
  from suspend, the same issues display issues occur.

  Kernel images I tried:
  - linux-image-4.15.0-1065-oem - on Ubuntu 18.04 LTS, corrupted graphics 
output without "nomodeset"
  - linux-image-5.0.0-37-generic - on Ubuntu 19.04, corrupted graphics output 
without "nomodeset"
  - linux-image-5.3.0-24-generic - on Ubuntu 19.10, corrupted graphics output 
without "nomodeset"
  - linux-image-unsigned-5.4.0-994-generic - on Ubuntu 19.10, corrupted 
graphics output after resuming from suspend

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  Uname: Linux 5.4.0-994-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  8 18:51:15 2019
  DistUpgraded: 2019-12-07 22:36:44,841 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
“./xorg_fix_proprietary.py” (No such file or directory) (8))
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20180608-47+beaver-three-eyed-raven+X92
  DistroCodename: eoan
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Device [8086:9b41] (rev 02) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0962]
  InstallationDate: Installed on 2019-11-25 (13 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
  MachineType: Dell Inc. XPS 13 7390
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-994-generic 
root=UUID=45745b59-5aff-4246-94d2-34fe9ae5012f ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to eoan on 2019-12-07 (0 days ago)
  dmi.bios.date: 11/08/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.1
  dmi.board.name: 0G2D0W
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.1:bd11/08/2019:svnDellInc.:pnXPS137390:pvr:rvnDellInc.:rn0G2D0W:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 7390
  dmi.product.sku: 0962
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1855608/+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 1863603] Re: [comet lake] Screen is scrambled/distored and flickers

2021-04-26 Thread Executenor
*** This bug is a duplicate of bug 1925685 ***
https://bugs.launchpad.net/bugs/1925685

** This bug is no longer a duplicate of bug 1826125
   Dell XPS 13 9380 flickering  (Whiskey Lake)
** This bug has been marked a duplicate of bug 1925685
   [SRU] Patch for flicker and glitching on certain hardware, intel framebuffer,

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

Title:
  [comet lake] Screen is scrambled/distored and flickers

Status in linux package in Ubuntu:
  New

Bug description:
  The screen is distorted/scrambled every now and then. That is, it's
  like a few lines of pixels are repeated (so it's a normally a blur).
  The screen also flickers at times. This happens a few times a few.
  I've noticed that if I close the lid and let the screen
  dim/blank/suspend then normally is goes back to normal when it wakes
  up.

  To my knowledge his happens irrespective of what programs I use at the
  time.

  Dell XPS 13 (7390).

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: xorg 1:7.7+19ubuntu12
  ProcVersionSignature: Ubuntu 5.3.0-29.31-generic 5.3.13
  Uname: Linux 5.3.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Mon Feb 17 12:32:42 2020
  DistUpgraded: Fresh install
  DistroCodename: eoan
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 6.0.14, 5.3.0-26-generic, x86_64: installed
   virtualbox, 6.0.14, 5.3.0-29-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Device [8086:9b41] (rev 02) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0962]
  InstallationDate: Installed on 2019-12-24 (54 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. XPS 13 7390
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-29-generic 
root=UUID=c325f61e-5f45-4a7a-ada7-71dd6d7d4b42 ro 
resume=UUID=c325f61e-5f45-4a7a-ada7-71dd6d7d4b42 resume_offset=67694592 quiet 
splash mem_sleep_default=deep vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/03/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.0
  dmi.board.name: 0G2D0W
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.0:bd10/03/2019:svnDellInc.:pnXPS137390:pvr:rvnDellInc.:rn0G2D0W:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 7390
  dmi.product.sku: 0962
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.99-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.8-0ubuntu0~19.10.2
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1863603/+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 1826125] Re: Dell XPS 13 9380 flickering (Whiskey Lake)

2021-03-04 Thread Executenor
I use the same laptop also preinstalled with ubuntu. Not to be an
asshole. But i expected a preinstalled system to just work. Regressions
like this are very unacceptable and it points to very bad quality
management. I switched to linux 15 years ago because its stability. But
nowadays it seems to get less stable every month.

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

Title:
  Dell XPS 13 9380 flickering  (Whiskey Lake)

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

Bug description:
  A brand new Dell XPS 13 9380 preinstalled with Ubuntu 18.04 flickers
  to the point of being totally unusable.

  I have upgraded since to 18.10 and 19.04 with no changes. I have tried
  several combinations of the i915 parameters fastboot, enable_rc6 and
  enable_fbc to no avail.

  Examples of flickering are here:
  https://photos.app.goo.gl/1PkL2HrjMBP41aML9
  https://photos.app.goo.gl/CMzmMwrCPH5wh8aw6
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gdm1430 F pulseaudio
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20180608-47+italia-whl+X31
  DistroRelease: Ubuntu 19.04
  InstallationDate: Installed on 2019-04-13 (10 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
  MachineType: Dell Inc. XPS 13 9380
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1035-oem 
root=UUID=252898e9-6e96-4705-a709-2db930b7c4c7 ro quiet splash i915.fastboot=1 
i915.enable_rc6=0 vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-1035.40-oem 4.15.18
  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-1035-oem N/A
   linux-backports-modules-4.15.0-1035-oem  N/A
   linux-firmware   1.178
  Tags:  disco
  Uname: Linux 4.15.0-1035-oem x86_64
  UpgradeStatus: Upgraded to disco on 2019-04-24 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 02/14/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.1
  dmi.board.name: 0KTW76
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.1:bd02/14/2019:svnDellInc.:pnXPS139380:pvr:rvnDellInc.:rn0KTW76:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9380
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1826125/+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 1871794] Re: [Bluetooth] No audio output/input in HSP/HFP mode

2020-10-22 Thread Executenor
@Javier Ah ok that makes sense, i hope it is really fixed with ubuntu
20.10 then it could be used with the a new hwe for ubuntu 20.04.

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

Title:
  [Bluetooth] No audio output/input in HSP/HFP mode

Status in bluez package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I'm testing with Sony bluetooth headset SBH20, works fine in A2DP
  profile, but I can't get audio input and output work in HSP/HFP
  profile.

  [Reproduce steps]
  1. Scan and pair BT headset in Bluetooth setting
  2. Switch to HSP/HFP profile in Sound setting
  3. Test sound output/input

  [Machine information]
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: pulseaudio 1:13.99.1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu25
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1359 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  9 16:26:52 2020
  InstallationDate: Installed on 2020-04-09 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: SBH20
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1359 F pulseaudio
  Symptom_Type: No sound at all
  Title: [SBH20, recording] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/17/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.13
  dmi.board.name: 0188D1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 31
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.13:bd09/17/2019:svnDellInc.:pnXPS1373902-in-1:pvr:rvnDellInc.:rn0188D1:rvrA00:cvnDellInc.:ct31:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 7390 2-in-1
  dmi.product.sku: 08B0
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1871794/+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 1871794] Re: [Bluetooth] No audio output/input in HSP/HFP mode

2020-10-20 Thread Executenor
@Javier
That is weird that laptop does not have a intel bluetooth/wifi chip? I own one 
too as a private laptop and it has a qualcomm that should not be affected by 
this bug. Can you please post which chipset is has? Maybe Dell released one 
with an intel chipset too.

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

Title:
  [Bluetooth] No audio output/input in HSP/HFP mode

Status in bluez package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I'm testing with Sony bluetooth headset SBH20, works fine in A2DP
  profile, but I can't get audio input and output work in HSP/HFP
  profile.

  [Reproduce steps]
  1. Scan and pair BT headset in Bluetooth setting
  2. Switch to HSP/HFP profile in Sound setting
  3. Test sound output/input

  [Machine information]
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: pulseaudio 1:13.99.1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu25
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1359 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  9 16:26:52 2020
  InstallationDate: Installed on 2020-04-09 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: SBH20
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1359 F pulseaudio
  Symptom_Type: No sound at all
  Title: [SBH20, recording] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/17/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.13
  dmi.board.name: 0188D1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 31
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.13:bd09/17/2019:svnDellInc.:pnXPS1373902-in-1:pvr:rvnDellInc.:rn0188D1:rvrA00:cvnDellInc.:ct31:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 7390 2-in-1
  dmi.product.sku: 08B0
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1871794/+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 1871794] Re: [Bluetooth] No audio output/input in HSP/HFP mode

2020-10-12 Thread Executenor
Ok, all these devices have intel wireless and use btintel together with
btusb. And i am also pretty sure it has something to do with the
firmware not loading. Also this bug has been reported on April the 9th
this year and i don't see anyone working on this. And we already have a
point release. Why is this not getting any attention? At least give us a
status update. Many people work at home now and use bluetooth headphones
for Slack or Skype etc. We bought company laptops with 20.04 LTS
preinstalled and we all had to downgrade them to make them usable for
working at home.

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

Title:
  [Bluetooth] No audio output/input in HSP/HFP mode

Status in bluez package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I'm testing with Sony bluetooth headset SBH20, works fine in A2DP
  profile, but I can't get audio input and output work in HSP/HFP
  profile.

  [Reproduce steps]
  1. Scan and pair BT headset in Bluetooth setting
  2. Switch to HSP/HFP profile in Sound setting
  3. Test sound output/input

  [Machine information]
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: pulseaudio 1:13.99.1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu25
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1359 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  9 16:26:52 2020
  InstallationDate: Installed on 2020-04-09 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: SBH20
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1359 F pulseaudio
  Symptom_Type: No sound at all
  Title: [SBH20, recording] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/17/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.13
  dmi.board.name: 0188D1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 31
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.13:bd09/17/2019:svnDellInc.:pnXPS1373902-in-1:pvr:rvnDellInc.:rn0188D1:rvrA00:cvnDellInc.:ct31:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 7390 2-in-1
  dmi.product.sku: 08B0
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1871794/+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 1871794] Re: [Bluetooth] No audio output/input in HSP/HFP mode

2020-09-12 Thread Executenor
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1879615

This one is related

** Also affects: bluez (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [Bluetooth] No audio output/input in HSP/HFP mode

Status in bluez package in Ubuntu:
  New
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I'm testing with Sony bluetooth headset SBH20, works fine in A2DP
  profile, but I can't get audio input and output work in HSP/HFP
  profile.

  [Reproduce steps]
  1. Scan and pair BT headset in Bluetooth setting
  2. Switch to HSP/HFP profile in Sound setting
  3. Test sound output/input

  [Machine information]
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: pulseaudio 1:13.99.1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu25
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1359 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  9 16:26:52 2020
  InstallationDate: Installed on 2020-04-09 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: SBH20
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1359 F pulseaudio
  Symptom_Type: No sound at all
  Title: [SBH20, recording] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/17/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.13
  dmi.board.name: 0188D1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 31
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.13:bd09/17/2019:svnDellInc.:pnXPS1373902-in-1:pvr:rvnDellInc.:rn0188D1:rvrA00:cvnDellInc.:ct31:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 7390 2-in-1
  dmi.product.sku: 08B0
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1871794/+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 1881612] Re: Intel AX1650i Bluetooth will not work in HSP/HFP (Headset/Hands-free)

2020-08-01 Thread Executenor
I experience the same problem with my system using the same driver, i
use an ax200. There seems to be a problem routing the audio. The output
reacts on my voice so they seem to be switched somehow?

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

Title:
  Intel AX1650i Bluetooth will not work in HSP/HFP (Headset/Hands-free)

Status in bluez package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  On Dell Inspiron 3593 running Ubuntu 20.04, Bluetooth Headset Vipex
  VX-BH001 works in A2DP, but not in HSP/HFP.  (So it cannot be used as
  a microphone.)

  Same headset works correctly on an older Dell Latitude under both
  20.04 and 18.04, and works on the same laptop when using an external
  USB bluetooth adapter, so I conclude the issue is probably with the
  iwlwifi driver or firmware.

  The bluetooth headset pairs okay, but in sound settings if I switch
  configuration to "Headset Head Unit (HSP/HFP)", then the "test" dialog
  under "output" will not play sound, and the "input" panel does not
  show any incoming audio.

  I tried upgrading to -proposed kernel and installing updated firmware
  in /lib/firmware, but without improvement.

  I also note that 'modinfo iwlwifi' on my laptop lists support for
  firmware up to iwlwifi-Qu-c0-hr-b0-52.ucode, but linux-firmware.git
  has newer firmware published: iwlwifi-Qu-c0-jf-b0-55.ucode

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: pulseaudio 1:13.99.1-1ubuntu3.3
  ProcVersionSignature: Ubuntu 5.6.0-1011.11-oem 5.6.14
  Uname: Linux 5.6.0-1011-oem x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  magnus207273 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jun  1 10:58:12 2020
  InstallationDate: Installed on 2020-05-24 (8 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: Vipex VX-BH001
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  magnus207273 F pulseaudio
  Symptom_Type: No sound at all
  Title: [Vipex VX-BH001, recording] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/24/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.8.0
  dmi.board.name: 0TGVJN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.0:bd03/24/2020:svnDellInc.:pnInspiron3593:pvr:rvnDellInc.:rn0TGVJN:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3593
  dmi.product.sku: 0979
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-05-24 (9 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Dell Inc. Inspiron 3593
  Package: pulseaudio
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.6.0-1011-oem 
root=UUID=e02d97a7-7307-4838-8fdc-65824f3ea646 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.6.0-1011.11-oem 5.6.14
  Tags:  focal
  Uname: Linux 5.6.0-1011-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/24/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.8.0
  dmi.board.name: 0TGVJN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.0:bd03/24/2020:svnDellInc.:pnInspiron3593:pvr:rvnDellInc.:rn0TGVJN:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3593
  dmi.product.sku: 0979
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:67:5D:DF:7C:A2  ACL MTU: 1021:4  SCO MTU: 96:6
UP RUNNING PSCAN ISCAN 
RX bytes:21346 acl:112 sco:0 events:1029 errors:0
TX bytes:225218 acl:347 sco:1 commands:348 errors:0

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : 

[Kernel-packages] [Bug 1881612] Re: Intel AX1650i Bluetooth will not work in HSP/HFP (Headset/Hands-free)

2020-08-01 Thread Executenor
I think this #1871794 issue is related.

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

Title:
  Intel AX1650i Bluetooth will not work in HSP/HFP (Headset/Hands-free)

Status in bluez package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  On Dell Inspiron 3593 running Ubuntu 20.04, Bluetooth Headset Vipex
  VX-BH001 works in A2DP, but not in HSP/HFP.  (So it cannot be used as
  a microphone.)

  Same headset works correctly on an older Dell Latitude under both
  20.04 and 18.04, and works on the same laptop when using an external
  USB bluetooth adapter, so I conclude the issue is probably with the
  iwlwifi driver or firmware.

  The bluetooth headset pairs okay, but in sound settings if I switch
  configuration to "Headset Head Unit (HSP/HFP)", then the "test" dialog
  under "output" will not play sound, and the "input" panel does not
  show any incoming audio.

  I tried upgrading to -proposed kernel and installing updated firmware
  in /lib/firmware, but without improvement.

  I also note that 'modinfo iwlwifi' on my laptop lists support for
  firmware up to iwlwifi-Qu-c0-hr-b0-52.ucode, but linux-firmware.git
  has newer firmware published: iwlwifi-Qu-c0-jf-b0-55.ucode

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: pulseaudio 1:13.99.1-1ubuntu3.3
  ProcVersionSignature: Ubuntu 5.6.0-1011.11-oem 5.6.14
  Uname: Linux 5.6.0-1011-oem x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  magnus207273 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jun  1 10:58:12 2020
  InstallationDate: Installed on 2020-05-24 (8 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: Vipex VX-BH001
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  magnus207273 F pulseaudio
  Symptom_Type: No sound at all
  Title: [Vipex VX-BH001, recording] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/24/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.8.0
  dmi.board.name: 0TGVJN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.0:bd03/24/2020:svnDellInc.:pnInspiron3593:pvr:rvnDellInc.:rn0TGVJN:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3593
  dmi.product.sku: 0979
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-05-24 (9 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Dell Inc. Inspiron 3593
  Package: pulseaudio
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.6.0-1011-oem 
root=UUID=e02d97a7-7307-4838-8fdc-65824f3ea646 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.6.0-1011.11-oem 5.6.14
  Tags:  focal
  Uname: Linux 5.6.0-1011-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/24/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.8.0
  dmi.board.name: 0TGVJN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.0:bd03/24/2020:svnDellInc.:pnInspiron3593:pvr:rvnDellInc.:rn0TGVJN:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 3593
  dmi.product.sku: 0979
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: AC:67:5D:DF:7C:A2  ACL MTU: 1021:4  SCO MTU: 96:6
UP RUNNING PSCAN ISCAN 
RX bytes:21346 acl:112 sco:0 events:1029 errors:0
TX bytes:225218 acl:347 sco:1 commands:348 errors:0

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