Date: Thu, 19 Oct 2000 08:25:42 -0700 From: Josef Karthauser <joe@freebsd.org> To: Nick Hibma <n_hibma@qubesoft.com> Cc: Chris Dillon <cdillon@wolves.k12.mo.us>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc usbd.conf Message-ID: <20001019082542.A902@pavilion.net> In-Reply-To: <Pine.BSF.4.20.0010181904170.88029-100000@henny.webweaving.org>; from n_hibma@qubesoft.com on Wed, Oct 18, 2000 at 07:09:51PM -0700 References: <20001018144407.D71470@dragon.nuxi.com> <Pine.BSF.4.20.0010181904170.88029-100000@henny.webweaving.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 18, 2000 at 07:09:51PM -0700, Nick Hibma wrote: > > On a related note, I checked the code and it seems that this actually > might work. > > I'll have to test it and unfortunately my laptops kernel is severely out > of date. > > If anyone is at BSDCon that could try out the following lines to replace > the ethernet entry in /etc/usbd.conf be my guest. If it works, I'll > commit it. > > # The entry for the cue, kue and aue ethernet interface drivers. > device "USB ethernet" > devname "[ack]ue[0-9]+" > attach "dhclient -pf /var/run/dhclient.${DEVNAME}.pid ${DEVNAME}" > detach "kill `cat /var/run/dhclient.${DEVNAME}.pid`" Or try: device "USB ethernet" devname "[ack]ue[0-9]+" insert "/etc/pccard_ether ${DEVNAME} start" remove "/etc/pccard_ether ${DEVNAME} stop" And if it works rename /etc/pccard_ether to /etc/somethingelse_ether Joe -- Josef Karthauser FreeBSD: How many times have you booted today? Technical Manager Viagra for your server (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001019082542.A902>