Da det er et Asus bundkort jeg har købt følger nogle linux drivere med..

På forholdt tak..!
Humle skrev:Da det er et Asus bundkort, følger der drivere med på en cd. Det er jeg 100 på, da der ligger en mappe med navnet LinuxDrivers, på cd'en..
Mit grafikkort er et GeForce 750 GT
Linux* Base Driver for the Attansic(R) L1 Gigabit Ethernet Adapter
==========================================================================
Contents
========
- In This Release
- Building and Installation
- Command Line Parameters
- Additional Configurations
- Known Issues
- Support
In This Release
===============
This file describes the Linux* Base Driver for the Attansic(R) L1 Gigabit
Ethernet Adapter, version 1.0.x. This driver supports the 2.4.x and 2.6.x kernels.
This driver is only supported as a loadable module at this time. Attansic is not
supplying patches against the kernel source to allow for static linking of
the driver. For questions related to hardware requirements, refer to the
documentation supplied with your Attansic(R) adapter. All hardware
requirements listed apply to use with Linux.
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/atl1 or /usr/local/src/atl1.
2. Untar/unzip archive:
tar zxf atl1-x.x.x.tar.gz
3. Change to the driver src directory:
cd atl1-x.x.x/src/
4. Compile the driver module:
make install
The binary will be installed as:
/lib/modules/<KERNEL VERSION>/kernel/drivers/net/atl1.[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 atl1 <parameter>=<value>
Kode: Vælg alt
sudo apt-get install build-essential linux-libc-dev
mkdir ~/Attansic
Kode: Vælg alt
cd ~/Attansic
unzip LAN.zip
cd LAN/src
sudo make
sudo make install
Kode: Vælg alt
sudo modprobe atl1
Kode: Vælg alt
sudo gedit /etc/modules
Kode: Vælg alt
atl1