View Full Version : Problemi con la scheda audio via vt8233
MaNgUsTaModD
25-01-2004, 18:19
Allora, se avete seguito tutti i mei post di queste settimane (scusate se sono stato un pò rompicoglioni) ho ricambiato la distro di linux ed ora ho montato l'ultima versione di red hat (per la precisione la 9.0 che era la più recente disponibile su internet). Ora già nelle precedenti distribuzioni che ho provato, ho avuto molti problemi su configurare la mia scheda audio integrata (appunto la vt8233 su scheda madre asus a7v8x-x), nel senso che nn riesco a far partire tutte le casse del mio impianto 5.1 della creative. Ora con i driver di default linux mi fa sentire solo le casse di dietro. Ho provato a installare i driver del sito via, ma quando vado a fare rpmbuild --rebuild (e nome del pacchetto rpm sorgente) mi da una serie di errori e nn fa niente. Come posso fare?????
Paolo-82
25-01-2004, 18:35
Doversti avere la ac'97 come scheda audio, giusto?
Prova i driver alsa. Anche a me con la suddetta scheda non si sente il 5.1 (solo 2.1) e la qualità del suono lascia molto a desiderare...
Quando li ho provati io però ho dovuto lasciare perdere, non no mai capito che modulo caricare, mi dava sempre "modprobe: can't locate module"... Li avevo provati tutti quelli indicati sulle istruzioni... ma niente!
Originariamente inviato da Paolo-82
Doversti avere la ac'97 come scheda audio, giusto?
Prova i driver alsa. Anche a me con la suddetta scheda non si sente il 5.1 (solo 2.1) e la qualità del suono lascia molto a desiderare...
Quando li ho provati io però ho dovuto lasciare perdere, non no mai capito che modulo caricare, mi dava sempre "modprobe: can't locate module"... Li avevo provati tutti quelli indicati sulle istruzioni... ma niente!
se carichi i moduli giusti alsa + via8233 va molto bene :p
se vi ineressa stasera ve li posto
ciauz :)
MaNgUsTaModD
26-01-2004, 14:24
Magari!!! Mi faresti un favore grandissimo!!!!!!
Paolo-82
26-01-2004, 18:40
Originariamente inviato da moly82
se carichi i moduli giusti alsa + via8233 va molto bene :p
se vi ineressa stasera ve li posto
ciauz :)
Avevo installato anche la alsa-lib e le alsa-utils. ma se in module.conf aggiungavo la riga indicata x la mia scheda audio non trovava il modulo...
Originariamente inviato da Paolo-82
Avevo installato anche la alsa-lib e le alsa-utils. ma se in module.conf aggiungavo la riga indicata x la mia scheda audio non trovava il modulo...
alua io ho una via8233 ac97 e ho installato i seguenti programmi:
roby@Beote:~$ dpkg --get-selections|grep alsa
alsa-base install
alsa-utils install
alsamixergui install
roby@Beote:~$
...ho compilato il kernel così:
roby@Beote:~$ cat /boot/config-2.6.0 |grep SND
CONFIG_SND=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
CONFIG_SND_MPU401=m
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_SONICVIBES is not set
CONFIG_SND_VIA82XX=m
# CONFIG_SND_VX222 is not set
# CONFIG_SND_USB_AUDIO is not set
roby@Beote:~$
...i moduli che si caricano di conseguenza ad ogni avvio sono:
roby@Beote:~$ lsmod |grep snd
snd_pcm_oss 48164 0
snd_mixer_oss 16768 2 snd_pcm_oss
snd_via82xx 17696 1
snd_pcm 86180 2 snd_pcm_oss,snd_via82xx
snd_timer 21252 1 snd_pcm
snd_ac97_codec 51716 1 snd_via82xx
snd_page_alloc 9028 2 snd_via82xx,snd_pcm
snd_mpu401_uart 6016 1 snd_via82xx
snd_rawmidi 20384 1 snd_mpu401_uart
snd_seq_device 6536 1 snd_rawmidi
snd 43620 9 snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_pcm,snd_timer,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 6976 2 snd
roby@Beote:~$
....l'unica modifica che ho dovuto fare a mano è stata nel file: /etc/alsa/modutils/0.9
roby@Beote:/etc/alsa/modutils$ cat 0.9
### DEBCONF MAGIC
# This file was automatically generated by alsa-base's debconf stuff
alias char-major-116 snd
alias snd-card-0 snd_via82xx
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
options snd major=116 cards_limit=4
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
roby@Beote:/etc/alsa/modutils$
speroi di averti aiutato ciaooooooooooooooo
;) :)
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.