From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 14:46:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D87E916A4CE for ; Wed, 7 Apr 2004 14:46:05 -0700 (PDT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 932FE43D1F for ; Wed, 7 Apr 2004 14:46:05 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 7 Apr 2004 16:27:24 -0500 Message-ID: <40747211.8020609@daleco.biz> Date: Wed, 07 Apr 2004 16:26:41 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4073D83E.70607@users.sourceforge.net> <407408E3.6030906@daleco.biz> <40742E58.3040904@users.sourceforge.net> In-Reply-To: <40742E58.3040904@users.sourceforge.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Apr 2004 21:27:24.0828 (UTC) FILETIME=[1E851DC0:01C41CE7] Subject: Re: internet via USB: how to use with FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2004 21:46:06 -0000 Rob wrote: > Kevin D. Kinsey, DaleCo, S.P. wrote: > >> Rob wrote: >> >>> >>> My parents have an internet provider, that uses the TV-cable and >>> connects through the USB port. The provider only has M$-Window$ >>> software provided, and this works now with a single computer. >>> >>> I want to replace this M$-Window$ computer by a FreeBSD router, >>> to start a home network. >>> >>> I am at a loss what to do with the USB internet connection? >>> >>> I know how to get a router set up with RJ-45 cables and two >>> ethernet cards. But can FreeBSD handle a USB internet connection? >>> >>> Hints how to deal with this, are highly appreciated. >>> >> >> What is the device? There are at least four in the >> 5.X GENERIC kernel: > > > It's a "Eminent 10/100 MBps USB network adaptor", provided by ISP. > This is a small 'mouse-sized' box which has a RJ45 cable and jack at > one end, and the USB-cable at the other. It connects a modem (RJ45 > plug) with the USB port of the computer. > > I have never used USB before, so I don't know what device this > represents. Any ideas? > I'm having trouble finding out much about this device, too. Looks like you can buy 'em in Europe, but I see few listings here in the US. I did find a fifth driver; rue(4). You can "man 4 " to get a list of supported chipsets and models. "Emiment" isn't mentioned, but if you can figure out what chipset (i.e., maybe if the device isn't glued together? ;-) you might be able to use one of the drivers from FreeBSD. Kids, don't try this at home.... > I actually wonder, whether I should put a LAN card in the FreeBSD > system and connect that directly with the modem via a RJ45 cable, > and leave the USB adaptor out of the story. But would that work? This would probably work from a hardware standpoint, but you'd probably have to call the ISP and ask them if you need to reconfigure the thing. You might just try cabling NIC to DSL box, have the NIC set to "DHCP" in /etc/rc.conf, and see what happens. But you're at your own risk .... I have some customers around here with cable modems with both RJ45 and USB connectors. For most of the home users, you just set stuff DHCP and the modem handles the stuff. For the business setups, you must contact the ISP and bind the static IP to the MAC addy of the hardware in question. I have never used USB for this, though...and, I have little experience with DSL .... Sorry I'm not more help.... Kevin Kinsey