> Date: Mon, 27 Jan 2003 23:32:57 +0100 (CET) > From: Alexander Pohoyda <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > > > The sound on the 600E is weird. It connect to both PCI and ISA for > > different functions. As a result, I have to edit /sys/conf/files to > > delete the csa pcm entry and add csa to the csapcm line. > > > > dev/sound/pci/csa.c optional csa pci > > #dev/sound/pci/csa.c optional pcm pci > > dev/sound/pci/csamidi.c optional midi csa > > dev/sound/pci/csapcm.c optional csa pcm pci > > Thanks! That's something new to me, will try it out. > > device pcm > #options PNPBIOS > #device csa > > Right? If you don't have PNPBIOS, you will need to add the ISA config info to /boot/device.hints (V5.0) or the kernel config (V4): hint.pcm.0.at-"isa" hint.pcm.0.port="0x52c" hint.pcm.0.irq="5" hint.pcm.0.drq="1" hint.pcm.0.flags="0x10" or device pcm0 at isa? port 0x52c irq 5 drq 1 flags 0x10
> I've spent a whole day trying to make it working on 4.7-STABLE. No > result. I have seen some very old messages on mobile@ about this > sound card, but nothing helped. > The best I can get is: > csa0: <CS4610/CS4611> mem 0x50000000-0x500fffff,0x50100000-0x50100fff irq 5 at >device 6.0 on pci0 > csa: card is Unknown/invalid SSID (CS4610) > pcm0: <CS461x PCM Audio> on csa0 > pcm0: AC97 reset timed out.pcm0: ac97 codec invalid or not present (id == 0) > device_probe_and_attach: pcm0 attach returned 6 This indicates the need to modify /sys/conf/files before building the kernel. For V4 the changes are the same as for V5, but the csamidi.c line is not present in V4. If dmesg contains a csa line, you don't have files properly edited. > Does it matter how you configure it with ps2.exe utility? > Which settings are you running on? You must enable the sound card and set the IRQ and DRQ with ps2, but the required settings are hte default, so you really should not need to change anything. Matthew Dodd tells me that he has fixed the sound after resume problem that was in V4, but it didn't make 5.0-Release. You will need to be running current to get it. > > That's all it took to get sound to work on my 600E. > > I am also not able to make sound working on TP600 with 5.0-CURRENT. > There is CS4236 there. Pure ISA, AFAIK. Worked fine with 4.5-RELEASE. > I would spend as much time as it needs to bring it to life. I'd > appreciate any ideas how to preceed. The sound on the 600 is different from the 600E and, while I know the magic was different on V4, I don't have any experience with it. Most likely you need adjustments to hints file. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: [EMAIL PROTECTED] Phone: +1 510 486-8634 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message