Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emu10k1
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
alkaid
Guru
Guru


Joined: 21 Feb 2004
Posts: 322
Location: Padova

PostPosted: Sat Mar 05, 2005 11:47 pm    Post subject: emu10k1 Reply with quote

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
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sun Mar 06, 2005 12:55 am    Post subject: Re: emu10k1 Reply with quote

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 :wink:
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31441
Location: here

PostPosted: Sun Mar 06, 2005 8:16 am    Post subject: Reply with quote

Hai letto quello che ti ha consigliato di guardare?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Sun Mar 06, 2005 9:36 am    Post subject: Reply with quote

@alkaid: ti mancano un bel poco di moduli.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
alkaid
Guru
Guru


Joined: 21 Feb 2004
Posts: 322
Location: Padova

PostPosted: Sun Mar 06, 2005 4:59 pm    Post subject: Reply with quote

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
View user's profile Send private message
alkaid
Guru
Guru


Joined: 21 Feb 2004
Posts: 322
Location: Padova

PostPosted: Sun Mar 06, 2005 10:57 pm    Post subject: Reply with quote

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
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Mon Mar 07, 2005 10:41 am    Post subject: Reply with quote

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
View user's profile Send private message
maninthebox1
Guru
Guru


Joined: 14 Nov 2004
Posts: 384
Location: ITALIA - L'AQUILA

PostPosted: Mon Mar 07, 2005 11:21 am    Post subject: Reply with quote

Oppure fai una bella cosa... :D

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum