Date: Wed, 5 Nov 2008 09:09:13 +0100 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-current@freebsd.org, Lars Engels <lme@freebsd.org> Cc: current@freebsd.org, Thomas Sparrevohn <Thomas.Sparrevohn@btinternet.com>, Alfred Perlstein <bright@mu.org>, Olivier SMEDTS <olivier@gid0.org>, freebsd-usb@freebsd.org, Renato Botelho <rbgarga@gmail.com> Subject: Re: USB4BSD release candidate number 3 - request for review Message-ID: <200811050909.14866.hselasky@c2i.net> In-Reply-To: <20081104220725.GC8256@e.0x20.net> References: <200810251925.47273.hselasky@c2i.net> <747dc8f30811041356j72b3507cxbcdc077cf6f7ff12@mail.gmail.com> <20081104220725.GC8256@e.0x20.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 04 November 2008, Lars Engels wrote: > On Tue, Nov 04, 2008 at 07:56:47PM -0200, Renato Botelho wrote: > > On Tue, Nov 4, 2008 at 7:22 PM, Lars Engels <lme@freebsd.org> wrote: > > > On Fri, Oct 31, 2008 at 05:16:09PM +0000, Thomas Sparrevohn wrote: > > >> On Friday 31 October 2008 15:56:42 Hans Petter Selasky wrote: > > >> > On Friday 31 October 2008, Olivier SMEDTS wrote: > > >> > > Hello, > > >> > > > > >> > > Each device driver has been splitted since RC3. > > >> > > Look in /boot/kernel/usb2_*. You can use modules. > > >> > > For example, for my usb mouse, I use usb2_input_ums. > > >> > > > >> > Hi, > > >> > > > >> > Looks like I made a small typo there. The module is named > > >> > "usb2_input_ms" while the kernel option is named "usb2_input_ums". > > >> > The kernel option should be named "usb2_input_ms". > > >> > > >> Is this the same issue? > > >> > > >> config: Error: device "usb2_controller_uss820dci" is unknown > > >> config: Error: device "usb2_ethernet_dav" is unknown > > > > > > device usb2_ethernet_dav is still unknown in the commit version in > > > HEAD. > > > > I believe it was just a typo, the correct is usb2_ethernet_udav > > Good point. :) After changing it to _udav I am getting this: > In file included from /usr/src/sys/dev/sound/pcm/sound.h:94, > from /usr/src/sys/dev/usb2/sound/uaudio2.c:79: > /usr/src/sys/dev/sound/pcm/channel.h:216:24: error: channel_if.h: No > such file or directory > /usr/src/sys/dev/usb2/sound/uaudio2.c:81:23: error: feeder_if.h: No such > file or directory > In file included from /usr/src/sys/dev/sound/pcm/sound.h:94, > from /usr/src/sys/dev/usb2/sound/uaudio2_pcm.c:31: > /usr/src/sys/dev/sound/pcm/channel.h:216:24: error: channel_if.h: No > such file or directory > /usr/src/sys/dev/usb2/sound/uaudio2_pcm.c:36:22: error: mixer_if.h: No > such file or directory > > mkdep: compile failed Hi, Dependancy towards "device sound" I think. Try loading the module instead of having the device in the kernel. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811050909.14866.hselasky>