vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Bonjour, I try to have a soundblaster audigy nx 2 sound card (usb card) working under linux fedora core1. I have compiled all alsa-drivers -utils -lib without any problems, all required modules can be loaded... but when I want to unmute the card and run alsamixer for this (according to the doc from alsa site), I get this message: alsamixer: function snd_ctl_open failed for default: No such device What is this device ? And how can I unmute this card? Thank you. -- François Patte Ecole française d'Extrême-Orient Université Paris 5 |
| |||
| On 2004-06-12, François Patte <francois.patte@math-info.univ-paris5.fr> wrote: > I try to have a soundblaster audigy nx 2 sound card (usb card) working > under linux fedora core1. > > I have compiled all alsa-drivers -utils -lib without any problems, all > required modules can be loaded... but when I want to unmute the card and > run alsamixer for this (according to the doc from alsa site), I get this > message: > > alsamixer: function snd_ctl_open failed for default: No such device > > What is this device ? > > And how can I unmute this card? I see the same problem here with alsa. I have an "ESS ES1869 Plug and Play AudioDrive" ISA sound card (yeah, yeah, it works) detected by ISAPnP that works fine everywhere else but alsa can't seem to find it. Try a different mixer, e.g. "aumix" to unmute your card. It works for me, anyway. -- -John (john@os2.dhs.org) |
| ||||
| On Sat, 12 Jun 2004 15:35:57 +0200, François Patte wrote: > And how can I unmute this card? As root edit /etc/rc.d/rc.local and add; # Set and Restore Alsa's sound levels to the default volume levels /bin/aumix-minimal -f /etc/aumixrc -L >/dev/null 2>&1; Then as root create and save /etc/aumixrc (sample below); vol:85:85:P pcm:85:85:P speaker:85:85:P line:85:85:P mic:85:85:R cd:85:85:P igain:85:85:P line1:85:85:P phin:85:85:P video:85:85:P Adjust the default levels (85% up) to suit your needs. -- "In short, without this exclusive franchise, called the Windows API, we would have been dead a long time ago." M$ Senior VP Bob Muglia '96 |