From owner-freebsd-multimedia Tue Nov 21 5:51:52 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from hill.noc.uunet.co.za (hill.noc.uunet.co.za [196.7.0.142]) by hub.freebsd.org (Postfix) with ESMTP id 51CFC37B4CF for ; Tue, 21 Nov 2000 05:51:49 -0800 (PST) Received: by hill.noc.uunet.co.za (Postfix, from userid 1011) id C06D722E05; Tue, 21 Nov 2000 15:51:46 +0200 (SAST) Received: from localhost (localhost [127.0.0.1]) by hill.noc.uunet.co.za (Postfix) with ESMTP id BE7CC1F01E; Tue, 21 Nov 2000 15:51:46 +0200 (SAST) Date: Tue, 21 Nov 2000 15:51:46 +0200 (SAST) From: David Tucker X-Sender: davet@hill.noc.uunet.co.za To: Orion Hodson Cc: freebsd-questions@uunet.co.za, multimedia@FreeBSD.ORG Subject: Re: Crystal Sound Card not recognised In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 21 Nov 2000, Orion Hodson wrote: > Looking at the files in /usr/src/sys/dev/sound/pci, there's a > definition for this card id in csareg.h, but it does not exist in the > csa_probe function in csa.c. According to the CS summary > documentation for this chip it is pin compatible with the CS4614 that > is supported. Try adding a case for CS4280_PCI_ID in csa_probe() and > seeing if that helps. This is what I added to csa.c case CS4281_PCI_ID: s = "Crystal Semiconductor CS4281 Audio accelerator"; break; The soundcard is now recognised at boot but I am getting some funny messages I get csa0: mem 0xe8100000-0xe810ffff,0xe8110000-0xe8110fff irq 5 at device 9.0 on pci0 device_probe_and_attach: csa0 attach returned 6 and then later csa0: mem 0xe8100000-0xe810ffff,0xe8110000-0xe8110fff irq 5 at device 9.0 on pci0 device_probe_and_attach: csa0 attach returned 6 csa0: mem 0xe8100000-0xe810ffff,0xe8110000-0xe8110fff irq 5 at device 9.0 on pci0 device_probe_and_attach: csa0 attach returned 6 When I cat /dev/sndstat I get cat: /dev/sndstat: Device not configured This is after remaking snd0 using MAKEDEV snd0 ---------------------------------------------------------------------------- David Tucker Grace finds beauty in everything. UUNET SA -Bono Network Operations To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message