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

PREVIOUS NEXT
Code Example
Shell :: git push set upstream 
Shell :: how to set core.autocrlf in git 
Shell :: show date linux 
Shell :: How to clone code from your github repository using token authentication 
Shell :: linux unpack tar.gz file 
Shell :: pip install ignore errors 
Shell :: tail colorful 
Shell :: linux get url after redirections 
Shell :: how to install unzip in ubuntu 
Shell :: install obs studio ubuntu 
Shell :: adonis version 
Shell :: set different user for git 
Shell :: bash print environment variables 
Shell :: .env in gitignore 
Shell :: anydesk ubuntu 
Shell :: netsh wlan command for wifi password 
Shell :: install pylatex 
Shell :: how to check if postgres is installed 
Shell :: run adb command mac stackoverflow 
Shell :: shell remove last character 
Shell :: ping command not found 
Shell :: is linux good 
Shell :: ubuntu Install a file integrity tool to monitor changes to critical and sensitive files 
Shell :: github desktop brew 
Shell :: github adding images to readme 
Shell :: how to steal stolen deleted code... from github... 
Shell :: microstack no internet connection 
Shell :: give all privileges to single player minetest 
Shell :: react router installation 
Shell :: bash zero padding 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =