From owner-freebsd-stable Sat Sep 30 16:49:48 2000 Delivered-To: freebsd-stable@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id 9AC0237B502 for ; Sat, 30 Sep 2000 16:49:44 -0700 (PDT) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id e8UNnhc33592; Sat, 30 Sep 2000 16:49:43 -0700 (PDT) Date: Sat, 30 Sep 2000 16:49:43 -0700 (PDT) From: Doug White To: Ray Gilstrap Cc: freebsd-stable@FreeBSD.ORG Subject: Re: usb modem: /dev/??? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 Sep 2000, Ray Gilstrap wrote: > Just got my hands on a Ricochet wireless box that claims to look like a > USB modem. I'm running 4.1.1-S, and the umodem driver appears to > recognize it: > > umodem0: , rev 1.10/1.00, addr 2, iclass 2/2 > > Trouble is, I don't know what entry in /dev to use to access the modem. > Does anyone know the magic mknod parameters I should use to create the > proper device? You need to make a device for /dev/umodemX, however MAKEDEV doesn't know how to create it yet, so use mknod. You will find this message useful: http://www.egroups.com/message/usb-bsd/973 I don't have a USB and -CURRENT box handy at the moment to test the proposed changes to the umodem driver. I do have a Ricochet GS though, just not the time to set up the equipment :-) Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message