Search found 13487 matches

by JeremyB
Mon Apr 08, 2024 5:11 pm
Forum: Networking
Topic: Please help me find the driver for my new USB WiFi dongle
Replies: 52
Views: 1030

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

So you got a PCI wifi device now? It is normal for Bluetooth to show up on USB even if part of a PCI wifi
by JeremyB
Sun Apr 07, 2024 4:37 pm
Forum: Sound
Topic: No speaker sound from Razer Blade Laptop
Replies: 3
Views: 131

Re: No speaker sound from Razer Blade Laptop

Is there another option other than play hifi music, maybe pro audio?
by JeremyB
Sun Apr 07, 2024 2:46 pm
Forum: Hardware Support
Topic: Touchpad not working in Lenovo Ideapad 3 15IGL05
Replies: 13
Views: 230

Re: Touchpad not working in Lenovo Ideapad 3 15IGL05

Trying to get a BIOS reset, the line in dmesg i2c_hid_acpi: probe of i2c-XXXX0000:00 failed with error -1 looks like an issue with Windows hybrid shutdown that I see troubleshooting wifi devices
by JeremyB
Sun Apr 07, 2024 12:12 pm
Forum: Hardware Support
Topic: Touchpad not working in Lenovo Ideapad 3 15IGL05
Replies: 13
Views: 230

Re: Touchpad not working in Lenovo Ideapad 3 15IGL05

I would power off, remove power cord, then hold the power button for 30 seconds. Reconnect cord and boot
by JeremyB
Sun Apr 07, 2024 10:35 am
Forum: Networking
Topic: Built In Wifi missing from NWM after using USB Wifi Adapter.
Replies: 3
Views: 109

Re: Built In Wifi missing from NWM after using USB Wifi Adapter.

Now to find out why, see the wireless script link in my signature and post results
by JeremyB
Sun Apr 07, 2024 10:31 am
Forum: Networking
Topic: Wifi and BT not working on my new PC
Replies: 4
Views: 156

Re: Wifi and BT not working on my new PC

The wifi and Bluetooth are not supported yet, Mediatek MT7902
by JeremyB
Sun Apr 07, 2024 9:17 am
Forum: Networking
Topic: Please help me find the driver for my new USB WiFi dongle
Replies: 52
Views: 1030

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

What about

Code: Select all

modprobe -c|grep -i c832; mokutil --sb
by JeremyB
Sun Apr 07, 2024 8:13 am
Forum: Networking
Topic: Built In Wifi missing from NWM after using USB Wifi Adapter.
Replies: 3
Views: 109

Re: Built In Wifi missing from NWM after using USB Wifi Adapter.

In terminal

Code: Select all

sudo modprobe -v iwlwifi
by JeremyB
Sun Apr 07, 2024 8:05 am
Forum: Hardware Support
Topic: Touchpad not working in Lenovo Ideapad 3 15IGL05
Replies: 13
Views: 230

Re: Touchpad not working in Lenovo Ideapad 3 15IGL05

Post results from terminal for

Code: Select all

cat /proc/cmdline; dmesg|grep -i i2c
by JeremyB
Sun Apr 07, 2024 6:59 am
Forum: Networking
Topic: Please help me find the driver for my new USB WiFi dongle
Replies: 52
Views: 1030

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

any results for

Code: Select all

dmesg|grep 8852
by JeremyB
Sat Apr 06, 2024 4:31 pm
Forum: Beginner Questions
Topic: Have I ruined my boot table?
Replies: 6
Views: 186

Re: Have I ruined my boot table?

Can you get into BIOS, System Config/OS Boot menu/UEFI Boot menu, see if ubuntu is listed, put that on top of the list and press F10 twice?
by JeremyB
Sat Apr 06, 2024 3:50 pm
Forum: Beginner Questions
Topic: Have I ruined my boot table?
Replies: 6
Views: 186

Re: Have I ruined my boot table?

Go into BIOS and disable Secure Boot, then try
by JeremyB
Sat Apr 06, 2024 2:12 pm
Forum: Networking
Topic: Linux Mint 21.3 on Asus UX5304VA - no WIFI available
Replies: 2
Views: 93

Re: Linux Mint 21.3 on Asus UX5304VA - no WIFI available

Use the Mint Update Manager, click View menu/linux kernels, select 6.5 on the left and install the newest 6.5 kernel and reboot
by JeremyB
Sat Apr 06, 2024 12:33 pm
Forum: Chat about Linux Mint
Topic: Bluetooth: hci0: failed to load intel firmware
Replies: 3
Views: 154

Re: Bluetooth: hci0: failed to load intel firmware

In terminal

Code: Select all

cd /lib/firmware/intel
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/intel/ibt-19-0-3.sfi
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/intel/ibt-19-0-3.ddc
Reboot
by JeremyB
Sat Apr 06, 2024 10:59 am
Forum: Beginner Questions
Topic: Not detecting bluetooth devices + wifi6 connection problem
Replies: 11
Views: 264

Re: Not detecting bluetooth devices + wifi6 connection problem

Are there compatability settings on the router so older devices can connect?
by JeremyB
Sat Apr 06, 2024 8:14 am
Forum: Networking
Topic: Please help me find the driver for my new USB WiFi dongle
Replies: 52
Views: 1030

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

Try

Code: Select all

sudo apt install git dkms
git clone https://github.com/lwfinger/rtw8852cu.git
cd rtw8852cu
git checkout b9a443d
make
sudo make install
Reboot
by JeremyB
Sat Apr 06, 2024 7:40 am
Forum: Networking
Topic: Please help me find the driver for my new USB WiFi dongle
Replies: 52
Views: 1030

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

Must have pressed ESC too many times, type normal press enter and see if menu appears
by JeremyB
Sat Apr 06, 2024 7:12 am
Forum: Networking
Topic: Please help me find the driver for my new USB WiFi dongle
Replies: 52
Views: 1030

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

Might have to use ESC key at boot with a UEFI install
by JeremyB
Fri Apr 05, 2024 6:19 pm
Forum: Installation & Boot
Topic: [Solved] How can I download Wifi driver for my live USB?
Replies: 2
Views: 84

Re: How can I download Wifi driver for my live USB?

Without connecting LAN, try in terminal

Code: Select all

 sudo apt install bcmwl-kernel-source

Go to advanced search