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

New features which should be implemented in Porteus; suggestions are welcome. All questions or problems with testing releases (alpha, beta, or rc) should go in their relevant thread here, rather than the Bug Reports section.
User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5660
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

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

Post#1 by fanthom » 11 Jan 2011, 08:43

please test it and report success/fail, link:
http://ponce.cc/porteus/x86_64/testing/ ... upport.lzm
Please add [Solved] to your thread title if the solution was found.

blablotin
Black ninja
Black ninja
Posts: 67
Joined: 04 Jan 2011, 22:59
Location: Euro

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

Post#2 by blablotin » 20 Jan 2011, 17:33

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.* ?

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5660
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

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

Post#3 by fanthom » 21 Jan 2011, 17:36

"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
Please add [Solved] to your thread title if the solution was found.

Post Reply