Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: Ubuntu-Forum & Kubuntu-Forum | www.Ubuntu-Forum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

29.04.2007, 13:26

WLAN und der Networkmanager

So mein WLan will nicht so wie ich.

an der FH funktioniert es wunderbar nur zu hause nicht.
Wenn ich das Netzwerk im Networkmanager anwähle, fragt er mich nach dem WPA passwort. Eine Lampe wird grün und dann wars das. kriegt keine IP.


Router ist ein Netgear wpn824.

Laptop Acer Extensa 3100

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      unassociated  ESSID:""  
          Mode:Managed  Frequency=2.437 GHz  Access Point: Not-Associated   
          Bit Rate:0 kb/s   Tx-Power=20 dBm   Sensitivity=8/0  
          Retry limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          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

vmnet1    no wireless extensions.

vmnet8    no wireless extensions.


Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
 dmesg
[    0.000000] Detected 1729.247 MHz processor.
[   15.335939] Built 1 zonelists.  Total pages: 257763
[   15.335943] Kernel command line: root=UUID=604834b5-9dae-45f9-a968-7950d6a37ce3 ro quiet splash vga=791
[   15.336109] mapped APIC to ffffd000 (fee00000)
[   15.336112] mapped IOAPIC to ffffc000 (fec00000)
[   15.336114] mapped IOAPIC to ffffb000 (fec18000)
[   15.336118] Enabling fast FPU save and restore... done.
[   15.336120] Enabling unmasked SIMD FPU exception support... done.
[   15.336129] Initializing CPU#0
[   15.336196] PID hash table entries: 4096 (order: 12, 16384 bytes)
[   15.336311] Console: colour dummy device 80x25
[   15.336626] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[   15.337038] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[   15.368307] Memory: 1016816k/1039168k available (1992k kernel code, 21536k reserved, 893k data, 328k init, 121664k highmem)
[   15.368316] virtual kernel memory layout:
[   15.368318]     fixmap  : 0xfff4e000 - 0xfffff000   ( 708 kB)
[   15.368319]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[   15.368320]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[   15.368321]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[   15.368323]       .init : 0xc03d7000 - 0xc0429000   ( 328 kB)
[   15.368324]       .data : 0xc02f2264 - 0xc03d16d4   ( 893 kB)
[   15.368325]       .text : 0xc0100000 - 0xc02f2264   (1992 kB)
[   15.368329] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   15.448174] Calibrating delay using timer specific routine.. 3461.97 BogoMIPS (lpj=6923945)
[   15.448212] Security Framework v1.0.0 initialized
[   15.448219] SELinux:  Disabled at boot.
[   15.448235] Mount-cache hash table entries: 512
[   15.448360] CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 00000180 00000000 00000000
[   15.448371] CPU: L1 I cache: 32K, L1 D cache: 32K
[   15.448374] CPU: L2 cache: 2048K
[   15.448377] CPU: After all inits, caps: afe9fbff 00100000 00000000 00002040 00000180 00000000 00000000
[   15.448386] Compat vDSO mapped to ffffe000.
[   15.448389] Remapping vsyscall page to ffffe000
[   15.448399] Checking 'hlt' instruction... OK.
[   15.464255] SMP alternatives: switching to UP code
[   15.464415] Freeing SMP alternatives: 11k freed
[   15.464580] Early unpacking initramfs... done
[   15.843439] ACPI: Core revision 20060707
[   15.843784] ACPI: Looking for DSDT in initramfs... file /DSDT.aml not found, using machine DSDT.
[   15.847915] CPU0: Intel(R) Pentium(R) M processor 1.73GHz stepping 08
[   15.847938] Total of 1 processors activated (3461.97 BogoMIPS).
[   15.849354] ENABLING IO-APIC IRQs
[   15.849568] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[   15.996063] Brought up 1 CPUs
[   15.996294] Booting paravirtualized kernel on bare hardware
[   15.996369] Time: 13:07:56  Date: 03/29/107
[   15.996393] NET: Registered protocol family 16
[   15.996465] EISA bus registered
[   15.996470] ACPI: bus type pci registered
[   15.996800] PCI: PCI BIOS revision 2.10 entry at 0xfd70e, last bus=8
[   15.996802] PCI: Using configuration type 1
[   15.996804] Setting up standard PCI resources
[   16.005543] ACPI: Interpreter enabled
[   16.005545] ACPI: Using IOAPIC for interrupt routing
[   16.005993] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   16.005997] PCI: Probing PCI hardware (bus 00)
[   16.006596] Boot video device is 0000:00:02.0
[   16.007237] PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[   16.007241] PCI quirk: region 1180-11bf claimed by ICH6 GPIO
[   16.008061] PCI: Transparent bridge - 0000:00:1e.0
[   16.008128] PCI: Bus #08 (-#0b) is hidden behind transparent bridge #07 (-#08) (try 'pci=assign-busses')
[   16.008131] Please report the result to linux-kernel to fix this permanently
[   16.008191] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   16.015805] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[   16.016201] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[   16.016855] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[   16.017397] ACPI: PCI Interrupt Link [LNKA] (IRQs *10 11)
[   16.017611] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 *11)
[   16.017825] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 *11)
[   16.018039] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 *11)
[   16.018254] ACPI: PCI Interrupt Link [LNKE] (IRQs *10 11)
[   16.018467] ACPI: PCI Interrupt Link [LNKF] (IRQs *10 11)
[   16.018681] ACPI: PCI Interrupt Link [LNKG] (IRQs *10 11)
[   16.018900] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 *11)
[   16.025642] Linux Plug and Play Support v0.97 (c) Adam Belay
[   16.025653] pnp: PnP ACPI init
[   16.028493] pnp: PnP ACPI: found 10 devices
[   16.028498] PnPBIOS: Disabled by ACPI PNP
[   16.028532] PCI: Using ACPI for IRQ routing
[   16.028534] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   16.028538] PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.0
[   16.028541] PCI: Cannot allocate resource region 7 of bridge 0000:00:1c.1
[   16.028544] PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.2
[   16.028546] PCI: Cannot allocate resource region 9 of bridge 0000:00:1c.2
[   16.051591] NET: Registered protocol family 8
[   16.051593] NET: Registered protocol family 20
[   16.051899] PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
[   16.051907] PCI: Bridge: 0000:00:1c.0
[   16.051910]   IO window: 3000-3fff
[   16.051915]   MEM window: disabled.
[   16.051919]   PREFETCH window: disabled.
[   16.051925] PCI: Bridge: 0000:00:1c.1
[   16.051926]   IO window: disabled.
[   16.051932]   MEM window: b4000000-b7ffffff
[   16.051936]   PREFETCH window: d0000000-d3ffffff
[   16.051942] PCI: Bridge: 0000:00:1c.2
[   16.051945]   IO window: 6000-6fff
[   16.051950]   MEM window: disabled.
[   16.051954]   PREFETCH window: disabled.
[   16.051962] PCI: Bus 8, cardbus bridge: 0000:07:06.0
[   16.051964]   IO window: 00004000-000040ff
[   16.051969]   IO window: 00004400-000044ff
[   16.051975]   PREFETCH window: 50000000-53ffffff
[   16.051980]   MEM window: 58000000-5bffffff
[   16.051985] PCI: Bridge: 0000:00:1e.0
[   16.051988]   IO window: 4000-4fff
[   16.051994]   MEM window: b8000000-b80fffff
[   16.051998]   PREFETCH window: 50000000-53ffffff
[   16.052031] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 16
[   16.052038] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[   16.052060] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 17
[   16.052065] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[   16.052086] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[   16.052092] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[   16.052104] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[   16.052121] ACPI: PCI Interrupt 0000:07:06.0[A] -> GSI 22 (level, low) -> IRQ 19
[   16.052142] NET: Registered protocol family 2
[   16.088049] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[   16.088142] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[   16.088893] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[   16.089338] TCP: Hash tables configured (established 131072 bind 65536)
[   16.089342] TCP reno registered
[   16.100140] checking if image is initramfs... it is
[   16.854350] Freeing initrd memory: 8918k freed
[   16.854568] Simple Boot Flag at 0x37 set to 0x1
[   16.854800] audit: initializing netlink socket (disabled)
[   16.854815] audit(1177852077.600:1): initialized
[   16.854885] highmem bounce pool size: 64 pages
[   16.854945] VFS: Disk quotas dquot_6.5.1
[   16.854963] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   16.855014] io scheduler noop registered
[   16.855017] io scheduler anticipatory registered
[   16.855019] io scheduler deadline registered
[   16.855028] io scheduler cfq registered (default)
[   16.855296] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[   16.855347] assign_interrupt_mode Found MSI capability
[   16.855350] Allocate Port Service[0000:00:1c.0:pcie00]
[   16.855380] Allocate Port Service[0000:00:1c.0:pcie02]
[   16.855488] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[   16.855539] assign_interrupt_mode Found MSI capability
[   16.855541] Allocate Port Service[0000:00:1c.1:pcie00]
[   16.855569] Allocate Port Service[0000:00:1c.1:pcie02]
[   16.855675] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[   16.855726] assign_interrupt_mode Found MSI capability
[   16.855729] Allocate Port Service[0000:00:1c.2:pcie00]
[   16.855759] Allocate Port Service[0000:00:1c.2:pcie02]
[   16.855937] isapnp: Scanning for PnP cards...
[   17.209995] isapnp: No Plug & Play device found
[   17.233011] Real Time Clock Driver v1.12ac
[   17.233062] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   17.233201] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   17.233798] ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 21 (level, low) -> IRQ 20
[   17.233807] ACPI: PCI interrupt for device 0000:00:1e.3 disabled
[   17.233871] mice: PS/2 mouse device common for all mice
[   17.234360] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   17.234577] input: Macintosh mouse button emulation as /class/input/input0
[   17.234607] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   17.234611] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   17.234829] PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[   17.237448] i8042.c: Detected active multiplexing controller, rev 1.1.
[   17.238599] serio: i8042 KBD port at 0x60,0x64 irq 1
[   17.238603] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[   17.238606] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[   17.238608] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[   17.238611] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[   17.238714] EISA: Probing bus 0 at eisa.0
[   17.238721] Cannot allocate resource for EISA slot 1
[   17.238723] Cannot allocate resource for EISA slot 2
[   17.238726] Cannot allocate resource for EISA slot 3
[   17.238728] Cannot allocate resource for EISA slot 4
[   17.238734] Cannot allocate resource for EISA slot 6
[   17.238744] EISA: Detected 0 cards.
[   17.268834] TCP cubic registered
[   17.268842] NET: Registered protocol family 1
[   17.268860] Using IPI No-Shortcut mode
[   17.268925] ACPI: (supports S0 S3 S4 S5)
[   17.268970]   Magic number: 3:609:130
[   17.269248] Freeing unused kernel memory: 328k freed
[   17.269966] input: AT Translated Set 2 keyboard as /class/input/input1
[   17.271687] Time: tsc clocksource has been installed.
[   17.344582] vesafb: framebuffer at 0xc0000000, mapped to 0xf8880000, using 3072k, total 7872k
[   17.344587] vesafb: mode is 1024x768x16, linelength=2048, pages=4
[   17.344589] vesafb: protected mode interface info at 00ff:44f0
[   17.344591] vesafb: scrolling: redraw
[   17.344593] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[   17.360130] Console: switching to colour frame buffer device 128x48
[   17.375526] fb0: VESA VGA frame buffer device
[   18.537465] Capability LSM initialized
[   18.568598] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[   18.568603] ACPI: Processor [CPU0] (supports 8 throttling states)
[   18.568611] ACPI Exception (acpi_processor-0677): AE_NOT_FOUND, Processor Device is not present [20060707]
[    3.136000] ACPI: Thermal Zone [TZS0] (69 C)
[    3.136000] ACPI: Thermal Zone [TZS1] (50 C)
[    3.144000] Time: acpi_pm clocksource has been installed.
[    3.488000] usbcore: registered new interface driver usbfs
[    3.488000] usbcore: registered new interface driver hub
[    3.488000] usbcore: registered new device driver usb
[    3.488000] USB Universal Host Controller Interface driver v3.0
[    3.488000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 21
[    3.488000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[    3.488000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    3.488000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    3.488000] uhci_hcd 0000:00:1d.0: irq 21, io base 0x00001820
[    3.488000] usb usb1: configuration #1 chosen from 1 choice
[    3.488000] hub 1-0:1.0: USB hub found
[    3.488000] hub 1-0:1.0: 2 ports detected
[    3.592000] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 17 (level, low) -> IRQ 16
[    3.592000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[    3.592000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    3.592000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[    3.592000] uhci_hcd 0000:00:1d.1: irq 16, io base 0x00001840
[    3.592000] usb usb2: configuration #1 chosen from 1 choice
[    3.592000] hub 2-0:1.0: USB hub found
[    3.592000] hub 2-0:1.0: 2 ports detected
[    3.596000] ieee1394: Initialized config rom entry `ip1394'
[    3.696000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[    3.696000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[    3.696000] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    3.696000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[    3.696000] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[    3.696000] usb usb3: configuration #1 chosen from 1 choice
[    3.696000] hub 3-0:1.0: USB hub found
[    3.696000] hub 3-0:1.0: 2 ports detected
[    3.800000] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 22
[    3.800000] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[    3.800000] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    3.800000] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[    3.800000] uhci_hcd 0000:00:1d.3: irq 22, io base 0x00001880
[    3.800000] usb usb4: configuration #1 chosen from 1 choice
[    3.800000] hub 4-0:1.0: USB hub found
[    3.800000] hub 4-0:1.0: 2 ports detected
[    3.908000] SCSI subsystem initialized
[    3.916000] libata version 2.20 loaded.
[    3.916000] ata_piix 0000:00:1f.1: version 2.10ac1
[    3.916000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 17
[    3.916000] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[    3.916000] ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00011810 irq 14
[    3.916000] ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00011818 irq 15
[    3.916000] scsi0 : ata_piix
[    3.936000] usb 2-1: new low speed USB device using uhci_hcd and address 2
[    4.080000] ata1.00: ata_hpa_resize 1: sectors = 195371568, hpa_sectors = 195371568
[    4.080000] ata1.00: ATA-6: TOSHIBA MK1031GAS, AA204A, max UDMA/100
[    4.080000] ata1.00: 195371568 sectors, multi 16: LBA48 
[    4.088000] ata1.00: ata_hpa_resize 1: sectors = 195371568, hpa_sectors = 195371568
[    4.088000] ata1.00: configured for UDMA/100
[    4.088000] scsi1 : ata_piix
[    4.088000] ata2: port disabled. ignoring.
[    4.088000] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK1031GA AA20 PQ: 0 ANSI: 5
[    4.092000] ACPI: PCI Interrupt 0000:07:06.2[A] -> GSI 22 (level, low) -> IRQ 19
[    4.140000] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 21
[    4.140000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[    4.140000] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    4.140000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[    4.140000] ehci_hcd 0000:00:1d.7: debug port 1
[    4.140000] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[    4.140000] ehci_hcd 0000:00:1d.7: irq 21, io mem 0xb0040000
[    4.144000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    4.144000] usb usb5: configuration #1 chosen from 1 choice
[    4.144000] hub 5-0:1.0: USB hub found
[    4.144000] hub 5-0:1.0: 8 ports detected
[    4.152000] SCSI device sda: 195371568 512-byte hdwr sectors (100030 MB)
[    4.152000] sda: Write Protect is off
[    4.152000] sda: Mode Sense: 00 3a 00 00
[    4.152000] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.152000] SCSI device sda: 195371568 512-byte hdwr sectors (100030 MB)
[    4.152000] sda: Write Protect is off
[    4.152000] sda: Mode Sense: 00 3a 00 00
[    4.152000] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.152000]  sda:<6>ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[b8018000-b80187ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    4.160000] usb 2-1: configuration #1 chosen from 1 choice
[    4.164000] usb 2-1: can't set config #1, error -71
[    4.164000] usb 2-1: USB disconnect, address 2
[    4.188000]  sda1 sda2 < sda5 sda6<6>tg3.c:v3.72 (January 8, 2007)
[    4.248000] ACPI: PCI Interrupt 0000:07:07.0[A] -> GSI 20 (level, low) -> IRQ 23
[    4.256000]  sda7 sda8 > sda3
[    4.256000] sd 0:0:0:0: Attached scsi disk sda
[    4.260000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.324000] eth0: Tigon3 [partno(BCM95788A50) rev 3003 PHY(5705)] (PCI:33MHz:32-bit) 10/100/1000Base-T Ethernet 00:0a:e4:ed:f2:62
[    4.324000] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[0] TSOcap[1] 
[    4.324000] eth0: dma_rwctrl[763f0000] dma_mask[32-bit]
[    4.716000] Attempting manual resume
[    4.716000] swsusp: Resume From Partition 8:8
[    4.716000] PM: Checking swsusp image.
[    4.716000] PM: Resume from disk failed.
[    4.744000] kjournald starting.  Commit interval 5 seconds
[    4.744000] EXT3-fs: mounted filesystem with ordered data mode.
[    4.944000] usb 2-1: new low speed USB device using uhci_hcd and address 3
[    5.120000] usb 2-1: configuration #1 chosen from 1 choice
[    5.424000] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[000ae40547600e51]
[   16.484000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   16.488000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.340000] Yenta: CardBus bridge found at 0000:07:06.0 [1025:0097]
[   17.340000] Yenta: Using CSCINT to route CSC interrupts to PCI
[   17.340000] Yenta: Routing CardBus interrupts to PCI
[   17.340000] Yenta TI: socket 0000:07:06.0, mfunc 0x01001002, devctl 0x64
[   17.376000] iTCO_vendor_support: vendor-support=0
[   17.376000] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (11-Nov-2006)
[   17.376000] iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060)
[   17.376000] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   17.388000] Linux agpgart interface v0.102 (c) Dave Jones
[   17.388000] agpgart: Detected an Intel 915GM Chipset.
[   17.388000] agpgart: Detected 7932K stolen memory.
[   17.404000] agpgart: AGP aperture is 256M @ 0xc0000000
[   17.440000] intel_rng: FWH not detected
[   17.572000] Yenta: ISA IRQ mask 0x0cf8, PCI irq 19
[   17.572000] Socket status: 30000006
[   17.572000] Yenta: Raising subordinate bus# of parent bus (#07) from #08 to #0b
[   17.572000] pcmcia: parent PCI bridge I/O window: 0x4000 - 0x4fff
[   17.572000] cs: IO port probe 0x4000-0x4fff: clean.
[   17.572000] pcmcia: parent PCI bridge Memory window: 0xb8000000 - 0xb80fffff
[   17.572000] pcmcia: parent PCI bridge Memory window: 0x50000000 - 0x53ffffff
[   17.576000] ACPI: PCI Interrupt 0000:07:06.3[A] -> GSI 22 (level, low) -> IRQ 19
[   17.752000] ieee80211_crypt: registered algorithm 'NULL'
[   17.756000] ieee80211: 802.11 data/management/control stack, git-1.1.13
[   17.756000] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[   17.804000] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.0kmprq
[   17.804000] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[   17.804000] ACPI: PCI Interrupt 0000:07:05.0[A] -> GSI 20 (level, low) -> IRQ 23
[   17.808000] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[   18.096000] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x204000
[   18.248000] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
[   18.252000] input: SynPS/2 Synaptics TouchPad as /class/input/input2
[   18.296000] parport: PnPBIOS parport detected.
[   18.296000] parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   18.308000] usbcore: registered new interface driver hiddev
[   18.328000] irda_init()
[   18.328000] NET: Registered protocol family 23
[   18.392000] nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; irq 3 ; dma 3.
[   18.392000] nsc-ircc, chip->init
[   18.392000] nsc-ircc, Found chip at base=0x02e
[   18.392000] nsc-ircc, Wrong chip version ff
[   18.392000] nsc-ircc, Found chip at base=0x02e
[   18.392000] nsc-ircc, Wrong chip version ff
[   18.392000] pnp: Device 00:07 disabled.
[   18.408000] cs: IO port probe 0x100-0x3af: clean.
[   18.412000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[   18.412000] cs: IO port probe 0x820-0x8ff: clean.
[   18.412000] cs: IO port probe 0xc00-0xcf7: clean.
[   18.412000] cs: IO port probe 0xa00-0xaff:<6>input: Logitech USB-PS/2 Optical Mouse as /class/input/input3
[   18.412000] input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.1-1
[   18.412000] usbcore: registered new interface driver usbhid
[   18.412000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[   18.412000]  clean.
[   18.720000] ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 21 (level, low) -> IRQ 20
[   18.720000] PCI: Setting latency timer of device 0000:00:1e.2 to 64
[   19.540000] intel8x0_measure_ac97_clock: measured 55526 usecs
[   19.540000] intel8x0: clocking to 48000
[   19.688000] fuse init (API version 7.8)
[   19.712000] lp0: using parport0 (interrupt-driven).
[   19.752000] Adding 1726916k swap on /dev/disk/by-uuid/b48be82f-209f-4f35-8b45-66e56b951e5a.  Priority:-1 extents:1 across:1726916k
[   19.888000] EXT3 FS on sda3, internal journal
[   21.072000] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   21.124000] ibm_acpi: ec object not found
[   21.172000] ACPI: ACPI Dock Station Driver 
[   21.256000] ACPI: Battery Slot [BAT0] (battery present)
[   21.300000] ACPI: AC Adapter [ADP1] (on-line)
[   21.308000] Using specific hotkey driver
[   21.368000] input: Power Button (FF) as /class/input/input4
[   21.368000] ACPI: Power Button (FF) [PWRF]
[   21.408000] input: Lid Switch as /class/input/input5
[   21.412000] ACPI: Lid Switch [LID0]
[   21.448000] input: Sleep Button (CM) as /class/input/input6
[   21.452000] ACPI: Sleep Button (CM) [SLPB]
[   21.468000] pcc_acpi: loading...
[   25.048000] PM: Writing back config space on device 0000:07:07.0 at offset b (was 3ed173b, writing 971025)
[   25.048000] PM: Writing back config space on device 0000:07:07.0 at offset 3 (was 0, writing 2008)
[   25.048000] PM: Writing back config space on device 0000:07:07.0 at offset 2 (was 2000000, writing 2000003)
[   25.048000] PM: Writing back config space on device 0000:07:07.0 at offset 1 (was 2b00000, writing 2b00106)
[   25.048000] PM: Writing back config space on device 0000:07:07.0 at offset 0 (was 3ed173b, writing 169c14e4)
[   26.628000] [drm] Initialized drm 1.1.0 20060810
[   26.632000] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 17
[   26.636000] [drm] Initialized i915 1.6.0 20060119 on minor 0
[   26.888000] tg3: eth0: Link is up at 100 Mbps, full duplex.
[   26.888000] tg3: eth0: Flow control is on for TX and on for RX.
[   27.372000] ppdev: user-space parallel port driver
[   28.012000] apm: BIOS not found.
[   29.176000] NET: Registered protocol family 17
[   29.432000] vmmon: module license 'unspecified' taints kernel.
[   29.456000] /dev/vmmon[4853]: Module vmmon: registered with major=10 minor=165
[   29.460000] /dev/vmmon[4853]: Module vmmon: initialized
[   29.828000] /dev/vmnet: open called by PID 4880 (vmnet-bridge)
[   29.828000] /dev/vmnet: hub 0 does not exist, allocating memory.
[   29.828000] /dev/vmnet: port on hub 0 successfully opened
[   29.828000] bridge-eth0: enabling the bridge
[   29.828000] bridge-eth0: up
[   29.828000] bridge-eth0: already up
[   29.828000] bridge-eth0: attached
[   30.032000] /dev/vmnet: open called by PID 4888 (vmnet-netifup)
[   30.032000] /dev/vmnet: hub 1 does not exist, allocating memory.
[   30.032000] /dev/vmnet: port on hub 1 successfully opened
[   30.036000] /dev/vmnet: open called by PID 4892 (vmnet-netifup)
[   30.036000] /dev/vmnet: hub 8 does not exist, allocating memory.
[   30.036000] /dev/vmnet: port on hub 8 successfully opened
[   30.368000] /dev/vmnet: open called by PID 4896 (vmnet-natd)
[   30.368000] /dev/vmnet: port on hub 8 successfully opened
[   30.820000] Bluetooth: Core ver 2.11
[   30.820000] NET: Registered protocol family 31
[   30.820000] Bluetooth: HCI device and connection manager initialized
[   30.820000] Bluetooth: HCI socket layer initialized
[   30.900000] /dev/vmnet: open called by PID 4913 (vmnet-dhcpd)
[   30.900000] /dev/vmnet: port on hub 8 successfully opened
[   30.972000] Bluetooth: L2CAP ver 2.8
[   30.972000] Bluetooth: L2CAP socket layer initialized
[   31.036000] Bluetooth: RFCOMM socket layer initialized
[   31.036000] Bluetooth: RFCOMM TTY layer initialized
[   31.036000] Bluetooth: RFCOMM ver 1.8
[   31.568000] /dev/vmnet: open called by PID 4918 (vmnet-dhcpd)
[   31.568000] /dev/vmnet: port on hub 1 successfully opened
[   37.304000] NET: Registered protocol family 10
[   37.304000] lo: Disabled Privacy Extensions
[   37.732000] smbfs: Unrecognized mount option nls
[   37.812000] smbfs: Unrecognized mount option nls
[   47.472000] eth0: no IPv6 routers present
[   47.596000] vmnet1: no IPv6 routers present
[   47.968000] vmnet8: no IPv6 routers present
[   48.052000] eth1: no IPv6 routers present
[   66.420000] tg3: eth0: Link is down.
[  146.364000] ADDRCONF(NETDEV_UP): eth1: link is not ready
[  152.004000] tg3: eth0: Link is up at 100 Mbps, full duplex.
[  152.004000] tg3: eth0: Flow control is on for TX and on for RX.
[  152.004000] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  169.756000] eth0: no IPv6 routers present
[  372.292000] eth0: no IPv6 routers present
[  454.848000] atkbd.c: Unknown key pressed (translated set 2, code 0xb4 on isa0060/serio0).
[  454.848000] atkbd.c: Use 'setkeycodes e034 <keycode>' to make it known.
[  454.928000] atkbd.c: Unknown key released (translated set 2, code 0xb4 on isa0060/serio0).
[  454.928000] atkbd.c: Use 'setkeycodes e034 <keycode>' to make it known.
[  522.688000] ADDRCONF(NETDEV_UP): eth1: link is not ready
[  528.496000] eth0: no IPv6 routers present


Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
ifconfig
eth0      Protokoll:Ethernet  Hardware Adresse 00:0A:E4:ED:F2:62  
          inet Adresse:192.168.0.13  Bcast:192.168.0.255  Maske:255.255.255.0
          inet6 Adresse: fe80::20a:e4ff:feed:f262/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1206 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1293 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX bytes:1127378 (1.0 MiB)  TX bytes:208443 (203.5 KiB)
          Interrupt:23 

eth1      Protokoll:Ethernet  Hardware Adresse 00:13:CE:59:68:31  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:14826 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2046 errors:0 dropped:0 overruns:0 carrier:1
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:23 Basisadresse:0x4000 Speicher:b8016000-b8016fff 

lo        Protokoll:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:18 errors:0 dropped:0 overruns:0 frame:0
          TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0 
          RX bytes:1415 (1.3 KiB)  TX bytes:1415 (1.3 KiB)

vmnet1    Protokoll:Ethernet  Hardware Adresse 00:50:56:C0:00:01  
          inet Adresse:172.16.217.1  Bcast:172.16.217.255  Maske:255.255.255.0
          inet6 Adresse: fe80::250:56ff:fec0:1/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

vmnet8    Protokoll:Ethernet  Hardware Adresse 00:50:56:C0:00:08  
          inet Adresse:172.16.78.1  Bcast:172.16.78.255  Maske:255.255.255.0
          inet6 Adresse: fe80::250:56ff:fec0:8/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)



Das Netzwerk hört auf den Namen Springfield

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »waldfrank« (29.04.2007, 13:26)


2

29.04.2007, 15:01

Hoi,

da schein ein bisschen mehr, wie nur die IP, nicht zu gehen. Scheint keine SSID und kein Key zu übermittelt werde. Hast du schon versucht das ganze über die Interfaces zu konfigurieren ? Und du hast eine WPA verschlüsselung ?

Zitat

eth1 unassociated ESSID:""
...
Encryption key:off
...
IRC-Server: irc.freenode.net IRC-Channel: #linuxgaming.de
TeamSpeak Server: www.spielen-unter-linux.de


[IMG] http://www.spielen-unter-linux.de/img_upload/banner/lnxgaming.png[/IMG] Team

3

29.04.2007, 15:33

über interface keine Ahnung wie.

und WPA ist aktiviert beim router

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »waldfrank« (30.04.2007, 14:50)


4

01.05.2007, 12:58

immer noch keine Verbindung möglich.

  • »greenrun« ist männlich

Beiträge: 13

Registrierungsdatum: 02.05.2007

  • Nachricht senden

5

03.05.2007, 14:44

Hi, haste mal hier geguckt? http://wiki.ubuntuusers.de/WLAN.html
Läuft der Router vielleicht mit WPA, die Schnittstelle im PC aber nicht? Dann Teile der WLAN-Schnittstelle doch die ESSID und den PSK über

sudo iwconfig [LAN-Name] essid '... ' (Hochkomma's wichtig! Bei mir musste ich eine Leerstelle vor dem zweiten ' setzen, sonst wäre der letze Buchstabe abgeschnitten worden.)
und
sudo iwconfig [LAN-Name] key [key] mit

Wird die Schnittstelle generell überhaupt erkannt?

Teile der Schnittstelle vielleicht über die Netzwerkkartenkonfiguration doch mal die eigene IP, die Netzwerkmaske und die Gateway-IP mit. Bei mir hat das auch zum Erfolg geführt. :D

Grüße!