Bluetooth and wifi connection problems

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Sveen
Level 1
Level 1
Posts: 10
Joined: Thu Oct 05, 2023 5:38 pm

Bluetooth and wifi connection problems

Post by Sveen »

I just recently installed Linux mint lmde 6 and am also a new Linux user. My PC doesn't have Bluetooth and wifi so I purchased Bluetooth and wifi adaptors but I can't seem to get them working. Pls help I worked fine on windows
Last edited by LockBot on Fri Apr 05, 2024 10:00 pm, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Bluetooth and wifi connection problems

Post by JeremyB »

Open a terminal window and enter

Code: Select all

lsusb; lspci -nnk|grep -iA3 net
Post results
Sveen
Level 1
Level 1
Posts: 10
Joined: Thu Oct 05, 2023 5:38 pm

Re: Bluetooth and wifi connection problems

Post by Sveen »

Code: Select all

Bus 002 Device 007: ID 0e8d:2004 MediaTek Inc. TECNO POP 6 Go
Bus 002 Device 003: ID 0bda:f179 Realtek Semiconductor Corp. RTL8188FTV 802.11b/g/n 1T1R 2.4G WLAN Adapter
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 0000:3825   USB OPTICAL MOUSE
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 413c:2005 Dell Computer Corp. RT7D50 Keyboard
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
03:08.0 Ethernet controller [0200]: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller [8086:1064] (rev 04)
	Subsystem: Dell 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller [1028:01c5]
	Kernel driver in use: e100
	Kernel modules: e100
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Bluetooth and wifi connection problems

Post by JeremyB »

Check mokutil --sb as Secure Boot will need to be disabled, then in terminal

Code: Select all

sudo apt install git dkms
sudo add-apt-repository ppa:kelebek333/kablosuz
sudo apt-get update
sudo apt install rtl8192fu-dkms
If the Bluetooth doesn't work return it as those are problematic
Sveen
Level 1
Level 1
Posts: 10
Joined: Thu Oct 05, 2023 5:38 pm

Re: Bluetooth and wifi connection problems

Post by Sveen »

when i checked mokutil --sb in the terminal it said EFI variables are not supported on this system
Locked

Return to “Networking”