please test it and report success/fail, link:
http://ponce.cc/porteus/x86_64/testing/ ... upport.lzm
bluetooth support for Porteus-1.0 64bit is ready for tesing
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
bluetooth support for Porteus-1.0 64bit is ready for tesing
Please add [Solved] to your thread title if the solution was found.
Re: bluetooth support for Porteus-1.0 64bit is ready for tes
Hi fanthom , thank you for the bluetooth support.
After the try, I succeded:
-To hide, or make visible my computer.
-To link device with computer in both way.
-To send file from computer to device
I do not know if I succed to unpower the bluetooth adaptator (usefull if running from batterie)
I failed to send file from device to pc even if it is trusted. (the device said "fail" althought the computer didn't print a pop up to notifie a new file. Neither to brows my device: (I got the link to send file from PC to device)
Offtopic: since rc.slax and others are started by rc.M, how did you do to do start rc.bluetooth without needing to modify other rc.* ?
After the try, I succeded:
-To hide, or make visible my computer.
-To link device with computer in both way.
-To send file from computer to device
I do not know if I succed to unpower the bluetooth adaptator (usefull if running from batterie)
I failed to send file from device to pc even if it is trusted. (the device said "fail" althought the computer didn't print a pop up to notifie a new file. Neither to brows my device: (I got the link to send file from PC to device)
Offtopic: since rc.slax and others are started by rc.M, how did you do to do start rc.bluetooth without needing to modify other rc.* ?
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: bluetooth support for Porteus-1.0 64bit is ready for tes
"I do not know if I succed to unpower the bluetooth adaptator"
how to do it?
"I failed to send file from device to pc even if it is trusted."
same here - need to check it on SLED
"Neither to brows my device:"
no problems here
"since rc.slax and others are started by rc.M, how did you do to do start rc.bluetooth without needing to modify other rc.* ?"
rc.bluetooth is started by rc.M if has executable bit set:
how to do it?
"I failed to send file from device to pc even if it is trusted."
same here - need to check it on SLED
"Neither to brows my device:"
no problems here
"since rc.slax and others are started by rc.M, how did you do to do start rc.bluetooth without needing to modify other rc.* ?"
rc.bluetooth is started by rc.M if has executable bit set:
Code: Select all
# Start Bluetooth:
if [ -x /etc/rc.d/rc.bluetooth ]; then
. /etc/rc.d/rc.bluetooth start
fi
Please add [Solved] to your thread title if the solution was found.