#1 Le 01/03/2009, à 20:57
- optik8
[RESOLU]sortie casque.... 82801H (ICH8 Family) HD Audio
bonjour a tous
me revoila avec mes questions....
j'ai un sony vaio VGN-FZ21E et intrepid en dual boot forcé avec windoze, parce que je n'ai pas reussi encore a installer tout les pilotes et quelques fonctions
Les sorties casque et micro ne fonctionnent pas (micro c'est sans importance mais casque c'est primordial)
le controle de la luminosité de l'ecran
donc pour l'instant je me concentre sur le casue....les hp du portable sont vraiment de mauvaise qualité d'origine!!!
j'ai fait ça dans la console: lspci | grep -i audio
et ça me donne ça: 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
alsamixer m'indique card et chip en PulseAudio....
si je fait ça: cat /proc/asound/card0/codec#* | grep Codec
ça donne ça: Codec: SigmaTel STAC9872AK
Codec: Conexant ID 2c06
sinon voici mon alsa base:
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }# Load snd-seq for devices that don't have hardware midi;
# Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
# non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
voila pour les info, sincerement j'ai fait plein de trucs j'ai lu plein de post dereglé certainement plein de choses aussi je devrais peut etre faire un simple backup restore....
si je veux supprimer la partition xp je doit absolument avoir la sortie casque et le reglage de la luminosité ecran
merci de votre aide
Dernière modification par optik8 (Le 02/03/2009, à 10:19)
Hors ligne
#2 Le 01/03/2009, à 21:12
- optik8
Re : [RESOLU]sortie casque.... 82801H (ICH8 Family) HD Audio
et question subsidiaire des que je veux installer une source qui commence par ça:
deb http://ppa.launchpad.net
et bien ça me dit qu'une erreur s'est produite
Hors ligne
#3 Le 01/03/2009, à 22:45
- tux4fun
Re : [RESOLU]sortie casque.... 82801H (ICH8 Family) HD Audio
Bonsoir,
# Sony
* Vaio FZ210CE (laptop)
o/proc/asound/card0/codec#0:Codec: SigmaTel STAC9872AK
o /proc/asound/card0/codec#1:Codec: Conexant ID 2c06
o works somehow with default config, headphones jack does not work without explicit model
+ modprobe.d/alsa-base: options snd-hda-intel model=vaio
o need backport modules installed or vanilla 2.6.24 kernel i think to have model option
o works fine, switching embeded and head jack works, you have switch available in mixer, you can switch internal/external mic too. internal mic tested and works
https://wiki.ubuntu.com/Gutsy_Intel_HD_Audio_Controller
http://doc.ubuntu-fr.org/audio_intel_hda (voir section Sony/STAC9872AK)
Faire les modifs puis tester avec :
sudo /etc/init.d/alsa-utils stop
sudo /etc/init.d/alsa-utils restart
Dernière modification par tux4fun (Le 01/03/2009, à 22:51)
tux4fun
Hors ligne
#4 Le 02/03/2009, à 09:11
- optik8
Re : [RESOLU]sortie casque.... 82801H (ICH8 Family) HD Audio
ouai !!! y a du nouveau!
mais y a un probleme tout de meme je ne comprendpas tout a ce que tu m'as donné.....
j'ai edité le fichier alsa base et rajouté cette ligne: options snd-hda-intel model=vaio
j'ai fait stop et restart
rien de mieu....
Hors ligne
#5 Le 02/03/2009, à 10:14
- optik8
Re : [RESOLU]sortie casque.... 82801H (ICH8 Family) HD Audio
ayé !!
j'ai rajouté position_fix=0 a la suite et ça marche apres reboot
le son est un peu faible mis ça marche c'est l'essentiel !
merci beaucoup je fait une save du fichier alsabase
xp commence a trembler sue sa partition lol
je vais ouvrir un autre topic
merci merci merci
Hors ligne
#6 Le 02/03/2009, à 10:16
- optik8
Re : [RESOLU]sortie casque.... 82801H (ICH8 Family) HD Audio
Je post mon fichier alsa pour ceux qui veulent voir ce que j'ai modifié.....
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }# Load snd-seq for devices that don't have hardware midi;
# Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
# non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-hda-intel model=vaio position_fix=0
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
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
Dernière modification par optik8 (Le 02/03/2009, à 10:18)
Hors ligne
#7 Le 02/03/2009, à 20:38
- tux4fun
Re : [RESOLU]sortie casque.... 82801H (ICH8 Family) HD Audio
Si le son est faible regarder Master & PCM dans son/Préférence ou contrôleur de volume (je ne me souvients pas)
tux4fun
Hors ligne
#8 Le 28/07/2009, à 18:30
- eyne
Re : [RESOLU]sortie casque.... 82801H (ICH8 Family) HD Audio
Je post mon fichier alsa pour ceux qui veulent voir ce que j'ai modifié.....
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }# Load snd-seq for devices that don't have hardware midi;
# Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
# non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-hda-intel model=vaio position_fix=0
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
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
bonjour bonjour,
dites moi, j'ai fait les modification décrites au-dessus dans le fichier alsa-base.conf, mais au moment d'enregistrer, le message "Impossible d'enregistrer le fichier /etc/modprobe.d/alsa-base.conf., vous n'avez pas les permissions nécessaires pour enregistrer ce fichier. Vérifiez que vous avez saisi l'emplacement correctement et réessayez." apparait.
Est-ce que qqn saurait me dire pourquoi?
merci d'avance