Hi, Harri Thanks for helping.
I got the latest sk98lin driver source from http://www.syskonnect.com/. I also installed the kernel-source-2.6.8.deb package, because installing the sk98lin driver needs to recompile the kernel. When running the sk98lin install.sh script (compiling the kernel), I got an error: +++++++++++++++++++++++++ scripts/mod/empty.c:1: error: code model `kernel' not supported in the 32 bit mode +++++++++++++++++++++++++ It's most probably because my CPUs (Intel(R) Xeon(TM) CPU 3.00GHz) are 64bits, but the compiler is default to -m32 instead of -m64. Shall I change the /usr/src/linux/Makefile to use -m64? and how? Thanks! Xiaolin On Wed, Dec 22, 2004 at 07:08:20AM +0100, Harald Dunkel wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > ??? wrote: > | Hi, there > | > | > | It works great except one thing. One of the 1G-NICs doesn't work. > | > | lspci shows that this NIC is a: > | > | +++++++++++++++++++++++++++++++ > | 0000:05:00.0 Ethernet controller: Marvell Technology Group Ltd.: Unknown > | device 4361 (rev 17) > > Did you try the most recent driver? I would suggest to check > Documentation/networking/sk98lin.txt in the kernel sources. > Or look at http://www.syskonnect.com/ > > > Good luck > > Harri > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.5 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFByQ9UUTlbRTxpHjcRAvSOAKCE3fUbnifMVwOcos7XxeZRWRLTEwCfTO/7 > RwaatvElu5x58lBMzVGEcOE= > =rh40 > -----END PGP SIGNATURE----- >

