Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emu10k1 Setup
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
mjgeiger
n00b
n00b


Joined: 22 Oct 2002
Posts: 11
Location: Richmond, VA

PostPosted: Mon Jan 20, 2003 9:36 pm    Post subject: emu10k1 Setup Reply with quote

Hello,

I have been looking around for a little while on trying to setup my SB-Live! sound card. I have searched the forums here and a few other places, but I guess I am a little confused just with the basics.

I have emerged media-sound/emu10k1 and followed it's instructions.

With the Kernel [2.4.20]
CONFIG_SOUND=y
CONFIG_SOUND_EMU10K1=m
CONFIG_MIDI_EMU10K1=y
CONFIG_SOUND_OSS=y

And with /etc/modules.autoload
# Sound Blaster Live!
emu10k1

What my major question are:

1) Do I have to have the ALSA Tools, and everything associated with it, enabled (or used) when I am trying to get the settings (e.g. Rear Speakers, Audio-In, CD-Digital) to work?

2) Where do I make a script for the emu-script to follow?

Thanks for any help,
Matt
Back to top
View user's profile Send private message
jufoa
Apprentice
Apprentice


Joined: 10 Dec 2002
Posts: 213
Location: Rovaniemi, Finland

PostPosted: Mon Jan 20, 2003 9:40 pm    Post subject: Reply with quote

seems to me that you got it right. you dont need anything related to alsa with sblive.

and you can run emu-script from /etc/modules.d/emu10k1
just put there

post-install /usr/local/etc/emu-script restore
pre-remove /usr/local/etc/emu-script save


and run update-modules
Back to top
View user's profile Send private message
line72
Apprentice
Apprentice


Joined: 13 Jun 2002
Posts: 212

PostPosted: Mon Jan 20, 2003 10:38 pm    Post subject: Reply with quote

you should be able to edit /etc/emu10k1.conf to configure how many speakers you want etc. I have my 5.1 speakers and for some reason the volume is labeled weird. I believe my back speakers were ogain, my front channel was pcm and my center channel is mix.

/Line72
Back to top
View user's profile Send private message
El_Presidente_Pufferfish
Veteran
Veteran


Joined: 11 Jul 2002
Posts: 1179
Location: Seattle

PostPosted: Mon Jan 20, 2003 10:44 pm    Post subject: Reply with quote

Arent you NOT supposed to have CONFIG_SOUND_EMU10k1
and CONFIG_MIDI_EMU10k1 in your kernel at all?
Back to top
View user's profile Send private message
piggie
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jan 2003
Posts: 113
Location: Sydney, Australia

PostPosted: Tue Jan 21, 2003 4:15 am    Post subject: Reply with quote

For alsa, you need sound support compiled as a module and thats about all.

From reading this is appears that you guys arent using alsa?
What are you using, and why?
I've had routing issues with my SBLive.
Most sounds come out all speakers, but anything from my line-in only comes out two of the 4 speakers.
Back to top
View user's profile Send private message
evidence
Tux's lil' helper
Tux's lil' helper


Joined: 04 Nov 2002
Posts: 85

PostPosted: Tue Jan 21, 2003 4:18 am    Post subject: Reply with quote

El_Presidente is quite right. You DON'T want CONFIG_SOUND_EMU10K1 and CONFIG_MIDI_EMU10K1 in the kernel built in or as modules. And you don't want to have anything to do with alsa. Also, CONFIG_SOUND should be a module, not built in. And same for CONFIG_SOUND_OSS.
Back to top
View user's profile Send private message
sa
Guru
Guru


Joined: 10 Jun 2002
Posts: 450

PostPosted: Tue Jan 21, 2003 5:16 am    Post subject: Reply with quote

I doesnt hurt to have CONFIG_SOUND_EMU10K1 and CONFIG_MIDI_EMU10K1 compiled as modules. but definatly not built in. When you emerge emu10k1 it will just overwrite the modules. (this is how I do it)....
probably redundant,
sa
Back to top
View user's profile Send private message
flokno
Apprentice
Apprentice


Joined: 18 Dec 2002
Posts: 185
Location: graz/austria/europe

PostPosted: Wed Jan 22, 2003 1:11 am    Post subject: Reply with quote

piggie wrote:
For alsa, you need sound support compiled as a module and thats about all.

From reading this is appears that you guys arent using alsa?
What are you using, and why?
I've had routing issues with my SBLive.
Most sounds come out all speakers, but anything from my line-in only comes out two of the 4 speakers.


piggie: i have the same problem - do you know a way around the rear speaker problem with alsa?
Back to top
View user's profile Send private message
crimson
Guru
Guru


Joined: 27 Apr 2002
Posts: 430
Location: Cedar Rapids, IA

PostPosted: Wed Jan 22, 2003 5:56 am    Post subject: Reply with quote

I don't even use Gentoo's package of emu10k1. I just went straight to the SourceForge page and compiled them myself. Old habits die hard I guess :). Thats the only thing I have compiled myself that the Gentoo tree actually had.

Last edited by crimson on Fri Jan 24, 2003 1:55 am; edited 1 time in total
Back to top
View user's profile Send private message
Crg
Guru
Guru


Joined: 29 May 2002
Posts: 345
Location: London

PostPosted: Thu Jan 23, 2003 6:35 pm    Post subject: Reply with quote

flokno wrote:
piggie wrote:
For alsa, you need sound support compiled as a module and thats about all.

From reading this is appears that you guys arent using alsa?
What are you using, and why?
I've had routing issues with my SBLive.
Most sounds come out all speakers, but anything from my line-in only comes out two of the 4 speakers.


piggie: i have the same problem - do you know a way around the rear speaker problem with alsa?


The command amixer set "Wave surround" 100 should sort out your rear speakers.

Also I have always has my drivers (in all combinations of kernel 2.4/2.5, OSS/ALSA) compiled in with no problems.
Back to top
View user's profile Send private message
flokno
Apprentice
Apprentice


Joined: 18 Dec 2002
Posts: 185
Location: graz/austria/europe

PostPosted: Thu Jan 23, 2003 11:14 pm    Post subject: Reply with quote

Crg wrote:

The command amixer set "Wave surround" 100 should sort out your rear speakers.

Also I have always has my drivers (in all combinations of kernel 2.4/2.5, OSS/ALSA) compiled in with no problems.

hmm. didn't change anything. stuff from line in is in non surround (rear speakers) everything else works.

thanks.

-- flo
Back to top
View user's profile Send private message
pac1085
n00b
n00b


Joined: 25 Sep 2002
Posts: 18
Location: Rochester, NY, USA

PostPosted: Sat Jan 25, 2003 6:40 pm    Post subject: Reply with quote

crimson wrote:
I don't even use Gentoo's package of emu10k1. I just went straight to the SourceForge page and compiled them myself. Old habits die hard I guess :). Thats the only thing I have compiled myself that the Gentoo tree actually had.


Same here. I dont like the way the ebuild handles it. I only run audigy-script before I watch a dvd because for listening to mp3s and other 2 channel stuff it would only come out of 2 front speakers after running audigy-script. Without running audigy-script it comes out of all 4
_________________
Always standing, I am a tree awaiting the lightning. -Samael, Crown
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum