View previous topic :: View next topic |
Author |
Message |
bashroot Tux's lil' helper
Joined: 01 Feb 2006 Posts: 90 Location: Ferrara
|
Posted: Tue Mar 28, 2006 11:02 pm Post subject: problemi con alsa |
|
|
ciao @all allora ho seguito la guida http://www.gentoo.org/doc/it/alsa-guide.xml ma quando vado a lanciare /etc/init.d/alsasound start mi da errore , dicendo che non rileva la periferica , mentre alsaconf la trova senza problemi la mia scheda e una sound blaster live modulo emu10k1
Code: |
nightwish ~ # lspci | grep audio
02:0c.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
|
Code: |
nightwish ~ # cat /proc/asound/cards
--- no soundcards ---
|
Code: | nightwish linux # grep SND .config
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
# CONFIG_SND_DYNAMIC_MINORS is not set
# CONFIG_SND_SUPPORT_OLD_API is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X 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_FM801 is not set
# CONFIG_SND_HDA_INTEL is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
|
sia che non lo setti emu10k1 come modulo e/o statico sia che lo setti non cambia nulla
Code: |
nightwish linux # grep SOUND .config
CONFIG_SOUND=y
# CONFIG_SOUND_PRIME is not set
|
avete qualche idea ? _________________ There is no like try 127.0.0.1
la musica che ascolto http://www.last.fm/user/bashroot/ |
|
Back to top |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Wed Mar 29, 2006 2:51 pm Post subject: |
|
|
Ti consiglio di abilitare nel kernel solamente "Sound support" come modulo, installare alsa-driver (impostando in /etc/make.conf la variabile ALSA_CARDS=emu10k1)
Poi segui la guida dal punto 3. _________________ I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny |
|
Back to top |
|
|
|