You are not logged in.
Pages: 1
Hi,
I'm configuring an old PC and I my audio device is not working. I read on the wiki that ALSA is already contained in the kerneld and the I should not use alsaconf to avoid breaking UDEV.
It says that ISA cards required additional configuration but it doesn't say what should I do to configure the device, do you have any suggestion?
Offline
Does anyone have any idea? What could happen if i run alsaconf to configure my device?
Offline
Hi. I've configured an old PC with ISA SoundBlaster some time ago. You need to do next steps:
# pacman -S isapnptools
# pnpdump > /etc/isapnp.conf
Next, you should add right module to MODULES= line in your rc.conf. For my case it was snd-sbawe. After reboot you should see your device in lsdev with synthesizers and isapnp. Isapnp loads with kernel and parses /etc/isapnp.conf.
# lsdev
Device DMA IRQ I/O Ports
------------------------------------------------
...............................
Emu8000-1 0620-0623
Emu8000-2 0a20-0a23
Emu8000-3 0e20-0e23
...............................
ISAPnP 0213-0213
isapnp 0a79-0a79
...............................
SoundBlaster 1 5 10 0220-022f
..............................
Now you can install alsa-utils and alsa-lib, configure sound levels with
$ alsamixer
and test results with
$ aplay /usr/share/sounds/alsa/Front_Center.wav
Offline
Thanks, it worked for my device.
Really appreciated!
Do you think that could be a good idea to create a link from the wiki to your post in order to make it clear how a ISA car has to be configured?
Offline
Pages: 1