Luca wrote:
> Guillaume Chevallereau wrote:
>
>> Selon Luca <[EMAIL PROTECTED]>:
>>
>>
>>> another problem with sound-cards, I have a M Audio Audiophile 24/96 and
>>> a SoundBlaster Audigy, compiled the drivers as modules and insert the
>>> following in /etc/modprobe.conf
>>> "options snd-emu10k1 index=0
>>> options snd-ice1712 index=1" but in the applet volume (using
>>> gstreamer-0.10) of Gnome it tells only about the Audiophile with alsa
>>> and an unknown (OSS mixer).
>>>
>>>
>> The driver for Audigy is not Emu10k1, but ca106.
>>
>> Guillaume Chevallereau
>>
>>
> Thanks Guillaume, I will now update the kernel.
>
> Right now I finally managed to build OpenOffice-2.0.3 with all the
> optional switches I passed, it took about 10 hours to compile... had to
> remove the --with-system-portaudio, have not passed the --enable-cairo
> and build the internal version of mozilla.
>
> Bye,
> Luca
>
Recompiled the kernel and looked alsa-project site and they say to use
snd-emu10k1 for Audigy 2 ZS.
My modprobe.conf:
options snd-emu10k1 index=0
options snd-ice1712 index=1
options snd-via82xx index=2
after that I added these alias:
alias snd-card-0 snd-emu10k1
alias snd-card-1 snd-ice1712
alias snd-card-2 snd-via82xx
Now the volume applet of Gnome-2.14.2 says:
0: M Audiophile 24/96 (Alsa mixer)
1: Audigy - Emu10k1 (OSS Mixer)
Have I to blacklist the deprecated emu10k1 oss module?
Now typing at terminal ALSA lib gives these outputs:
ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3479:(_snd_config_evaluate) function
snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat
returned error: No such device
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer
returned error: No such device
ALSA lib conf.c:3947:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2146:(snd_pcm_open_noupdate) Unknown PCM default
cat /proc/asound/cards returns:
1 1 [M2496 ]: ICE1712 - M Audio Audiophile 24/96
M Audio Audiophile 24/96 at 0xe400, irq 201
and nothing else.
By the way I now receive an error about XKB configuration.
xprop -root | grep XKB returns
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "itouch", "it", "xorg", ""
_XKB_RULES_NAMES(STRING) = "xorg", "itouch", "it", "xorg", ""
gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd returns
layouts = []
model =
options = [eurosign eurosign:e]
overrideSettings = true
Kbd section of xorg.conf below:
Section "InputDevice"
Identifier "Keyboard[0]"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "it"
Option "XkbModel" "itouch"
# Option "XkbName" "Logitech iTouch"
# Option "XkbOptions" "grp:alt_shift_toggle"
Option "XkbRules" "xorg"
Option "XkbVariant" "xorg"
EndSection
And another error I receive says something like:
System exception: IDL:Bonobo/GeneralError:1.0: child process has
returned no error message, unknown error.
What about?
Thanks,
Luca
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page