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 microphone does not work

rm -rf ~/.config/pulse/
# Log out
# Log back in
# go to desktop settings/'sound'
# insert headphones
# Go to 'input' section
# Do microphone audio test on each available device
Comment

ubuntu bluetooth microphone not working

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

PREVIOUS NEXT
Code Example
Shell :: docker change timezone 
Shell :: git exit commit message 
Shell :: bash get lines between 
Shell :: rails how to use joins 
Shell :: linux list users 
Shell :: journalctl date 
Shell :: Trying to register Bundler::GemfileError for status code 4 but Bundler::GemfileError is already registered 
Shell :: linux find and remove bom from files 
Shell :: install ntfs support debian 
Shell :: Please tell me who you are. in git 
Shell :: bash sum float numbers 
Shell :: my terminator does not working properly 
Shell :: ubuntu theme change command 
Shell :: express application generator 
Shell :: ls recursive 
Shell :: undo git stash with conflicts 
Shell :: email client for linux 
Shell :: install kafkacat 
Shell :: how to define a variable in bashrc 
Shell :: how to clone a branch github 
Shell :: node install specific version 
Shell :: how to add your project to github 
Shell :: copy all in a folder here command terminal 
Shell :: batch file drive 
Shell :: remove in terminal 
Shell :: cat ssh rsa 
Shell :: kubernetes get node taints 
Shell :: what does the export command do in linux 
Shell :: git remove all tracked files after add in git ignoore 
Shell :: how to revert last pushed commit 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =