LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 07-07-2005, 07:25 PM   #1
RonRussell
Member
 
Registered: May 2001
Location: Pangaea
Distribution: SimplyMepis2004
Posts: 78

Rep: Reputation: 15
SoundBlaster 16 ISA, how to configure in Mepis?


I'm running SimplyMepis2004, had sound up and running with a Blaster PCI, and gave that card to someone else. I ended up installing an older SoundBlaster 16 in an ISA slot.

I can run "alsaconf" in terminal window, and am told that card is configured as sb16, even told to 'have fun' LOL. However Kmix has no sliders, alsamixer wont start at all, and I get an error when KDE is loading, dev/dsp does not exist.

How do I tell the system what card is installed and what driver/modules to load on boot?
 
Old 07-09-2005, 07:14 AM   #2
cjnodell
Member
 
Registered: Jun 2005
Location: Remchingen, Deutschland
Distribution: Undecided
Posts: 50

Rep: Reputation: 15
I would love to hear more about this problem as well, as it is also happening to me... I am using mepis 3.3.1 though
 
Old 07-13-2005, 05:10 PM   #3
toaster.waffle
Member
 
Registered: Feb 2005
Location: Ontario, Canada
Posts: 97

Rep: Reputation: 15
this is an interesting problem. i spent 4 months finding a distro that would work with my sound card (ISA SB 32... which in linux runs as an SB16...) I even went on Call for Help (www.callforhelptv.com) *brag brag*

There could be a number of things:

1) IRQ (Interupt [i think its interupt] ReQuest) conflicts. I don't know too much about these, since PCI has basically illiminated this problem, but it seems to be a problem with ISA cards. (look somewhere to find out if it is, because i dont know how)

LinuxQuestions.org Hardware Compatibility List (HCL) for SoundBlaster 16:
http://www.linuxquestions.org/hcl/sh...&cat=81&page=1
There are talks about IRQs. If it is using IRQ-5 then there might be problems.


2) /dev/dsp is usually a symbollic link to /dev/dsp0 check if you have /dev/dsp0. if so what are the read write options, and who does it belong to? when i type 'ls -l /dev/dsp0' i get something that looks like:

crwxrwx--x root:audio blahblahblah /dev/dsp0

so, you can either add your user to the "audio" group... or change the group that that file belongs to... the first is easier. open KUser and select your user. Select groups, and check the box 'audio' and save.

if you want to change the owning group to 'users'

type 'su' (or open a root terminal)
type 'chown root:users /dev/dsp0'

if you find /dev/dsp0 and its all set up and still says /dev/dsp is not found
type 'su' (or open a root terminal)
type 'ln -s /dev/dsp0 /dev/dsp'
that will create a symbolic link.

Also, try the same for /dev/mixer. /dev/mixer is also a symbollic link to /dev/mixer0

3) Have you tried installing MEPIS again or booting it from CD to test the sound? Try getting the latest MEPIS, it's just a download away (then a cd-r and a few clicks + 5-20 minutes...)!

4) Recompile your kernel? People I know say this is easy, but I don't seem to get the hang of it. You can re-install MEPIS (3.3.1) and it'll ask you on the Live CD bootup to use 2.4 or 2.6.... Use 2.4 if you can. I tried 2.6 and my machine is about 4 years old and there was many problems (mp3s would skip, aMSN kept crashing...etc.) I found when I went back to 2.4 (i had used 2.4 with slackware before I switchted) everything is sterdier.

5) look here for your sound settings: KDE Control Centre > sound & multimedia (on the left side) > sound system > hardware (the tab) Try switching "Select the Audio Device" to Advanced Linux Sound Architecture (ALSA). Then open KMix and go Help > Hardware Information. If it gives you info, then ... well... it should work?

6) Try running alsaconf from the single user mode:

press ctrl+alt+f6 (ctrl+alt+f7 will bring you back to KDE)
login as root
type 'init 1'
login as root (again)
type 'alsaconf'
when it's done type 'reboot' (or 'shutdown -r now')

7) are you speakers plugged in correctly (or at all)? Ha, just checking

Tell me if any of those things got you on the right track.

hope that helps

If you have any questions or if anyone else can actually answer "How do I tell the system what card is installed and what driver/modules to load on boot?" please feel free to ask/do so.

if all above fail, try a different distro linux is linux

note: If you mounted /home on a separate partition, MEPIS will let you save that data when you do a new install, which makes it easier to update.

Last edited by toaster.waffle; 07-14-2005 at 03:20 AM.
 
Old 07-15-2005, 02:29 PM   #4
toaster.waffle
Member
 
Registered: Feb 2005
Location: Ontario, Canada
Posts: 97

Rep: Reputation: 15
sweet. i installed linux on a DELL and the sound messed and what happened was exactly as you two described.

here is what i did:

# alsaconf

KDE Control Centre > sound & multimedia (on the left side) > sound system > hardware (the tab) Try switching "Select the Audio Device" to Advanced Linux Sound Architecture (ALSA)

close kmix

restart kmix by going KDE Menu > run command, and typing kmix


done and done
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Old ISA SoundBlaster with Kubuntu cjnodell Linux - Hardware 3 08-14-2005 10:44 AM
SoundBlaster 16 ISA not working in Fedora Core II k41184 Linux - Hardware 7 02-09-2005 08:38 PM
FC3 not recognizing Soundblaster awe32 ISA boopers Fedora 2 01-20-2005 10:47 PM
How do I configure my USR ISA/PnP modem in M9.1? buddha Linux - Newbie 5 09-15-2003 04:04 PM
Mandrake 801 & Soundblaster 16 ISA PnP harrkev Linux - Software 8 11-06-2001 08:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS

All times are GMT -5. The time now is 09:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration