View previous topic :: View next topic |
Author |
Message |
dpfeifle n00b
Joined: 02 Jul 2002 Posts: 8
|
Posted: Tue Jul 02, 2002 7:35 am Post subject: Alsa module gehen verloren |
|
|
hallo,
ich habe meine soundkarte erfolgreich mit alsa
zum laufen bekommen. falls ich den kernel neu
compiliere, nachdem ich
emerge media-sound/alsa-driver
installiert habe, gehen die module verloren.
werden die treiber nicht im sourcecode in die
/usr/src/linux sourcen eingehaengt, oder was
mach ich falsch?
wie kann ich also die alsamodule dauerhaft in
meinen kernel integrieren?
gruss und danke,
-didi |
|
Back to top |
|
|
Mimamau Apprentice
Joined: 11 Jun 2002 Posts: 160 Location: Germany
|
Posted: Tue Jul 02, 2002 1:48 pm Post subject: |
|
|
nachdem du einen neuen kernel compiliert hast, musst du treiber wie alsa, nvidia, ... neu emergen |
|
Back to top |
|
|
spyro Tux's lil' helper
Joined: 30 Jun 2002 Posts: 88
|
Posted: Tue Jul 02, 2002 10:50 pm Post subject: |
|
|
das selbe problem hab ich auch.
hab nvida emergt danach aber das kernel neu gemacht.
wieder neu emergt aber trotzdem geht es nicht mehr.
woran kann das liegen ? er kann das NVdriver module nicht mehr laden. |
|
Back to top |
|
|
spaci76 n00b
Joined: 01 Jul 2002 Posts: 55
|
Posted: Wed Jul 03, 2002 6:09 am Post subject: Mir gehts genauso.. |
|
|
hi,
also das problem besteht weiterhin.. zusaetzlich wir bei mir die Calculation Module nicht geladen .. wo kann ich das wieder aktivieren ??
cu spaci76 _________________ "Sein oder nicht sein, das ist hier die Frage"
Radio Jule :: See better R@dio
WebSite: http://www.radio-jule.de
Winamp-Stream : http://live.videomp4.de |
|
Back to top |
|
|
spyro Tux's lil' helper
Joined: 30 Jun 2002 Posts: 88
|
Posted: Wed Jul 03, 2002 6:02 pm Post subject: |
|
|
ich hab noch nen anderen fehler seit dem neu gemachten kernel.
und zwar beim boot:
calculating module dependencies ...
failed to calculate dependencies ...
was bedeutet das ? und wie beheb ich den fehler ?
.spyro |
|
Back to top |
|
|
spaci76 n00b
Joined: 01 Jul 2002 Posts: 55
|
Posted: Wed Jul 03, 2002 6:02 pm Post subject: |
|
|
hi,
jupp dito das kommt EXAKT bei mir auch . nach dem kernel backen .. ein bug????
HILFE
cu spaci76 _________________ "Sein oder nicht sein, das ist hier die Frage"
Radio Jule :: See better R@dio
WebSite: http://www.radio-jule.de
Winamp-Stream : http://live.videomp4.de |
|
Back to top |
|
|
spyro Tux's lil' helper
Joined: 30 Jun 2002 Posts: 88
|
Posted: Wed Jul 03, 2002 6:02 pm Post subject: |
|
|
ich hab das so gemacht wie aus dem einen thread ausm install forum :
ViMan wrote: | I finally found out what my problem was. I can't believe I didn't do this. I've been compiling kernels for about 2 days now trying to get it right without any module dependencies. In the end, I could get it pretty easily by running depmod -a after compiling the kernel and then modifying the .config file (or by running: menu xconfig). All I had to do was:
1) delete /lib/modules (of course, you can rename this if you don't want to delete it)
2) make mrproper and then compile the kernel (make dep && make clean bzImage modules modules_install)
3) MOUNT /boot (the trick here is that if you don't do it and go /boot, you'll find that it looks as if your /boot has been mounted). To check if it is mounted or not (it most likely isn't), run: mount and look for an entry for /boot. If it isn't, then run: mount /boot
4) copy the bzImage (you might want to rename it and edit the /boot/grub/menu.lst to make a new entry if you're using grub)
5) reboot
6) emerge nvidia-glx
7) opengl-update nvidia
modify your XF86Config-4 file to use the nvidia driver
AND IT WORKS!! BUT SERIOUSLY, AN ADMINISTRATOR SHOULD PUT THE PART ABOUT CHECKING TO MOUNT /boot BEFORE COPYING THE bzImage AS I'M SURE MANY KERNEL-RELATED PROBLEMS ARE DUE TO THIS SILLY MISTAKE. (or maybe modify the "Gentoo Linux Documentation part about compiling the kernel as I'm sure many refer to it to remember how to compile the kernel) |
.spyro |
|
Back to top |
|
|
|