Cokiere
09-05-2009, 12:04
salve
ho compilato kernel 2.6.29, e avendo due schede audio, ho messo come statico tutti i settori che riguardano hardware in questione: cs46xx, intel8x0, oss compreso.
Quello che non riesco a sistemare sono gli eventi sonori e i video di youtube: si sentono solo nella scheda integrata.
ho provato a modificare /root/asoundrc:
# ALSA library configuration file managed by asoundconf(1).
#
# MANUAL CHANGES TO THIS FILE WILL BE OVERWRITTEN!
#
# Manual changes to the ALSA library configuration should be implemented
# by editing the ~/.asoundrc file, not by editing this file.
pcm.cs46xx { type hw card 0 }
ctl.cs46xx { type hw card 0 }
pcm.intel8x0 { type hw card 1 }
ctl.intel8x0 { type hw card 1 }
In /etc/modprobe.d ho aggiunto il file sound:
alias snd-card-0 snd-cs46xx
alias sound-slot-0 snd-cs46xx
alias snd-card-1 snd-intel8x0
alias sound-slot-1 snd-intel8x0
Immagino che il primo consiglio sarebbe di rimettere tutto modulare. Ma se mi date una mano grazie mille
ho compilato kernel 2.6.29, e avendo due schede audio, ho messo come statico tutti i settori che riguardano hardware in questione: cs46xx, intel8x0, oss compreso.
Quello che non riesco a sistemare sono gli eventi sonori e i video di youtube: si sentono solo nella scheda integrata.
ho provato a modificare /root/asoundrc:
# ALSA library configuration file managed by asoundconf(1).
#
# MANUAL CHANGES TO THIS FILE WILL BE OVERWRITTEN!
#
# Manual changes to the ALSA library configuration should be implemented
# by editing the ~/.asoundrc file, not by editing this file.
pcm.cs46xx { type hw card 0 }
ctl.cs46xx { type hw card 0 }
pcm.intel8x0 { type hw card 1 }
ctl.intel8x0 { type hw card 1 }
In /etc/modprobe.d ho aggiunto il file sound:
alias snd-card-0 snd-cs46xx
alias sound-slot-0 snd-cs46xx
alias snd-card-1 snd-intel8x0
alias sound-slot-1 snd-intel8x0
Immagino che il primo consiglio sarebbe di rimettere tutto modulare. Ma se mi date una mano grazie mille