Thread: SoundCard Question

  1. #1
    .........
    Join Date
    Nov 2002
    Posts
    303

    SoundCard Question

    I recently had to re-install slackware 8.1 and now I have the task of getting sound to work once again. I did this before but I cannot remember how, I posted this on the Linux boards also so hopefully someone either here or there will know. I use a SoundBlaster Live PCI 128 and I have done the following.
    I edited my /etc/modules.conf file and added a line that reads alias sound es1371. No idea what this does I just did some searching and read that this was what to do heh.
    Then I looked in /etc/rc.d/rc.modules and uncommented the line for the es1371. According to the info in rc.modules es1370 is the correct module for my soundcard but it does not work, and 1371 does only under "certain circumstances".
    Ok then I typed modprobe es1371 and then typed lsmod and the es1371 shows up, under the column "Used" it says 0. Ok now the sound works, if I type xmms it works and I can listen to music, but...if I choose to logoff and then startx again it freezes when i type xmms. Now when I lsmod it says 1 under the column "Used". Thats the first problem, and the second one is when I reboot the machine completely, and start Linux, and then startx I get an error "Cannot open /dev/mixer". The sound does not work now, and when I type lsmod es1371 isn't listed. But if I modprobe es1371 and then lsmod it is listed, and the sound does work. Anyone know why I have to modprobe everytime I reboot? Thanks in advance and sorry for the long post I just wanted to be as specific as possible.

    Also this may be a longshot but has anyone gotten anjuta to work with slackware 9 rc1, and if so what files did you have to download.

  2. #2
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807
    Well edit /etc/rc.d/rc.modules and add the follow line there:

    Code:
    /sbin/modprobe es1371

  3. #3
    .........
    Join Date
    Nov 2002
    Posts
    303
    I thought I had uncommented that line but after reading your post I went and checked and apparently I had uncommented the line above it. Anyways it still is not working, now it just freezes when I try to start xmms, but the /dev/mixer error isnt poping up when I startx anymore. When I type lsmod now the es1371 is shown and under Used it says 1, not sure what that means?

  4. #4
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807
    that he was succefully loaded and are under use? restart the system, you added the line a wrote to you? what line you uncommented? end you receive any errors.

  5. #5
    .........
    Join Date
    Nov 2002
    Posts
    303
    Yea I went into /etc/rc.d/rc.modules and removed the # so now it says /sbin/modprobe 1371. I thought I had done this before but I had uncommented the wrong line. I tryed restarting like you said, like 7 times and it just freezes when I try to start xmms, it doesn't even give me an error. Not sure what to try next, I did this before and I remember struggling just like I am now heh.

  6. #6
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807
    so now it says /sbin/modprobe 1371
    es1371

    When you write in the console, manual, modprobe es1371 it works for you? well, wierd you don't receive any error msgs? hmm, just xmms freezes, did you try another multimedia program?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM