Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu bluetooth not working

#turn bluetooth on:
sudo /etc/init.d/bluetooth restart

# make it automatic on boot
sudo systemctl enable bluetooth
Comment

ubuntu bluetooth not working

# reinstall bluetooth
sudo apt --purge --reinstall install bluetooth bluez blueman pulseaudio pulseaudio-module-bluetooth

# at
sudo nano /etc/pulse/default.pa

# add load-module module-bluez5-discover

# then
sudo killall pulseaudio
pulseaudio --start
sudo systemctl restart bluetooth.service
Comment

ubuntu bluetooth not listed

bluetoothctl
scan on
Comment

ubuntu bluetooth microphone not working

# Follow this link
https://kumarvinay.com/how-to-enable-bluetooth-headset-microphone-support-in-ubuntu-20-04/
Comment

ubuntu bluetooth dongle not working

cd /lib/firmware/rtl_bt
sudo ln -s rtl8761b_config.bin rtl8761bu_config.bin
sudo ln -s rtl8761b_fw.bin rtl8761bu_fw.bin
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu tweak 
Shell :: serial number linux 
Shell :: dns flush windows 
Shell :: how pip install on centos 
Shell :: ubuntu play on linux install 
Shell :: curl not found 
Shell :: gyp: No Xcode or CLT version detected! 
Shell :: how to install python on ubuntu pyenv 
Shell :: alpine linux add nano 
Shell :: conda install xlrd 
Shell :: npm install --global yarn 
Shell :: uninstall pgadmin3 ubuntu 
Shell :: update raspi 
Shell :: Failed to restart mongodb.service: Unit mongodb.service is masked. 
Shell :: remove xampp from ubuntu 
Shell :: clear dns cache 
Shell :: how to change java version in linux 
Shell :: check if service in running to a port in linux 
Shell :: magento 2 version file permissions 
Shell :: conda install simpleitk 
Shell :: uninstall webpack globally 
Shell :: intall teams on ubuntu 
Shell :: delete all local branches git 
Shell :: how to check ssd health linux manjaro 
Shell :: remove nginx 
Shell :: how to brew install mongodb 
Shell :: show mac address in ubuntu 
Shell :: Failed to start redis-server.service: Unit redis-server.service is masked. 
Shell :: change folder permisson in mac 
Shell :: git add access rights for script 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =