Click to See Complete Forum and Search --> : Getting Ensonique AudioPCI working in Debian?


complication
03-15-2001, 12:27 AM
I installed the es1371 during install, but it's not working. I have an ensonique audioPCI. Is the module for this sound card es1371 or es1370.

Also, how do I get a hold of the module I need. I need to know how to install it too ( I think you just do "modprobe [module]"). Or is it "insmod"? Thanks for helping. I love this message board. :)

debiandude
03-15-2001, 12:28 AM
If its the Creative Ensonique then ifts es1371 otherwise the the es1370.

debiandude
03-15-2001, 12:29 AM
yeah its either:
modprobe es1370
or
insmod es1370.o

Dwergje
03-15-2001, 05:22 AM
Easy :)

su root
<password>
modconf -> misc -> es1371 -> exit
adduser <username> audio
logout
login as user

explanation: you configure the es1371 module by using the program called modconf. You add the user to the group audio (otherwise only root is allowed to use the soundcard). You logout, and re-login as user.

I use xmms myself, it's a great mp3-player, just like winamp for windows. install it by doing:
su root
<password>
apt-get install xmms
exit

Hope this helps, good luck :)

complication
03-16-2001, 12:48 AM
OK,

I got it working (thanks :)) but, it seems like music is echoing. I am not sure if this is an XMMS problem or what. Can someone help out? Thanks to all :).