Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2000 15:51:46 +0200 (SAST)
From:      David Tucker <davet@uunet.co.za>
To:        Orion Hodson <O.Hodson@cs.ucl.ac.uk>
Cc:        freebsd-questions@uunet.co.za, multimedia@FreeBSD.ORG
Subject:   Re: Crystal Sound Card not recognised
Message-ID:  <Pine.BSF.4.21.0011211545170.89508-100000@hill.noc.uunet.co.za>
In-Reply-To: <E13yDJt-0003cP-00@lists01.iafrica.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <Crystal Semiconductor CS4281 Audio accelerator> 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: <Crystal Semiconductor CS4281 Audio accelerator> mem
0xe8100000-0xe810ffff,0xe8110000-0xe8110fff irq 5 at device 9.0 on pci0
device_probe_and_attach: csa0 attach returned 6
csa0: <Crystal Semiconductor CS4281 Audio accelerator> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0011211545170.89508-100000>