Re: Laodable Modules

1997-03-11 Thread Rob MacWilliams
> > > > mv /lib/modules/2.0.27 /lib/modules/2.0.27.old > > mv /vmlinuz /vmlinuz.old >> I don't do this. Belt and suspenders. When I mess around with something as important as the kernel, I like to be able to undo what I did easily. > > ln -s /usr/src/linux/include/scsi scsi > > > > (lin

Re: Laodable Modules

1997-03-10 Thread David Wright
On Sun, 9 Mar 1997, Rob MacWilliams wrote: > Hi all, > > I am trying to compile a custom kernel for the usual reasons. I am not > seeing any errors during the > compile, installation or boot phases, but some of the modules won't install. > Here are the steps I took > to compile the kernel: >

Re: Laodable Modules

1997-03-09 Thread Rob MacWilliams
> Rob MacWilliams wrote: > > > > Hi all, > > > > I am trying to compile a custom kernel for the usual reasons. I am not > > seeing any errors during the > > $insmod psaux > > misc_register undefined > > misc_deregister undefined > > Loading failed! The module symbols (from linux-2.0.27) do

Laodable Modules

1997-03-09 Thread Rob MacWilliams
Hi all, I am trying to compile a custom kernel for the usual reasons. I am not seeing any errors during the compile, installation or boot phases, but some of the modules won't install. Here are the steps I took to compile the kernel: mv /lib/modules/2.0.27 /lib/modules/2.0.27.old mv /vmlinuz