Click here to Skip to main content
15,998,093 members
Home / Discussions / Linux Programming
   

Linux Programming

 
QuestionBUMP Will the current / supported /active "Bluetooth" source code - PLEASE stand up ? Pin
jana_hus17-Aug-24 4:16
jana_hus17-Aug-24 4:16 
AnswerRe: current / supported /actoive source code - PLEASE stand up ? Pin
Richard MacCutchan2-Aug-24 22:48
mveRichard MacCutchan2-Aug-24 22:48 
GeneralRe: current / supported /actoive source code - PLEASE stand up ? Pin
MrSuddenJoy14-Aug-24 8:51
MrSuddenJoy14-Aug-24 8:51 
GeneralRe: current / supported /actoive source code - PLEASE stand up ? Pin
Richard MacCutchan14-Aug-24 9:59
mveRichard MacCutchan14-Aug-24 9:59 
AnswerRe: current / supported /actoive source code - PLEASE stand up ? Pin
jschell14-Aug-24 14:04
jschell14-Aug-24 14:04 
GeneralRe: current / supported /actoive source code - PLEASE stand up ? Pin
jana_hus15-Aug-24 9:08
jana_hus15-Aug-24 9:08 
AnswerRe: BUMP Will the current / supported /active "Bluetooth" source code - PLEASE stand up ? Pin
Richard MacCutchan17-Aug-24 4:20
mveRichard MacCutchan17-Aug-24 4:20 
Questionbluetooth "blues"... Pin
jana_hus24-Jul-24 7:16
jana_hus24-Jul-24 7:16 
AnswerRe: bluetooth "blues"... Pin
k505424-Jul-24 7:49
mvek505424-Jul-24 7:49 
Check to see if bluetooth is enabled systemctl is-enabled bluetooth.service. If it is enabled, you'll need to dig into the logs to figure out why its not coming up. If it is disabled, then as root: systemctl enable --now bluetooth.service which will tell systemd that it should start the bluetooth service on boot. The --now flag is optional and will start the given service immediately. Without it, you will either have to start the service manually (systemctl start bluetooth.service) or reboot the system. It's probably a good idea to reboot the system as soon as you may after enabling the service, just to check it is coming up OK, or debug why it isn't.
"A little song, a little dance, a little seltzer down your pants"
Chuckles the clown

GeneralSOLVED Re: bluetooth "blues"... Pin
jana_hus2-Aug-24 11:06
jana_hus2-Aug-24 11:06 
QuestionDAOS Command Fails with "Transport layer mercury error" on CentOS 7.9 Pin
northernlights from Bombay10-Jun-24 11:06
northernlights from Bombay10-Jun-24 11:06 
GeneralRe: DAOS Command Fails with "Transport layer mercury error" on CentOS 7.9 Pin
k505426-Jun-24 5:30
mvek505426-Jun-24 5:30 
Questionrfcomm ? Pin
Salvatore Terress21-May-24 9:37
Salvatore Terress21-May-24 9:37 
AnswerRe: rfcomm ? Pin
jschell21-May-24 12:29
jschell21-May-24 12:29 
GeneralRe: rfcomm ? Pin
Salvatore Terress21-May-24 18:04
Salvatore Terress21-May-24 18:04 
AnswerRe: rfcomm ? Pin
trønderen21-May-24 21:17
trønderen21-May-24 21:17 
GeneralRe: rfcomm ? Pin
Salvatore Terress23-May-24 7:05
Salvatore Terress23-May-24 7:05 
GeneralRe: rfcomm ? Pin
trønderen23-May-24 8:33
trønderen23-May-24 8:33 
AnswerRe: rfcomm ? Pin
Richard MacCutchan21-May-24 22:42
mveRichard MacCutchan21-May-24 22:42 
GeneralRe: rfcomm ? Pin
Peter_in_278023-May-24 12:21
professionalPeter_in_278023-May-24 12:21 
QuestionHow to redirect command output - general reference wanted... Pin
Salvatore Terress4-Mar-24 9:15
Salvatore Terress4-Mar-24 9:15 
AnswerRe: How to redirect command output - general reference wanted... Pin
Richard MacCutchan4-Mar-24 9:17
mveRichard MacCutchan4-Mar-24 9:17 
QuestionBluetooth - dead end again... Pin
Salvatore Terress22-Feb-24 14:26
Salvatore Terress22-Feb-24 14:26 
AnswerRe: Bluetooth - dead end again... Pin
RedDk22-Feb-24 18:45
RedDk22-Feb-24 18:45 
GeneralRe: Bluetooth - dead end again... Pin
Salvatore Terress23-Feb-24 2:07
Salvatore Terress23-Feb-24 2:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.