From owner-freebsd-questions Sat Apr 28 15: 4: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id E84E437B423 for ; Sat, 28 Apr 2001 15:04:00 -0700 (PDT) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id D4FA8A8DD; Sat, 28 Apr 2001 17:03:16 -0500 (CDT) Date: Sat, 28 Apr 2001 17:03:16 -0500 From: Andrew Hesford To: Ilia Chipitsine Cc: questions@FreeBSD.ORG Subject: Re: USB modem Message-ID: <20010428170316.A728@cec.wustl.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from ilia@cgu.chel.su on Sun, Apr 29, 2001 at 12:36:38AM +0600 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 29, 2001 at 12:36:38AM +0600, Ilia Chipitsine wrote: > Dear Sirs, > > is my modem supported ? > dmesg says: > > ................ > FreeBSD 4.3-RC #6: Sat Apr 28 22:59:54 YEKST 2001 > ................... > uhci0: port 0xe000-0xe01f irq 11 > at de > vice 7.2 on pci0 > usb0: 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: Conexant Systems, Inc. V.90 Modem with USB Interface, rev > 1.00/0.01, addr > 2 > ......................... > > that modem is not listed in HARDWARE.txt, does it mean that it is NOT > supported yet ?? Well, ugen0 means it's being picked up by the generic driver, which means it's not being seen by anything else. I don't see a USB modem driver in LINT, and I've never used a USB modem, so I wouldn't know how to get one working in FreeBSD. All I can tell you is that, while I can't say it looks bad, I can say it doesn't look explicitly good. USB devices have an identifying string, and when the ugen0 driver picks it up, it requests the device string. That doesn't mean ugen knows what to do with the device. Lots of luck. -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message