Re: [gentoo-user] emerge problem with e100

2005-01-23 Thread Richard Foltyn
On Sun, 2005-01-23 at 00:21 +0100, pat wrote:
 Hi All,
 
 I've setup new system and compile the kernel (2.6.10-r1) and I want to install
 network card. I did emerge e100 after kernel compilation, but I have
 received error (in attachement). Did I something wrong ???

Maybe you don't really need the e100 package to get your NIC running.
The necessary module should be part of every kernel and works without
problems. I don't even have the e100 package installed.

My NIC:
Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM)
Ethernet Controller (rev 42)

Kernel Config:
CONFIG_E100=m
CONFIG_E100_NAPI=y

Hope this helps,
richard


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] emerge problem with e100

2005-01-23 Thread Brett I. Holcomb
On my system with  an e100 I built it as a module during the kernel build 
and then load it at startup.  Did you try that?


On Sun, 23 Jan 2005, Richard Foltyn wrote:

 On Sun, 2005-01-23 at 00:21 +0100, pat wrote:
 Hi All,

 I've setup new system and compile the kernel (2.6.10-r1) and I want to 
 install
 network card. I did emerge e100 after kernel compilation, but I have
 received error (in attachement). Did I something wrong ???

 Maybe you don't really need the e100 package to get your NIC running.
 The necessary module should be part of every kernel and works without
 problems. I don't even have the e100 package installed.

 My NIC:
 Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM)
 Ethernet Controller (rev 42)

 Kernel Config:
 CONFIG_E100=m
 CONFIG_E100_NAPI=y

 Hope this helps,
 richard


--
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge problem with e100

2005-01-22 Thread pat
Hi All,

I've setup new system and compile the kernel (2.6.10-r1) and I want to install
network card. I did emerge e100 after kernel compilation, but I have
received error (in attachement). Did I something wrong ???

Thanks

 Pat


emerge.e100
Description: Binary data
--
gentoo-user@gentoo.org mailing list

Re: [gentoo-user] emerge problem with e100

2005-01-22 Thread A. Khattri
On Sun, 23 Jan 2005, pat wrote:

 I've setup new system and compile the kernel (2.6.10-r1) and I want to install
 network card. I did emerge e100 after kernel compilation, but I have
 received error (in attachement). Did I something wrong ???

See warning at the top:

Makefile:174: ***
Makefile:175: *** Warning: kernel source version (2.6.10)
Makefile:176: *** does not match running kernel  (2.6.9-gentoo-r1)
Makefile:177: *** Continuing with build,
Makefile:178: *** resulting driver may not be what you want
Makefile:179: ***
Makefile:197: ***
Makefile:202: *** Warning: kernel source configuration (UP)
Makefile:203: *** does not match running kernel (SMP)
Makefile:205: *** Continuing with build,
Makefile:206: *** resulting driver may not be what you want
Makefile:207: ***

You are upgrading kernels so you need to do some more work.

Does /usr/src/linux point to /usr/src/linux-2.6.10 ???

Assuming you made the link, then try going into /usr/src/linux-2.6.10 and
run make menuconfig so it builds a config file (just run then exit
again). Then copy the config for your existing kernel to the new kernel:

cp /usr/src/linux-2.6.9-gentoo-r1/.config /usr/src/linux-2.6.10

Then run make oldconfig to update your existing config to the new
kernel.

Then you can do:

make  make modules  make modules_install

And finally emerge the e100 package too.


-- 

--
gentoo-user@gentoo.org mailing list