Hi all,

I have some trouble with alsa-source-0.9-rc5. I get the following warnings with

/etc/init.d/alsa start:
Warning: ignoring snd_cards_limit=1, no such parameter in this module
Warning: ignoring snd_device_mode=0660, no such parameter in this module
Warning: ignoring snd_device_gid=29, no such parameter in this module
Warning: ignoring snd_device_uid=0, no such parameter in this module
Module snd loaded, with warnings
Starting ALSA sound driver (version 0.9.0rc5):Warning: ignoring snd_cards_limit=1, no such parameter in this module
Warning: ignoring snd_device_mode=0660, no such parameter in this module
Warning: ignoring snd_device_gid=29, no such parameter in this module
Warning: ignoring snd_device_uid=0, no such parameter in this module
Module snd loaded, with warnings
(card-emu10k1)

No snd-modul is loading:

lsmod
Module Size Used by Not tainted
vfat 9500 0 (autoclean)
fat 30264 0 (autoclean) [vfat]
usb-storage 43412 0
ipt_MASQUERADE 1304 1 (autoclean)
ip_nat_ftp 3120 0 (unused)
iptable_nat 13656 2 [ipt_MASQUERADE ip_nat_ftp]
ipt_REJECT 2808 1 (autoclean)
ipt_state 600 2 (autoclean)
iptable_filter 1704 1 (autoclean)
ip_conntrack_ftp 3296 0 (unused)
ip_conntrack 14684 3 [ipt_MASQUERADE ip_nat_ftp iptable_nat ipt_sta te ip_conntrack_ftp]
ip_tables 10744 7 [ipt_MASQUERADE iptable_nat ipt_REJECT ipt_sta te iptable_filter]
joydev 6912 0 (autoclean)
input 3232 0 (autoclean) [joydev]
radeon 94592 1
ppp_async 6848 1 (autoclean)
cpuid 1096 0 (autoclean)
usb-uhci 22380 0 (unused)
usbcore 63872 1 [usb-storage usb-uhci]
8139too 14248 2
mii 1088 0 [8139too]
parport_pc 12132 1 (autoclean)
lp 6144 0
parport 13952 1 [parport_pc lp]
ppp_generic 18144 3 [ppp_async]
slhc 4560 0 [ppp_generic]
agpgart 13192 3
dummy 1000 0 (unused)
rtc 6620 0 (autoclean)


modprobe snd-emu10k1gives this:

Warning: ignoring snd_cards_limit=1, no such parameter in this module
Warning: ignoring snd_device_mode=0660, no such parameter in this module
Warning: ignoring snd_device_gid=29, no such parameter in this module
Warning: ignoring snd_device_uid=0, no such parameter in this module
Module snd loaded, with warnings
Module snd-ac97-codec loaded, with warnings
Module snd-seq-device loaded, with warnings
Module snd-rawmidi loaded, with warnings
Module snd-util-mem loaded, with warnings
Module snd-hwdep loaded, with warnings
Module snd-timer loaded, with warnings
Module snd-pcm loaded, with warnings
Module snd-emu10k1 loaded, with warnings

Modules are loaded and sound works:-)

lsmod
Module Size Used by Not tainted
snd-emu10k1 59600 0 (unused)
snd-pcm 56768 0 [snd-emu10k1]
snd-timer 11048 0 [snd-pcm]
snd-hwdep 3616 0 [snd-emu10k1]
snd-util-mem 1104 0 [snd-emu10k1]
snd-rawmidi 12832 0 [snd-emu10k1]
snd-seq-device 3808 0 [snd-emu10k1 snd-rawmidi]
snd-ac97-codec 25348 0 [snd-emu10k1]
snd 25164 0 [snd-emu10k1 snd-pcm snd-timer snd-hwdep snd-util-mem snd- rawmidi snd-seq-device snd-ac97-codec]
vfat 9500 0 (autoclean)
fat 30264 0 (autoclean) [vfat]
usb-storage 43412 0
ipt_MASQUERADE 1304 1 (autoclean)
ip_nat_ftp 3120 0 (unused)
iptable_nat 13656 2 [ipt_MASQUERADE ip_nat_ftp]
ipt_REJECT 2808 1 (autoclean)
ipt_state 600 2 (autoclean)
iptable_filter 1704 1 (autoclean)
ip_conntrack_ftp 3296 0 (unused)
ip_conntrack 14684 3 [ipt_MASQUERADE ip_nat_ftp iptable_nat ipt_state ip_conntr ack_ftp]
ip_tables 10744 7 [ipt_MASQUERADE iptable_nat ipt_REJECT ipt_state iptable_f ilter]
joydev 6912 0 (autoclean)
input 3232 0 (autoclean) [joydev]
radeon 94592 1
ppp_async 6848 1 (autoclean)
cpuid 1096 0 (autoclean)
usb-uhci 22380 0 (unused)
usbcore 63872 1 [usb-storage usb-uhci]
8139too 14248 2
mii 1088 0 [8139too]
parport_pc 12132 1 (autoclean)
lp 6144 0
parport 13952 1 [parport_pc lp]
ppp_generic 18144 3 [ppp_async]
slhc 4560 0 [ppp_generic]
agpgart 13192 3
dummy 1000 0 (unused)
rtc 6620 0 (autoclean)


/etc/init.d/alsa stop works fine :-)
Storing ALSA mixer settings...done.
Shutting down ALSA sound driver (version 0.9.0rc5): done.

modinfo snd
filename: /lib/modules/2.4.19/alsa/snd.o
description: "Advanced Linux Sound Architecture driver for soundcards."
author: "Jaroslav Kysela <[EMAIL PROTECTED]>"
license: "GPL"
parm: major int, description "Major # for sound driver."
parm: cards_limit int, description "Count of soundcards installed in the system."
parm: device_mode int, description "Device file permission mask for sound dynamic device filesystem."
parm: device_gid int, description "Device file GID for sound dynamic device filesystem."
parm: device_uid int, description "Device file UID for sound dynamic device filesystem."

No snd_ prefix !!!!!!????
Therefore i removed the snd_prefix:


Here is the modified config (removed snd_ prefix in options snd):
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 0.4.3b ---
alias char-major-116 snd
alias snd-card-0 snd-card-emu10k1
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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
options snd major=116 cards_limit=1 device_mode=0660 device_gid=29 device_uid=0
options snd-card-emu10k1 snd_index=0 snd_id=CARD_0 snd_dac_frame_size=128 snd_ad
c_frame_size=64
# --- END: Generated by ALSACONF, do not edit. ---

with this the warnings in modprobe snd-emu10k1 and /etc/init.d/alsa start are gone

but: only modprobe snd-emu10k1 loads the modules with and without the snd_ prefix:

had no luck with alsa0.9rc3 so i tried rc5
alsa-source-0.9beta10 works fine here (maybe i will stay here for a while)


What is going on here? What is wrong

Greetings


Reiner Stallknecht




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to