Search found 13461 matches

by JeremyB
Fri Apr 19, 2024 7:35 am
Forum: Chat about Linux
Topic: Bluetooth on Linux is still a nightmare
Replies: 18
Views: 444

Re: Bluetooth on Linux is still a nightmare

My change added your devices USB ID to the realtek code as some don't function under the generic code
by JeremyB
Fri Apr 19, 2024 6:21 am
Forum: Chat about Linux
Topic: Bluetooth on Linux is still a nightmare
Replies: 18
Views: 444

Re: Bluetooth on Linux is still a nightmare

I am not a dev for BT, just someone who got familiar with the code years ago due to my own issues with BT. The code should work on any 6.5 kernel but I don't know if it would work on 6.4 or 6.6 because of changes to other parts of the kernel. The DKMS will automatically compile the code when a new k...
by JeremyB
Fri Apr 19, 2024 6:11 am
Forum: Italiano - Italian
Topic: (Risolto) problema Bluetooth
Replies: 30
Views: 480

Re: (Risolto) problema Bluetooth

Non c'è molto che un utente normale avrebbe potuto fare se non inviare una segnalazione di bug del kernel e sperare che qualcuno sapesse come risolverlo
by JeremyB
Thu Apr 18, 2024 6:21 pm
Forum: Networking
Topic: Wifi connected but no acess to internet.
Replies: 15
Views: 206

Re: Wifi connected but no acess to internet.

See the wireless script link in my signature and post results
Can you do ping -c3 8.8.8.8 or ping -c3 google.com
by JeremyB
Thu Apr 18, 2024 5:09 pm
Forum: Italiano - Italian
Topic: (Risolto) problema Bluetooth
Replies: 30
Views: 480

Re: problema Bluetooth

Ho riscontrato un problema con il mio codice, l'ID del dispositivo USB deve essere inserito in 3 punti diversi nel codice, ora dovrebbe funzionare sudo dkms uninstall btusb/4.1 sudo dkms remove btusb/4.1 --all sudo rm -r /usr/src/btusb-4.1 cd bluetooth-5.15 git pull cd sudo dkms add ./bluetooth-5.15...
by JeremyB
Thu Apr 18, 2024 5:04 pm
Forum: Networking
Topic: Bluetooth doesn't recognize any dispositive
Replies: 3
Views: 56

Re: Bluetooth doesn't recognize any dispositive

I have that github to add devices to the bluetooth driver in the kernel, they don't update the kernel for newer hardware after a couple years. The git repo can be deleted
by JeremyB
Thu Apr 18, 2024 6:15 am
Forum: Italiano - Italian
Topic: (Risolto) problema Bluetooth
Replies: 30
Views: 480

Re: problema Bluetooth

Code: Select all

dmesg|egrep -i 'blue|firm"; mokutil --sb; modinfo ath3k| grep -i ver; modinfo btusb|grep -i ver; hciconfig -a
by JeremyB
Wed Apr 17, 2024 7:32 pm
Forum: Networking
Topic: Bluetooth doesn't recognize any dispositive
Replies: 3
Views: 56

Re: Bluetooth doesn't recognize any dispositive

Check

Code: Select all

uname -r
If it shows 5.15.0-? see viewtopic.php?p=2434312#p2434312
by JeremyB
Wed Apr 17, 2024 5:00 pm
Forum: Italiano - Italian
Topic: (Risolto) problema Bluetooth
Replies: 30
Views: 480

Re: problema Bluetooth

Code: Select all

sudo dkms uninstall btusb/4.1
sudo dkms remove btusb/4.1 --all
sudo rm -r /usr/src/btusb-4.1
cd bluetooth-5.15
git pull
cd
sudo dkms add ./bluetooth-5.15
sudo dkms install btusb/4.1
Riavvia
by JeremyB
Wed Apr 17, 2024 6:06 am
Forum: Italiano - Italian
Topic: (Risolto) problema Bluetooth
Replies: 30
Views: 480

Re: problema Bluetooth

Code: Select all

cat  /var/lib/dkms/btusb/4.1/build/make.log|nc termbin.com 9999
by JeremyB
Tue Apr 16, 2024 5:24 pm
Forum: Networking
Topic: Home Build can't find wifi-SOLVED
Replies: 2
Views: 52

Re: Home Build can't find wifi

In terminal

Code: Select all

sudo apt update
sudo apt install git dkms
git clone https://github.com/morrownr/8812au-20210629.git
cd 8812au-20210629
sudo ./install-driver.sh
Reboot and it should work if Secure Boot is disabled in BIOS
by JeremyB
Tue Apr 16, 2024 6:01 am
Forum: Networking
Topic: Please help me find the driver for my new USB WiFi dongle
Replies: 52
Views: 939

Re: Please help me find the driver for my new USB WiFi dongle

The driver in the link is for 8821AU, not AE
by JeremyB
Mon Apr 15, 2024 5:32 pm
Forum: Italiano - Italian
Topic: (Risolto) problema Bluetooth
Replies: 30
Views: 480

Re: problema Bluetooth

Code: Select all

sudo apt install git dkms
git clone https://github.com/jeremyb31/bluetooth-5.15.git
sudo dkms add ./bluetooth-5.15
sudo dkms install btusb/4.1
Riavvia e con un po' di fortuna il bluetooth funzionerà
by JeremyB
Mon Apr 15, 2024 5:24 pm
Forum: Networking
Topic: Please help me find the driver for my new USB WiFi dongle
Replies: 52
Views: 939

Re: Please help me find the driver for my new USB WiFi dongle

The Intel 7260 is a solid wifi card in Linux. I used one for a while on older versions of Mint on a laptop
by JeremyB
Sun Apr 14, 2024 2:11 pm
Forum: Italiano - Italian
Topic: (Risolto) problema Bluetooth
Replies: 30
Views: 480

Re: problema Bluetooth

Si tratta di un dispositivo interno o di un dongle?
by JeremyB
Sat Apr 13, 2024 10:14 am
Forum: Networking
Topic: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)<SOLVED>
Replies: 25
Views: 371

Re: Ethernet Driver issues (Realtek RTL810xE PCI Express Fast Ethernet)

Someone_Jarvis wrote: Sat Apr 13, 2024 9:53 am Found these drivers from linux hardware site, would they help and can anybody tell me the instructions on how and where to install them? https://github.com/ponychicken/RealtekR1000
Those won't even compile now as they haven't been updated in 10 years
by JeremyB
Sat Apr 13, 2024 9:45 am
Forum: Hardware Support
Topic: [solved] TP-Link UB5A bluetooth not working
Replies: 4
Views: 78

Re: TP-Link UB5A bluetooth not working

Code: Select all

cd /lib/firmware/rtl_bt
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8761b_config.bin
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8761b_fw.bin
That should fix the firmware, reboot
by JeremyB
Sat Apr 13, 2024 9:26 am
Forum: Italiano - Italian
Topic: (Risolto) problema Bluetooth
Replies: 30
Views: 480

Re: problema Bluetooth

Code: Select all

sudo cat /sys/kernel/debug/usb/devices | awk '/17ea/' RS=
Si tratta di un dispositivo interno o di un dongle?
by JeremyB
Sat Apr 13, 2024 9:22 am
Forum: Hardware Support
Topic: [solved] TP-Link UB5A bluetooth not working
Replies: 4
Views: 78

Re: TP-Link UB5A bluetooth not working

Can you try the 5.15 kernel from Update Manager, view menu, linux kernels and reboot?

Go to advanced search