Page 1 of 1

bluetooth support for Porteus-1.0 64bit is ready for tesing

Posted: 11 Jan 2011, 08:43
by fanthom
please test it and report success/fail, link:
http://ponce.cc/porteus/x86_64/testing/ ... upport.lzm

Re: bluetooth support for Porteus-1.0 64bit is ready for tes

Posted: 20 Jan 2011, 17:33
by blablotin
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.* ?

Re: bluetooth support for Porteus-1.0 64bit is ready for tes

Posted: 21 Jan 2011, 17:36
by fanthom
"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:

Code: Select all

# Start Bluetooth:
if [ -x /etc/rc.d/rc.bluetooth ]; then
  . /etc/rc.d/rc.bluetooth start
fi