removido
(usa Nenhuma)
Enviado em 31/03/2011 - 22:42h
pra compilar você precisará do base-devel e do kernel26-headers, caso não os tenha instalado será mais difícil.
tá lá no README do pacote, como root rodar os comandos abaixo:
----------------------------------------------------------------------------
Building and Installation
=========================
To build a binary RPM* package of this driver, run 'rpmbuild -tb
<filename.tar.gz>'. Replace <filename.tar.gz> with the specific filename of
the driver.
NOTE: For the build to work properly, the currently running kernel MUST match
the version and configuration of the installed kernel sources. If you
have just recompiled the kernel reboot the system now.
RPM functionality has only been tested in Red Hat distributions.
1. Move the base driver tar file to the directory of your choice. For example,
use /home/username/arl1e or /usr/local/src/arl1e.
2. Untar/unzip archive:
tar zxf arl1e-x.x.x.x.tar.gz
3. Change to the driver src directory:
cd arl1e-x.x.x.x/src/
4. Compile the driver module:
make install
The binary will be installed as:
/lib/modules/<KERNEL VERSION>/kernel/drivers/net/arl1e.[k]o
The install locations listed above are the default locations. They might
not be correct for certain Linux distributions. For more information,
see the ldistrib.txt file included in the driver tar.
5. Install the module:
insmod arl1e <parameter>=<value>
6. Assign an IP address to the interface by entering the following, where
x is the interface number:
ifconfig ethx <IP_address>
7. Verify that the interface works. Enter the following, where <IP_address>
is the IP address for another machine on the same subnet as the interface
that is being tested:
ping <IP_address>
----------------------------------------------------------------------------
SÓ 'make install' nada de ./configure && make && make install
* estou dando uma vasculhada no AUR pra ver se acho algo a respeito dessa placa.
-----------------------------------
ENTÃO:
# tar -zxvf l1c-linux-v1.0.0.11-for-2.6.30.tar.gz
# cd l1c-linux-v1.0.0.11-for-2.6.30/src/
# make install