usb hid atmel kit

Hans Petter Selasky hselasky at c2i.net
Wed Aug 17 17:54:51 GMT 2005


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


More information about the freebsd-usb mailing list