[p900] channel 4 instead of channel 3

  • From: Alfonso Martone <a.martone@xxxxxxxxxxx>
  • To: p900@xxxxxxxxxxxxx
  • Date: Mon, 25 Jul 2005 09:27:58 +0200

For some weird reason, I found my P900 enabling channel 4 instead of channel 3 when using nfsapp 2.6 (this happened without rebooting the Linux box; only the P900 was rebooted; up to now, since some days, it's always using channel 4... after 20 months of channel 3!!!) :-)

So I had to change my shellscript to connect from the Linux box to the P900 running nfsapp (the only change is the last parameter of "rfcomm bind" command). The "sleep 9" seconds pause is only to let me turn down the jog-dial (because almost always I forget to do) :-)

###


if [ $UID != 0 ]
then
echo -- error: in SuSE Linux 9.1 you need to start this script from root
exit 1
fi


ls -al /dev/rfcomm0
rfcomm release /dev/rfcomm0
sleep 3
rfcomm bind /dev/rfcomm0 00:0A:D9:E8:2F:1F 4
rfcomm show
sleep 1
echo -- did you start NFSAPP and turned down the jogdial to wait for a Bluetooth connection?
sleep 9
p3nfsd -UIQ -tty /dev/rfcomm0 -dir /mnt
rfcomm show



###

Other related posts:

  • » [p900] channel 4 instead of channel 3