Re: usb modem on freebsd 7.0

2008-06-16 Thread Wojciech Puchar

Hi,

I am trying to use a usb modem (sony ericsson w810i) (gprs).
The dmesg log shows up that the new device has been detected, but I don't
seem to find that in /dev.


ttyU*, cuaU*

What can be the problem ? ( I already have done kldload ucmodem )


is it recognized as umodem?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb modem on freebsd 7.0

2008-06-16 Thread Yuri Pankov

Abhinav Lele wrote:

Hi,

I am trying to use a usb modem (sony ericsson w810i) (gprs).
The dmesg log shows up that the new device has been detected, but I don't
seem to find that in /dev.

I also tried using /dev/cuad0 in ppp configuration file in /etc/ppp but i am
unable to dial


What can be the problem ? ( I already have done kldload ucmodem )

  ^^^
if that should read `umodem', then device is accessed through `ucom' 
driver, and ucom(4) manpage lists following devices:

FILES
 /dev/cuaU?
 /dev/ttyU?

If none are present, could you paste your dmesg?



-Abhinav



HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]