Click here to Skip to main content
16,021,041 members
Home / Discussions / Linux Programming
   

Linux Programming

 
Questionhelp me to understand "rfcomm" symbol "->" Pin
jana_hus10-Oct-24 8:38
jana_hus10-Oct-24 8:38 
AnswerRe: help me to understand "rfcomm" symbol "->" Pin
Richard MacCutchan10-Oct-24 22:19
mveRichard MacCutchan10-Oct-24 22:19 
GeneralRe: help me to understand "rfcomm" symbol "->" - modified - more (confusing_) Linux terminology Pin
jana_hus12-Oct-24 16:18
jana_hus12-Oct-24 16:18 
GeneralRe: help me to understand "rfcomm" symbol "->" - modified - more (confusing_) Linux terminology Pin
RichardM202413-Oct-24 2:28
RichardM202413-Oct-24 2:28 
GeneralRe: help me to understand "rfcomm" symbol "->" - modified - more (confusing_) Linux terminology Pin
k505413-Oct-24 3:07
mvek505413-Oct-24 3:07 
GeneralRe: help me to understand "rfcomm" symbol "->" - modified - more (confusing_) Linux terminology Pin
jana_hus13-Oct-24 5:28
jana_hus13-Oct-24 5:28 
GeneralRe: help me to understand "rfcomm" symbol "->" - modified - more (confusing_) Linux terminology Pin
markkuk7hrs 3mins ago
markkuk7hrs 3mins ago 
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 

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.