LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-23-2004, 12:57 PM   #1
DiZASTiX
Member
 
Registered: Mar 2003
Location: Boston Area
Distribution: Ubuntu (Edgy)
Posts: 247

Rep: Reputation: 30
Sound card doesn't output to all speakers...


I have 4.1 surround speakers connected to a Sound Baster Live! (emu10k1) and I installed the dirvers sucesfully in Slackware 10 using the alsa config tool, but the only problem is that the sound only comes out of my two front speakrs but not the two rear. (I tested in xmms) I know that all the cables are correct because I get all the speakers working in Windows. Anyway to get this 4.1 to work in linux?
 
Old 07-23-2004, 07:36 PM   #2
DiZASTiX
Member
 
Registered: Mar 2003
Location: Boston Area
Distribution: Ubuntu (Edgy)
Posts: 247

Original Poster
Rep: Reputation: 30
UPDATE:

my driver is in /lib/modules/2.4.26/kernel/drivers/sound/emu10k1/emu10k1.o.gz

I get this when I try insmod emu10k1:
Code:
bash-2.05b# insmod emu10k1.o.gz 
emu10k1.o.gz: unresolved symbol sound_unload_mididev
emu10k1.o.gz: unresolved symbol midi_synth_hw_control
emu10k1.o.gz: unresolved symbol midi_synth_panning
emu10k1.o.gz: unresolved symbol ac97_probe_codec
emu10k1.o.gz: unresolved symbol sound_alloc_mididev
emu10k1.o.gz: unresolved symbol ac97_alloc_codec
emu10k1.o.gz: unresolved symbol midi_synth_ioctl
emu10k1.o.gz: unresolved symbol midi_synth_start_note
emu10k1.o.gz: unresolved symbol midi_synth_kill_note
emu10k1.o.gz: unresolved symbol sequencer_init
emu10k1.o.gz: unresolved symbol midi_devs
emu10k1.o.gz: unresolved symbol midi_synth_reset
emu10k1.o.gz: unresolved symbol midi_synth_aftertouch
emu10k1.o.gz: unresolved symbol midi_synth_close
emu10k1.o.gz: unresolved symbol midi_synth_set_instr
emu10k1.o.gz: unresolved symbol midi_synth_send_sysex
emu10k1.o.gz: unresolved symbol midi_synth_controller
emu10k1.o.gz: unresolved symbol midi_synth_bender
emu10k1.o.gz: unresolved symbol ac97_read_proc
emu10k1.o.gz: unresolved symbol midi_synth_open
emu10k1.o.gz: unresolved symbol midi_synth_setup_voice
emu10k1.o.gz: unresolved symbol midi_synth_load_patch
emu10k1.o.gz: unresolved symbol ac97_release_codec
I found this page, and he seems to get both rear and front speakers working but he did the same thing I did, used alsaconf:

http://www.euronet.nl/~mailme/index4.html#2.4

any help would be great, thanks!
 
Old 07-23-2004, 07:36 PM   #3
spuzzzzzzz
Member
 
Registered: Sep 2003
Location: Australia
Distribution: Gentoo
Posts: 465

Rep: Reputation: 30
You may need to look at the mixing in alsamixer. Its possible that some channels are muted. Its also possible that the driver/xmms doesn't know how to upmix stereo sounds into 4.1.

EDIT: do "modprobe snd-emu10k1" instead of "insmod emu10k1"

Last edited by spuzzzzzzz; 07-23-2004 at 07:37 PM.
 
Old 07-23-2004, 07:42 PM   #4
DiZASTiX
Member
 
Registered: Mar 2003
Location: Boston Area
Distribution: Ubuntu (Edgy)
Posts: 247

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by spuzzzzzzz
You may need to look at the mixing in alsamixer. Its possible that some channels are muted. Its also possible that the driver/xmms doesn't know how to upmix stereo sounds into 4.1.

EDIT: do "modprobe snd-emu10k1" instead of "insmod emu10k1"
hey, no result when I try modprobe snd-emu10k1 but this is what I get when I modprobe emu10k1:

Code:
bash-2.05b# modprobe emu10k1
/lib/modules/2.4.26/kernel/drivers/sound/emu10k1/emu10k1.o.gz: init_module: No such device
/lib/modules/2.4.26/kernel/drivers/sound/emu10k1/emu10k1.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
      You may find more information in syslog or the output from dmesg
/lib/modules/2.4.26/kernel/drivers/sound/emu10k1/emu10k1.o.gz: insmod /lib/modules/2.4.26/kernel/drivers/sound/emu10k1/emu10k1.o.gz failed
/lib/modules/2.4.26/kernel/drivers/sound/emu10k1/emu10k1.o.gz: insmod emu10k1 failed
I will look into the alsamixer that you are talking about and see if anything is wrong for now...
 
Old 07-23-2004, 10:05 PM   #5
spuzzzzzzz
Member
 
Registered: Sep 2003
Location: Australia
Distribution: Gentoo
Posts: 465

Rep: Reputation: 30
Quote:
hey, no result when I try modprobe snd-emu10k1 but this is what I get when I modprobe emu10k1
thats good. No output means the module has been insertted correctly. I am recommending snd-emu10k1 over emu10k1 because emu10k1 is the old OSS driver, while snd-emu10k1 is the newer ALSA driver.
 
Old 07-24-2004, 11:34 AM   #6
DiZASTiX
Member
 
Registered: Mar 2003
Location: Boston Area
Distribution: Ubuntu (Edgy)
Posts: 247

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by spuzzzzzzz
thats good. No output means the module has been insertted correctly. I am recommending snd-emu10k1 over emu10k1 because emu10k1 is the old OSS driver, while snd-emu10k1 is the newer ALSA driver.
ok great, so how would I go about using this module?
 
Old 07-24-2004, 08:53 PM   #7
spuzzzzzzz
Member
 
Registered: Sep 2003
Location: Australia
Distribution: Gentoo
Posts: 465

Rep: Reputation: 30
first, make sure it's inserted properly by typing "lsmod". You should see snd_emu10k1 and some other snd_ stuff. Then type "alsamixer" and make sure "master" and "PCM" are unmuted and 100%. Then try playing sounds.

That should get you set up for stereo sound. I don't have 4.1 so I don't know what other levels you have to change. But play around with alsamixer. "surround" should probably do the rear speakers and maybe "master mono" for the subwoofer, but I don't really know.
 
Old 07-24-2004, 09:43 PM   #8
DiZASTiX
Member
 
Registered: Mar 2003
Location: Boston Area
Distribution: Ubuntu (Edgy)
Posts: 247

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by spuzzzzzzz
first, make sure it's inserted properly by typing "lsmod". You should see snd_emu10k1 and some other snd_ stuff. Then type "alsamixer" and make sure "master" and "PCM" are unmuted and 100%. Then try playing sounds.

That should get you set up for stereo sound. I don't have 4.1 so I don't know what other levels you have to change. But play around with alsamixer. "surround" should probably do the rear speakers and maybe "master mono" for the subwoofer, but I don't really know.
hey, I did this and I got all the 4 speakers + woofer to work! Thankyou so much for your help.

For anyone else having this problem, they main option I had to play with was "Wave Surround", that got my 2 rear speakers working. All the others I just played with to get better quality.

Again, thanks spuzzzzzzz!
 
Old 08-21-2004, 11:42 AM   #9
zeppelin
Member
 
Registered: Apr 2003
Location: Athens, Greece
Distribution: Arch
Posts: 182

Rep: Reputation: 30
I had it working, I went to Windows and run Creative Scan For Erros and it said I had problems in the Mixer and I said: "fix it" and it got fixed [I had only 2 speakers playing in Windows, I hope now they will be 4].
but now in GNU/Linux I have no sound. I can play with alsamixer but then again Windows will lose 4 speakers.
I really don't care about me and Windows. {I don't use them}. my sister though does
 
  


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
sound card not found w/o speakers on? rebelscum Slackware 2 07-25-2005 10:37 AM
Output tv tuner through sound card apberzerk Linux - Hardware 0 01-19-2005 12:35 AM
Labtec spin-45 speakers, sound card on mobo, no sound greenpenguin246 Linux - Hardware 5 01-23-2004 09:01 PM
speakers using different output hindenbergbaby Linux - Hardware 3 10-24-2003 08:51 AM
Rear speakers output misplacedQ Linux - Newbie 7 07-23-2003 05:39 PM

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

All times are GMT -5. The time now is 05:32 AM.

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