View previous topic :: View next topic |
Author |
Message |
alkaid Guru
Joined: 21 Feb 2004 Posts: 322 Location: Padova
|
Posted: Sat Mar 05, 2005 11:47 pm Post subject: emu10k1 |
|
|
ho ricompilato il kernel 2.6.10 per il supporto alla soundblaster perciò mettendo emu10k1 come modulo, però quando vado a caricare il modulo:
root@tux linux # modprobe snd-emu10k1
WARNING: Error inserting snd_hwdep (/lib/modules/2.6.10/kernel/sound/core/snd-hwdep.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.10/kernel/sound/core/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.10/kernel/sound/core/snd-rawmidi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_emu10k1 (/lib/modules/2.6.10/kernel/sound/pci/emu10k1/snd-emu10k1.ko): Unknown symbol in module, or unknown parameter (see dmesg)
root@tux linux #
perchè? |
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Sun Mar 06, 2005 12:55 am Post subject: Re: emu10k1 |
|
|
alkaid wrote: | ho ricompilato il kernel 2.6.10 per il supporto alla soundblaster perciò mettendo emu10k1 come modulo, però quando vado a caricare il modulo:
root@tux linux # modprobe snd-emu10k1
WARNING: Error inserting snd_hwdep (/lib/modules/2.6.10/kernel/sound/core/snd-hwdep.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.10/kernel/sound/core/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.10/kernel/sound/core/snd-rawmidi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_emu10k1 (/lib/modules/2.6.10/kernel/sound/pci/emu10k1/snd-emu10k1.ko): Unknown symbol in module, or unknown parameter (see dmesg)
root@tux linux #
perchè? |
così su due piedi è difficile dire qualcosa... segui il consiglio del tuo kernel e vedi cosa ti dice dmesg |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31441 Location: here
|
Posted: Sun Mar 06, 2005 8:16 am Post subject: |
|
|
Hai letto quello che ti ha consigliato di guardare? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Sun Mar 06, 2005 9:36 am Post subject: |
|
|
@alkaid: ti mancano un bel poco di moduli. _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
alkaid Guru
Joined: 21 Feb 2004 Posts: 322 Location: Padova
|
Posted: Sun Mar 06, 2005 4:59 pm Post subject: |
|
|
grazie per le risposte, non ho letto dmesg e ora non posso farlo perchè sono al lavoro... comunque ho scoperto per caso che il modulo si chiama emu10k1 e non snd-emu10k1, infatti il modulo ora viene caricato correttamente, posterò stasera un lsmod |
|
Back to top |
|
|
alkaid Guru
Joined: 21 Feb 2004 Posts: 322 Location: Padova
|
Posted: Sun Mar 06, 2005 10:57 pm Post subject: |
|
|
bash-2.05b$ lsmod
Module Size Used by
emu10k1 73220 1
ac97_codec 17164 1 emu10k1
snd_ac97_codec 72928 0
snd_pcm 84868 1 snd_ac97_codec
snd_page_alloc 7940 1 snd_pcm
forcedeth 15360 0
usbkbd 6400 0
video 14468 0
i2c_nforce2 5888 0
i2c_isa 2176 0
dummy 2564 0
w83781d 33384 0
w83627hf 27936 0
i2c_sensor 3328 2 w83781d,w83627hf
i2c_dev 8320 0
i2c_core 18816 6 i2c_nforce2,i2c_isa,w83781d,w83627hf,i2c_sensor,i2c_dev
usblp 11456 0
ohci_hcd 19720 0
ehci_hcd 27972 0
uhci_hcd 30800 0
usbhid 30464 0
usbmouse 4736 0
usb_storage 28928 0
nvidia_agp 6300 1
nvidia 3465564 12
bash-2.05b$ |
|
Back to top |
|
|
X-Drum Advocate
Joined: 24 Aug 2003 Posts: 2517 Location: ('Modica','Trieste','Ferrara') Italy
|
Posted: Mon Mar 07, 2005 10:41 am Post subject: |
|
|
se hai una scheda audio che monta il chip emu10k1
prova a compilare il kernel in questo modo _________________ "...There are two sort of lies, lies and benchmarks..." |
|
Back to top |
|
|
maninthebox1 Guru
Joined: 14 Nov 2004 Posts: 384 Location: ITALIA - L'AQUILA
|
Posted: Mon Mar 07, 2005 11:21 am Post subject: |
|
|
Oppure fai una bella cosa...
Compili nel kernel solo il supporto per schede audio (built-in) e toglio il supporto alsa. Aggiungi nel make.conf una riga con scritto ALSA_CARDS="emu10k1" e salva il file.
fai emerge alsa-drivers ed è fatta. poi carichi i moduli snd-emu10k1-synth e snd-emu10k1 al boot.
Teoricamente ti servono altre cosette....alsa-utils alsa-oss ecc...
Puoi seguire la guida qui: http://www.gentoo.org/doc/en/alsa-guide.xml .
PS.... A me non funziona con il supporto compilato nel kernel quindi ha scaricato i driver. |
|
Back to top |
|
|
|