Thanks for the reply. Yes, I've checked everything. I've narrowed down the problem to the fact that Dell uses snd-EMU10K1X driver as opposed to snd-EMU10K1 (please note no 'X'). So, the system assigned me snd-EMU10K1 instead of ...1X. Do you know how to add the EMU10K1X driver to the list of sound drivers in Linux? I'll very much appreciate any help in this matter.
Thanks for the reply. Sweeet! I'll try that. I was just about thinking of compiling driver into kernel and such. I'll try your advise for sure. Thank you.
I've tried the method you've suggested and although I can now see snd-emu10k1x driver as the sound card description, the driver Module assigned is still snd-emu10k1, not ...k1x Also, when starting the Linux in Verbose mode (listing all the drivers being installed), I get something like "Sound Card initialization" [FAILED]. Do you have any more ideas on what to do? Sorry it didn't work, I through it would.
victorsk
7 Posts
0
March 31st, 2005 17:00
holljac
2 Posts
0
March 31st, 2005 17:00
holljac
2 Posts
0
March 31st, 2005 23:00
alias sound-slot-0 snd-emu10k1
Modify that line to read
alias sound-slot-0 snd-emu10k1x
This will load the 1x module at boot instead of the current one.
victorsk
7 Posts
0
April 1st, 2005 00:00
Hi,
Thanks for the reply. Sweeet! I'll try that. I was just about thinking of compiling driver into kernel and such. I'll try your advise for sure. Thank you.
Victor.
victorsk
7 Posts
0
April 1st, 2005 04:00
I've tried the method you've suggested and although I can now see snd-emu10k1x driver as the sound card description, the driver Module assigned is still snd-emu10k1, not ...k1x Also, when starting the Linux in Verbose mode (listing all the drivers being installed), I get something like "Sound Card initialization" [FAILED]. Do you have any more ideas on what to do? Sorry it didn't work, I through it would.
Thank you,
Victor.