You are not logged in.

#1 2005-04-25 15:05:47

ylikone
Member
From: Southern Ontario
Registered: 2004-12-17
Posts: 45
Website

After pacman kernel upgrade, modules won't load

I can't seem to load any of my modules anymore, so I can't even get my network up (via_rhine).  I am posting this from a different computer.

My uname -r says:
2.6.11.7-ARCH

but my last kernel upgrade message in /var/log/pacman.log says:
uprgaded kernel26 (2.6.10.3 -> 2.6.11.3-1)

So, what's up here?

Offline

#2 2005-04-25 15:15:39

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: After pacman kernel upgrade, modules won't load

check the "/lib/modules" directory - what dirs exist there.... there should be one for the kernel you are running - if not then you should probably run "pacman -S kernel26" again... it'll be cached so you won't need the network.

Offline

#3 2005-04-25 15:20:57

ylikone
Member
From: Southern Ontario
Registered: 2004-12-17
Posts: 45
Website

Re: After pacman kernel upgrade, modules won't load

Ok, thanks for the tip, I looked in that /lib/modules/ directory under the 2.6.11.7 area and it was completely empty!  But then I rebooted a few times and now it seems to magically be populated and my modules loaded... well, all except nvidia.  I had to pacman -S nvidia again, then that loaded also.
So, is this some strange stuff happening or what?

Offline

#4 2005-04-25 16:04:04

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: After pacman kernel upgrade, modules won't load

that is kinda odd - usually when you upgrade a kernel, here's what happens:

running kernel 2.6.11.1
modules are in /lib/modules/2.6.11.1/*
upgrade 2.6.11.1->2.6.11.7
dir /lib/modules/2.6.11.1 removed
dir /lib/modules/2.6.11.7 created and filled
(modprobes will fail now)
reboot, init scripts will call "depmod -a" to tell modprobe that modules moved and to cache locations

maybe the depmod didn't get called?

Offline

Board footer

Powered by FluxBB