Re: [gentoo-user] System can't find modules

2004-01-14 Thread Rob2
Thomas T. Veldhouse wrote:

Rob2 wrote:
 

I recently upgraded a box from 1.4RC2 to 1.4.  I emerged -U world,
made a new kernel from the new source, then erased the old kernel
source and the old modules.  Now the system can't find the new
modules.  What have I missed?
Thanks,  Rob
   

Did you forget to mount /boot before you copied the kernel to /boot?  If so,
you are still booting the old kernel.  The fix:
# mv /boot/bzImage /root
# mount /boot
# mv /root/bzImage /boot
# reboot
Tom Veldhouse

--
[EMAIL PROTECTED] mailing list
 

That might be the problem.  Thanks for the tip.  I did however, get alsa 
working.  I had a typo in modules.d/alsa

Rob.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] System can't find modules

2004-01-14 Thread Rob2
Richard Monk wrote:

You ran

	make modules_install

right?  Check and make sure the permissions on the /lib/modules/[kernel version] directory doesn't have some odd permissions like 000 or something.  

-Rich

On Wed, 14 Jan 2004 07:59:51 -0800
Rob2 <[EMAIL PROTECTED]> wrote:
 

I recently upgraded a box from 1.4RC2 to 1.4.  I emerged -U world, made 
a new kernel from the new source, then erased the old kernel source and 
the old modules.  Now the system can't find the new modules.  What have 
I missed?

Thanks,  Rob

--
[EMAIL PROTECTED] mailing list
   



 

Thanks Rich for responding.  Yes, I ran "make dep && make bzImage 
modules modules_install" when I built the kernel.
I will go fire up that box and check the permissions.  There definitely 
are modules in the /lib/modules directory.
Thanks,  Rob.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] System can't find modules

2004-01-14 Thread Thomas T. Veldhouse
Rob2 wrote:
> I recently upgraded a box from 1.4RC2 to 1.4.  I emerged -U world,
> made a new kernel from the new source, then erased the old kernel
> source and the old modules.  Now the system can't find the new
> modules.  What have I missed?
>
> Thanks,  Rob

Did you forget to mount /boot before you copied the kernel to /boot?  If so,
you are still booting the old kernel.  The fix:

# mv /boot/bzImage /root
# mount /boot
# mv /root/bzImage /boot
# reboot

Tom Veldhouse


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] System can't find modules

2004-01-14 Thread Richard Monk
You ran

make modules_install

right?  Check and make sure the permissions on the /lib/modules/[kernel version] 
directory doesn't have some odd permissions like 000 or something.  

-Rich

On Wed, 14 Jan 2004 07:59:51 -0800
Rob2 <[EMAIL PROTECTED]> wrote:

> I recently upgraded a box from 1.4RC2 to 1.4.  I emerged -U world, made 
> a new kernel from the new source, then erased the old kernel source and 
> the old modules.  Now the system can't find the new modules.  What have 
> I missed?
> 
> Thanks,  Rob
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


-- 
Richard Monk RHCE, CCAI, MCP, Security+
Program Coordinator, Information Systems Security
Forsyth Technical Community College, North Carolina

--
[EMAIL PROTECTED] mailing list



[gentoo-user] System can't find modules

2004-01-14 Thread Rob2
I recently upgraded a box from 1.4RC2 to 1.4.  I emerged -U world, made 
a new kernel from the new source, then erased the old kernel source and 
the old modules.  Now the system can't find the new modules.  What have 
I missed?

Thanks,  Rob

--
[EMAIL PROTECTED] mailing list