Hi!
Ich habe meinen Rechner aufgerüstet. Auf dem Board Asus P5G41T-MLX ist ein Atheros 8151 Netzwerk-Chip verbaut. Leider kriege ich ihn nicht zum laufen.
Mein Kernel ist: Linux 2.6.37.6-0.7-desktop x86_64
hwinfo bringt folgendes:
	
	
	
		
Der Realtek RTL-8169 ist eine PCI-karte die wieder raus muß um Platz für eine Soundkarte zu schaffen.
Wenn ich nach Handbuch/Readme von Asus gehe
	
	
	
		
bekomme ich folgende Meldung: 
	
	
	
		
Im Bugzilla wurde es bereits beschrieben und es wurden auch ein rpm angeboten, welches wohl für einen anderen Kernel gedacht war. Es lässt sich nicht installieren. Ich habe sogar versucht den Kernel auf Version 3 zu bringen. Leider startete der PC danach nicht mehr. 
Was kann ich tun, bzw. welchen Denkfehler mach ich hier?
								Ich habe meinen Rechner aufgerüstet. Auf dem Board Asus P5G41T-MLX ist ein Atheros 8151 Netzwerk-Chip verbaut. Leider kriege ich ihn nicht zum laufen.
Mein Kernel ist: Linux 2.6.37.6-0.7-desktop x86_64
hwinfo bringt folgendes:
		Code:
	
	24: PCI 200.0: 0200 Ethernet controller                         
  [Created at pci.318]
  Unique ID: B35A.F1VHyVdnVg6
  Parent ID: qTvu.ROwBNUz0Ld3
  SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:02:00.0
  SysFS BusID: 0000:02:00.0
  Hardware Class: network
  Model: "Attansic Ethernet controller"
  Vendor: pci 0x1969 "Attansic Technology Corp."
  Device: pci 0x1083 
  SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
  SubDevice: pci 0x83fe 
  Revision: 0xc0
  Memory Range: 0xfeac0000-0xfeafffff (rw,non-prefetchable)
  I/O Ports: 0xdc00-0xdc7f (rw)
  IRQ: 5 (no events)
  Module Alias: "pci:v00001969d00001083sv00001043sd000083FEbc02sc00i00"
  Config Status: cfg=no, avail=yes, need=no, active=unknown
  Attached to: #13 (PCI bridge)
25: PCI 401.0: 0200 Ethernet controller
  [Created at pci.318]
  Unique ID: rBUF.oxSyVMMObW1
  Parent ID: 6NW+.zXRvsg0ka5E
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:04:01.0
  SysFS BusID: 0000:04:01.0
  Hardware Class: network
  Model: "Realtek RTL-8169 Gigabit Ethernet"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8169 "RTL-8169 Gigabit Ethernet"
  SubVendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  SubDevice: pci 0x8169 
  Revision: 0x10
  Driver: "r8169"
  Driver Modules: "r8169"
  Device File: eth0
  I/O Ports: 0xe800-0xe8ff (rw)
  Memory Range: 0xfebffc00-0xfebffcff (rw,non-prefetchable)
  Memory Range: 0xfebc0000-0xfebdffff (ro,non-prefetchable,disabled)
  IRQ: 16 (115856 events)
  HW Address: 00:e0:52:bd:21:b8
  Link detected: yes
  Module Alias: "pci:v000010ECd00008169sv000010ECsd00008169bc02sc00i00"
  Driver Info #0:
    Driver Status: r8169 is active
    Driver Activation Cmd: "modprobe r8169"
  Config Status: cfg=no, avail=yes, need=no, active=unknown
  Attached to: #19 (PCI bridge)
	Wenn ich nach Handbuch/Readme von Asus gehe
		Code:
	
	Linux* Base Driver for the Atheros(R) AR8121/AR8113 PCI-E 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 Atheros(R) AR8121/AR8113 PCI-E 
Ethernet Adapter, version 1.0.0.5 This driver supports the 2.4.x and 2.6.x kernels.
This driver is only supported as a loadable module at this time. Atheros 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 Atheros(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/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>
	
		Code:
	
	Makefile:105: *** Linux kernel source not configured - missing autoconf.h.  Schluss.
	Was kann ich tun, bzw. welchen Denkfehler mach ich hier?