PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Atheros (WG511T) mit Madwifi unter SuSe 9.1 will nicht



PuMi
27.08.05, 11:02
nabend!

So nun ist schon spät und ich versuche mal hier mein Glück nachdem ich den ganzen Nachmittag am rumbasteln war.

Es Handelt sich um ne Netgear WG511T, die einfach nicht unter SuSe 9.1 (Kernel linux-2.6.5-7.193-default ) auf nem IBM R51 laufen will. Ich hab mir den aktuellen Madwifi Snapschot und nach der Readme installiert.

Yast2 erkennt die Karte als Netgear AR5212 802.111abg NIC . Ich kann dort auch Einstellungen vornehmen. Ansprechen mit ifconig wlan0 oder ath0 geht aber nicht.

Hier die Installation... am Ende sind jeweils 1 und 2 Errors. Ich weiss allerdings nicht was es bedeutet.



linux:/usr/src/madwifi-cvs-20050814 # make
Checking if all requirements are met... ok.
mkdir -p ./symbols
for i in ./ath_hal ath_rate/sample ./net80211 ./ath; do \
make -C $i || exit 1; \
done
make[1]: Entering directory `/usr/src/madwifi-cvs-20050814/ath_hal'
make -C /lib/modules/2.6.5-7.193-default/build SUBDIRS=/usr/src/madwifi-cvs-20050814/ath_hal MODVERDIR=/usr/src/madwifi-cvs-20050814/ath_hal/../symbols modules
make[2]: Entering directory `/usr/src/linux-2.6.5-7.193-default'

WARNING: Symbol version dump /usr/src/linux-2.6.5-7.193-default/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.

Building modules, stage 2.
MODPOST
make[2]: Leaving directory `/usr/src/linux-2.6.5-7.193-default'
make[1]: Leaving directory `/usr/src/madwifi-cvs-20050814/ath_hal'
make[1]: Entering directory `/usr/src/madwifi-cvs-20050814/ath_rate/sample'
make -C /lib/modules/2.6.5-7.193-default/build SUBDIRS=/usr/src/madwifi-cvs-20050814/ath_rate/sample MODVERDIR=/usr/src/madwifi-cvs-20050814/ath_rate/sample/../../symbols modules
make[2]: Entering directory `/usr/src/linux-2.6.5-7.193-default'

WARNING: Symbol version dump /usr/src/linux-2.6.5-7.193-default/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.

Building modules, stage 2.
MODPOST
make[2]: Leaving directory `/usr/src/linux-2.6.5-7.193-default'
make[1]: Leaving directory `/usr/src/madwifi-cvs-20050814/ath_rate/sample'
make[1]: Entering directory `/usr/src/madwifi-cvs-20050814/net80211'
make -C /lib/modules/2.6.5-7.193-default/build SUBDIRS=/usr/src/madwifi-cvs-20050814/net80211 MODVERDIR=/usr/src/madwifi-cvs-20050814/net80211/../symbols modules
make[2]: Entering directory `/usr/src/linux-2.6.5-7.193-default'

WARNING: Symbol version dump /usr/src/linux-2.6.5-7.193-default/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.

Building modules, stage 2.
MODPOST
make[2]: Leaving directory `/usr/src/linux-2.6.5-7.193-default'
make[1]: Leaving directory `/usr/src/madwifi-cvs-20050814/net80211'
make[1]: Entering directory `/usr/src/madwifi-cvs-20050814/ath'
make -C /lib/modules/2.6.5-7.193-default/build SUBDIRS=/usr/src/madwifi-cvs-20050814/ath MODVERDIR=/usr/src/madwifi-cvs-20050814/ath/../symbols modules
make[2]: Entering directory `/usr/src/linux-2.6.5-7.193-default'

WARNING: Symbol version dump /usr/src/linux-2.6.5-7.193-default/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.

CC [M] /usr/src/madwifi-cvs-20050814/ath/if_ath.o
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:273: error: parse error before "int"
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:273: warning: type defaults to `int' in declaration of `module_param'
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:273: warning: function declaration isn't a prototype
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:273: warning: data definition has no type or storage class
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:274: error: parse error before "int"
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:274: warning: type defaults to `int' in declaration of `module_param'
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:274: warning: function declaration isn't a prototype
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:274: warning: data definition has no type or storage class
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:275: error: parse error before "int"
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:275: warning: type defaults to `int' in declaration of `module_param'
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:275: warning: function declaration isn't a prototype
/usr/src/madwifi-cvs-20050814/ath/if_ath.c:275: warning: data definition has no type or storage class
make[3]: *** [/usr/src/madwifi-cvs-20050814/ath/if_ath.o] Error 1
make[2]: *** [_module_/usr/src/madwifi-cvs-20050814/ath] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.5-7.193-default'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/madwifi-cvs-20050814/ath'
make: *** [all] Error 1



linux:/usr/src/madwifi-cvs-20050814 # make install
for i in ./ath_hal ath_rate/sample ./net80211 ./ath; do \
make -C $i install || exit 1; \
done
make[1]: Entering directory `/usr/src/madwifi-cvs-20050814/ath_hal'
test -d //lib/modules/2.6.5-7.193-default/net || mkdir -p //lib/modules/2.6.5-7.
193-default/net
strip -S ath_hal.ko
cp ath_hal.ko //lib/modules/2.6.5-7.193-default/net
make[1]: Leaving directory `/usr/src/madwifi-cvs-20050814/ath_hal'
make[1]: Entering directory `/usr/src/madwifi-cvs-20050814/ath_rate/sample'
test -d //lib/modules/2.6.5-7.193-default/net || mkdir -p //lib/modules/2.6.5-7. 193-default/net
strip -S ath_rate_sample.ko
cp ath_rate_sample.ko //lib/modules/2.6.5-7.193-default/net
make[1]: Leaving directory `/usr/src/madwifi-cvs-20050814/ath_rate/sample'
make[1]: Entering directory `/usr/src/madwifi-cvs-20050814/net80211'
test -d //lib/modules/2.6.5-7.193-default/net || mkdir -p //lib/modules/2.6.5-7. 193-default/net
for i in wlan.o wlan_wep.o wlan_tkip.o wlan_ccmp.o wlan_acl.o wlan_xauth.o; do \
f=`basename $i .o`; \
strip -S $f.ko; \
cp $f.ko //lib/modules/2.6.5-7.193-default/net; \
done
make[1]: Leaving directory `/usr/src/madwifi-cvs-20050814/net80211'
make[1]: Entering directory `/usr/src/madwifi-cvs-20050814/ath'
test -d //lib/modules/2.6.5-7.193-default/net || mkdir -p //lib/modules/2.6.5-7. 193-default/net
cp ath_pci.ko //lib/modules/2.6.5-7.193-default/net
cp: cannot stat `ath_pci.ko': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/madwifi-cvs-20050814/ath'
make: *** [install] Error 1
linux:/usr/src/madwifi-cvs-20050814 #


Hier nochmal "dmesg"



Linux:~ # dmesg
Linux version 2.6.5-7.193-default (geeko@buildhost) (gcc version 3.3.3 (SuSE Linux)) #1 Wed Jul 20 14:39:18 UTC 2005
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ff60000 (usable)
BIOS-e820: 000000003ff60000 - 000000003ff77000 (ACPI data)
BIOS-e820: 000000003ff77000 - 000000003ff79000 (ACPI NVS)
BIOS-e820: 000000003ff80000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
128MB vmalloc/ioremap area available.
127MB HIGHMEM available.
896MB LOWMEM available.
On node 0 totalpages: 261984
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 225280 pages, LIFO batch:31
HighMem zone: 32608 pages, LIFO batch:15
DMI present.
IBM machine detected. Enabling interrupts during APM calls.
IBM machine detected. Disabling SMBus accesses.
ACPI: RSDP (v002 IBM ) @ 0x000f6df0
ACPI: XSDT (v001 IBM TP-1R 0x00003140 LTP 0x00000000) @ 0x3ff6a6cd
ACPI: FADT (v003 IBM TP-1R 0x00003140 IBM 0x00000001) @ 0x3ff6a800
ACPI: SSDT (v001 IBM TP-1R 0x00003140 MSFT 0x0100000e) @ 0x3ff6a9b4
ACPI: ECDT (v001 IBM TP-1R 0x00003140 IBM 0x00000001) @ 0x3ff76ebc
ACPI: TCPA (v001 IBM TP-1R 0x00003140 PTL 0x00000001) @ 0x3ff76f0e
ACPI: BOOT (v001 IBM TP-1R 0x00003140 LTP 0x00000001) @ 0x3ff76fd8
ACPI: DSDT (v001 IBM TP-1R 0x00003140 MSFT 0x0100000e) @ 0x00000000
ACPI: PM-Timer IO Port: 0x1008
ACPI: local apic disabled
Built 1 zonelists
Kernel command line: root=/dev/hda9 vga=0x317 desktop resume=/dev/hda8 splash=silent acpi_sleep=s3_bios
bootsplash: silent mode.
Initializing CPU#0
PID hash table entries: 4096 (order 12: 32768 bytes)
CKRM Initialization
...... Initializing ClassType<taskclass> ........
...... Initializing ClassType<socketclass> ........
CKRM Initialization done
Detected 1598.636 MHz processor.
Using tsc for high-res timesource
Console: colour dummy device 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1033032k/1047936k available (2075k kernel code, 13884k reserved, 712k data, 216k init, 130432k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 3162.11 BogoMIPS
Security Scaffold v1.0.0 initialized
SELinux: Disabled at boot.
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: afe9f9bf 00000000 00000000 00000000
CPU: After vendor identify, caps: afe9f9bf 00000000 00000000 00000000
New Cache info - new_l1d 0, new_l1i 0, new_l2 0, new_l3 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: After all inits, caps: afe9f9bf 00000000 00000000 00000040
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) M processor 1.60GHz stepping 06
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Looking for DSDT in initrd ...No customized DSDT found in initrd!
Freeing initrd memory: 1227k freed
khelper: max 64 concurrent processes
resid is -1 name is io <NULL>
CKRM .. create res clsobj for resouce <io>class <taskclass> par=00000000
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfd8d6, last bus=5
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: IRQ9 SCI: Edge set to Level Trigger.
ACPI: Found ECDT
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: Embedded Controller [EC] (gpe 28)
ACPI: Power Resource [PUBS] (on)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
Linux Plug and Play Support v0.97 (c) Adam Belay
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1d.7[D] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1f.3[B] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:02:00.0[A] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:02:00.2[C] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:02:01.0[A] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 11 (level, low) -> IRQ 11
vesafb: framebuffer at 0xe0000000, mapped to 0xf8816000, size 32704k
vesafb: mode is 1024x768x16, linelength=2048, pages=20
vesafb: protected mode interface info at c000:5710
vesafb: scrolling: redraw
vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
fb0: VESA VGA frame buffer device
Simple Boot Flag at 0x35 set to 0x1
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
Initial HugeTLB pages allocated: 0
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Initializing Cryptographic API
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
bootsplash 3.1.6-2004/03/31: looking for picture...<6> silentjpeg size 37245 bytes,<6>...found (1024x768, 17142 bytes, v3).
Console: switching to colour frame buffer device 118x41
Real Time Clock Driver v1.12
Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 11 (level, low) -> IRQ 11
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
RAMDISK driver initialized: 16 RAM disks of 64000K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 11 (level, low) -> IRQ 11
ICH4: chipset revision 1
ICH4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:DMA, hdd:pio
hda: FUJITSU MHT2060AT, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: MATSHITADVD-RAM UJ-830S, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 117210240 sectors (60011 MB) w/8192KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 >
ide-floppy driver 0.99.newide
mice: PS/2 mouse device common for all mice
input: PC Speaker
serio: i8042 AUX port at 0x60,0x64 irq 12
Synaptics Touchpad, model: 1
Firmware: 5.9
Sensor: 44
new absolute packet format
Touchpad has extended capability bits
-> multifinger detection
-> palm detection
-> pass-through port
input: SynPS/2 Synaptics TouchPad on isa0060/serio1
serio: Synaptics pass-through port at isa0060/serio1/input0
input: PS/2 Generic Mouse on synaptics-pt/serio0
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
NET: Registered protocol family 2
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
NET: Registered protocol family 1
NET: Registered protocol family 8
NET: Registered protocol family 20
Resume Machine: resuming from /dev/hda8
Resuming from device hda8
Resume Machine: This is normal swap space
ACPI: (supports S0 S3 S4 S5)
resid is -1 name is cpu <NULL>
CKRM .. create res clsobj for resouce <cpu>class <taskclass> par=00000000
........init_ckrm_sched_res , resid= 5
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
ReiserFS: hda9: found reiserfs format "3.6" with standard journal
ReiserFS: hda9: using ordered data mode
reiserfs: using flush barriers
ReiserFS: hda9: journal params: device hda9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda9: checking transaction log (hda9)
ReiserFS: hda9: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Trying to move old root to /initrd ... failed
Unmounting old root
Trying to free ramdisk memory ... okay
Freeing unused kernel memory: 216k freed
reiserfs: enabling write barrier flush mode
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
device-mapper: Allocated new minor_bits array for 1024 devices
device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
NTFS driver 2.1.6 [Flags: R/O MODULE].
NTFS volume version 3.1.
NTFS volume version 3.1.
NTFS volume version 3.1.
subfs 0.9
Adding 1048280k swap on /dev/hda8. Priority:42 extents:1
usbcore: registered new driver usbfs
usbcore: registered new driver hub
Intel(R) PRO/1000 Network Driver - version 6.0.52-NAPI
Copyright (c) 1999-2005 Intel Corporation.
ACPI: PCI interrupt 0000:02:01.0[A] -> GSI 11 (level, low) -> IRQ 11
e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
Linux Kernel Card Services
options: [pci] [cardbus] [pm]
ACPI: PCI interrupt 0000:02:00.0[A] -> GSI 11 (level, low) -> IRQ 11
Yenta: CardBus bridge found at 0000:02:00.0 [1014:0552]
Yenta: Using INTVAL to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta: ISA IRQ mask 0x04b8, PCI irq 11
Socket status: 30000020
cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0820-0x08ff: clean.
cs: IO port probe 0x0800-0x080f: clean.
cs: IO port probe 0x03e0-0x04ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x0100-0x03af: clean.
cs: IO port probe 0x0a00-0x0aff: clean.
e1000: eth0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
hw_random hardware driver 1.0.0 loaded
USB Universal Host Controller Interface driver v2.2
ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:1d.0: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: irq 11, io base 00001800
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
Linux agpgart interface v0.100 (c) Dave Jones
usb usb1: Product: UHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.5-7.193-default uhci_hcd
usb usb1: SerialNumber: 0000:00:1d.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:1d.1: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: irq 11, io base 00001820
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
usb usb2: Product: UHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.5-7.193-default uhci_hcd
usb usb2: SerialNumber: 0000:00:1d.1
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:1d.2: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: irq 11, io base 00001840
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.5-7.193-default uhci_hcd
usb usb3: SerialNumber: 0000:00:1d.2
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
agpgart: Detected an Intel 855PM Chipset.
agpgart: Maximum main memory to use for agp memory: 941M
agpgart: AGP aperture is 256M @ 0xd0000000
ACPI: PCI interrupt 0000:00:1d.7[D] -> GSI 11 (level, low) -> IRQ 11
ehci_hcd 0000:00:1d.7: EHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: irq 11, pci mem fabb3000
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
usb usb4: Product: EHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.5-7.193-default ehci_hcd
usb usb4: SerialNumber: 0000:00:1d.7
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 6 ports detected
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1203 $ Ben Collins <bcollins@debian.org>
ACPI: PCI interrupt 0000:02:00.2[C] -> GSI 11 (level, low) -> IRQ 11
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[11] MMIO=[c0215000-c02157ff] Max Packet=[2048]
usb 2-2: new low speed USB device using address 2
usb 2-2: Product: USB-PS/2 Optical Mouse
usb 2-2: Manufacturer: Logitech
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:1f.5 to 64
ieee80211_crypt: module not supported by Novell, setting U taint flag.
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: module not supported by Novell, setting U taint flag.
ieee80211: 802.11 data/management/control stack, 1.0.2
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
ipw2200: module not supported by Novell, setting U taint flag.
ipw2200: no version for "ieee80211_get_crypto_ops" found: kernel tainted.
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.6
ipw2200: Copyright(c) 2003-2004 Intel Corporation
ACPI: AC Adapter [AC] (on-line)
ACPI: Battery Slot [BAT0] (battery present)
ieee1394: Host added: ID:BUS[0-00:1023] GUID[00061b03220137c9]
ACPI: Power Button (FF) [PWRF]
ACPI: Lid Switch [LID]
ACPI: Sleep Button (CM) [SLPB]
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
ACPI: Processor [CPU] (supports C1 C2 C3, 8 throttling states)
ACPI: Thermal Zone [THM0] (54 C)
intel8x0_measure_ac97_clock: measured 49483 usecs
intel8x0: clocking to 48000
ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 11 (level, low) -> IRQ 11
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
usbcore: registered new driver hiddev
input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.1-2
usbcore: registered new driver hid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Non-volatile memory driver v1.2
ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 0.9.8.6
wlan: 0.7.3.1 BETA
ath_pci: 0.8.5.4 BETA
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI interrupt 0000:03:00.0[A] -> GSI 11 (level, low) -> IRQ 11
ath_pci: cache line size not set; forcing 32
ath%d: unable to attach hardware; HAL status 13
eth0: no IPv6 routers present
hdc: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
SCSI subsystem initialized
st: Version 20040318, fixed bufsize 32768, s/g segs 256
BIOS EDD facility v0.13 2004-Mar-09, 1 devices found
parport0: PC-style at 0x3bc [PCSPP,TRISTATE]
lp0: using parport0 (polling).
drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic
usbcore: registered new driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
end_request: I/O error, dev fd0, sector 0
mtrr: 0xe0000000,0x2000000 overlaps existing 0xe0000000,0x1000000
PCMCIA: socket f757bc2c: *** DANGER *** unable to remove socket power
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI interrupt 0000:03:00.0[A] -> GSI 11 (level, low) -> IRQ 11
ath_pci: cache line size not set; forcing 32
ath%d: unable to attach hardware; HAL status 13
NET: Registered protocol family 17
linux:~ #


Die Intel 2200 läuft übrigens.

Beim Aufruf von ifconfig wird mir nur die LAN Karte angezeigt ( BG2200 habe ich deaktiviert).

Beim Aufruf von ifconfig ath0 up:

Code:
linux:~ # ifconfig ath0 up
ath0: unknown interface: No such device


so sry für den superlangen post, aber dann könnt ihr (hoffentlich) gleich den Fehler erkennen.

BTW: Unter AUDITOR liefen beide Karten Intel (eth0) und die WG511T (ath0) ohne Probs.

Grüße