From owner-freebsd-usb@FreeBSD.ORG Wed Aug 17 17:54:50 2005 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D9016A41F for ; Wed, 17 Aug 2005 17:54:50 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D1C743D45 for ; Wed, 17 Aug 2005 17:54:50 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-216-42-91.daxnet.no ([193.216.42.91] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 246761927 for freebsd-usb@freebsd.org; Wed, 17 Aug 2005 19:54:47 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Wed, 17 Aug 2005 19:55:39 +0200 User-Agent: KMail/1.7 References: <4302F94D.7040607@laposte.net> <200508171601.08244.hselasky@c2i.net> <430347AF.6020208@laposte.net> In-Reply-To: <430347AF.6020208@laposte.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508171955.40781.hselasky@c2i.net> Subject: Re: usb hid atmel kit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hselasky@c2i.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:54:51 -0000 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