Date: Thu, 16 Jul 2009 09:38:37 -0700 From: Rob Farmer <rfarmer768@gmail.com> To: freebsd-current@freebsd.org Subject: device "urtw" is unknown Message-ID: <bb2d2fb50907160938q6e872dafl948c20b700c36fa8@mail.gmail.com> In-Reply-To: <bb2d2fb50907160934s73204dc1g84cf227e2aa676e1@mail.gmail.com> References: <bb2d2fb50907152330l450b328er8ba7271f7e710c8b@mail.gmail.com> <200907152323.49765.mel.flynn%2Bfbsd.current@mailing.thruhere.net> <3a142e750907160822p18e5a847q536416264f91f0e4@mail.gmail.com> <bb2d2fb50907160934s73204dc1g84cf227e2aa676e1@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 16, 2009 at 08:22, Paul B. Mahol<onemda@gmail.com> wrote: > On 7/16/09, Mel Flynn <mel.flynn+fbsd.current@mailing.thruhere.net> wrote= : >> [Redirecting to -current] >> >> On Wednesday 15 July 2009 22:30:05 Rob Farmer wrote: >> >>> I am trying to build a custom kernel with the urtw device on 8.0 beta >>> 1 amd64. According to the man page, I should add device urtw to my >>> config (just Generic plus this) and it should work. But, I get: >>> >>> config: Error: device "urtw" is unknown >> >> Can reproduce. It is built as module though, so you can kldload if_urtw. >> Perhaps the ${_urtw} magic in sys/modules/usb/Makefile is not understood= by >> config(8). > > Negative, urtw is not mentioned in /sys/conf/files* > > -- > Paul > Ok , so I added it to /sys/conf/files and it seems to compile and run fine. Is this correct or is there more to it? *** ../files =A0 =A02009-07-16 09:06:48.000000000 -0700 --- files =A0 =A0 =A0 2009-07-16 09:05:23.000000000 -0700 *************** *** 1625,1634 **** --- 1625,1635 ---- =A0# USB WLAN drivers =A0# =A0dev/usb/wlan/if_rum.c =A0 =A0 =A0 =A0 optional rum =A0dev/usb/wlan/if_uath.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0optional uath =A0dev/usb/wlan/if_ural.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0optional ural + dev/usb/wlan/if_urtw.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0optional urtw =A0dev/usb/wlan/if_zyd.c =A0 =A0 =A0 =A0 optional zyd =A0# =A0# USB serial and parallel port drivers =A0# =A0dev/usb/serial/u3g.c =A0 =A0 =A0 =A0 =A0optional u3g
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bb2d2fb50907160938q6e872dafl948c20b700c36fa8>