Author Topic: Unrecognized option /dev/rfcomm0  (Read 3300 times)

szym

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://
Unrecognized option /dev/rfcomm0
« on: September 03, 2004, 05:27:07 am »
A have above message in /tmp/qpe-pppd-log

It happend after i added line /dev/rfcomm0 in /etc/ppp/peers
What should i install into my box ?
'sdptool browse' find my phone

r.s.r

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • http://
Unrecognized option /dev/rfcomm0
« Reply #1 on: October 21, 2004, 06:22:19 pm »
Hi szym,

I had this same message with a recent version of PdaXrom.

This error is caused by not having the device /dev/rfcomm0 defined. Try:
  mknod /dev/rfcomm0 c 216 0
to create an rfcomm device.

This should allow your ppp script to connect to the phone.