Re: [SSI-users] debian lenny stability, reliability, xen, drbd?
Brought to you by:
brucewalker,
rogertsang
|
From: John H. <jo...@Ca...> - 2009-04-26 10:01:05
|
jhonyl wrote: > >>> lspci for my NIC is : >>> 02:00.0 Ethernet controller: Attansic Technology Corp. L1 Gigabit >>> Ethernet Adapter (rev b0) > >> What driver does it need? What kernel version does it come in? > > In kernel 2.6.26 the driver exist. The module name is atl1e. > I've found the source for the driver, to get around the sourceforge message size limits I've put it on deb.openssi.org, at: http://deb.openssi.org/alpha/l1e-linux-v1.0.1.0.tar.gz (This is a copy of http://jan.ucc.nau.edu/wal2/l1e-linux-v1.0.1.0.tar.gz, md5sum for the tarball above: d83196e507f9b2bea47514ba97fffd6f sha1sum for the tarball above: 1f6a1ee6280add6e4c8d2f110ecd176c6f0e9134) A version compiled for my 2.6.12 kernel can be found at http://deb.openssi.org/alpha/atl1e.ko md5sum: 1a4c1296925751dcbec5bc9d02df7f68 atl1e.ko If you want to compile it yourself: 1. Install appropriate linux-headers package 2. Install kernel-package 3. Install gcc 3.4 4. make the symlink from /usr/src/linux-headers-xxxx to /lib/modules/`uname -r`/build (This should be done by the linux-headers package, but for some reason it isn't working). 5. In the atl1e source directory do: make CC=gcc-3.4 make install |