View previous topic :: View next topic |
Author |
Message |
sandro123 n00b
Joined: 25 Apr 2003 Posts: 25
|
|
Back to top |
|
|
UgolinoII Tux's lil' helper
Joined: 25 Apr 2004 Posts: 119
|
Posted: Fri May 30, 2008 9:16 am Post subject: |
|
|
Shiny new pcie intel card arrived this morning for my gentoo-xen box!
Imagine my delight when the e1000 module doesn't pick it up, and then i google to find this thread amongst others.
I'll post back once i get it working... |
|
Back to top |
|
|
sandro123 n00b
Joined: 25 Apr 2003 Posts: 25
|
Posted: Fri May 30, 2008 9:34 am Post subject: |
|
|
Yes this would be great, good luck that you get it working.
Ciao
Alessandro _________________ --------------System overview-----------------
-Desktop: Dual AthlonMP 2400 1GB Ram Dual Screen
-Server: Dual PIII 1000 Mhz 1GB Ram Raid5
-Development: PIII 350 256MB Ram |
|
Back to top |
|
|
UgolinoII Tux's lil' helper
Joined: 25 Apr 2004 Posts: 119
|
Posted: Fri May 30, 2008 9:45 am Post subject: |
|
|
You can download Driver here from intel site....
http://downloadcenter.intel.com/filter_results.aspx?strTypes=all&ProductID=2247&OSFullName=Linux*&lang=eng&strOSs=39&submit=Go%21
Code: | xen ~ # tar -xvf e1000e-0.2.9.5.tar.gz
e1000e-0.2.9.5/
e1000e-0.2.9.5/src/
e1000e-0.2.9.5/src/Makefile
e1000e-0.2.9.5/src/82571.c
e1000e-0.2.9.5/src/defines.h
e1000e-0.2.9.5/src/e1000.h
e1000e-0.2.9.5/src/es2lan.c
e1000e-0.2.9.5/src/ethtool.c
e1000e-0.2.9.5/src/hw.h
e1000e-0.2.9.5/src/ich8lan.c
e1000e-0.2.9.5/src/kcompat.c
e1000e-0.2.9.5/src/kcompat.h
e1000e-0.2.9.5/src/kcompat_ethtool.c
e1000e-0.2.9.5/src/lib.c
e1000e-0.2.9.5/src/netdev.c
e1000e-0.2.9.5/src/param.c
e1000e-0.2.9.5/src/phy.c
e1000e-0.2.9.5/COPYING
e1000e-0.2.9.5/README
e1000e-0.2.9.5/pci.updates
e1000e-0.2.9.5/e1000e.7
e1000e-0.2.9.5/e1000e.spec
e1000e-0.2.9.5/SUMS
xen ~ # cd e1000e-0.2.9.5/src
xen src # make install
make -C /lib/modules/2.6.21-xen/build SUBDIRS=/root/e1000e-0.2.9.5/src modules
make[1]: Entering directory `/usr/src/linux-2.6.21-xen'
CC [M] /root/e1000e-0.2.9.5/src/netdev.o
CC [M] /root/e1000e-0.2.9.5/src/ethtool.o
CC [M] /root/e1000e-0.2.9.5/src/param.o
CC [M] /root/e1000e-0.2.9.5/src/82571.o
CC [M] /root/e1000e-0.2.9.5/src/ich8lan.o
CC [M] /root/e1000e-0.2.9.5/src/es2lan.o
CC [M] /root/e1000e-0.2.9.5/src/phy.o
CC [M] /root/e1000e-0.2.9.5/src/lib.o
CC [M] /root/e1000e-0.2.9.5/src/kcompat.o
LD [M] /root/e1000e-0.2.9.5/src/e1000e.o
Building modules, stage 2.
MODPOST 1 modules
CC /root/e1000e-0.2.9.5/src/e1000e.mod.o
LD [M] /root/e1000e-0.2.9.5/src/e1000e.ko
make[1]: Leaving directory `/usr/src/linux-2.6.21-xen'
gzip -c ../e1000e.7 > e1000e.7.gz
# remove all old versions of the driver
find /lib/modules/2.6.21-xen -name e1000e.ko -exec rm -f {} \; || true
find /lib/modules/2.6.21-xen -name e1000e.ko.gz -exec rm -f {} \; || true
install -D -m 644 e1000e.ko /lib/modules/2.6.21-xen/kernel/drivers/net/e1000e/e1000e.ko
/sbin/depmod -a || true
install -D -m 644 e1000e.7.gz /usr/share/man/man7/e1000e.7.gz
man -c -P'cat > /dev/null' e1000e || true
No manual entry for e1000e
xen src # modprobe e1000e
xen src # lsmod
Module Size Used by
e1000e 107940 0
xen src # dmesg
...
e1000e: Intel(R) PRO/1000 Network Driver - 0.2.9.5
e1000e: Copyright (c) 1999-2008 Intel Corporation. |
then configure networking as appropriate
hth |
|
Back to top |
|
|
|