From owner-freebsd-questions@FreeBSD.ORG Sun Sep 7 00:36:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84BDB16A4BF for ; Sun, 7 Sep 2003 00:36:41 -0700 (PDT) Received: from telecom.sarkor.uz (telecom.sarkor.uz [81.95.226.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C92743F93 for ; Sun, 7 Sep 2003 00:36:40 -0700 (PDT) (envelope-from thor@telecom.sarkor.uz) Received: by telecom.sarkor.uz (Postfix, from userid 1000) id 1AA9A142E5B; Sun, 7 Sep 2003 12:24:02 +0500 (UZT) Date: Sun, 7 Sep 2003 12:24:01 +0500 To: Rapha?l Marmier Message-ID: <20030907072401.GA19962@telecom.sarkor.uz> References: <20030906135122.GA18632@telecom.sarkor.uz> <510EE65F-E073-11D7-80BC-000393D67E4A@computer-rental.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <510EE65F-E073-11D7-80BC-000393D67E4A@computer-rental.ch> User-Agent: Mutt/1.3.28i From: thor@telecom.sarkor.uz (Timur) cc: freebsd-questions@freebsd.org Subject: Re: kernel compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2003 07:36:41 -0000 Finally, I have removed umass scsi usb device, my kernel has been compiled successfully, sound card statred to work! Strange thing, why 'kldload snd_pcm' did not work with GENERIC kernel? Well, now I can happily watch movies with mplayer! :) The only thing I miss now - icq client. Under windows I was using Miranda.. What icq client can you recommend? By the way.. FreeBSD handbook is really great thing! Thanks to all who replied!! On Sat, Sep 06, 2003 at 04:06:31PM +0200, Rapha?l Marmier wrote: > Start over without removing unrelated stuff. Looks like you removed > scsi without removing all devices depending on it. > > Rapha?l > > Le Samedi, 6 sep 2003, ? 15:51 Europe/Zurich, Timur a ?crit : > > >On Sat, Sep 06, 2003 at 10:51:40AM -0400, Monah Baki wrote: > >>Have you tried recompiling the kernel with "device pcm" > >> > > > >yes, now I'm trying to compile new kernel. also I noticed, that my > >video card (nVidia TNT with 8 Megs) does not support X-Video extension > >(ie, nv driver does not support it). so I installed drivers from > >www.nvidia.com, which require USER_LDT option in kernel. > > > >So.. what I did.. I have added line 'device pcm' and 'option > >USER_LDT' and removed some drivers for devices I do not have (SCSI > >etc) and then tried to compile a kernel. But the build fails: > > > >linking kernel > >umass.o: In function `umass_cam_attach_sim':