Re: Adding kernel modules after install

2002-04-22 Thread Pollywog
On 2002.04.22 15:09 Shawn McMahon wrote: begin Pollywog quotation: > > You mean: > > make dep ; make clean ; make modules ; make modules_install ? O, no, don't do that; that will procede with later steps if an earlier step fails, scrolling that information right off the screen. Bad juj

Re: Adding kernel modules after install

2002-04-22 Thread Shawn McMahon
begin Pollywog quotation: > > You mean: > > make dep ; make clean ; make modules ; make modules_install ? O, no, don't do that; that will procede with later steps if an earlier step fails, scrolling that information right off the screen. Bad juju. Get out of that habit right now. At

Re: Adding kernel modules after install

2002-04-21 Thread Ron Johnson
On Sun, 2002-04-21 at 13:27, Peter Whysall wrote: > On Sun, 2002-04-21 at 19:22, Ron Johnson wrote: > > On Sat, 2002-04-20 at 22:48, Osamu Aoki wrote: > > > On Sat, Apr 20, 2002 at 11:34:38PM -0400, David Jackson wrote: > > > > All --- [snip] > > > > Related question: how do you _compile_ extra k

Re: Adding kernel modules after install

2002-04-21 Thread Peter Whysall
On Sun, 2002-04-21 at 21:09, David Z Maze wrote: > Peter Whysall <[EMAIL PROTECTED]> writes: > > On Sun, 2002-04-21 at 19:22, Ron Johnson wrote: > >> Related question: how do you _compile_ extra kernel modules > >> after the kernel is installed and running? > > > > You could do your make (x|menu)c

Re: Adding kernel modules after install

2002-04-21 Thread David Z Maze
Peter Whysall <[EMAIL PROTECTED]> writes: > On Sun, 2002-04-21 at 19:22, Ron Johnson wrote: >> Related question: how do you _compile_ extra kernel modules >> after the kernel is installed and running? > > You could do your make (x|menu)config to select what you'd > forgotten, then do: ... > If you

Re: Adding kernel modules after install

2002-04-21 Thread Peter Whysall
On Sun, 2002-04-21 at 19:32, Pollywog wrote: > On 2002.04.21 18:27 Peter Whysall wrote: > > > You could do your make (x|menu)config to select what you'd forgotten, > > then do: > > > > # make dep clean modules modules_install > > > > You mean: > > make dep ; make clean ; make modules ; make mo

Re: Adding kernel modules after install

2002-04-21 Thread Pollywog
On 2002.04.21 18:27 Peter Whysall wrote: You could do your make (x|menu)config to select what you'd forgotten, then do: # make dep clean modules modules_install You mean: make dep ; make clean ; make modules ; make modules_install ? Disclaimer : this has worked for me. YMMV. If you'r

Re: Adding kernel modules after install

2002-04-21 Thread Peter Whysall
On Sun, 2002-04-21 at 19:22, Ron Johnson wrote: > On Sat, 2002-04-20 at 22:48, Osamu Aoki wrote: > > On Sat, Apr 20, 2002 at 11:34:38PM -0400, David Jackson wrote: > > > All --- > > > Hopefully a simple question. > > > How do I add additional kernel modules after the initial install? > > > It seems

Re: Adding kernel modules after install

2002-04-21 Thread Ron Johnson
On Sat, 2002-04-20 at 22:48, Osamu Aoki wrote: > On Sat, Apr 20, 2002 at 11:34:38PM -0400, David Jackson wrote: > > All --- > > Hopefully a simple question. > > How do I add additional kernel modules after the initial install? > > It seems I forgot to add the modules for my nic and ppp? > withour r

Re: Adding kernel modules after install

2002-04-20 Thread David J Jackson
Osamu -- That's what I thought, maybe it's time to call it a night (Colorado, US). I check and they were all there. Dave Osamu Aoki wrote: > On Sat, Apr 20, 2002 at 11:34:38PM -0400, David Jackson wrote: > > All --- > > Hopefully a simple question. > > How do I add additional kernel modules afte

Re: Adding kernel modules after install

2002-04-20 Thread Osamu Aoki
On Sat, Apr 20, 2002 at 11:34:38PM -0400, David Jackson wrote: > All --- > Hopefully a simple question. > How do I add additional kernel modules after the initial install? > It seems I forgot to add the modules for my nic and ppp? withour reboot: use "insmod" command. Or even better use "modprobe"