LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing drivers...? (https://www.linuxquestions.org/questions/linux-newbie-8/installing-drivers-138754/)

jamyskis 01-26-2004 06:38 AM

Installing drivers...?
 
I've just got me a copy of RedHat 9.0 (I'd been using Go! Linux on my laptop up until now) and have managed to install it on a third partition next to Windows 98 and Windows XP, and it's running fine, although I do have one big problem. Yes, people, it's ALSA.

RedHat 9.0 does come with ALSA and does seem to recognise my Realtek AC97 audio codec as a VIA AC97 codec (via82cxxx). So far so good. It even goes as far to play CDs without a hitch. However, when I go to switch on the sound server, and play anything resembling a sound effect, Nautilus just locks up, and I sometimes have to hit the reset button just to get things going again. I'm wondering if it's picked up the wrong audio codec.

It wouldn't be at all surprising if it was the hardware's fault though. The same damn codec causes me problems in Windows 98 and Windows XP too, although I am stumped about one thing in Linux. I've followed the installation instructions to a T, right up until it says "edit your etc/modules.conf". I've found the file OK, and I've looked at the modules.conf that came with the driver, though I'm not clear on what I should be putting in or taking out.

Anyway, I didn't have a driver for my extremely poor Prophet 4000XT so I've just downloaded that, I'm looking forward to all kinds of problems with that! :D

Peacedog 01-31-2004 06:19 PM

hi jamyskis, welcome to lq. if editing modules.conf is the problem, then, log in as root, open your favorite editor. if you don't have a favorite yet, i like gedit, and kwrite, they remind me of notepad a little, but, more robust. anyway, open modules.conf with the editor, in another instance of the editor open the instruction file, then just copy the information from the instruction file and paste it to the end of modules.conf. here is mine.

# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 0.9.0 ---
alias char-major-116 snd
alias snd-card-0 snd-cs4236
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
options snd major=116 cards_limit=1
options snd-cs4236 index=0
# --- END: Generated by ALSACONF, do not edit. ---

hope this helps.
good luck.


All times are GMT -5. The time now is 08:42 PM.