Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 2000 10:06:24 -0800 (PST)
From:      wpaul@FreeBSD.ORG (Bill Paul)
To:        n_hibma@qubesoft.com (Nick Hibma)
Cc:        takawata@shidahara1.planet.sci.kobe-u.ac.jp, hosokawa@freebsd.org, current@freebsd.org
Subject:   Re: "Driver Floppy" implementation (Re: "make release" breakage - dokern.sh patch 2)
Message-ID:  <20001101180624.F3EA537B4C5@hub.freebsd.org>
In-Reply-To: <Pine.BSF.4.20.0011011033400.13296-100000@henny.webweaving.org> from Nick Hibma at "Nov 1, 2000 10:38:46 am"

next in thread | previous in thread | raw e-mail | index | archive | help
>I'm not sure whether the problem of loading secondary usb modules is a
>problem in 4.x but it is easy to try.

>Boot a machine without usb support compiled in. after login, kldload
>usb, then the miibus and then the if_aue modules. If that works, you
>should be ok.

>I cannot test this as at the moment as I don't have a STABLE box (will
>have once the first RC comes out of JKH factories).

I usually do the following:

# kldload usb	(probes USB controllers)
# kldload miibus
# kldload if_aue
# usbd -f /dev/usb0

If the device has already been plugged in, starting usbd will cause
it to be probed/attached by the aue driver. If not, it will be detected
when it's plugged in later.

-Bill


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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