From owner-freebsd-questions@FreeBSD.ORG Wed Aug 13 02:24:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E88521065671 for ; Wed, 13 Aug 2008 02:24:51 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 6799A8FC0C for ; Wed, 13 Aug 2008 02:24:51 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from [80.217.107.37] (c80-217-107-37.bredband.comhem.se [80.217.107.37]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id m7D2Onku092979; Wed, 13 Aug 2008 04:24:49 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <48A2457A.1010204@bah.homeip.net> Date: Wed, 13 Aug 2008 04:22:50 +0200 From: Bernt Hansson User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Manolis Kiagias References: <48A1C8A2.1090803@bah.homeip.net> <48A1CC10.90309@gmail.com> In-Reply-To: <48A1CC10.90309@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Sound problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2008 02:24:52 -0000 Manolis Kiagias skrev: > Bernt Hansson wrote: >> Hello list. >> >> Realy need some help! >> >> I can't seem to get snd_hda module to load from /boot/loader.conf >> >> Loading the module manualy is ok. >> >> loader.conf >> >> hw.ata.atapi_dma="1" >> atapicam_load="YES" >> if_tap_load="YES" >> aio_load="YES" >> >> ############################################################## >> ### Sound modules ########################################## >> ############################################################## >> sound_load="YES" # Digital sound subsystem >> >> #snd_hda_load="YES" # Intel High Definition Audio >> (Controller) >> > > Well, it seems the snd_hda_load line is commented out ;) Yes ;) > Also you don't need to add sound_load="YES", just by adding > snd_hda_load="YES" the generic sound module will be loaded as well. Aha. I didn't know that. > If anything else fails for some weird reason, you can always compile > sound support into the kernel. Just add these two lines in your kernel > configuration file: > > device sound > device snd_hda > > rebuild, reboot, done. Yes, but I want to keep generic as generic as possible I also have some usb mouse problems. Input on the subject "usb mouse problem" are welcome.