On Thu, Nov 28, 2002 at 11:44:10PM -0700, [EMAIL PROTECTED] wrote: > Hello, > > I am trying to use an usb modem under freebsd. It is detected during boot. > My system is current as of yesterday sources. Dmesg output is attached. > > Modem is recognized as /dev/ugen0 and there is another node /dev/ugen0.1 > > I setup my ppp.conf file to use /dev/ugen0 when I try to use it the result > is below: > test# ppp > Working in interactive mode > Using interface: tun0 > ppp ON test> term > deflink: Entering terminal mode on /dev/ugen0 > Type '~?' for help > ugenpool: no edesc > ugenpool: no edesc > ppp ON test> q > test#
ugen0 is a generic raw usb device, which is used as a fallback if no specific driver is available. ugen is not a tty type as expected by ppp. Did you compile ucom and umodem in your kernel? > uhci0: <Intel 82801BA/BAM (ICH2) USB controller USB-A> port 0x2440-0x245f irq 11 at >device 31.2 on pci0 > usb0: <Intel 82801BA/BAM (ICH2) USB controller USB-A> on uhci0 > usb0: USB revision 1.0 > uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > ugen0: STMicroelectronics USB Communicator, rev 1.00/1.01, addr 2 -- B.Walter COSMO-Project http://www.cosmo-project.de [EMAIL PROTECTED] Usergroup [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message