From owner-freebsd-questions@FreeBSD.ORG Mon Feb 9 13:24:57 2004 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 7DD5316A4CE for ; Mon, 9 Feb 2004 13:24:57 -0800 (PST) Received: from mxfep02.bredband.com (mxfep02.bredband.com [195.54.107.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4D9A43D1F for ; Mon, 9 Feb 2004 13:24:56 -0800 (PST) (envelope-from nicolas.gafgo@bredband.net) Received: ([213.113.36.95] [213.113.36.95]) by mxfep02.bredband.com with ESMTP <20040209212455.FJOF16874.mxfep02.bredband.com@c-5f2471d5.11604-1-64736c12.cust.bredbandsbolaget.se>; Mon, 9 Feb 2004 22:24:55 +0100 From: Nicolas To: Andrew Hall , Nathan Kinkade Date: Mon, 9 Feb 2004 22:24:55 +0100 User-Agent: KMail/1.5.4 References: <200402091547.31574.moak@bredband.net> <20040209202426.GP75692@npkfbsd> <1076359816.45721.10.camel@flagg> In-Reply-To: <1076359816.45721.10.camel@flagg> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402092224.55485.nicolas.gafgo@bredband.net> cc: freebsd-questions Subject: Re: onboard sound does not work 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: Mon, 09 Feb 2004 21:24:57 -0000 On Monday 09 February 2004 21.50, Andrew Hall wrote: > On Mon, 2004-02-09 at 15:24, Nathan Kinkade wrote: > > On Mon, Feb 09, 2004 at 03:47:31PM +0100, by way of Gaf wrote: > > > Hello. > > > I am a newbie to both unix and FreeBSD. I am trying to configure my > > > onboard sond without success. > > > My motherboard: ASUS P4S800-MX > > > Audio spec: ADI AD1888 6channel audio codec. > > > > > > pciconf -lv says: > > > pcm0@pci0:2:7: class=0x040100 card=0x810d1043 chip=0x70121039 rev=0xa0 > > > hdr=0x00 > > > vendor = 'Silicon Integrated Systems (SiS)' > > > device = 'SiS7012 PCI Audio Accelerator' > > > class = multimedia > > > subclass = audio > > > > > > dmesg: > > > pcm0: port 0xa000-0xa07f,0xa400-0xa4ff irq 18 at device 2.7 > > > on pci0 pcm0: > > > > > > I tried kldload snd_driver.ko but > > > kldstat says: > > > Id Refs Address Size Name > > > 1 35 0xc0400000 37fd84 kernel > > > 2 1 0xc0780000 51a18 acpi.ko > > > 3 1 0xc2c24000 8000 ipfw.ko > > > 4 1 0xc2c62000 19000 linux.ko > > > 5 1 0xc3306000 2000 snd_driver.ko > > > 6 1 0xc3308000 8000 snd_maestro3.ko > > > > > > I have device pcm in my kernel. > > > Is there something more you need to know?? > > > I have read man pcm, the handbook and complete freebsd but I can t > > > figure it out. I still think that everything is a bit confusing because > > > i am not very good at computers and i am sure that I miss something > > > fundamental. Hope that somebody can direct me to what i am missing. > > > Many thanks Gaf > > I think you need snd_ich.ko. Run 'kldload /boot/kernel/snd_ich.ko' and > try again. Search the freebsd list archives for 'sis 7012' and you'll > find a lot of relevant entries. > > Drew > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hi. I tried to do what you suggested and I get: kldload: can't load snd_ich.ko: File exists I have also tried with options PNPBIOS before but that is already in 5.2, I was told. I will look in the archives. Thank You for answering!! Gaf