Re: modules-init-tools

2003-10-02 Thread Sean Estabrooks
On Thu, 2 Oct 2003 09:48:53 -0500 "Paillet, Daniel" <[EMAIL PROTECTED]> wrote: > I am trying to compile 2.6.0-test5 kernel on red had 9. I was told that > I needed to have modules-init-tools to compile the kernel successfully. > I have downloaded the modules-init-tools. Where to I install it ?

Re: Modules Dropped?

2003-03-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 11:08 am, CM Miller wrote: > >>We need more details. > > This is what I can provide...what else will be needed > to troubleshoot this? At a minimum, the exact error message would be helpful. > > Running RH 8.0 box, and I ins

Re: Modules Dropped?

2003-03-15 Thread CM Miller
>>We need more details. This is what I can provide...what else will be needed to troubleshoot this? > Running RH 8.0 box, and I installed Fluxbox last > night. That installed ok, but upon reboot, I get an > error message with /etc/modules.conf. >>Can you copy the error message from the logs?

Re: Modules Dropped?

2003-03-15 Thread CM Miller
Subject: Re: Modules Dropped? Date: Sat, 15 Mar 2003 09:49:50 -0500 Plain Text Attachment [ Save to my Yahoo! Briefcase | Download File ] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 09:33 am, CM Miller wrote: We need more details. > Running RH 8.0 box, an

Re: Modules Dropped?

2003-03-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 March 2003 09:33 am, CM Miller wrote: We need more details. > Running RH 8.0 box, and I installed Fluxbox last > night. That installed ok, but upon reboot, I get an > error message with /etc/modules.conf. Can you copy the error messa

Re: Modules directory naming

2002-08-10 Thread Bob Hartung
Matt Thanks. I'll just leave it alone. I am not advanced enough to play with the make file for the kernel. But now I know where the name comes from. Bob Matthew Galgoci wrote: > the -custom minor version suffix is compiled into your kernel. I advise against > manually renaming your module

Re: Modules directory naming

2002-08-09 Thread Matthew Galgoci
the -custom minor version suffix is compiled into your kernel. I advise against manually renaming your modules directory. To do so will break auto loading of modules at best. If you don't like the -custom minor version suffix you can change it in the top level kernel makefile and rebuild your k

Re: modules

2002-07-23 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23-Jul-2002/18:11 +0200, Ximo Llacer <[EMAIL PROTECTED]> wrote: >How Could I save these commands, so the kernel recognize it when boot ? Add the commands to /etc/rc.d/rc.local. Tony - -- Anthony E. Greene OpenPGP Key:

RE: MODULES HELP!!

2002-06-18 Thread Elizabeth Fischer
I didn't use the rpm, so you might not consider my solution as "standard" but it worked fine - I downloaded the mod_jk .so directly from jakarta.apache.org - look in the binaries and there are .so files for Linux - you have a choice of eapi or noeapi files - you need to choose the mod_jk-3.3-ap13-

Re: Modules in 7.2

2001-12-11 Thread Dan Egli
Probably got something to do with your networking setup. Look in /etc/sysconfig/network and the /etc/sysconfig-network-scripts directory. See if in any files it mentions appletalk or IPX. Thats all I can think of at the moment. On Thu, 6 Dec 2001, Gordon Charrick wrote: > Didn't get a reply th

Re: Modules in 7.2

2001-12-06 Thread Robert Dege
It's probably getting loaded by default either because of your NIC card being initialized, or an initscript might be doing a modprobe which automagically laods it. Cron runs modprobe -r every hour, so it will get removed if it's not believed to be in use. -Rob > Didn't get a reply the first ti

Re: Modules work on plain jane 2.2.16-22 kern but not 2.2.16-22smp kernel

2001-04-07 Thread John Aldrich
On Sat, 07 Apr 2001, Scott Bowling wrote: > I installed Redhat 7.0 on my linux box today using the SMP option for the > initial install. By doing this it installed two kernels...the single > process kernel and the multiprocessor kernel. I have a Linksys ethernet > card and am using the tulip dri

Re: Modules work on plain jane 2.2.16-22 kern but not 2.2.16-22smpkernel

2001-04-07 Thread Charles Galpin
Hi Scott Do this: rmmod tulip cd /usr/src/linux/drivers/net/ tail -10 tulip.c This will show you how to compile your tulip module for SMP. Do so, on my system it is gcc -D__SMP__ -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c tulip.c `[ -f /usr/include/linux/modversions.h ] && echo -DM

Re: Modules

2001-04-04 Thread Mikkel L. Ellertson
On Wed, 4 Apr 2001, Szemerédy Gábor wrote: > Hello! > I am attempting to install a driver on my RH 6.2 with kernel > 2.2.14-5.0, but the intallation finishes with: > The present kernel configuration has modules disabled. > Type 'make config' and enable loadable module support. > Then build a kern

Re: modules

2001-02-24 Thread Mikkel L. Ellertson
On Sat, 24 Feb 2001, Ted Gervais wrote: > > Hi...and thanks for your response.. > > At 01:39 PM 24/02/2001 -0600, you wrote: > >On Sat, 24 Feb 2001, Ted Gervais wrote: > > > > > I just changed kernels and now it can't load any of the modules. > > > When I run modprobe it is looking for modules.de

Re: modules

2001-02-24 Thread Ted Gervais
Hi...and thanks for your response.. At 01:39 PM 24/02/2001 -0600, you wrote: >On Sat, 24 Feb 2001, Ted Gervais wrote: > > > I just changed kernels and now it can't load any of the modules. > > When I run modprobe it is looking for modules.dep that used to exist. > > Rather than trying to load th

Re: modules

2001-02-24 Thread Mikkel L. Ellertson
On Sat, 24 Feb 2001, Ted Gervais wrote: > I just changed kernels and now it can't load any of the modules. > When I run modprobe it is looking for modules.dep that used to exist. > Rather than trying to load the new one that now exists in /lib/modules/ > directory. > How exactly did you change ke

Re: modules - unresolved symbols

2000-12-14 Thread rpjday
On Thu, 14 Dec 2000, Bob Hartung wrote: > Dave, > That was it! Now I wonder why in the past, since RH 5.2 I > have never had to rename the original modules directory > under /lib and I have recompiled every kernel since 5.2 when > installed? Oh well, another lession learned. > > I did go thro

Re: modules - unresolved symbols

2000-12-14 Thread Bob Hartung
Dave, That was it! Now I wonder why in the past, since RH 5.2 I have never had to rename the original modules directory under /lib and I have recompiled every kernel since 5.2 when installed? Oh well, another lession learned. I did go through the Linux Kernel HOWTO and it doesn't say to renam

Re: modules - unresolved symbols

2000-12-14 Thread Dave Reed
> Date: Thu, 14 Dec 2000 12:32:27 -0600 > From: Bob Hartung <[EMAIL PROTECTED]> > > After successful recompile, I made modules and installed > them. Upon rebooting I have 25 unresolved symbols reported > in dmesg. How do I start tracking these down. This is > driving me up the proverbial wall

Re: Modules

2000-05-20 Thread Mikkel L. Ellertson
On Mon, 15 May 2000, Ray Parish wrote: > I have an old 486 (non plug and play bios) and I need the module 3c509 > loaded before all the daemons load. I have messed around with depmod, > modprobe, /etc/conf.modules > > How can I have the system load that module everytime before the system tries >

RE: Modules

2000-05-20 Thread Uncle Meat
On 15-May-00 Ray Parish opined: > I have an old 486 (non plug and play bios) and I need the module 3c509 > loaded before all the daemons load. I have messed around with depmod, > modprobe, /etc/conf.modules > > How can I have the system load that module everytime before the system tries > to bri

Re: modules & pcmcia

1999-11-07 Thread Jon Nichols
yep, that was it. All better! thanks much! Now if I can just figure out what the hell xmms thinks it is doing jon On Sun, 7 Nov 1999, Ron Golan wrote: > On Sun, 7 Nov 1999, Jon Nichols wrote: > > > 'Hatters: > > > > I wrote a while back about how when I recompile the kernel, my modules g

Re: modules & pcmcia

1999-11-07 Thread Ron Golan
On Sun, 7 Nov 1999, Jon Nichols wrote: > 'Hatters: > > I wrote a while back about how when I recompile the kernel, my modules go > out the window. Thanks to this list, I have made a little progress and now > have a more specific problem about which to squawk. > > In addition to the traditional

RE: modules/insmod/modprobe and kerneld operation

1998-05-19 Thread Maxwell Smart
On 19-May-98 Brian Kirkland/CADC Designer wrote: > I have been doing some reading about modules > trying to understand how they are loaded. I have > read the kerneld mini-howto, the depmod,modprobe, > and insmod man pages but I am still confused. > > I have a SCSI cdrom and an Adaptec 1510 contr

Re: modules

1998-04-02 Thread Phil Risby
Hi I may have misunderstood your question here, but I had something happen that was similar after a kernel compile The thing to do was to go to /lib/modules/your-kernel-version and remove ( or copy to some temp safe place ) all the files that are there. Then do the make modules-install again. I un