Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
modules?? problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
johntramp
Guru
Guru


Joined: 03 Feb 2004
Posts: 457
Location: New Zealand

PostPosted: Fri Nov 19, 2004 3:01 am    Post subject: modules?? problem Reply with quote

Hay.. I am having a problem I think with my modules not loading. On boot there are a couple of errors, something about a global file and not being able to start local ?? I will double check that.
Then once the computer has booted at first I noticed nothing different apart for gensplash was not up. Then when I try to print something I have noticed that /dev/printers/ is missing along with /dev/lp0.
I have tried swapping the kernel for an older backed up one but that made zero difference. I do not remember doing anything specifically before it happend, but as I said it took me a couple of days to care about the problem. When I boot and login then lsmod there is nothing there.
I have searched through dmesg for errors and find none, not even the ones that came up during boot.
If anyone can give me a clue as to what I may have done I will appreciate it.

Thanks
-John
Back to top
View user's profile Send private message
Twiggy794
Guru
Guru


Joined: 21 Jun 2004
Posts: 321
Location: Hershey, PA

PostPosted: Fri Nov 19, 2004 3:48 am    Post subject: Reply with quote

Couple things:

Did you forget to do the
Code:
make modules_install
step? I have a tendency to do that from time to time, and that can cause some issues obviously :D

Another thing to try, is
Code:
modules-update
after you edit your modules.autoload.d/kernel-2.6 file. I know there's also
Code:
depmod -a
but I'm not totally keen on what/how it works. Anybody who knows, please chime in :lol:
_________________
"Subtraction: Addition's tricky pal." --David Letterman
http://ferg.ath.cx == teh bL0g
Back to top
View user's profile Send private message
johntramp
Guru
Guru


Joined: 03 Feb 2004
Posts: 457
Location: New Zealand

PostPosted: Fri Nov 19, 2004 8:11 am    Post subject: Reply with quote

does make modules_install take part in building the bzImage or does that do work elsewhere? Because it is the same in kernels I compiled earlier.

I will give these things a go anyhow, I'll let you know what the outcome is :)

Cheers
Back to top
View user's profile Send private message
johntramp
Guru
Guru


Joined: 03 Feb 2004
Posts: 457
Location: New Zealand

PostPosted: Fri Nov 19, 2004 8:25 am    Post subject: Reply with quote

Twiggy794 wrote:

Did you forget to do the
Code:
make modules_install
step? I have a tendency to do that from time to time, and that can cause some issues obviously :D
I think you hit is smack on the money with that one :)

Thanks alot. Maybe I should watch my compiles rather than just
Code:
make && make modules_install && mount /boot && cp arch/i386/boot/bzImage /boot ; poweroff


Cheers :)
Back to top
View user's profile Send private message
Twiggy794
Guru
Guru


Joined: 21 Jun 2004
Posts: 321
Location: Hershey, PA

PostPosted: Fri Nov 19, 2004 2:41 pm    Post subject: Reply with quote

Don't forget
Code:
cp System.map /boot
either! That's important as well.
_________________
"Subtraction: Addition's tricky pal." --David Letterman
http://ferg.ath.cx == teh bL0g
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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