Re: RE : Re: son: alsaconf à relancer à chaque session

2006-08-16 Par sujet Marc Blanc
On Wed, 16 Aug 2006 10:24:29 +0200 (CEST)
pingouin osmolateur [EMAIL PROTECTED] wrote:


 Salut 
 J'ai eu le même problème, il n'y a pas trop longtemps
 La solution pas tres propre est de rajouter ton module
 dans /etc/modules

Oui, mais LE problème c'est que les modules ne se chargent pas !

mon modprobe.conf :

alias parport_lowlevel parport_pc
alias eth0 3c59x
alias eth1 8139too
alias sound-slot-0 ens1371
alias usb-controller usb-uhci
alias char-major-116-* snd
alias snd-card-0 snd-card-sb16
alias char-major-14-* soundcore
alias sound-slot-0 snd-card-sb16
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 snd_major=116 snd_cards_limit=1 snd_device_mode=0666
snd_device_gid=0 snd_device_uid=0 options snd-card-sb16 snd_index=0
snd_id=CARD_0 snd_port=0x220 snd_mpu_port=0x300 snd_irq=5 snd_dma8=0
snd_dma8_size=4 snd_dma16=5 snd_dma16_size=8 snd_mic_agc=0 install
sound-slot-0 /sbin/modprobe --first-time --ignore-install sound-slot-0 
{ /bin/aumix-minimal -f /etc/.aumixrc -L /dev/null 21 || :; } remove
sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S /dev/null 21
|| :; } ; /sbin/modprobe -r --first-time --ignore-remove sound-slot-0

et les logs :

Aug 15 04:04:04 mbv kernel: snd_ens1371: Unknown symbol snd_rawmidi_receive
Aug 15 04:04:04 mbv kernel: snd_ens1371: Unknown symbol snd_rawmidi_transmit
Aug 15 04:04:04 mbv kernel: snd_ens1371: Unknown symbol snd_ctl_add
Aug 15 04:04:04 mbv kernel: snd_ens1371: Unknown symbol snd_ac97_resume
Aug 15 04:04:04 mbv kernel: snd_ens1371: Unknown symbol snd_pcm_new
Aug 15 04:04:05 mbv kernel: snd_ens1371: Unknown symbol snd_card_register
Aug 15 04:04:05 mbv kernel: snd_ens1371: Unknown symbol snd_card_free
...
etc. sur 50 lignes.

lspci : 

00:09.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 06)

lsmod |grep snd :

snd_ac97_bus2625  0 
snd_page_alloc 10569  0 

et rien d'autre :(
Y'a pourtant pas de pb avec /lib/modules et tout ça...

??
-- 
M.B


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: RE : Re: son: alsaconf à relancer à chaque session

2006-08-16 Par sujet rudu

Marc Blanc a écrit :

On Wed, 16 Aug 2006 10:24:29 +0200 (CEST)
pingouin osmolateur [EMAIL PROTECTED] wrote:


  
Salut 
J'ai eu le même problème, il n'y a pas trop longtemps

La solution pas tres propre est de rajouter ton module
dans /etc/modules



Oui, mais LE problème c'est que les modules ne se chargent pas !
  


Est-ce que tu as fait un
alsactl store
après ton
alsaconf
?

Jean Marc



Re: RE : Re: RE : Re: son: alsaconf à relancer à chaque session

2006-08-16 Par sujet Marc Blanc
On Wed, 16 Aug 2006 16:28:43 +0200 (CEST)
pingouin osmolateur [EMAIL PROTECTED] wrote:


 t'a quoi dans /etc/modules ?

Je n'ai qu'un /etc/modules.conf, mais c'est /etc/modprobe.conf
qui charge les modules. Le /etc/modules.conf :

alias parport_lowlevel parport_pc
alias eth0 3c59x
alias eth1 8139too
alias sound-slot-0 ens1371
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L /dev/null
21 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S
2/dev/null 21 || :
alias usb-controller usb-uhci

# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 0.4.3b ---
alias char-major-116 snd
alias snd-card-0 snd-card-sb16
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 snd_major=116 snd_cards_limit=1 snd_device_mode=0666
snd_device_gid=0 snd_device_uid=0 options snd-card-sb16 snd_index=0
snd_id=CARD_0 snd_port=0x220 snd_mpu_port=0x300 snd_irq=5 snd_dma8=0
snd_dma8_size=4 snd_dma16=5 snd_dma16_size=8 snd_mic_agc=0 # --- END:
Generated by ALSACONF, do not edit. --- # Note: for use under 2.6, changes
must also be made to modprobe.conf!

 d'après les lignes précédente on dirait que le module
 a été mal compilé 
 qu'est ce qui se passe quand tu fais un 
 modprobe snd_ens1371

plein d'erreurs :

WARNING: Error inserting snd
(/lib/modules/2.6.17-1.2174_FC5/kernel/sound/core/snd.ko): Unknown symbol in
module, or unknown parameter (see dmesg) WARNING: Error inserting snd_timer
(/lib/modules/2.6.17-1.2174_FC5/kernel/sound/core/snd-timer.ko): Unknown
symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting
snd (/lib/modules/2.6.17-1.2174_FC5/kernel/sound/core/snd.ko): Unknown symbol
in module, or unknown parameter (see dmesg) WARNING: Error inserting
snd_timer (/lib/modules/2.6.17-1.2174_FC5/kernel/sound/core/snd-timer.ko):
Unknown symbol in module, or unknown parameter (see dmesg) FATAL: Error
inserting snd_pcm
(/lib/modules/2.6.17-1.2174_FC5/kernel/sound/core/snd-pcm.ko): Unknown symbol
in module, or unknown parameter (see dmesg) WARNING: Error running install
command for snd_pcm WARNING: Error inserting snd_ac97_codec
(/lib/modules/2.6.17-1.2174_FC5/kernel/sound/pci/ac97/snd-ac97-codec.ko):
Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error
inserting snd_seq_device
(/lib/modules/2.6.17-1.2174_FC5/kernel/sound/core/seq/snd-seq-device.ko):
Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error
inserting snd_rawmidi
(/lib/modules/2.6.17-1.2174_FC5/kernel/sound/core/snd-rawmidi.ko): Unknown
symbol in module, or unknown parameter (see dmesg) FATAL: Error inserting
snd_ens1371 (/lib/modules/2.6.17-1.2174_FC5/kernel/sound/pci/snd-ens1371.ko):
Unknown symbol in module, or unknown parameter (see dmesg)


 Ton modulen'a pas l'air d'avoir été installé ce qui
 est en adéquation avec les lignes précédentes

Pour ça que je pense à un pb de kernel...

 Quand tu fais un alsaconf ça marche ensuite ?

je n'ai pas de alsaconf, mais alsactl qui donne :
alsactl: load_state:1236: No soundcards found...


 Peux envoyer la sortie de lsmod avant et après avoir
 fait un alsaconf ?

snd_ac97_bus2625  0 
snd_page_alloc 10569  0 

J'avais eu exactement les mêmes erreurs (unknown symbol in module...)
lors d'une MAJ kernel il y a qques temps. Vais peut être devoir attendre
une nouvelle version...?
-- 
M.B


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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