View Single Post
Posts: 9 | Thanked: 1 time | Joined on Dec 2009 @ Italy
#15
Originally Posted by zgold550 View Post
Are you sure dun.sh is in your current directory? What if you just do "sh dun.sh"?

And no, the widget is not done yet, its still on the todo though. GUPnP stuff has taken precedence lately :/ My guess is sometime before January it'll be done.
Hello,
her you are:

/home # sh dun.sh
Unknown service name: DUN
./dun.sh: line 6: syntax error: end of file unexpected (esxpecting "do")
/home # cat dun.sh
sdptool add --channel 1 DUN
while true; do
rfcomm -S -- listen -1 1 /usr/bin/pnatd '{}'
sleep 1
done
/home #

Maybe a service is not running as expected? What should i search for?

Also it seems my /etc/bluetooth/main.conf is different frome the one reported on: http://wiki.maemo.org/Fremantle_Unsu...tooth_profiles

as disableplugins is commented:

#List of plugins that should not be loaded on bluetoothd startup
#DisablePlugins = network,input,hal

Any suggestion?

Edit: i forgot to add that i can establish bluetooth network connection between win 7 and n900 but it's like not configured, i.i. no ip addresses, no L3 connectivity.
i guess at least one service (DUN or PAN) is already running, any way i can check on device?

Last edited by RinoG; 2009-12-02 at 16:37.