hi,
Oh, and also, have you ran that "create_dev" script? Then content of the file
should be:
mknod /dev/vhci c 10 250
chmod 664 /dev/vhci
C=0;
while [ $C -lt 256 ]; do
if [ ! -c /dev/rfcomm$C ]; then
mknod -m 666 /dev/rfcomm$C c 216 $C
fi
C=`expr $C + 1`
done
regards,
Alan
Marcel Holtmann <marcel@xxxxxxxxxxxx>:
> Hi Kamil,
>
> > I have problem with binding devices with rfcomm.
> >
> > Communication with PC device (BC 2033) and phone (T610) but when I
> want
> > to bind with "rfcomm bind all" answer is
> > "Can't open RFCOMM control socket: No such file or directory". Could u
>
> > help me?
>
> load the rfcomm.o kernel module.
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: The SF.net Donation Program.
> Do you like what SourceForge.net is doing for the Open
> Source Community? Make a contribution, and help us add new
> features and functionality. Click here: http://sourceforge.net/donate/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
>
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
|