Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2004 12:06:33 +0200
From:      Jan Muenther <jan.muenther@nruns.com>
To:        Edd <list@arameus.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: USB Modem Fun
Message-ID:  <20040617100633.GA2440@localghost.muenther.de>
In-Reply-To: <200406170945.i5H9jOx20601@server1.web-mania.com>
References:  <200406170945.i5H9jOx20601@server1.web-mania.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi there,

> Plug in and dmesg says:
> ugen0: Conexant USB modemInc. USB V.90 56k/FAX Modem erface,
> rev1.00/0.01, addr 2
> 
> So far so good. So i scoot over to /etc/ppp/ppp.conf and type in
> /dev/ugen0 for the device.


ugen(4) is the generic USB device driver, meaning this gets assigned when 
no other driver for the USB device can apply. You won't be able to use your
USB modem through the driver, you'll need umodem(4) and ucom(4) support in 
either your kernel or load the modules. 

Cheers, J.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040617100633.GA2440>