PDA

View Full Version : Sound problem


jlr
3rd February 2004, 05:19 PM
Under Windows98SE the sound works fine, EV1935 ECTIVA MachOne.
Card is detected and sound plays.

Under Fedora, "kudzu" reports;
class: AUDIO
bus: PCI
detached: 0
driver: unknown
desc: "OPTi Inc.|EV1935 ECTIVA MachOne PCIAudio"
vendorId: 1045
deviceId: c935
subVendorId: 0000
subDeviceId: 0000
pciType: 1
pcibus: 0
pcidev: a
pcifn: 0

but any attempt to use the sound either does nothing or reports as sound or mixer device is broken or unavailable.

Where do I get the drivers for EV1935?
What do I have to do in order to run 1045:c935 device?

vorte[x]
4th February 2004, 01:31 AM
:!: Good news, OSS doesn't support your sound-card, however, ALSA has a generic module for this chipset! Yay.

The module is snd-opti93x for OPTi 82c93x based cards (with c93x being your deviceID).

Here's a link on getting ALSA working in Fedora:
http://fedora.artoo.net/faq/#ALSA

EDIT: When looking for that particular chipset in the ALSA matrix, just use the closest (82C931) chipset and it should work perfectly fine.

Direct Link: http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Opti&card=82C931&chip=82C931&module=opti93x

Good luck!