Search found 13379 matches

by JeremyB
Wed Mar 27, 2024 7:28 pm
Forum: Hardware Support
Topic: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]
Replies: 51
Views: 793

Re: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]

About the only reason the wifi didn't work and graphics issues might be that the linux-modules-extra didn't install with the rest of the kernel. The 6.5 that was tried is the same exact as what is part of 21.3 edge. The wifi should have worked in 5.15 with https://github.com/tomaspinho/rtl8821ce in...
by JeremyB
Wed Mar 27, 2024 5:20 pm
Forum: Networking
Topic: Bluetooth not working
Replies: 7
Views: 125

Re: Bluetooth not working

Basically cloned my modified kernel source code for Bluetooth that I patch to support newer devices and compiled it into a driver
by JeremyB
Wed Mar 27, 2024 4:57 pm
Forum: Hardware Support
Topic: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]
Replies: 51
Views: 793

Re: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]

About the only reason the wifi didn't work and graphics issues might be that the linux-modules-extra didn't install with the rest of the kernel. The 6.5 that was tried is the same exact as what is part of 21.3 edge. The wifi should have worked in 5.15 with https://github.com/tomaspinho/rtl8821ce ins...
by JeremyB
Wed Mar 27, 2024 9:45 am
Forum: Networking
Topic: Netgear AC1200 Wifi usb Adapter
Replies: 1
Views: 26

Re: Netgear AC1200 Wifi usb Adapter

With the USB plugged in post results from terminal for

Code: Select all

uname -r; lsusb
by JeremyB
Wed Mar 27, 2024 5:41 am
Forum: Networking
Topic: Bluetooth not working
Replies: 7
Views: 125

Re: Bluetooth not working

With Secure Boot disabled, see in terminal mokutil --sb
Then run

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
Reboot
by JeremyB
Tue Mar 26, 2024 6:25 pm
Forum: Hardware Support
Topic: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]
Replies: 51
Views: 793

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Can you run the wireless script from the 6.5 kernel and post results as the driver shows as being in use?
by JeremyB
Tue Mar 26, 2024 6:20 pm
Forum: Networking
Topic: Intel Wireless-AC 9260 Bluetooth Adapter
Replies: 5
Views: 107

Re: Intel Wireless-AC 9260 Bluetooth Adapter

It could be the newer kernel in the latest Ubuntu, you could use the Update Manager, View menu, linux kernels to install the newest 6.5 kernel and reboot

If that doesn't work try

Code: Select all

echo "blacklist thinkpad_acpi"|sudo tee /etc/modprobe.d/thinkpad_acpi.conf
Reboot
by JeremyB
Tue Mar 26, 2024 4:56 pm
Forum: Hardware Support
Topic: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]
Replies: 51
Views: 793

Re: Need wifi driver for TP-Link AC600 T2E or workaround

So, why won't that also work in Mint? Strange. They said something about graphic issues using kernel 6.5 and somehow the wifi still didn't work This might work sudo apt install git dkms git clone https://github.com/tomaspinho/rtl8821ce.git cd rtl8821ce sudo ./dkms-install.sh It shows a commit Add P...
by JeremyB
Tue Mar 26, 2024 4:37 pm
Forum: Hardware Support
Topic: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]
Replies: 51
Views: 793

Re: Need wifi driver for TP-Link AC600 T2E or workaround

sleeper12 wrote: Tue Mar 26, 2024 4:19 pm So, which driver does Ubuntu use for the T2E?
alias pci:v000010ECd0000B821sv*sd*bc*sc*i* rtw88_8821ce in kernel 6.5
by JeremyB
Tue Mar 26, 2024 1:47 pm
Forum: Hardware Support
Topic: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]
Replies: 51
Views: 793

Re: Need wifi driver for TP-Link AC600 T2E or workaround

sleeper12 wrote: Tue Mar 26, 2024 1:46 pm Too many different drivers installed. I would remove all the 8812au ones, then see if the installed 8821au works after a reboot.
The USB wifi is the one that works, it is a PCI device that doesn't
by JeremyB
Tue Mar 26, 2024 5:44 am
Forum: Hardware Support
Topic: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]
Replies: 51
Views: 793

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Looks like the only way is to use the 6.5 kernels from Update Manager
by JeremyB
Mon Mar 25, 2024 6:16 pm
Forum: Beginner Questions
Topic: [SOLVED] USB3.0 Ports Not Working
Replies: 3
Views: 72

Re: USB3.0 Ports Not Working

In terminal

Code: Select all

sudo apt install git dkms 
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
sudo make dkms_install
Reboot
by JeremyB
Mon Mar 25, 2024 5:36 pm
Forum: Networking
Topic: [SOLVED] Wifi on Mint 21.3 much slower than Fedora 37 on same hardware
Replies: 11
Views: 168

Re: Wifi on Mint 21.3 much slower than Fedora 37 on same hardware

You could use the Mint Update Manager, view menu, linux kernels to install the 6.5 kernel and try that
by JeremyB
Mon Mar 25, 2024 5:19 pm
Forum: Networking
Topic: [SOLVED] Wifi on Mint 21.3 much slower than Fedora 37 on same hardware
Replies: 11
Views: 168

Re: Wifi on Mint 21.3 much slower than Fedora 37 on same hardware

Thanks JeremyB, but I already tried both those interventions (using this guide ): $ cat /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf [connection] wifi.powersave = 2 $ cat /etc/modprobe.d/iwlwifi-3options.conf options iwlwifi swcrypto=1 11n_disable=8 I noticed that the filename for the ...
by JeremyB
Mon Mar 25, 2024 5:06 pm
Forum: Networking
Topic: [SOLVED] Wifi on Mint 21.3 much slower than Fedora 37 on same hardware
Replies: 11
Views: 168

Re: Wifi on Mint 21.3 much slower than Fedora 37 on same hardware

I would try in terminal

Code: Select all

sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
echo "options iwlwifi 11n_disable=8"|sudo tee /etc/modprobe.d/iwlopts.conf
Reboot
by JeremyB
Mon Mar 25, 2024 4:44 pm
Forum: Hardware Support
Topic: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]
Replies: 51
Views: 793

Re: Need wifi driver for TP-Link AC600 T2E or workaround

I wan't expecting that, in terminal

Code: Select all

sudo sed -i 's/blacklist/#blacklist/' /etc/modprobe.d/dkms.conf
Reboot

Post results for

Code: Select all

dkms status
by JeremyB
Mon Mar 25, 2024 12:36 pm
Forum: Hardware Support
Topic: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]
Replies: 51
Views: 793

Re: Need wifi driver for TP-Link AC600 T2E or workaround

See the wireless script link in my signature and post results
by JeremyB
Mon Mar 25, 2024 9:38 am
Forum: Hardware Support
Topic: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]
Replies: 51
Views: 793

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Open update manager, view menu, linux kernels and install the newest 6.5 kernel and reboot
by JeremyB
Mon Mar 25, 2024 7:31 am
Forum: Hardware Support
Topic: Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]
Replies: 51
Views: 793

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post results from terminal for

Code: Select all

lspci -nnk|grep -iA3 net

Go to advanced search