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 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 :: how to kill running process in linux 
Shell :: bash execute command in variable 
Shell :: laravel install valet 
Shell :: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ 
Shell :: install ruby json gem in aws ec2 
Shell :: linux check if screen is running 
Shell :: latte dock application launcher shortcut 
Shell :: how to rename a file in linux 
Shell :: install qtpy 
Shell :: how to uninstall global babel jest npm 
Shell :: alertmanager reload config 
Shell :: split large file 
Shell :: open jar file with command prompt 
Shell :: error: insufficient permissions for device 
Shell :: path to flutter linux 
Shell :: install material table formik 
Shell :: dateformat npm 
Shell :: TypeError: Could not load reporter "mochawesome" 
Shell :: ssh passphrase stop asking 
Shell :: proxmox home assistant 
Shell :: check size of folder linux 
Shell :: create a new git repository on the command line 
Shell :: open cmd in current directory 
Shell :: remove old docker installs linux mint 
Shell :: pull down a branch locally 
Shell :: see stashed changes git 
Shell :: how to remove bin folder from git 
Shell :: Linux get bluetooth mac address 
Shell :: kubernetes commands 
Shell :: installing parse-dashboard with npm 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =