RE: delaying eth0 initialization

2003-01-23 Thread Bapi Ghosh
If your module is not loaded, you need to tell the kernel to load it. You can recompile the kernel with the new source code; but easier, you can add the module load to your rc local, so it can load the module dynamically at boot time. The default dir for modules is /lib/modules/kernel/... But I thi

RE: delaying eth0 initialization

2003-01-23 Thread Go, Jeffrey
, January 23, 2003 6:36 AMTo: [EMAIL PROTECTED]Subject: RE: delaying eth0 initialization An addendum: You can edit /etc/sysconfig/network-scripts/ifcfg-eth0 file, if you need to and then do ifdown ifcfg-eth0 and ifup ifcfg-eth0. Then start network service. Jaideep  Bapi Ghosh

RE: delaying eth0 initialization

2003-01-23 Thread Bapi Ghosh
03 2:49 PMTo: [EMAIL PROTECTED]Subject: RE: delaying eth0 initialization You just need to have the kernel headers installed, and if you got the kernel source, good enough. Try the following: -D__KERNEL__ -DMODULE -DLINUX -O -Wall -I/usr/include/ -D__KERNEL__ -DMODULE -DLINUX -O -Wall -I/usr/include/l

RE: delaying eth0 initialization

2003-01-23 Thread Bapi Ghosh
rom: Bapi Ghosh [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 22, 2003 2:49 PMTo: [EMAIL PROTECTED]Subject: RE: delaying eth0 initialization You just need to have the kernel headers installed, and if you got the kernel source, good enough. Try the following: -D__KERNEL__ -DMODULE -DLINUX -O -Wall -I

RE: delaying eth0 initialization

2003-01-22 Thread Go, Jeffrey
-Original Message-From: Bapi Ghosh [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 22, 2003 2:49 PMTo: [EMAIL PROTECTED]Subject: RE: delaying eth0 initialization You just need to have the kernel headers installed, and if you got the kernel source, good enough. Try the following

RE: delaying eth0 initialization

2003-01-22 Thread Go, Jeffrey
: delaying eth0 initialization You just need to have the kernel headers installed, and if you got the kernel source, good enough. Try the following: -D__KERNEL__ -DMODULE -DLINUX -O -Wall -I/usr/include/ -D__KERNEL__ -DMODULE -DLINUX -O -Wall -I/usr/include/linux/modversions.h If it

RE: delaying eth0 initialization

2003-01-22 Thread Bapi Ghosh
You just need to have the kernel headers installed, and if you got the kernel source, good enough. Try the following: -D__KERNEL__ -DMODULE -DLINUX -O -Wall -I/usr/include/ -D__KERNEL__ -DMODULE -DLINUX -O -Wall -I/usr/include/linux/modversions.h If it still complains, get rid of the modversions.h.

RE: delaying eth0 initialization

2003-01-22 Thread Go, Jeffrey
to no avail   thanks           -Original Message-From: Bapi Ghosh [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 22, 2003 10:38 AMTo: [EMAIL PROTECTED]Subject: RE: delaying eth0 initialization Anonmous ftp is always better. Get the right driver for your type of card and compile it

RE: delaying eth0 initialization

2003-01-22 Thread Bapi Ghosh
Anonmous ftp is always better. Get the right driver for your type of card and compile it. You can install the kernel-headers and kernel-source rpms for your kernel type, if you don't have them already. Please compile using gcc with the correct optimization and the includes. That's exactly the way I

RE: delaying eth0 initialization

2003-01-22 Thread Go, Jeffrey
:56 AMTo: [EMAIL PROTECTED]Subject: RE: delaying eth0 initialization Do an ifconfig -a to see what is there. Run netconfig to ensure you haven't set any arbitrary IRQ or MEM. Perhaps your driver is just messed up. In that case, simply get the source code for the driver of your

RE: delaying eth0 initialization

2003-01-22 Thread Bapi Ghosh
Do an ifconfig -a to see what is there. Run netconfig to ensure you haven't set any arbitrary IRQ or MEM. Perhaps your driver is just messed up. In that case, simply get the source code for the driver of your card from the manufacturer's website and compile it directly in your kernel (I guess you h

RE: delaying eth0 initialization

2003-01-22 Thread Go, Jeffrey
lto:[EMAIL PROTECTED]]Sent: Tuesday, January 21, 2003 12:08 PMTo: [EMAIL PROTECTED]Subject: Re: delaying eth0 initialization Several things you need to check: 1. Do not set IRQ or MEM in netconfig. 2. If you wish, set IRQ to AUTO in BIOS. Let the system pick it up. 3. Check the dri

Re: delaying eth0 initialization

2003-01-21 Thread Bapi Ghosh
Several things you need to check: 1. Do not set IRQ or MEM in netconfig. 2. If you wish, set IRQ to AUTO in BIOS. Let the system pick it up. 3. Check the driver exists in /lib/modules/kernel_version/kernel/drivers/ 4. If insmod gives dependency errors, try modprobe instead. Do lsmod to find out if

delaying eth0 initialization

2003-01-21 Thread Go, Jeffrey
hello list having issues with my eth0 config. Running RH 7.2.. in modules.conf, the alias for eth0 is 3c59x.. i do an insmod and I get an error...saying no such device..its also saying that such errors can be caused by invalid IO or IRQ params any thoughts? thanks -- redhat-list mailing li