View previous topic :: View next topic |
Author |
Message |
wonderboy n00b
Joined: 20 Jun 2003 Posts: 71
|
Posted: Mon Aug 04, 2003 7:17 am Post subject: just got gentoo installed, now cant get e1000 nic to work |
|
|
when i try and compile intels driver it works. but then when i do insmod e1000 it says some stuff about, not having the right parameters. i dont know what parameters to include. does anyone know?
My card: Intel PRO/1000 MT Destop Adapter
thanks guys |
|
Back to top |
|
|
puggy Bodhisattva
Joined: 28 Feb 2003 Posts: 1992 Location: Oxford, UK
|
Posted: Mon Aug 04, 2003 8:07 am Post subject: |
|
|
Please provide more details. This is not a good question if you want an answer.
Moving to Networking & Security from Installing Gentoo.
Puggy _________________ Where there's open source , there's a way. |
|
Back to top |
|
|
wonderboy n00b
Joined: 20 Jun 2003 Posts: 71
|
Posted: Mon Aug 04, 2003 2:46 pm Post subject: |
|
|
Alright here is the error message:
Code: |
Using /lib/modules/2.4.20-gentoo-r5/kernel/drivers/net/e1000.o: init_module: No such device
Hint: insmoderors can be caused by incorredt module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
|
im using the intel diver version: e1000-5.1.11
any help would be most apreciated. |
|
Back to top |
|
|
pilla Bodhisattva
Joined: 07 Aug 2002 Posts: 7731 Location: Underworld
|
Posted: Mon Aug 04, 2003 6:41 pm Post subject: |
|
|
wonderboy wrote: |
Code: |
You may find more information in syslog or the output from dmesg
|
|
_________________ "I'm just very selective about the reality I choose to accept." -- Calvin |
|
Back to top |
|
|
slartibartfasz Veteran
Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Mon Aug 04, 2003 9:13 pm Post subject: |
|
|
please tell us what
Code: | dmesg | grep -i eth |
says. could be a couple of things - also take a look at the FAQ _________________ To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be. |
|
Back to top |
|
|
Mithor n00b
Joined: 30 Jul 2003 Posts: 7
|
Posted: Mon Aug 04, 2003 9:50 pm Post subject: |
|
|
I maybe way off, but what system is it in? If its a dell latly they have been using broadcom network cards instead of intel's in place of their 1000 cards. |
|
Back to top |
|
|
wonderboy n00b
Joined: 20 Jun 2003 Posts: 71
|
Posted: Tue Aug 05, 2003 3:59 am Post subject: |
|
|
nothing is displayed, it just goes back to the command line. for further explaination, this is what i have
My custom system:
MSI KT4Ulltra
Athlon XP 1900+
GeforceFX 5600
512 Micron DDR PC2100
Intel PRO/1000 card.
During the install it detected the card. when i reboot and gentoo is on my system, during boot says it cant find the card. so i go to intels site, on my windows dual boot D/L the drivers untar them. then i read the README and it says go into the src directory. i do such, and then it says type 'make install' so i do that, it does the install. next line of the README says to type: Code: | insmod e1000 <parameter>=<value> | I dont know what the parameters/values are. they dont have an example, so i just read further to where it said about all the paramters. i try it with all of them to equal what it says is their default, same error message.
Hopefully that is more helpfull |
|
Back to top |
|
|
wonderboy n00b
Joined: 20 Jun 2003 Posts: 71
|
Posted: Tue Aug 05, 2003 4:53 am Post subject: |
|
|
I just tried recompiling with the card driver compiled into the kernel now, not as a module and when i boot i get this message:
Code: |
* Bringing eth0 up . . .
SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
* Failed to bring eth0 up
* ERROR: Problem starting needed services
"netmount" was not started.
|
Any ideas? |
|
Back to top |
|
|
slartibartfasz Veteran
Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Tue Aug 05, 2003 5:47 am Post subject: |
|
|
try to disable PnP in your bios and pass the kernel the options 'acpi=off' and 'apic=off' _________________ To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be. |
|
Back to top |
|
|
wonderboy n00b
Joined: 20 Jun 2003 Posts: 71
|
Posted: Tue Aug 05, 2003 3:05 pm Post subject: |
|
|
ill try that tonight when i get home from work, but why would that have any effect on the way the netcard worked? |
|
Back to top |
|
|
slartibartfasz Veteran
Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Tue Aug 05, 2003 6:42 pm Post subject: |
|
|
because PnP settings produce strange irq settings sometimes, and because the 2.4 kernels have problems with the network when apic and acpi are enabled - for more about this search for 'network' and 'problems' on this forum _________________ To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be. |
|
Back to top |
|
|
wonderboy n00b
Joined: 20 Jun 2003 Posts: 71
|
Posted: Wed Aug 06, 2003 3:27 am Post subject: |
|
|
That did it, thanks guys |
|
Back to top |
|
|
someguy Guru
Joined: 10 Jul 2003 Posts: 433 Location: (-_-) .::OH_WELL::. (-_-)
|
Posted: Sat Aug 09, 2003 12:55 pm Post subject: |
|
|
lil late on the post but just thought id add my experience with those cards
i always just make tulip a module and modprobe tulip works everytime _________________ print pack"C*",split/\D+/,`echo "16iII*o\U@{$/=$z;[(pop,pop,unpack"H*",<>
)]}\EsMsKsN0[lN*1lK[d2%Sa2/d0<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<J]dsJxp"|dc`
while [ 1 ] ; do echo "*" | telnet ip.of.print.er 9100 ; done |
|
Back to top |
|
|
charlesnadeau Apprentice
Joined: 19 May 2003 Posts: 205 Location: Ottawa, Ontario, Canada
|
Posted: Thu Sep 18, 2003 2:09 am Post subject: Re: just got gentoo installed, now cant get e1000 nic to wor |
|
|
wonderboy wrote: | when i try and compile intels driver it works. but then when i do insmod e1000 it says some stuff about, not having the right parameters. i dont know what parameters to include. does anyone know?
My card: Intel PRO/1000 MT Destop Adapter
thanks guys |
When you installed Gentoo, was this card already in your PC?
How did you get it recognised when you installed gentoo?
I am trying to install it using the Slackware boot disks but it doesn't have the driver for the Intel PRO/1000 T I am using.
Thanks!
Charles _________________ Charles Nadeau
http://radio.weblogs.com/0111823/
http://charlesnadeau.blogspot.com/search/label/Gentoo |
|
Back to top |
|
|
ph10 n00b
Joined: 29 Sep 2003 Posts: 2
|
Posted: Mon Sep 29, 2003 8:13 pm Post subject: |
|
|
I found this thread after having the same problem, but the posted solutions didn't work. After some more searching round the forums, I finally got a tip as to what to do, so I'm posting it here for the benefit of anyone else who finds this thread:
I re-compiled the kernel *without* any e1000 support (in fact, without any network card support at all). After installing the new kernel, I then ran
emerge e1000
This installed an e1000 module which worked. There seems to be some clash between what is in the kernel source and the external code that you get with emerge. |
|
Back to top |
|
|
|