Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ALSA] Problème avec snd_intel8x0 [résolu !!!]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Ascodas
Apprentice
Apprentice


Joined: 18 Nov 2004
Posts: 263

PostPosted: Tue Sep 12, 2006 11:43 am    Post subject: [ALSA] Problème avec snd_intel8x0 [résolu !!!] Reply with quote

Salut,

Je n'arrive pas avoir de son sur un portable T40p, celui ci marchait correctement sur une slackware, mais la impossible de trouver une solution ...

lspci :

Code:
0:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)


Mon .config

Code:
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m

CONFIG_SND_INTEL8X0=m


Le /proc :
Code:
t40p / # cat /proc/asound/cards
 0 [I82801DBICH4   ]: ICH4 - Intel 82801DB-ICH4
                      Intel 82801DB-ICH4 with AD1981B at 0xc0000c00, irq 11
t40p / #         


tout est unmuté, le script d'initialisation alsasound demarre sans aucun warning ...

Une sortie mplayer :
Code:
MPlayer 1.0pre8-4.1.1 (C) 2000-2006 MPlayer Team
CPU:         Intel(R) Pentium(R) M processor 1600MHz (Family: 6, Model: 9, Stepping: 5)
MMX supported but disabled
MMX2 supported but disabled
SSE supported but disabled
SSE2 supported but disabled
CPUflags:  MMX: 0 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compilé pour CPU x86 avec les extensions:


93 codecs audio & 211 codecs vidéo
Lecture de TT.mp3
Fichier de type Audio file détecté.
Information sur le clip:
 Title: El Dia Que Me Quieras Tricuto
 Artist: Michel Camilo, Tomatito
 Album: Spain Again
 Year: 2006
 Comment:
 Track: 1
 Genre: Jazz
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 320.0 kbit/22.68% (ratio: 40000->176400)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
alsa-init: using device default
alsa: 48000 Hz/2 channels/4 bpf/65536 bytes buffer/Signed 16 bit Little Endian
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Vidéo: pas de vidéo
Démarre la lecture...
A:   0.9 (00.8) of 320.0 (05:20.0)  1.8%



Tout se passe correctement, sauf l'absence du son ...

Je pensais même que la carte était mutée par les touches de volumes du portables mais ca ne semble pas être ca, bien que j'ai des doutes, en effet sous slack je pense que ces touches de volumes fonctionnaient ...

Une idée ?

Merci.


Last edited by Ascodas on Tue Sep 12, 2006 6:25 pm; edited 1 time in total
Back to top
View user's profile Send private message
Magic Banana
Veteran
Veteran


Joined: 13 Dec 2005
Posts: 1912
Location: Belo Horizonte, Minas Gerais, Brasil

PostPosted: Tue Sep 12, 2006 12:24 pm    Post subject: Reply with quote

Tu as essayé de mettre en built-in ce qui est dans le noyau ?
Back to top
View user's profile Send private message
kaworu
Guru
Guru


Joined: 07 Dec 2005
Posts: 450

PostPosted: Tue Sep 12, 2006 12:37 pm    Post subject: Reply with quote

Salut !
quelle est la version de ton kernel ? J'ai eu des problèmes similaires avec le même type de carte (même driver) avec d'anciens kernels.

Autrement (question bête attention) est-ce y'a rien branché sur la sortie audio pour les écouteurs ?
_________________
Macbook
Core2Duo @ 2.0GHz - 1Go RAM - HD 80Go - Intel GMA 945

Gentoo GNU/Linux
~amd64 - 2.6.24-gentoo-r2 - Fluxbox || (KDE && Compiz-Fusion)
Back to top
View user's profile Send private message
Ascodas
Apprentice
Apprentice


Joined: 18 Nov 2004
Posts: 263

PostPosted: Tue Sep 12, 2006 1:48 pm    Post subject: Reply with quote

Merci pour les réponses !

Magic Banana wrote:
Tu as essayé de mettre en built-in ce qui est dans le noyau ?


Non j'essaye ca ce soir.

kaworu wrote:

Salut !
quelle est la version de ton kernel ? J'ai eu des problèmes similaires avec le même type de carte (même driver) avec d'anciens kernels.

Autrement (question bête attention) est-ce y'a rien branché sur la sortie audio pour les écouteurs ?


Code:
Linux t40p 2.6.17-gentoo-r7 #5 SMP Mon Sep 11 20:38:14 CEST 2006 i686 Intel(R) Pentium(R) M processor 1600MHz GNU/Linux

Je vois pas pourquoi j'ai mis le SMP moi ...

Je vais essayé ce soir avec le r8 et en dur peut-être ...

et non je n'ai rien branché dessus.

Merci.
Back to top
View user's profile Send private message
SanKuKai
Apprentice
Apprentice


Joined: 17 Feb 2006
Posts: 228
Location: Toulouse, France

PostPosted: Tue Sep 12, 2006 1:54 pm    Post subject: Reply with quote

Il arrive que par défaut ta sortie audio soit « mute » ou à 0.
Vérifie, si tu ne l'as as déjà fait, avec alsamixer que ta sortie audio n'est pas à 0.

Mes 0.01€ ;)
Back to top
View user's profile Send private message
Ascodas
Apprentice
Apprentice


Joined: 18 Nov 2004
Posts: 263

PostPosted: Tue Sep 12, 2006 2:00 pm    Post subject: Reply with quote

SanKuKai wrote:
Il arrive que par défaut ta sortie audio soit « mute » ou à 0.
Vérifie, si tu ne l'as as déjà fait, avec alsamixer que ta sortie audio n'est pas à 0.

Mes 0.01€ ;)


J'ai tout mis a fond :

Code:
amixer set Master 100 unmute
amixer set PCM 100 unmute


et vérifié avec alsamixer, ca roule de ce côté la ...
Back to top
View user's profile Send private message
Ascodas
Apprentice
Apprentice


Joined: 18 Nov 2004
Posts: 263

PostPosted: Tue Sep 12, 2006 6:02 pm    Post subject: Reply with quote

Et bien pas d'amélioration, j'ai compilé un r8 et rien n'a changé...
Par contre pas moyen de compiler en dur ce module ...

je vous donne mon lsmod à tout hasard, si jamais ca vous dis qque chose :

Code:
t40p scripts # lsmod
Module                  Size  Used by
wlan_wep                4992  1
wlan_scan_sta           8192  1
ath_pci                60704  0
ath_rate_sample         8832  1 ath_pci
wlan                  126428  6 wlan_wep,wlan_scan_sta,ath_pci,ath_rate_sample
ath_hal               175696  4 ath_pci,ath_rate_sample
ohci_hcd               12932  0
floppy                 40644  0
yenta_socket           14860  1
rsrc_nonstatic          6912  1 yenta_socket
pcmcia_core            19860  2 yenta_socket,rsrc_nonstatic
hw_random               3096  0
ehci_hcd               19080  0
uhci_hcd               14216  0
intel_agp              13084  1
agpgart                15688  1 intel_agp
snd_seq                29392  0
snd_seq_device          3980  1 snd_seq
snd_intel8x0           18076  0
snd_ac97_codec         61344  1 snd_intel8x0
snd_ac97_bus            1920  1 snd_ac97_codec
snd_pcm                39940  2 snd_intel8x0,snd_ac97_codec
snd_timer              11652  2 snd_seq,snd_pcm
snd                    26468  6 snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc          5000  2 snd_intel8x0,snd_pcm
rtc                     6836  0
usbcore                70400  4 ohci_hcd,ehci_hcd,uhci_hcd
e1000                  84672  0
t40p scripts #



vraiment je capte pas ce qui se passe ...

Merci.


PS : Il n'y a aucun support pour les touches de mutage/unmutage du portable alors qu'elles fonctionnaient sous slack, une idée ?
Ceci dit quand je reboot sous XP c'est unmuté ...
Back to top
View user's profile Send private message
Ascodas
Apprentice
Apprentice


Joined: 18 Nov 2004
Posts: 263

PostPosted: Tue Sep 12, 2006 6:12 pm    Post subject: Reply with quote

Quote:
There are four special buttons above the keyboard: AccessIBM, VolDown, VolUp, and Mute. These are not conventional keys and generate no scancodes.

The volume control functionality is implemented in hardware and works independently of the operating system. You need to install software only if you want an on-screen display.


Donc apparemment les touches de volumes marches independament de l'OS ...

EDIT : Le lien
Back to top
View user's profile Send private message
Ascodas
Apprentice
Apprentice


Joined: 18 Nov 2004
Posts: 263

PostPosted: Tue Sep 12, 2006 6:24 pm    Post subject: Reply with quote

Google c'est quan même bien ...

Voila la soluce qui est bien perchée ...

Quote:

I'm using an IBM T40 thinkpad with an Intel 82801DB-ICH4 sound card.

It wasn't obvious from the previous posts and from the somewhat truncated
headings shown in 'alsamixer' (regardless of how wide your window is!!) how to
switch off these two new pesky channels. Here's what I did:

1) Ran 'alsamixer' as root.
2) Selected column 4 labelled below the bar as "<Headphon>"
(and labelled as, "Item: Headphone Jack Sense" in top left of screen).
3) Pressed 'm' to mute this channel.
4) Selected column 7 labelled below the bar as "<Line Jac>"
(and labelled as "Item: Line Jack Sense" in top left of screen)
5) Pressed 'm' to mute this channel.
6) Pressed ALT+q to quit out of alsamixer.
7) Ran 'xmms' as a non-root user, and got sound!!

I may have missed something, but I usually run, "rpm -q --changelog <kernel>" to
see what new goodies a new kernel has, but I don't remember seeing anything
about new alsa channels. If I had seen this, it would have saved a lot of grief...




SOURCE

EDIT : Les touches sont actives :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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