LinuxQuestions.org
Help answer threads with 0 replies.
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 05-29-2004, 05:50 AM   #1
ben_ch
LQ Newbie
 
Registered: Mar 2004
Distribution: Gentoo
Posts: 15

Rep: Reputation: 0
Sound on the DELL Sound Blaster live (emu10k1X)


Hi
I've just installed gentoo linux (2.6.5 kernel) on my Dell. Everything is working but the sound. At first I used the emu10k1 driver from the kernel which wouldn't work at all. Then I found out that DELL modifies the SoundBlaster, so they don't work with Linux (they're getting a complaint as soon as their phone lines open )

I basically gave up until this morning, when I saw that alsa1.0.5 is out. I downloaded the ALSA driver and installed it. I unmuted my channels and
Code:
$ aplay file.wav
worked. What doesn't work though, is everything else (for example mpg123 file.mp3 returns 'can't open /dev/dsp)

I would be very greatful if someone could help me get this to work!

My stuff:

Code:
$ cat /etc/modules.d/alsa 
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
##  ALSA portion
alias snd-card-0 snd-emu10k1x
## alias snd-card-1 snd-ens1371
##  OSS/Free portion
##alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1

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

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

options snd cards_limit=1



kernel:
I don't know if this is relevant, or if it's even good to have it in here,
but gentoo.org suggested it, so:[*] /proc file system support[*] /dev file system support (OBSOLETE) [*]   Automatically mount at boot    
[ ]   Debug devfs          [*] /dev/pts Extended Attributes   
[ ]   /dev/pts Security Labels

and the sound:
<M> Advanced Linux Sound Architecture
<M> Sequencer support 
 < >   Sequencer dummy client   
 <M> OSS Mixer API
<M> OSS PCM (digital audio) API[*] OSS Sequencer API 
<M> RTC Timer support [*] Verbose printk [*] Debug  [*]   Debug memory  [*]   Debug detection

$ lsmod
Module                  Size  Used by
snd_emu10k1x           11688  0
snd_pcm                97800  1 snd_emu10k1x
snd_timer              25220  1 snd_pcm
snd_ac97_codec         72708  1 snd_emu10k1x
snd                    55620  4 snd_emu10k1x,snd_pcm,snd_timer,snd_ac97_codec
soundcore               7648  1 snd
snd_page_alloc          9860  2 snd_emu10k1x,snd_pcm
e100                   29056  0
If you need any other information, please just ask!
Ben
 
Old 05-29-2004, 10:09 AM   #2
ben_ch
LQ Newbie
 
Registered: Mar 2004
Distribution: Gentoo
Posts: 15

Original Poster
Rep: Reputation: 0
OK, now after a restart it magically started to partially work ... and the quality is awful!
-> JuK is awful quality
-> xmms gives an error on oss-output-plugin, and no error (but also no sound) on the alsa-output-plugin
-> mpg123 gives an error /dev/dsp not found (but no error like that in kde startup)
-> kde sounds (like "are you sure"-alerts) also awful quality (lots of static and so)

what's wrong?

Last edited by ben_ch; 05-29-2004 at 10:19 AM.
 
Old 05-30-2004, 04:55 AM   #3
ben_ch
LQ Newbie
 
Registered: Mar 2004
Distribution: Gentoo
Posts: 15

Original Poster
Rep: Reputation: 0
OK, I got it to work. I downloaded the new ALSA-driver, ALSA-oss and ALSA-lib (1.0.5) and installed them. Now it works fine!
 
Old 06-29-2004, 09:43 PM   #4
Nubbin49
LQ Newbie
 
Registered: Jun 2004
Posts: 8

Rep: Reputation: 0
Need install help

Hey, I just downloaded the new stuff your talking about but I'm a complete nebie and don't know how to install this thing. I extracted the files and tried running some of the scripts as well as make and make install nothing worked. . . Be gentle, I said I was a nebie



 
Old 06-29-2004, 09:49 PM   #5
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
Nubbin: Exactly what are you trying to install? Can you give us some specific details?

ben_ch: Congrats, I don't think anyone else has gotten it to work with ALSA before (only proprietary drivers)! Because of that, you should post your findings on the official page for those drivers (emu10k1). They could use that info. The address is here:
http://alsa-project.org/alsa-doc/doc...module=emu10k1
 
Old 06-29-2004, 10:23 PM   #6
Nubbin49
LQ Newbie
 
Registered: Jun 2004
Posts: 8

Rep: Reputation: 0
alsa-oss, I'm trying to do what ben_ch did. . . .I downloaded alsa-oss and extracted the tar but I can't get past that. . . I guess I gotta export KERNELPATH=bla bla && export so on then make and make install but I'm not sure, could someone help me out? alsa did not give any install instructions on the site or with the tarball.



 
Old 06-29-2004, 10:55 PM   #7
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
You should compile the driver packages in this order (the ./configure, make, and make install):
alsa-driver
alsa-lib
alsa-utils
alsa-oss
Note that alsa-oss comes last, it's probably the problem. Try doing it in order from top to bottom.
 
  


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
Sound Blaster Live (CT4830) or Sound Blaster Live 24 bit un shiza Linux - Hardware 0 08-29-2005 04:57 PM
Help with Sound Blaster Dell PCIX emu10k1x Fredstar Linux - Newbie 2 04-27-2005 09:29 PM
Sound Blaster Live! Dell doesn't work lunajlt Linux - Hardware 4 10-21-2004 05:22 AM
Sound Blaster Live! (Dell Version) and HauppaugeTV Tuner hyperriven Linux - Hardware 0 10-09-2003 01:44 AM
Help Creative Sound Blaster Live 5.1 on Dell w/ mandrake 9.1 Kason Linux - Newbie 12 09-21-2003 01:50 PM

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

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