Re: Compiling module
Ariƫn Huisken <[email protected]> Fri, 09 Feb 2007 09:28:49 +0100
| Newsgroups | gmane.linux.trustix.general |
|---|---|
| Message-ID | <[email protected]> |
>>>> I have some new Intelboards with a e1000 nic, but this module is not
>>>> working with TSL2.2. I dowloaded the source of the module from Intel.
>>>
>>> Is it not working at all or just not recognized by the installer?
>>
>> No, not working at all.
>
> Well,
> i guess the following information would be helpfull to the TSL developers:
>
> - PCI-ID of the NIC
> - exact model of board and nic
> - output of dmesg after trying modprobe e1000
>
For anyone who's interested:
- Board: Intel Desktop Board D945GTP
- NIC: Intel 82573e
I used the following source to make this nic work (latest version):
http://sourceforge.net/project/showfiles.php?group_id=42302&package_id=54835
lspci -n for this nic:
01:00.0 Class 0200: 8086:108c (rev 03)
Trying to load the standard TSL e1000 module:
root@localhost ~# modprobe e1000
/lib/modules/2.4.34-1trsmp/kernel/drivers/net/e1000/e1000.o:
init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
modprobe: insmod
/lib/modules/2.4.34-1trsmp/kernel/drivers/net/e1000/e1000.o failed
modprobe: insmod e1000 failed
dmesg shows nothing.