LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-28-2005, 11:19 PM   #1
idioticneophyte
LQ Newbie
 
Registered: Jan 2005
Posts: 15

Rep: Reputation: 0
Sound Blaster Sound Card problems


I have a sound blaster 5.1 surround sound card, and im running on linux suse, I have download alas, but i cannot figure out how to install these drivers. How do I go about doing this or is there a better option?
 
Old 01-29-2005, 04:41 AM   #2
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Is it an audigy or a live?
 
Old 01-29-2005, 08:15 AM   #3
idioticneophyte
LQ Newbie
 
Registered: Jan 2005
Posts: 15

Original Poster
Rep: Reputation: 0
Its live, sorry for not saying that.
 
Old 01-29-2005, 09:24 AM   #4
GregLee
Member
 
Registered: Feb 2004
Location: Waimanalo, HI
Distribution: Slackware 10, Fedora 6
Posts: 308

Rep: Reputation: 30
The first thing is to make sure you have to do something. Linux is getting really good at automating sound set up. Ideally, after you plugged in your sound card and rebooted, Linux will have probed for and detected the new card, then automatically loaded the right driver and other modules you need to use it. The Alsa drivers are now a standard part of the Linux kernel. Use lsmod or look in /proc/asound/ to find out what drivers have been loaded for your card, if any.

If something has gone wrong and you do actually need to use the Alsa drivers you downloaded, it should be just a matter of reading the README file in alsa-drivers-<version> and following the directions therein. You might alternatively want to configure and compile a Linux kernel, since Alsa is there in the kernel source code.

Last edited by GregLee; 01-29-2005 at 09:25 AM.
 
Old 01-29-2005, 05:18 PM   #5
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Try executing the command (as root) modprobe snd-emu10k1;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss. Then run alsamixer to unmute and raise all the volume levels.

The drivers you downloaded are most probably source code which you have to compile. Most distros come with ready-compiled drivers for you.
 
Old 01-29-2005, 10:37 PM   #6
idioticneophyte
LQ Newbie
 
Registered: Jan 2005
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by adz
Try executing the command (as root) modprobe snd-emu10k1;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss. Then run alsamixer to unmute and raise all the volume levels.

The drivers you downloaded are most probably source code which you have to compile. Most distros come with ready-compiled drivers for you.
I did the above (because i found in my directory that I had the drivers installed) and i get a function snd_ctl_open failed for default: No such file or directory, and like my name says im an idiot...so I dont really know what i should do in this situation.
 
Old 01-29-2005, 11:28 PM   #7
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
At which stage do you get the error?
 
Old 01-29-2005, 11:48 PM   #8
idioticneophyte
LQ Newbie
 
Registered: Jan 2005
Posts: 15

Original Poster
Rep: Reputation: 0
right after I run alsamixer
 
Old 01-30-2005, 01:44 AM   #9
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Can you run the command amixer with no arguments and post any output. Make sure the modules are loaded first.
 
Old 01-30-2005, 09:57 AM   #10
idioticneophyte
LQ Newbie
 
Registered: Jan 2005
Posts: 15

Original Poster
Rep: Reputation: 0
if I try to run amixer without arguements I get "Mixer attach default error: No such file or directory
If I try to run alsamixer without arguements I get "function snd_ctl_open failed for default: No such file or directory"
 
Old 01-30-2005, 12:23 PM   #11
kflano
LQ Newbie
 
Registered: Sep 2004
Distribution: mandrake 10
Posts: 16

Rep: Reputation: 0
Hi,
I am getting the exact same errors as you. Did you find a solution to this problem?
 
Old 01-30-2005, 01:45 PM   #12
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
See if you can run the command alsactl as root. Also, try another mixer app like aumix.
 
Old 01-30-2005, 09:57 PM   #13
ValidiusMaximus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge
Posts: 169

Rep: Reputation: 30
what distro?
 
Old 01-30-2005, 10:00 PM   #14
ValidiusMaximus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge
Posts: 169

Rep: Reputation: 30
I never have sound card problems because i always custom compile a kernel and compile ALSA right into the kernel.
 
Old 01-31-2005, 12:36 AM   #15
idioticneophyte
LQ Newbie
 
Registered: Jan 2005
Posts: 15

Original Poster
Rep: Reputation: 0
im running Suse, and im way to stupid to custom compile a kernel, and im having trouble with aumixer, but im working on it...

Last edited by idioticneophyte; 01-31-2005 at 12:53 AM.
 
  


Reply



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
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
Sound Blaster 16 Sound Card Installation with Mandriva 2005LE Newb_Linux_Geek Mandriva 0 11-11-2005 04:19 PM
ALSA not working for Creative Sound Blaster Live 24 Bit sound card vishalsonu Linux - Hardware 7 08-20-2005 01:02 PM
Which Sound Blaster Card to get. Zarneth Linux - Hardware 2 08-10-2005 09:01 AM
Sound blaster Live config with onboard sound card HChan Linux - Hardware 1 04-30-2003 01:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:14 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