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.
-
fanthom
- Moderator Team

- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
-
Contact:
Post#1
by fanthom » 11 Jan 2011, 08:43
Please add [Solved] to your thread title if the solution was found.
fanthom
-
blablotin
- Black ninja

- Posts: 67
- Joined: 04 Jan 2011, 22:59
- Location: Euro
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.* ?
blablotin
-
fanthom
- Moderator Team

- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
-
Contact:
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.
fanthom