Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2005 19:55:39 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Subject:   Re: usb hid atmel kit
Message-ID:  <200508171955.40781.hselasky@c2i.net>
In-Reply-To: <430347AF.6020208@laposte.net>
References:  <4302F94D.7040607@laposte.net> <200508171601.08244.hselasky@c2i.net> <430347AF.6020208@laposte.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 17 August 2005 16:20, lepingouin.tux wrote:
> >Strange, try this:
> >
> >make cleandepend clean depend all install
>
> the same
>
> >What does "df" output. If you are using a "xterm", then just select the
> > text in the window using the mouse, then press the middle-mouse button in
> > your mailer, to copy the text.
>
> I have no Xserver on
> my disk space is :
>
> Filesystem  1K-blocks   Used  Avail Capacity  Mounted on
> /dev/ad0s1a    253678  36142 197242    15%    /
> devfs               1      1      0   100%    /dev
> /dev/ad0s1e    253678     12 233372     0%    /tmp
> /dev/ad0s1f    719190 564404  97252    85%    /usr
> /dev/ad0s1d    253678    336 233048     0%    /var
>
> >You have got the sources installed ?
>
> When I installed freeBSD I selected kernel sources.
> Maybe it was not installed correctly I don't know !

I have never seen this error on my system.

Try creating this link manually:

ln -s /usr/src/sys /usr/src/sys/modules/usb/@
                                           ^ looks like there 
                                             was a missing slash here


If you use i386, the kernel config files are in "/sys/i386/conf/".

cp GENERIC custom

ee custom

remove "-g" option

Then

cd /usr/src; make buildkernel installkernel KERNCONF=custom

This will install all the modules and the kernel afterwards. I takes around 1 
hour, depending on the speed of your computer.


--HPS



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