[Bug 1968604] Re: rtl8761b usb bluetooth doesn't work following reboot until unplug/replug

2022-04-13 Thread Bert RAM Aerts
The firmware is NOT loaded correctly... the "bu" file is loaded instead
of the "b"

I used to have Ubuntu 21.10 and my Bluetooth USB dongle was loading 
rtl8761b_fw.bin.
Last week I upgraded to Ubuntu 22.04 and since then I can not use my USB 
dongle, it connects my Sony headphones and immediately disconnects, connects, 
disconnects, ...
Using sudo dmesg | grep Bluetooth, I saw
[ 10.106036] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a 
lmp_subver=8761
[ 10.107035] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 10.107038] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[ 10.108050] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[ 10.108170] Bluetooth: hci0: RTL: cfg_sz 6, total sz 27814
So kernel 5.15 loads different firmware rtl8761bu instead of rtl8761b used by 
kernel 5.13 in Ubuntu 21.10.
I guess this is a kernel bug.

As a workaround I made symbolic links and now my Bluetooth USB dongle works 
fine:
/lib/firmware/rtl_bt$ ls -al *8761*
lrwxrwxrwx 1 root root 19 Apr 10 06:32 rtl8761bu_config.bin -> 
rtl8761b_config.bin
lrwxrwxrwx 1 root root 15 Apr 10 06:32 rtl8761bu_fw.bin -> rtl8761b_fw.bin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1968604

Title:
  rtl8761b usb bluetooth doesn't work following reboot until
  unplug/replug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1968604/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1911055] Re: [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine push buffer channel allocation failed

2021-03-15 Thread Bert RAM Aerts
Reporting a nVIDIA issue in an Ubuntu bug report is probably not as
efficient as contacting nVIDIA directly. I made a report in the Linux
forum: https://forums.developer.nvidia.com/t/460-56-no-desktop-on-
resume-from-suspend-to-ram/170275 but I did not get a response yet.
Could some of the people affected by this bug add their
nvidia_bug_report.log.gz ? Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911055

Title:
  [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine
  push buffer channel allocation failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1911055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1911055] Re: [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine push buffer channel allocation failed

2021-02-27 Thread Bert RAM Aerts
With 460.56 I get below errors on Ubuntu 20.10 on Dell Inspiron 7577 laptop 
with nVIDIA GeForce GTX 1060 with max-Q design (and Intel GPU as well but Prime 
setting is NVIDIA performance mode):
grep DMA /var/log/syslog
Feb 27 19:54:26 Dell7577Linux kernel: [43459.186526] nvidia-modeset: ERROR: 
GPU:0: Notifier DMA allocation failed
Feb 27 19:54:26 Dell7577Linux kernel: [43459.186528] nvidia-modeset: ERROR: 
GPU:0: Failed to allocate display engine core DMA push buffer
I get no desktop anymore after resume on suspend to RAM, only above errors in 
text display.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911055

Title:
  [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine
  push buffer channel allocation failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1911055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1911055] Re: [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine push buffer channel allocation failed

2021-02-23 Thread Bert RAM Aerts
@Alf HP Lund: you use Kubuntu. But with Wayland or with xorg?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911055

Title:
  [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine
  push buffer channel allocation failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1911055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1721909] Re: Goodix GF3208 (fingerprint reader) not being recognised by kernel/system

2018-10-20 Thread Bert RAM Aerts
Same problem on Dell Inspiron 7577 with Ubuntu 18.10
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.10
Release:18.10
Codename:   cosmic
$ uname -a
Linux Dell7577Linux 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 27c6:5301  
Bus 001 Device 005: ID 8087:0a2b Intel Corp. 
Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 042: ID 046d:0a29 Logitech, Inc. H600 [Wireless Headset]
Bus 001 Device 041: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 007: ID 0bda:5652 Realtek Semiconductor Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Would be really nice if I could use the Goodix Fingerprint sensor GF3208
like I use it in Windows 10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1721909

Title:
  Goodix GF3208 (fingerprint reader) not being recognised  by
  kernel/system

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1721909/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs