• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Suse 10.0 und WLAN (mit WPA) funktioniert nicht mehr

Cheesie

Member
mit Suse 9.3 bekam ich mein WLAN (mit WPA) zum Laufen, indem bei der Wired-Netzwerk Karte "bei Geräteanschluss" oder ähnlich angegeben habe. Nach dem Update auf Suse 10.0 läuft das WLAN in den meisten Fällen nicht mehr (es hat etwa 3mal geklappt):
Iwconfig:
eth2 unassociated ESSID:"000DBBB1BBBE"
Mode:Managed Channel=0 Access Point: 00:0D:0B:BB:BB:BB
Bit Rate=0 kb/s Tx-Power=20 dBm
Retry limit:7 RTS thr:eek:ff Fragment thr:eek:ff
Encryption key:eek:ff
Power Management:eek:ff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
ab und zu steht gar nichts zu eth2.

Im Bootlog steht u.a.
doneSetting up network interfaces:
lo
lo IP address: 127.0.0.1/8
done eth0 device: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
eth0 configuration: eth-id-00:03:9d:75:4e:0c
eth0 Startmode is 'off'
skipped eth2 device: Intel Corporation PRO/Wireless 2915ABG MiniPCI Adapter (rev 05)
eth2 configuration: wlan-bus-pci-0000:06:04.0
eth2 starting wpa_supplicant
eth2 (DHCP) . . . <notice>startproc: execve (/opt/kde3/bin/kdm) [ /opt/kde3/bin/kdm ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 QTDIR=/usr/lib/qt3 INIT_VERSION=sysvinit-2.85 KDEROOTHOME=/root/.kdm REDIRECT=/dev/tty1 COLUMNS=127 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/lib/klibc/bin vga=0x317 RUNLEVEL=5 SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1024x768.cfg PWD=/ LANG=de_DE.UTF-8 PREVLEVEL=N LINES=44 SHLVL=2 HOME=/ XCURSOR_THEME=crystalwhite WINDOWMANAGER=/usr/X11R6/bin/kde LC_CTYPE=de_DE.UTF-8 SPLASH=yes splash=silent ROOTFS_BLKDEV=/dev/hda7 _=/sbin/startproc DAEMON=/opt/kde3/bin/kdm ]
. . no IP address yet... backgrounding.
waiting
Waiting for mandatory devices: wlan-bus-pci-0000:06:04.0
13 12 10 9 <notice>checkproc: /opt/kde3/bin/kdm 5041
8 6 4 3 2 1 0
eth2 interface could not be set up
failedSetting up service network . . . . . . . . . . . . . . . .failed
Starting service kdmdone
Firewall ist nicht aktiviert.
 
Lade dir den Treiber neu herunter von hier (Firmware nicht vergessen), das passend Subsystem von hier, und einen notwendigen Patch von hier. Dann patchst du die Treiber-Dateien und installierst das ganze.
Anleitungen dazu findest du schon hier im Forum.

Greetz, HB
 
OP
C

Cheesie

Member
die Installationsanleitungen habe ich gefunden. Erhalte aber bei ieee80211 beim Befehl make die folgende Meldungen, wo ich nicht weiter weiss.

linux-home:/tmp/ieee80211-1.0.3 # make
Checking in /lib/modules/2.6.13-15-default/build/ for ieee80211 components...

make -C /lib/modules/2.6.13-15-default/build M=/tmp/ieee80211-1.0.3 MODVERDIR=/tmp/ieee80211-1.0.3 modules
make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make -C ../../../linux-2.6.13-15 O=../linux-2.6.13-15-obj/i386/default modules
CC [M] /tmp/ieee80211-1.0.3/ieee80211_module.o
/tmp/ieee80211-1.0.3/ieee80211_module.c:61: error: syntax error before ‘IEEE80211_VERSION’
/tmp/ieee80211-1.0.3/ieee80211_module.c: In function ‘alloc_ieee80211’:
/tmp/ieee80211-1.0.3/ieee80211_module.c:145: error: ‘ieee80211_crypt_deinit_handler’ undeclared (first use in this function)
/tmp/ieee80211-1.0.3/ieee80211_module.c:145: error: (Each undeclared identifier is reported only once
/tmp/ieee80211-1.0.3/ieee80211_module.c:145: error: for each function it appears in.)
/tmp/ieee80211-1.0.3/ieee80211_module.c:146: error: ‘struct ieee80211_device’ has no member named ‘crypt_quiesced’
/tmp/ieee80211-1.0.3/ieee80211_module.c: In function ‘free_ieee80211’:
/tmp/ieee80211-1.0.3/ieee80211_module.c:171: error: implicit declaration of function ‘ieee80211_crypt_quiescing’
/tmp/ieee80211-1.0.3/ieee80211_module.c:173: error: implicit declaration of function ‘ieee80211_crypt_deinit_entries’
/tmp/ieee80211-1.0.3/ieee80211_module.c:178: error: dereferencing pointer to incomplete type
/tmp/ieee80211-1.0.3/ieee80211_module.c:179: error: dereferencing pointer to incomplete type
/tmp/ieee80211-1.0.3/ieee80211_module.c:179: error: dereferencing pointer to incomplete type
/tmp/ieee80211-1.0.3/ieee80211_module.c:180: error: dereferencing pointer to incomplete type
/tmp/ieee80211-1.0.3/ieee80211_module.c: In function ‘ieee80211_init’:
/tmp/ieee80211-1.0.3/ieee80211_module.c:255: error: syntax error before ‘IEEE80211_VERSION’
make[4]: *** [/tmp/ieee80211-1.0.3/ieee80211_module.o] Fehler 1
make[3]: *** [_module_/tmp/ieee80211-1.0.3] Fehler 2
make[2]: *** [modules] Fehler 2
make[1]: *** [modules] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make: *** [modules] Fehler 2
 
OP
C

Cheesie

Member
danke. Die Installation ging in der Zwischenzeit ohne für mich offensichtliche Fehlermeldungen. Leider bin ich nicht weiter.
Hier einige Meldungen nach dem Start:

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.3
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
ipw2200: module not supported by Novell, setting U taint flag.
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.6
ipw2200: Copyright(c) 2003-2004 Intel Corporation
ACPI: PCI Interrupt 0000:06:04.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ
11
ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection

(...)
NET: Registered protocol family 17
ipw2200: failed to send SSID command
ipw2200: failed to send HOST_CMD_RSN_CAPABILITIES command
ipw2200: failed to send SSID command
ipw2200: failed to send SCAN_REQUEST_EXT command
eth0: PHY reset until link up
ipw2200: No space for Tx
ipw2200: failed to send SCAN_REQUEST_EXT command
ipw2200: No space for Tx
ipw2200: failed to send SSID command

frage mich weiterhin, wieso das WLAN unter Suse 9.3 funktionierte und nun nicht mehr. Das ist schon nicht gerade ideal.
 
OP
C

Cheesie

Member
leider habe ich Probleme bei zwei Patches: ipw2220-1.0.6-hwcrypt-wpa-fix3.patch und der ipw2200-1.0.6-hwcrypt-wpa-fix4.patch.
linux-home:/tmp/ipw2200-1.0.6 # patch -p1 <ipw2200-1.0.6-hwcrypt-wpa-fix4.patch
patching file ipw2200.c
Hunk #1 succeeded at 6046 (offset 470 lines).
Hunk #2 FAILED at 6105.
Hunk #3 FAILED at 6703.
Hunk #4 FAILED at 6746.

Hunk #5 succeeded at 7277 with fuzz 1 (offset 669 lines).
Hunk #6 FAILED at 7306.
Hunk #7 FAILED at 11027.

5 out of 7 hunks FAILED -- saving rejects to file ipw2200.c.rej

bei make habe ich dann die folgenden Fehlermeldungen (Auszug):
bei make von /ipw2200-1.0.6

/tmp/ipw2200-1.0.6/ipw2200.c:5707: error: redefinition of ‘ipw_set_hw_decrypt_unicast’
/tmp/ipw2200-1.0.6/ipw2200.c:5658: error: previous definition of ‘ipw_set_hw_decrypt_unicast’ was here
/tmp/ipw2200-1.0.6/ipw2200.c:5733: error: redefinition of ‘ipw_set_hw_decrypt_multicast’
/tmp/ipw2200-1.0.6/ipw2200.c:5684: error: previous definition of ‘ipw_set_hw_decrypt_multicast’ was here
/tmp/ipw2200-1.0.6/ipw2200.c:5756: error: redefinition of ‘ipw_set_hw_decrypt_unicast’
/tmp/ipw2200-1.0.6/ipw2200.c:5707: error: previous definition of ‘ipw_set_hw_decrypt_unicast’ was here
/tmp/ipw2200-1.0.6/ipw2200.c:5782: error: redefinition of ‘ipw_set_hw_decrypt_multicast’
/tmp/ipw2200-1.0.6/ipw2200.c:5733: error: previous definition of ‘ipw_set_hw_decrypt_multicast’ was here
/tmp/ipw2200-1.0.6/ipw2200.c:5805: error: redefinition of ‘ipw_set_hw_decrypt_unicast’
/tmp/ipw2200-1.0.6/ipw2200.c:5756: error: previous definition of ‘ipw_set_hw_decrypt_unicast’ was here
/tmp/ipw2200-1.0.6/ipw2200.c:5831: error: redefinition of ‘ipw_set_hw_decrypt_multicast’
 
OP
C

Cheesie

Member
bei diesem hatte ich eben die genannten Fehlermeldungen beim patchen. aber ich habe das File nun nochmals kopiert und dann nochmals gepatcht. Nun ging die Installation.
Resultat: bei einem Neustart des Notebooks kam ich ins Internet.
beim zweiten Neustart wieder das Problem: Keine wlan-Karte gefunden:
doneSetting up network interfaces:
lo
lo IP address: 127.0.0.1/8
done eth0 device: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
eth0 configuration: eth-id-00:03:9d:75:4e:0c
eth0 is controlled by ifplugd
doneWaiting for mandatory devices: wlan-bus-pci-0000:06:04.0
20 19 17 <notice>startproc: execve (/opt/kde3/bin/kdm) [ /opt/kde3/bin/kdm ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 QTDIR=/usr/lib/qt3 INIT_VERSION=sysvinit-2.85 KDEROOTHOME=/root/.kdm REDIRECT=/dev/tty1 COLUMNS=127 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/lib/klibc/bin vga=0x317 RUNLEVEL=5 SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-1024x768.cfg PWD=/ LANG=de_DE.UTF-8 PREVLEVEL=N LINES=44 SHLVL=2 HOME=/ XCURSOR_THEME=crystalwhite WINDOWMANAGER=/usr/X11R6/bin/kde LC_CTYPE=de_DE.UTF-8 SPLASH=yes splash=silent ROOTFS_BLKDEV=/dev/hda7 _=/sbin/startproc DAEMON=/opt/kde3/bin/kdm ]
16 15 14 13 12 11 10 9 <notice>checkproc: /opt/kde3/bin/kdm 4916
8 7 6 5 4 3 2 1 0
wlan-bus-pci-0000:06:04.0 No interface found
failedSetting up service network . . . . . . . . . . . . . . . .failed
 
Dann wird aus irgendeinem Grund das Modul nicht geladen... Geht es, wenn du es von Hand (als root: "modprobe ipw2200") einbindest?
Was steht in der Ausgabe von "dmesg" über die ipw?

Greetz, HB
 
OP
C

Cheesie

Member
sorry für die ungefilterte Ausgabe.

modprobe ipw2200 --> keine Reaktion.

dmesg

linux-home:/home/martin # dmesg ipw2200
Linux version 2.6.13-15-default (geeko@buildhost) (gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)) #1 Tue Sep 13 14:56:15 UTC 2005
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000001ffdeffc (usable)
BIOS-e820: 000000001ffdfffc - 000000001fffffc0 (ACPI data)
BIOS-e820: 000000001fffffc0 - 0000000020000000 (ACPI NVS)
BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
On node 0 totalpages: 131038
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 126942 pages, LIFO batch:31
HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 INSYDE ) @ 0x000e5010
ACPI: RSDT (v001 INSYDE RSDT_000 0x00000100 ABCD 0x00010200) @ 0x1fffa9ab
ACPI: FADT (v001 INSYDE FACP_000 0x00000100 0000 0x00010200) @ 0x1ffffb30
ACPI: MCFG (v001 INSYDE MCFG_000 0x30303030 0000 0x30303030) @ 0x1ffffbc0
ACPI: SSDT (v001 PmRef Cpu0Ist 0x00003000 INTL 0x20030522) @ 0x1fffabb7
ACPI: SSDT (v001 PmRef Cpu0Cst 0x00003001 INTL 0x20030522) @ 0x1fffa9df
ACPI: DSDT (v001 BenQ Intel 0x00001004 INTL 0x02002036) @ 0x00000000
ACPI: PM-Timer IO Port: 0x1008
ACPI: local apic disabled
Allocating PCI resources starting at 20000000 (gap: 20000000:dff00000)
Built 1 zonelists
Kernel command line: root=/dev/hda7 vga=0x317 selinux=0 resume=/dev/hda6 splash=silent
bootsplash: silent mode.
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 32768 bytes)
Detected 1733.594 MHz processor.
Using pmtmr 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: 513616k/524152k available (2028k kernel code, 9944k reserved, 700k data, 204k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 3471.84 BogoMIPS (lpj=6943684)
Security Framework v1.0.0 initialized
SELinux: Disabled at boot.
Mount-cache hash table entries: 512
CPU: After generic identify, caps: afe9f9ff 00100000 00000000 00000000 00000180 00000000 00000000
CPU: After vendor identify, caps: afe9f9ff 00100000 00000000 00000000 00000180 00000000 00000000
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: After all inits, caps: afe9f9ff 00100000 00000000 00000040 00000180 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
mtrr: v2.0 (20020519)
CPU: Intel(R) Pentium(R) M processor 1.73GHz stepping 08
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
checking if image is initramfs... it is
Freeing initrd memory: 1675k freed
ACPI: Looking for DSDT in initrd... not found!
not found!
ACPI: setting ELCR to 0200 (from 0c80)
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xea554, last bus=6
PCI: Using MMCONFIG
ACPI: Subsystem revision 20050408
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] segment is 0
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Boot video device is 0000:01:00.0
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKB] (IRQs *10 11)
ACPI: PCI Interrupt Link [LNKC] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKD] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKE] (IRQs *7)
ACPI: PCI Interrupt Link [LNKF] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKG] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKH] (IRQs 10 *11)
ACPI: Embedded Controller [EC0] (gpe 16)
ACPI: Power Resource [PUT2] (on)
ACPI: Power Resource [PFA1] (off)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 11 devices
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
TC classifier action (bugs to netdev@vger.kernel.org cc hadi@cyberus.ca)
PCI: Bridge: 0000:00:01.0
IO window: c000-dfff
MEM window: c0000000-cfffffff
PREFETCH window: 90000000-9fffffff
PCI: Bus 7, cardbus bridge: 0000:06:09.0
IO window: 00003000-00003fff
IO window: 00004000-00004fff
PREFETCH window: 80000000-81ffffff
MEM window: b2000000-b3ffffff
PCI: Bridge: 0000:00:1e.0
IO window: 2000-3fff
MEM window: b0000000-bfffffff
PREFETCH window: 80000000-8fffffff
ACPI-0212: *** Warning: Device is not power manageable
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:00:01.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:01.0 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
ACPI: PCI Interrupt 0000:06:09.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
apm: BIOS not found.
audit: initializing netlink socket (disabled)
audit(1129452944.084:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
ACPI: PCI Interrupt 0000:00:01.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:01.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[pcie00]
Allocate Port Service[pcie03]
vesafb: framebuffer at 0x90000000, mapped to 0xe0880000, using 6144k, total 65536k
vesafb: mode is 1024x768x16, linelength=2048, pages=41
vesafb: protected mode interface info at c000:57b9
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
bootsplash 3.1.6-2004/03/31: looking for picture...<6> silentjpeg size 76011 bytes,<6>...found (1024x768, 12703 bytes, v3).
Console: switching to colour frame buffer device 127x44
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12
PNP: PS/2 Controller [PNP0303:pS2K,PNP0f13:pS2M] at 0x60,0x64 irq 1,12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
ACPI-0212: *** Warning: Device is not power manageable
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 7
PCI: setting IRQ 7 as level-triggered
ACPI: PCI Interrupt 0000:00:1e.3 -> Link [LNKE] -> GSI 7 (level, low) -> IRQ 7
ACPI: PCI interrupt for device 0000:00:1e.3 disabled
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 64000K size 1024 blocksize
loop: loaded (max 8 devices)
mice: PS/2 mouse device common for all mice
input: PC Speaker
md: md driver 0.90.2 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 3.38
NET: Registered protocol family 2
input: AT Translated Set 2 keyboard on isa0060/serio0
IP route cache hash table entries: 8192 (order: 3, 32768 bytes)
TCP established hash table entries: 32768 (order: 6, 262144 bytes)
TCP bind hash table entries: 32768 (order: 5, 131072 bytes)
TCP: Hash tables configured (established 32768 bind 32768)
TCP reno registered
NET: Registered protocol family 1
Using IPI Shortcut mode
ACPI wakeup devices:
LID0 RP01 RP02 RP03 RP04 LANC MODM PS2K
ACPI: (supports S0 S3 S4 S5)
Freeing unused kernel memory: 204k freed
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH6: IDE controller at PCI slot 0000:00:1f.1
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
ICH6: chipset revision 4
ICH6: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1100-0x1107, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0x1108-0x110f, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hda: HTS548080M9AT00, ATA DISK drive
hdb: MATSHITADVD-RAM UJ-840S, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 1024KiB
hda: 156301488 sectors (80026 MB) w/7877KiB Cache, CHS=16383/255/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 >
Probing IDE interface ide1...
ACPI: CPU0 (power states: C1[C1] C2[C2])
ACPI: Processor [CPU0] (supports 8 throttling states)
ACPI-0521: *** Warning: Error getting cpuindex for acpiid 0x1
Synaptics Touchpad, model: 1, fw: 5.9, id: 0x926eb1, caps: 0x804719/0x0
input: SynPS/2 Synaptics TouchPad on isa0060/serio1
ACPI-0400: *** Warning: Invalid active threshold [0]
ACPI: Thermal Zone [THZN] (51 C)
ACPI: Thermal Zone [THZV] (47 C)
ACPI: Fan [FAN1] (off)
Attempting manual resume
swsusp: Suspend partition has wrong signature?
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
udev[2101]: run_program: open /dev/null failed
udev[2101]: run_program: exec of program '/sbin/modprobe' failed
udev[1235]: udev_make_node: mknod(/dev/hda5, 060640, 3, 5) failed with error 'No such file or directory'
bootsplash: status on console 0 changed to on
spurious 8259A interrupt: IRQ7.
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
Adding 1036152k swap on /dev/hda6. Priority:42 extents:1
device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
NTFS driver 2.1.23 [Flags: R/W MODULE].
NTFS volume version 3.1.
ACPI-0212: *** Warning: Device is not power manageable
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:00:1e.2[A] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:1e.2 to 64
intel8x0_measure_ac97_clock: measured 54850 usecs
intel8x0: clocking to 48000
lp: driver loaded but no devices found
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 915GM Chipset.
agpgart: AGP aperture is 256M @ 0x0
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.3
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKH] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001200
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:1d.1 -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001220
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
hw_random: cannot enable RNG, aborting
ACPI: PCI Interrupt 0000:00:1d.2[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.2: irq 11, io base 0x00001240
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI-0212: *** Warning: Device is not power manageable
PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)
ACPI: PCI Interrupt 0000:00:1d.7[A] -> Link [LNKH] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
ehci_hcd 0000:00:1d.7: irq 11, io mem 0x20000000
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 8 ports detected
ACPI: PCI Interrupt 0000:06:09.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
Yenta: CardBus bridge found at 0000:06:09.0 [17ff:5006]
ieee1394: Initialized config rom entry `ip1394'
Yenta: ISA IRQ mask 0x0078, PCI irq 11
Socket status: 30000006
pcmcia: parent PCI bridge I/O window: 0x2000 - 0x3fff
cs: IO port probe 0x2000-0x3fff: clean.
pcmcia: parent PCI bridge Memory window: 0xb0000000 - 0xbfffffff
pcmcia: parent PCI bridge Memory window: 0x80000000 - 0x8fffffff
ohci1394: $Rev: 1299 $ Ben Collins <bcollins@debian.org>
ACPI: PCI Interrupt 0000:06:09.2[C] -> Link [LNKE] -> GSI 7 (level, low) -> IRQ 7
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[7] MMIO=[b0000000-b00007ff] Max Packet=[2048]
r8169 Gigabit Ethernet driver 2.2LK loaded
ACPI-0212: *** Warning: Device is not power manageable
ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 11
ACPI: PCI Interrupt 0000:06:07.0[A] -> Link [LNKF] -> GSI 11 (level, low) -> IRQ 11
eth0: Identified chip type is 'RTL8169s/8110s'.
eth0: RTL8169 at 0xe12da000, 00:03:9d:75:4e:0c, IRQ 11
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.3
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
usb 4-4: new high speed USB device using ehci_hcd and address 3
ipw2200: module not supported by Novell, setting U taint flag.
iwp2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.6
ipw2200: Copyright(c) 2003-2004 Intel Corporation

ACPI: PCI Interrupt 0000:06:04.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
hub 4-4:1.0: USB hub found
hub 4-4:1.0: 1 port detected
usb 2-1: new low speed USB device using uhci_hcd and address 2
irq 11: nobody cared (try booting with the "irqpoll" option)
[<c013c18c>] __report_bad_irq+0x1c/0x70
[<c013c27b>] note_interrupt+0x6b/0xd0
[<c013bd1c>] __do_IRQ+0xbc/0xd0
[<c01055e8>] do_IRQ+0x38/0x60
[<c0103dea>] common_interrupt+0x1a/0x20
[<c013bc15>] handle_IRQ_event+0x15/0x60
[<c013bce5>] __do_IRQ+0x85/0xd0
[<c01055e8>] do_IRQ+0x38/0x60
[<c0103dea>] common_interrupt+0x1a/0x20
[<e12690e7>] set_phy_reg+0x57/0x90 [ohci1394]
[<e126a094>] ohci_devctl+0x3a4/0x550 [ohci1394]
[<e12ca6bb>] csr1212_generate_csr_image+0x12b/0x260 [ieee1394]
[<e12c1120>] hpsb_reset_bus+0x20/0x30 [ieee1394]
[<c012a529>] worker_thread+0x169/0x200
[<e12c3200>] delayed_reset_bus+0x0/0xd0 [ieee1394]
[<c01195c7>] __wake_up_common+0x37/0x60
[<c0119580>] default_wake_function+0x0/0x10
[<c012a3c0>] worker_thread+0x0/0x200
[<c012db75>] kthread+0x85/0x90
[<c012daf0>] kthread+0x0/0x90
[<c01012f1>] kernel_thread_helper+0x5/0x14
handlers:
[<e123f0d0>] (usb_hcd_irq+0x0/0x60 [usbcore])
[<e123f0d0>] (usb_hcd_irq+0x0/0x60 [usbcore])
[<e123f0d0>] (usb_hcd_irq+0x0/0x60 [usbcore])
[<e123f0d0>] (usb_hcd_irq+0x0/0x60 [usbcore])
[<e1257830>] (yenta_interrupt+0x0/0xc0 [yenta_socket])
[<e1301650>] (ipw_isr+0x0/0x210 [ipw2200])
Disabling IRQ #11
usb 4-4.1: new high speed USB device using ehci_hcd and address 4
ieee1394: Host added: ID:BUS[0-00:1023] GUID[00a0d15555555555]
usbcore: registered new driver hiddev
cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x300-0x307 0x310-0x31f 0x370-0x377
cs: IO port probe 0xc00-0xcff: excluding 0xcf8-0xcff
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xa00-0xaff: clean.
SCSI subsystem initialized
Initializing USB Mass Storage driver...
input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1d.1-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.01:USB HID core driver
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
ipw2200: failed to send TX_POWER command
hdb: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
ipw2200: failed to send TX_POWER command
ipw2200: failed to send TX_POWER command
ipw2200: failed to send TX_POWER command
Vendor: USB 2.0 Model: Flash Disk Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 00
usb-storage: device scan complete
SCSI device sda: 2031616 512-byte hdwr sectors (1040 MB)
sda: Write Protect is off
sda: Mode Sense: 00 26 00 00
sda: assuming drive cache: write through
SCSI device sda: 2031616 512-byte hdwr sectors (1040 MB)
sda: Write Protect is off
sda: Mode Sense: 00 26 00 00
sda: assuming drive cache: write through
sda: sda1
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
ipw2200: failed to send TX_POWER command
ipw2200: Unable to initialize device after 5 attempts.
ipw2200: failed to register network device
ACPI: PCI interrupt for device 0000:06:04.0 disabled
ipw2200: probe of 0000:06:04.0 failed with error -5
bootsplash: status on console 0 changed to on
r8169: eth0: link down
BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
eth0: PHY reset until link up
eth0: PHY reset until link up
ACPI: AC Adapter [AC] (off-line)
ACPI: Battery Slot [BAT1] (battery present)
ACPI: Power Button (FF) [PWRF]
ACPI: Sleep Button (CM) [SLPB]
ACPI: Lid Switch [LID0]
ACPI: Power Button (CM) [PWRB]
NET: Registered protocol family 10
Disabled Privacy Extensions on device c036b920(lo)
IPv6 over IPv4 tunneling driver
bootsplash: status on console 0 changed to on
powernow: This module only works with AMD K7 CPUs
acpi-cpufreq: CPU0 - ACPI performance management activated.
bootsplash: status on console 0 changed to on
subfs 0.9
eth0: PHY reset until link up
eth0: no IPv6 routers present
eth0: PHY reset until link up
 
Bitte noch ein paar Daten:
Was liefert
Code:
cat /sys/bus/pci/drivers/ipw2200/0*/rf_kill
Mach bitte als root einmal folgendes:
Code:
modprobe -r ipw2200 ; dmesg -c > /dev/null; modprobe ipw2200
Danach poste bitte die Ausgabe von dmesg. Sie sollte dann deutlich gekürzt sein. ;)
Was liefert
Code:
ll /lib/firmware/ipw*
Wenn du einen Hardware-Schalter für die WLAN-Karte hast: Was passiert, wenn du ihn beim Laden des Treibers im Bootvorgang drückst?

Greetz, HB
 
OP
C

Cheesie

Member
nicht bei allen Befehlen kam etwas sinnvolles; ich habe zudem nochmals ein Update mit der Suse Linux 10.0 (DVD-Download) vorgenommen. Hier was ich erhalten habe:

FATAL: Error inserting ipw2200 (/lib/modules/2.6.13-15-default/kernel/drivers/ne t/wireless/ipw2200.ko): Unknown symbol in module, or unknown parameter (see dmesg)

dmesg
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.3
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
ipw2200: module not supported by Novell, setting U taint flag.
ipw2200: disagrees about version of symbol ieee80211_wx_get_encodeext
ipw2200: Unknown symbol ieee80211_wx_get_encodeext
ipw2200: disagrees about version of symbol ieee80211_wx_set_encode
ipw2200: Unknown symbol ieee80211_wx_set_encode
ipw2200: disagrees about version of symbol ieee80211_wx_get_encode
ipw2200: Unknown symbol ieee80211_wx_get_encode
ipw2200: disagrees about version of symbol ieee80211_wx_set_encodeext
ipw2200: Unknown symbol ieee80211_wx_set_encodeext
ipw2200: disagrees about version of symbol ieee80211_wx_get_scan
ipw2200: Unknown symbol ieee80211_wx_get_scan
ipw2200: disagrees about version of symbol ieee80211_freq_to_channel
ipw2200: Unknown symbol ieee80211_freq_to_channel
ipw2200: disagrees about version of symbol ieee80211_rx
ipw2200: Unknown symbol ieee80211_rx
ipw2200: disagrees about version of symbol ieee80211_channel_to_index
ipw2200: Unknown symbol ieee80211_channel_to_index
ipw2200: disagrees about version of symbol ieee80211_rx_mgt
ipw2200: Unknown symbol ieee80211_rx_mgt
ipw2200: disagrees about version of symbol ieee80211_get_geo
ipw2200: Unknown symbol ieee80211_get_geo
ipw2200: disagrees about version of symbol ieee80211_is_valid_channel
ipw2200: Unknown symbol ieee80211_is_valid_channel
eth0: PHY reset until link up
eth0: PHY reset until link up
eth0: PHY reset until link up
eth0: PHY reset until link up
eth0: PHY reset until link up
 
Du musst immer ieee80211 und ipw2200 zusammen kompilieren und installieren. Eins alleine ruft besagte Fehlermeldungen hervor. Wenn du also ipw2200 neu machst, musst du auch ieee80211 erneuern.

Greetz, HB
 
OP
C

Cheesie

Member
Die Treiber sind neu installiert, aber weiterhin

no interface found
dmesg liefert u.a.
ipw2200: Unable to initialize device after 5 attempts

dies nachdem ich mit modprobe ipw2200 das Modul neu geladen habe

wenn ich Linux failsafe starte, dann kann ich die Netzwerkkarte starten.
Beim normalen Start wird nur die Lan-Karte gestartet.
 
Dann warte am besten noch ein paar Stunden, bis der neue Treiber 1.0.7 erscheint. James ist gerade mit dem Upload beschäftigt.

Greetz, HB
 
OP
C

Cheesie

Member
ich habe alles ordnungsgemäss installiert. Das Problem ist das gleiche. Je nach "Laune" des Systems wird bei iwconfig die wireless-Schnittstelle angezeigt; meistens steht aber in den Bootmeldungen "no interface found". Ein Neueinrichten der Netzwerkschnittstelle über YAST hat nichts gebracht.

Auf dem Centrino-Notebook ist Windows XP und Suse Linux 10.0 installiert. Das WLAN mit Windows XP Prof. funktioniert.
Der Router hängt an einem PC mit Windows XP Home.

Ich habe festgestellt, dass auch das "wired lan" nicht funktioniert, d.h wenn ich das Notebook via Netzwerkkabel mit dem Router verbinde, dann komme ich auch nicht ins Internet.
Ich frage mich, welche Möglichkeiten ich wählen soll:
- Neuen Router (Internet über TV-Kabel) kaufen, da er Probleme mit Linux verursacht
- Suse Linux 10.0 neu installieren und vorher bestehende Partition löschen.
- Ein anderes Linux installieren.
Bei den Netzwerkkarten (Lan und Wireless) ist DHCP eingestellt.

Danke.
 
Oben