You are not logged in.
I just upgraded to kernel 2.4.26 along with xfree, perl, gaim and alsa-drivers with pacman. After I restarted, I got the following message while loading modules:
snd.o couldn't find the kernel version the modules was compiled for
The modules I load for sound at boot are snd-via82xx and snd-pcm-oss
Anyone have any ideas for getting my sound back?
Thanks
Offline
here's the full modules load failure:
[root@archbox corneldm]# modprobe snd-via82xx
/lib/modules/2.4.26/kernel/sound/acore/snd.o: couldn't find the kernel version the module was compiled for
/lib/modules/2.4.26/kernel/sound/acore/snd.o: insmod /lib/modules/2.4.26/kernel/sound/acore/snd.o failed
/lib/modules/2.4.26/kernel/sound/acore/snd.o: insmod snd-via82xx failed
Offline
Check here
http://www.alsa-project.org/alsa-doc/in … VIA#matrix
if you don't know your soundcard
lspci
You are not saying what you upgraded from.
arch + gentoo + initng + python = enlisy
Offline
I have a VIA chipset and onboard AC'97 sound:
00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 02)
Everything was working last night with kernel 2.4.24. Do I have to recompile the alsa driver for my sound card with kernel 2.4.26? If so, how is that done?
Offline
Check if kernel is alsa ready
modinfo soundcore
if it is try
modprobe snd-intel8x0
arch + gentoo + initng + python = enlisy
Offline
[root@archbox corneldm]# modinfo soundcore
modinfo: soundcore: no module by that name found
I didn't have to modify 2.4.24 to get alsa working, is this a different case?
Thanks for helping me out with this xerxes2. I just got into arch earlier this week, so I'm still learning the ropes.
Offline
I only used Arch for a couple of days myself.
I use kernel 2.6.5 and that one was alsa ready.
I don't know with 2..4.26 though but it seems that it is not.
Someone who is more in to Arch must answer that question.
Maybe it's a mistake of that person who compiled the kernel.
I can't help you out anymore here I'm afraid.
arch + gentoo + initng + python = enlisy
Offline
You're running lilo right? And you didn't run 'lilo' after installing the new kernel, like it told you to...
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
I use grub actually. Thanks for the reply tho.
Offline
I am having a similar problem with my cs46xx sound card. I was just syncing from kernel 2.4.26 to the newer 2.4.26 and then my sound modules stopped working. Any ideas?
Offline
No, I'm using grub as well.
I even tried installing arch from scratch since I just set up the system a few days ago. Now my video and sound modules won't load with the same kernal version error as before. Something must have been missed when compiling 2.4.6-2, because 2.4.6-1 worked fine.
Oh, and I'm using powervr drivers for my Kyro II graphics card, so I compiled them on my own with the kernel I'm trying to use them for. So that error makes even less sense to me than before.
Thanks for any suggestions you guys may have.
Offline
I think that Xentac should sit down on his big butt and make a new kernel that is Alsa ready! :evil:
arch + gentoo + initng + python = enlisy
Offline
I think that Xentac should sit down on his big butt and make a new kernel that is Alsa ready! :evil:
Module ready in general. VESA is ugly :cry:
Offline
Oddly enough. I have the same error. pacman updated alsa-driver yesterday and, since I have a custom kernel 2.4.26, I recompiled using makepkg and installe alsa-driver. I get the folowing when I try to load the modules:
deadface root # modprobe snd-maestro3 snd-pcm-oss
/lib/modules/2.4.26/kernel/sound/acore/snd.o: couldn't find the kernel version the module was compiled for
/lib/modules/2.4.26/kernel/sound/acore/snd.o: insmod /lib/modules/2.4.26/kernel/sound/acore/snd.o failed
/lib/modules/2.4.26/kernel/sound/acore/snd.o: couldn't find the kernel version the module was compiled for
/lib/modules/2.4.26/kernel/sound/acore/snd.o: insmod /lib/modules/2.4.26/kernel/sound/acore/snd.o failed
/lib/modules/2.4.26/kernel/sound/acore/snd.o: insmod snd-pcm-oss failed
I'll try to figure this out this weekend.
Kev
Offline
I think that there is no alsa-soundcore in the kernel source.
arch + gentoo + initng + python = enlisy
Offline
If you compile a kernel with gcc 3.3 and compile modules with gcc 3.4, they won't work together.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Thanks, that is what I was thinking but I am having trouble with getting that kernel to compile with 3.4.
Offline
I recompiled the kernel and alsa-driver with gcc3.4 and I am still getting the same error when trying to load the modules. I'll try to snoop around a bit more with google.
Thanks
Kevin
Offline
Hello
I was able to successfully downgrade gcc to 3.3.3 and recompile the kernel and alsa-driver. After do so, I was able to load the modules without troubles. I find it odd that gcc 3.4 kernel and gcc 3.4 alsa-driver gave that error yet gcc 3.3.3 versions failed.
Good luck
Kev
Offline
Just a final update.
I downgraded built the kernels and modules that I want with gcc 3.3.3 and then upgraded back to gcc 3.4. This way I have working kernels and sound and I can keep up with the rest of the arch world. It also addresses my separate need for a gcc 3.3 compiled kernel due to a vendor supplied module.
Kev
Offline
Where can I download the gcc3.3.3 package? I don't have it in my cache, but I need to rebuild my kernel and modules with it.
Thanks
Offline
wget ftp://ftp.ibiblio.org/pub/linux/distrib … pkg.tar.gz
Good luck
Kevin
Offline
sound and video working again!
thanks for the help
Offline