On Friday 24 February 2006 21:12, Paul Kelly wrote:
>Hello all, I have reached the end of my knowledge and cannot find
>anything relevant that I can understand on Google. Please help me get
> my new Ubuntu 5.10 system to recognize my second SoundBlaster. It's
> an SBlive 5.1. (both are actually). lspci shows two
>cards, /proc/asound/devices shows one. Also in /proc/asound there is
>only a "card0" entry.
>
>0000:02:07.0 Multimedia audio controller: Creative Labs SB Live!
> EMU10k1 (rev 0a)
>        Subsystem: Creative Labs SBLive! 5.1 Digital Model SB0220
>        Flags: bus master, medium devsel, latency 32, IRQ 3
>        I/O ports at c000 [size=32]
>        Capabilities: [dc] Power Management version 1
>
>0000:02:07.1 Input device controller: Creative Labs SB Live! MIDI/Game
>Port (rev 0a)
>        Subsystem: Creative Labs Gameport Joystick
>        Flags: bus master, medium devsel, latency 32
>        I/O ports at c400 [size=8]
>        Capabilities: [dc] Power Management version 1
>
>0000:02:09.0 Multimedia audio controller: Creative Labs SB Live!
> EMU10k1 (rev 0a)
>        Subsystem: Creative Labs SBLive! 5.1 Digital Model SB0220
>        Flags: bus master, medium devsel, latency 32, IRQ 3
>        I/O ports at e6002000 [size=32]
>        Capabilities: [dc] Power Management version 1
>
>0000:02:09.1 Input device controller: Creative Labs SB Live! MIDI/Game
>Port (rev 0a)
>        Subsystem: Creative Labs Gameport Joystick
>        Flags: bus master, medium devsel, latency 32, IRQ 3
>        I/O ports at e6002020 [size=16]
>        Capabilities: [dc] Power Management version 1
>
>
>[EMAIL PROTECTED]:~# ls /proc/asound/
>card0  cards  devices  hwdep  Live  modules  oss  pcm  seq  timers
>version
>[EMAIL PROTECTED]:~# cat /proc/asound/devices
>  1:       : sequencer
>  4: [0- 0]: hardware dependent
>  8: [0- 0]: raw midi
> 19: [0- 3]: digital audio playback
> 18: [0- 2]: digital audio playback
> 26: [0- 2]: digital audio capture
> 25: [0- 1]: digital audio capture
> 16: [0- 0]: digital audio playback
> 24: [0- 0]: digital audio capture
>  0: [0- 0]: ctl
>  6: [0- 2]: hardware dependent
>  9: [0- 1]: raw midi
> 10: [0- 2]: raw midi
> 33:       : timer
>
>[EMAIL PROTECTED]:/etc# cat asound.conf-okay
># START
>alias char-major-116 snd
>alias char-major-14 soundcore
>options snd snd_major=116 snd_cards_limit=4 snd_device_mode=0660
>snd_device_gid=29 snd_device_uid=0
>#
># SBLive
>alias snd-slot-0 snd-card-0
>alias snd-card-0 snd-emu10kx0
>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-osshree
>#alias snd-card-0 snd-emu10kx0
>options snd-card-emu10kx0 id="left" snd_enable
>alias sound-slot-0 snd-slot-0
>
>
># SBLive2
>alias sound-slot-1 snd-card-1
>alias sound-service-1-0 snd-mixer-oss
>#alias sound-service-1-1 snd-seq-oss
>alias sound-service-1-3 snd-pcm-oss
>#alias sound-service-1-8 snd-seq-oss
>alias sound-service-1-12 snd-pcm-oss
>alias snd-card-1 snd-emu10kx1
>options snd-card-emu10kx1 id="right" snd_enable
>alias sound-slot-1 snd-slot-1
>
>#post-install
>snd-synth-emu10k1 /usr/bin/sfxload
> /dos/audio/sblive/SFBank/8mbgmsfx.sf2 # END
>
>
>I have experimented with an /etc/asound.conf (there wasn't one
>originally). With no success. I'm including it for completeness but it
>doesn't seem to work, maybe that is what's wrong.
>
>Thanks very much in advance.
>
>Paul Kelly

Paul, I have no idea from the above why it isn't working, and my 
situation is two different sound systems here, one the original ac97 
lookalike in the nforce2 chipset, the other is an audigy2.  I wanted 
them to be 100% independent, with the audigy2 doing the majority of the 
sound work, and the motherboards chipset serving only for skype use.

I have accomplished that, and I'll attempt to show how I've done it in 
hopes there might be a usefull clue for you someplace in this.

First, I don't have an 'asound.conf' and never have had one.
Second I had to install the latest at the time, version 
of /usr/src/alsa/alsa-lib-1.0.11rc2/ via tarball & build.  I'm told 
this is very important.
Third, here is the revelant section of my /etc/modprobe.conf
---------------
# sound stuff, subject to heavy mods in future
# For Alsa
# 1st, make the SB Live / SB Audigy 2 the default
alias snd-card-0 snd-emu10k1

# 2nd, and then skype can use /dev/dsp1
alias snd-card-1 snd-intel8x0

# For Alsa's Oss emulation?
alias snd-slot-0 snd-card-0
alias snd-slot-1 snd-card-1

# Alsa's Oss emulation
# supposedly for emu10k1/SBLive Value/Audigy 2 Value stuff
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

# supposedly for nforce2's ac97 crap
# But somethings fubar here yet.
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-1 snd-seq-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-8 snd-seq-oss
alias sound-service-1-12 snd-pcm-oss
# But, whats this?
alias char-major-116-* snd
alias char-major-14-* sound
install synth0 /bin/true
# end of sound
----------------

And it Just Works.  Hopefully there might be a clue here.  And I should 
mention that I'm running very late kernels, currently 2.6.16-rc4. Also 
the, because skype is busted, I have to run it by useing 
'skype_dsp_hijacker --2nd' as the actual command to launch it in the 
icon that fires it off.  Otherwise it sends the audio from the audigy2.

-- 
Cheers, Gene
People having trouble with vz bouncing email to me should add the word
'online' between the 'verizon', and the dot which bypasses vz's
stupid bounce rules.  I do use spamassassin too. :-)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2006 by Maurice Eugene Heskett, all rights reserved.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to