[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected

2020-04-10 Thread Peter Albrecht
For what it's worth, my audio devices all still appear as "dummy output" on my 
Dell G3 15 3590 running 5.3.0-46-generic. Sound works perfectly on 5.3.0-40 and 
before. I have not applied any workarounds to the system.
 
Please let me know what I can do to help debug.

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

Title:
  PCI/internal sound card not detected

Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-osp1 package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Invalid
Status in linux-oem-osp1 source package in Bionic:
  Fix Released
Status in linux source package in Eoan:
  Fix Released
Status in linux-oem-osp1 source package in Eoan:
  Fix Released

Bug description:
  The sof-pci-dev and snd-soc-skl all contains the same pciid, if
  the soc-skl is loaded ahead of sof-pci-dev, the sof driver will
  not work anymore, in the oem project, we manually put the soc-skl
  in the blacklist.

  From kernel-5.4 (focal kernel), the driver soc-skl is disabled by
  default, and there is no users report any issues on it. So let us
  disable soc-skl in the eoan and osp1 kernel too.

  The patch for eoan kernel doesn't remove the modules because looks
  like the abi folder are not controlled by git. This will break the
  modulecheck, so if this patch could be merged, please help remove
  those modules:
  snd-soc-skl
  snd-soc-skl-ipc
  snd-soc-skl-ssp-clk

  [Impact]
  If soc-skl driver is loaded ahead of sof driver, the sof could
  not work anymore, we need to blacklist the soc-skl manually

  [Fix]
  Like the focal kernel, we disable the soc_skl driver in the kernel
  config

  [Test Case]
  Tested on Lenovo and Dell machines which has dmic, the sof driver
  could be loaded successfully.

  Tested on the machinces without the dmic, the legacy hda driver
  worked well as before.

  [Regression Risk]
  Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this
  dirver; and We have not met a machine need the soc_skl driver yet;
  and Intel claim that the sof could replace the soc_skl driver.


  In the -41 kernel, we introduced a patch from stable kernel, that
  make the sof driver crash, and there is a fix patch in the 5.6-rc1,
  and this fix patch is already in the stable and is merged to focal
  kernel, now we backport this patch to Eoan kernel if -42 doesn't
  introduce this fix patch from stable.

  The patch introduced the crash:
  commit 063821115e02229d5fd3de31bad270d5e30aeb41
  Author: Dragos Tarcatu 
  Date: Mon Dec 9 18:39:38 2019 -0600

  ASoC: topology: Check return value for snd_soc_add_dai_link()

  BugLink: https://bugs.launchpad.net/bugs/1861929

  [ Upstream commit 76d2703649321c296df7ec0dafd50add96215de4 ]

  snd_soc_add_dai_link() might fail. This situation occurs for
  instance in a very specific use case where a PCM device and a
  Back End DAI link are given identical names in the topology.
  When this happens, soc_new_pcm_runtime() fails and then
  snd_soc_add_dai_link() returns -ENOMEM when called from
  soc_tplg_fe_link_create(). Because of that, the link will not
  get added into the card list, so any attempt to remove it later
  ends up in a panic.

  Fix that by checking the return status and free the memory in case
  of an error.

  Reviewed-by: Ranjani Sridharan 
  Signed-off-by: Dragos Tarcatu 
  Signed-off-by: Pierre-Louis Bossart 
  Link: 
https://lore.kernel.org/r/20191210003939.15752-2-pierre-louis.boss...@linux.intel.com
  Signed-off-by: Mark Brown 
  Signed-off-by: Sasha Levin 
  Signed-off-by: Kamal Mostafa 
  Signed-off-by: Khalid Elmously 

  
  [Impact]
  During the boot, the sof driver crash because the hdmi_pcm_list
  is not initialized before it is used.

  [Fix]
  This bug is fixed in the mainline kernel v5.6-rc1, now backport
  this patch to ubuntu kernel

  [Test Case]
  Boot the -41 kernel with this patch added.
  blacklist the snd_soc_skl
  the kernel can boot successfully, and sof driver worked well

  [Regression Risk]
  Low, the patches are backported from upstream kernel, and I tested
  this patch on Lenovo and Dell dmic machines. Focal kernel already
  has this patch and works well.



  Probably a kernel bug.

  The sound card isn't detected in 5.3.0-41-generic
  Booting 5.3.0-40-generic does work.

  The relevant dmesg message is:

  [9.845441] skl_hda_dsp_generic skl_hda_dsp_generic: Unsupported 
HDAudio/iDisp configuration found
  [9.845447] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with 
error -22

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18
  Uname: Linux 5.3.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/d

[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected

2020-04-14 Thread Peter Albrecht
I can only attach one file per reply, so I appended the full dmesg to
the end of alsa-info.

Please let me know if I can add any other info.

** Attachment added: "Alsa info + dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux-oem-osp1/+bug/1864061/+attachment/5354246/+files/alsa-info.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/1864061

Title:
  PCI/internal sound card not detected

Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-osp1 package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Invalid
Status in linux-oem-osp1 source package in Bionic:
  Fix Released
Status in linux source package in Eoan:
  Fix Released
Status in linux-oem-osp1 source package in Eoan:
  Fix Released

Bug description:
  The sof-pci-dev and snd-soc-skl all contains the same pciid, if
  the soc-skl is loaded ahead of sof-pci-dev, the sof driver will
  not work anymore, in the oem project, we manually put the soc-skl
  in the blacklist.

  From kernel-5.4 (focal kernel), the driver soc-skl is disabled by
  default, and there is no users report any issues on it. So let us
  disable soc-skl in the eoan and osp1 kernel too.

  The patch for eoan kernel doesn't remove the modules because looks
  like the abi folder are not controlled by git. This will break the
  modulecheck, so if this patch could be merged, please help remove
  those modules:
  snd-soc-skl
  snd-soc-skl-ipc
  snd-soc-skl-ssp-clk

  [Impact]
  If soc-skl driver is loaded ahead of sof driver, the sof could
  not work anymore, we need to blacklist the soc-skl manually

  [Fix]
  Like the focal kernel, we disable the soc_skl driver in the kernel
  config

  [Test Case]
  Tested on Lenovo and Dell machines which has dmic, the sof driver
  could be loaded successfully.

  Tested on the machinces without the dmic, the legacy hda driver
  worked well as before.

  [Regression Risk]
  Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this
  dirver; and We have not met a machine need the soc_skl driver yet;
  and Intel claim that the sof could replace the soc_skl driver.


  In the -41 kernel, we introduced a patch from stable kernel, that
  make the sof driver crash, and there is a fix patch in the 5.6-rc1,
  and this fix patch is already in the stable and is merged to focal
  kernel, now we backport this patch to Eoan kernel if -42 doesn't
  introduce this fix patch from stable.

  The patch introduced the crash:
  commit 063821115e02229d5fd3de31bad270d5e30aeb41
  Author: Dragos Tarcatu 
  Date: Mon Dec 9 18:39:38 2019 -0600

  ASoC: topology: Check return value for snd_soc_add_dai_link()

  BugLink: https://bugs.launchpad.net/bugs/1861929

  [ Upstream commit 76d2703649321c296df7ec0dafd50add96215de4 ]

  snd_soc_add_dai_link() might fail. This situation occurs for
  instance in a very specific use case where a PCM device and a
  Back End DAI link are given identical names in the topology.
  When this happens, soc_new_pcm_runtime() fails and then
  snd_soc_add_dai_link() returns -ENOMEM when called from
  soc_tplg_fe_link_create(). Because of that, the link will not
  get added into the card list, so any attempt to remove it later
  ends up in a panic.

  Fix that by checking the return status and free the memory in case
  of an error.

  Reviewed-by: Ranjani Sridharan 
  Signed-off-by: Dragos Tarcatu 
  Signed-off-by: Pierre-Louis Bossart 
  Link: 
https://lore.kernel.org/r/20191210003939.15752-2-pierre-louis.boss...@linux.intel.com
  Signed-off-by: Mark Brown 
  Signed-off-by: Sasha Levin 
  Signed-off-by: Kamal Mostafa 
  Signed-off-by: Khalid Elmously 

  
  [Impact]
  During the boot, the sof driver crash because the hdmi_pcm_list
  is not initialized before it is used.

  [Fix]
  This bug is fixed in the mainline kernel v5.6-rc1, now backport
  this patch to ubuntu kernel

  [Test Case]
  Boot the -41 kernel with this patch added.
  blacklist the snd_soc_skl
  the kernel can boot successfully, and sof driver worked well

  [Regression Risk]
  Low, the patches are backported from upstream kernel, and I tested
  this patch on Lenovo and Dell dmic machines. Focal kernel already
  has this patch and works well.



  Probably a kernel bug.

  The sound card isn't detected in 5.3.0-41-generic
  Booting 5.3.0-40-generic does work.

  The relevant dmesg message is:

  [9.845441] skl_hda_dsp_generic skl_hda_dsp_generic: Unsupported 
HDAudio/iDisp configuration found
  [9.845447] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with 
error -22

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18
  Uname: Linux 5.3.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse: Error

[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected

2020-04-15 Thread Peter Albrecht
Adding "options snd-hda-intel dmic_detect=0" to the end of
/etc/modprobe.d/alsa-base.conf fixes the sound issue, but added some
internal errors that appear to have been resolved by a simple apt update
&& apt upgrade.

Thanks much!

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

Title:
  PCI/internal sound card not detected

Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-osp1 package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Invalid
Status in linux-oem-osp1 source package in Bionic:
  Fix Released
Status in linux source package in Eoan:
  Fix Released
Status in linux-oem-osp1 source package in Eoan:
  Fix Released

Bug description:
  The sof-pci-dev and snd-soc-skl all contains the same pciid, if
  the soc-skl is loaded ahead of sof-pci-dev, the sof driver will
  not work anymore, in the oem project, we manually put the soc-skl
  in the blacklist.

  From kernel-5.4 (focal kernel), the driver soc-skl is disabled by
  default, and there is no users report any issues on it. So let us
  disable soc-skl in the eoan and osp1 kernel too.

  The patch for eoan kernel doesn't remove the modules because looks
  like the abi folder are not controlled by git. This will break the
  modulecheck, so if this patch could be merged, please help remove
  those modules:
  snd-soc-skl
  snd-soc-skl-ipc
  snd-soc-skl-ssp-clk

  [Impact]
  If soc-skl driver is loaded ahead of sof driver, the sof could
  not work anymore, we need to blacklist the soc-skl manually

  [Fix]
  Like the focal kernel, we disable the soc_skl driver in the kernel
  config

  [Test Case]
  Tested on Lenovo and Dell machines which has dmic, the sof driver
  could be loaded successfully.

  Tested on the machinces without the dmic, the legacy hda driver
  worked well as before.

  [Regression Risk]
  Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this
  dirver; and We have not met a machine need the soc_skl driver yet;
  and Intel claim that the sof could replace the soc_skl driver.


  In the -41 kernel, we introduced a patch from stable kernel, that
  make the sof driver crash, and there is a fix patch in the 5.6-rc1,
  and this fix patch is already in the stable and is merged to focal
  kernel, now we backport this patch to Eoan kernel if -42 doesn't
  introduce this fix patch from stable.

  The patch introduced the crash:
  commit 063821115e02229d5fd3de31bad270d5e30aeb41
  Author: Dragos Tarcatu 
  Date: Mon Dec 9 18:39:38 2019 -0600

  ASoC: topology: Check return value for snd_soc_add_dai_link()

  BugLink: https://bugs.launchpad.net/bugs/1861929

  [ Upstream commit 76d2703649321c296df7ec0dafd50add96215de4 ]

  snd_soc_add_dai_link() might fail. This situation occurs for
  instance in a very specific use case where a PCM device and a
  Back End DAI link are given identical names in the topology.
  When this happens, soc_new_pcm_runtime() fails and then
  snd_soc_add_dai_link() returns -ENOMEM when called from
  soc_tplg_fe_link_create(). Because of that, the link will not
  get added into the card list, so any attempt to remove it later
  ends up in a panic.

  Fix that by checking the return status and free the memory in case
  of an error.

  Reviewed-by: Ranjani Sridharan 
  Signed-off-by: Dragos Tarcatu 
  Signed-off-by: Pierre-Louis Bossart 
  Link: 
https://lore.kernel.org/r/20191210003939.15752-2-pierre-louis.boss...@linux.intel.com
  Signed-off-by: Mark Brown 
  Signed-off-by: Sasha Levin 
  Signed-off-by: Kamal Mostafa 
  Signed-off-by: Khalid Elmously 

  
  [Impact]
  During the boot, the sof driver crash because the hdmi_pcm_list
  is not initialized before it is used.

  [Fix]
  This bug is fixed in the mainline kernel v5.6-rc1, now backport
  this patch to ubuntu kernel

  [Test Case]
  Boot the -41 kernel with this patch added.
  blacklist the snd_soc_skl
  the kernel can boot successfully, and sof driver worked well

  [Regression Risk]
  Low, the patches are backported from upstream kernel, and I tested
  this patch on Lenovo and Dell dmic machines. Focal kernel already
  has this patch and works well.



  Probably a kernel bug.

  The sound card isn't detected in 5.3.0-41-generic
  Booting 5.3.0-40-generic does work.

  The relevant dmesg message is:

  [9.845441] skl_hda_dsp_generic skl_hda_dsp_generic: Unsupported 
HDAudio/iDisp configuration found
  [9.845447] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with 
error -22

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18
  Uname: Linux 5.3.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed

[Kernel-packages] [Bug 2025675] [NEW] Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

2023-07-03 Thread Peter Albrecht
Public bug reported:

After updating my system this morning, about six hours ago, my Bluetooth
radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001 Device 002: ID
6655:8771 Realtek Bluetooth Radio) stopped working entirely.

ubuntu-version:
  Ubuntu 22.04.2 LTS
linux-firmware:
  Installed: 20220329.git681281e4-0ubuntu3.14

Expected behavior:

Bluetooth should connect, scanning for new devices should complete and
list all discoverable devices.

Actual behavior:

Bluetooth shows up in the settings interface as expected, but does not
connect to or show any previously connected devices (Logitech MX Master
3s, k850, Bose QC35), and scans for new devices forever.


Additional information:

In initial debugging stages,

sudo dmesg | grep -i 'blue'

Gave:
...
[   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

Following the steps given here before I found this bug:
https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
[ 1827.904469] usb 1-1: Product: Bluetooth Radio

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


** Tags: regression-update

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2025675/+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 2025675] Re: Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

2023-07-04 Thread Peter Albrecht
apport information

** Tags added: apport-collected jammy

** Description changed:

  After updating my system this morning, about six hours ago, my Bluetooth
  radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001 Device 002: ID
  6655:8771 Realtek Bluetooth Radio) stopped working entirely.
  
  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14
  
  Expected behavior:
  
  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.
  
  Actual behavior:
  
  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX Master
  3s, k850, Bose QC35), and scans for new devices forever.
  
  
  Additional information:
  
  In initial debugging stages,
  
  sudo dmesg | grep -i 'blue'
  
  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command
  
  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu82.5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  peter 116412 F pulseaudio
+  /dev/snd/controlC1:  peter 116412 F pulseaudio
+ CasperMD5CheckResult: unknown
+ CurrentDesktop: ubuntu:GNOME
+ Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2020-02-17 (1233 days ago)
+ InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ MachineType: Dell Inc. G3 3590
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
+ PackageArchitecture: all
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
+ RelatedPackageVersions:
+  linux-restricted-modules-5.15.0-76-generic N/A
+  linux-backports-modules-5.15.0-76-generic  N/A
+  linux-firmware 20220329.git681281e4-0ubuntu3.14
+ Tags:  jammy
+ Uname: Linux 5.15.0-76-generic x86_64
+ UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
+ UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 08/19/2020
+ dmi.bios.release: 1.11
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.11.1
+ dmi.board.name: 0CVWRM
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
+ dmi.product.family: GSeries
+ dmi.product.name: G3 3590
+ dmi.product.sku: 0949
+ dmi.sys.vendor: Dell Inc.

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

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMA

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/2025675/+attachment/5683833/+files/CRDA.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/2025675/+attachment/5683834/+files/CurrentDmesg.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/2025675/+attachment/5683835/+files/IwConfig.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/2025675/+attachment/5683836/+files/Lspci.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/2025675/+attachment/5683838/+files/Lsusb.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/2025675/+attachment/5683837/+files/Lspci-vt.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/2025675/+attachment/5683840/+files/Lsusb-v.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/2025675/+attachment/5683839/+files/Lsusb-t.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/2025675/+attachment/5683841/+files/PaInfo.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/2025675/+attachment/5683844/+files/ProcInterrupts.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/2025675/+attachment/5683842/+files/ProcCpuinfo.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/2025675/+attachment/5683843/+files/ProcCpuinfoMinimal.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/2025675/+attachment/5683845/+files/ProcModules.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/2025675/+attachment/5683846/+files/PulseList.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/2025675/+attachment/5683848/+files/UdevDb.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

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

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/2025675/+attachment/5683847/+files/RfKill.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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

2023-07-04 Thread Peter Albrecht
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/2025675/+attachment/5683850/+files/acpidump.txt

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2025675/+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 2025675] Re: Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

2023-07-04 Thread Peter Albrecht
Downgrading back to 3.13 did not resolve the problem, so I bought a
different Bluetooth adapter as the easiest solution.

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

Title:
  Realtek Bluetooth Radio ID 6655:8771 cannot connect after update

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  After updating my system this morning, about six hours ago, my
  Bluetooth radio (Model number: Insignia ns-pa3bt5a2b22) (Bus 001
  Device 002: ID 6655:8771 Realtek Bluetooth Radio) stopped working
  entirely.

  ubuntu-version:
Ubuntu 22.04.2 LTS
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.14

  Expected behavior:

  Bluetooth should connect, scanning for new devices should complete and
  list all discoverable devices.

  Actual behavior:

  Bluetooth shows up in the settings interface as expected, but does not
  connect to or show any previously connected devices (Logitech MX
  Master 3s, k850, Bose QC35), and scans for new devices forever.

  
  Additional information:

  In initial debugging stages,

  sudo dmesg | grep -i 'blue'

  Gave:
  ...
  [   85.034768] Bluetooth: hci0: Ignoring error of Inquiry Cancel command

  Following the steps given here before I found this bug:
  https://askubuntu.com/questions/1398873/bluetooth-5-0-adapter-help
  did not resolve the problem, but did cause the dmesg to go away, such that I 
now just get:
  [ 1827.904469] usb 1-1: Product: Bluetooth Radio
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter 116412 F pulseaudio
   /dev/snd/controlC1:  peter 116412 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2020-02-17 (1233 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. G3 3590
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.14 [modified: 
lib/firmware/rtl_bt/rtl8761b_config.bin lib/firmware/rtl_bt/rtl8761b_fw.bin]
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic 
root=UUID=27481db2-b6db-4a13-86dc-a742ee212a30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-76.83-generic 5.15.99
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-76-generic N/A
   linux-backports-modules-5.15.0-76-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.14
  Tags:  jammy
  Uname: Linux 5.15.0-76-generic x86_64
  UpgradeStatus: Upgraded to jammy on 2023-07-03 (0 days ago)
  UserGroups: adm cdrom dip input lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/19/2020
  dmi.bios.release: 1.11
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.11.1
  dmi.board.name: 0CVWRM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.11.1:bd08/19/2020:br1.11:svnDellInc.:pnG33590:pvr:rvnDellInc.:rn0CVWRM:rvrA00:cvnDellInc.:ct10:cvr:sku0949:
  dmi.product.family: GSeries
  dmi.product.name: G3 3590
  dmi.product.sku: 0949
  dmi.sys.vendor: Dell Inc.

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