Probleme bei WLAN Einrichtung (Newbie)

bra-tak

Neuling
Thread Starter
Mitglied seit
13.05.2008
Beiträge
233
Ort
Hamburg
Hallo Allerseits,

ich bin neuer Linux User, also bitte versucht mich nicht mit einer Fachsprache zu beeindrucken, sondern versucht es mir verständlich zu machen ... =) ein bisschen wenigstens :d

Nun zu meinem Problem. Ich bin nun auch zu Linux, in Form von Kubuntu 9.10 gewechselt. Ich rede hier, nur mal so nebenbei, von einem Laptop von Toshiba (A300D-18B) mit einem Atheros AR9281 Wireless Network Adapter.

Und der ist auch das Problem. Ich habe unter den Netzwerkkonfigurationen mein ALICE-WLAN Netz gefunden, IPs auf DHCP gestellt (wie immer), und meinen WEP Schlüssel, und die BSSID des ALICE-WLAN eingegeben. Ich dachte, toll, nun hast du dein WLAN konfiguriert, ab ins Netz. Aber nix da... nix konfiguriert.

Ich habe jetzt schon mal was vorbereitet, und ich hoffe, dass ein paar so freundlich wären, und sich an Hand der nachfolgenden Quellcodes auf Fehlersuche und Ursachenfindung begeben.


Code:
martin@Martin-Laptop-Unix:~$ cat /etc/lsb-release
          DISTRIB_ID=Ubuntu
          DISTRIB_RELEASE=9.10
          DISTRIB_CODENAME=karmic
          DISTRIB_DESCRIPTION="Ubuntu 9.10"

Code:
martin@Martin-Laptop-Unix:~$ uname -a Linux Martin-Laptop-Unix 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux

Das erstmal zum schon Gesagten.


Code:
martin@Martin-Laptop-Unix:~$ lspci -nn | grep -i net
	04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E 	PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
	05:00.0 Network controller [0280]: Atheros Communications Inc. AR928X Wireless 	Network Adapter (PCI-Express) [168c:002a] (rev 01)

Das zeigt ja jetzt die erkannten Adapter, oder? Da ist er ja immerhin schon mal gelistet. Also anscheinenend auch erkannt.


Code:
martin@Martin-Laptop-Unix:~$ lsusb
	Bus 001 Device 007: ID 192f:0616 Avago Technologies, Pte.
	Bus 001 Device 006: ID 0917:0211 SmartDisk Corp.
	Bus 001 Device 005: ID 090c:1000 Feiya Technology Corp. Flash Drive
	Bus 001 Device 004: ID 1a40:0101 TERMINUS TECHNOLOGY INC.
	Bus 001 Device 003: ID 1a40:0101 TERMINUS TECHNOLOGY INC.
	Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
	Bus 003 Device 002: ID 046d:0a10 Logitech, Inc.
	Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
	Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
	Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
	Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
	Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Nur der Vollsändigkeit halber.

Und nun geht es mit den Punkten los, bei denen ich nur noch Bahnhof verstehe. Also bitte schaut sich das mal einer an?! =)
Code:
martin@Martin-Laptop-Unix:~$ iwconfig
	lo        		no wireless extensions.

	eth0      	no wireless extensions.

	wmaster0  	no wireless extensions.

	wlan0     	IEEE 802.11bgn  ESSID:""
          			Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          			Tx-Power=20 dBm
          			Retry  long limit:7   RTS thr:off   Fragment thr:off
          			Power Management:on
          			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

Code:
martin@Martin-Laptop-Unix:~$ ifconfig
	eth0      	Link encap:Ethernet  Hardware Adresse 00:1e:33:98:82:c2
          			UP BROADCAST MULTICAST  MTU:1500  Metrik:1
          			RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          			TX packets:0 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)
          			Interrupt:30 Basisadresse:0xe000

	lo        		Link encap: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  Metrik:1
          			RX packets:44 errors:0 dropped:0 overruns:0 frame:0
          			TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
          			Kollisionen:0 Sendewarteschlangenlänge:0
          			RX bytes:2640 (2.6 KB)  TX bytes:2640 (2.6 KB)

	wlan0     	Link encap:Ethernet  Hardware Adresse 00:21:63:f6:2d:9b
          			UP BROADCAST MULTICAST  MTU:1500  Metrik:1
          			RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          			TX packets:0 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)

	wmaster0  Link encap:UNSPEC  Hardware Adresse 00-21-63-F6-2D-9B-00-00-00-00-00-	00-00-00-00-00
          			UP RUNNING  MTU:0  Metrik:1
          			RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          			TX packets:0 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)

So, hier mal alle geladenen Treibe, sind sie doch, oder? ...
Code:
martin@Martin-Laptop-Unix:~$ lsmod
	Module                  Size  Used by
	ppdev                   6688  0      
	snd_hda_codec_realtek   203328  1    
	arc4                    1660  2      
	ecb                     2524  2      
	snd_hda_intel          26920  3      
	snd_hda_codec          75708  2 snd_hda_codec_realtek,snd_hda_intel
	snd_usb_audio          84224  1                                    
	snd_pcm_oss            37920  0                                    
	snd_mixer_oss          16028  1 snd_pcm_oss                        
	joydev                 10272  0                                    
	snd_usb_lib            16284  1 snd_usb_audio                      
	ath9k                 258744  0                                    
	snd_pcm                75296  4 snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_pcm_oss                                                                           
	snd_hwdep               7200  2 snd_hda_codec,snd_usb_audio                     
	snd_seq_dummy           2656  0                                                 
	snd_seq_oss            28576  0                                                 
	snd_seq_midi            6432  0                                                 
	snd_rawmidi            22208  2 snd_usb_lib,snd_seq_midi                        
	snd_seq_midi_event      6940  2 snd_seq_oss,snd_seq_midi                        
	mac80211              181236  1 ath9k                                           
	snd_seq                50224  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event                                                                       
	sdhci_pci               7100  0                                                 
	snd_timer              22276  2 snd_pcm,snd_seq
	snd_seq_device          6920  5 	snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
	iptable_filter          3100  0
	lp                      8964  0
	ip_tables              11692  1 iptable_filter
	snd                    59204  21 snd_hda_codec_realtek, snd_hda_intel,snd_hda_codec, snd_usb_audio,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
	ath                     8060  1 ath9k
	sdhci                  17472  1 sdhci_pci
	ricoh_mmc               3676  0
	psmouse                56180  0
	led_class               4096  2 ath9k,sdhci
	soundcore               7264  1 snd
	snd_page_alloc          9156  2 snd_hda_intel,snd_pcm
	x_tables               16544  1 ip_tables
	serio_raw               5280  0
	shpchp                 32272  0
	parport                35340  2 ppdev,lp
	cfg80211               93052  3 ath9k,mac80211,ath
	i2c_piix4               9932  0
	usb_storage            52544  0
	radeon                636000  1
	ohci1394               29900  0
	ieee1394               86596  1 ohci1394
	usbhid                 38208  0
	ttm                    36212  1 radeon
	drm                   159584  3 radeon,ttm
	r8169                  32064  0
	mii                     5212  1 r8169
	agpgart                34988  2 ttm,drm
	i2c_algo_bit            5760  1 radeon
	video                  19380  0
	output                  2780  1 video

Hier, gefunden wurde mein ALICE-WLAN Netz ja anscheinend schon...
Code:
martin@Martin-Laptop-Unix:~$ sudo iwlist scan                                   
	[sudo] password for martin:                                                     
	lo        Interface doesn't support scanning.                                   

	eth0     	 Interface doesn't support scanning.

	wmaster0 	 Interface doesn't support scanning.

	wlan0    	 Scan completed :
      		    Cell 01 - 	Address: 00:16:E3:6C:6D:F8
                  		  	Channel:11                
                    			Frequency:2.462 GHz (Channel 11)
                    			Quality=30/70  Signal level=-80 dBm  
                    			Encryption key:on                    
                    			ESSID:"ALICE-WLAN"                   
                    			Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                             		24 Mb/s; 36 Mb/s; 54 Mb/s                 
                    			Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s          
                    			Mode:Master                                         
                    			Extra:tsf=00000260fd900186                          
                    			Extra: Last beacon: 224ms ago                       
                    			IE: Unknown: 000A414C4943452D574C414E               
                    			IE: Unknown: 010882848B962430486C                   
                    			IE: Unknown: 03010B                                 
                    			IE: Unknown: 2A0100                                 
                    			IE: Unknown: 2F0100                                 
                    			IE: Unknown: 32040C121860                           
                    			IE: Unknown: DD06001018020000

Bei den folgenden beiden verstehe ich wiederum nur Bahnhof... =(
Code:
martin@Martin-Laptop-Unix:~$ cat /etc/network/interfaces
	auto lo
	iface lo inet loopback

Code:
martin@Martin-Laptop-Unix:~$ cat /etc/modules
	# /etc/modules: kernel modules to load at boot time.
	#
	# This file contains the names of kernel modules that should be loaded
	# at boot time, one per line. Lines beginning with "#" are ignored.

	lp


Bitte helft mir! Ich mag nicht mehr am Kommerz Tropf von Microsoft hängen... ;D

Danke schon mal für alle Hilfewilligen.
 
Wenn Du diese Anzeige nicht sehen willst, registriere Dich und/oder logge Dich ein.
Also das Kernel Modul (ath9k) ist korrekt geladen, sonst würdest du dein Wlan nicht "sehen" können . Wie hast Du dich denn eingeloggt?
 
Code:
wlan0     	Link encap:Ethernet  Hardware Adresse 00:21:63:f6:2d:9b
          			UP BROADCAST MULTICAST  MTU:1500  Metrik:1
          			RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          			TX packets:0 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)

	wmaster0  Link encap:UNSPEC  Hardware Adresse 00-21-63-F6-2D-9B-00-00-00-00-00-	00-00-00-00-00
          			UP RUNNING  MTU:0  Metrik:1
          			RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          			TX packets:0 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 Device hat keine IP-Adresse bekommen, kann also gar nicht funktionieren.

Weiterhin sagt dein WLAN-Adapter:
Access Point: Not-Associated
- ist also zum WLAN gar nicht verbunden.

Poste bitte mal noch /var/log/messages oder komprimiert anhängen. Da sollte drinstehen, dass sich das Device zum WLAN verbinden will und wenn nicht, warum nicht.

Ach ja, wenn du wirklich noch WEP verwendest, solltest du schleunigst nen neuen Router besorgen. Oder mir sagen, wo du wohnst, damit ich dein WLAN mitnutzen kann ;D
 
Ach ja, wenn du wirklich noch WEP verwendest, solltest du schleunigst nen neuen Router besorgen. Oder mir sagen, wo du wohnst, damit ich dein WLAN mitnutzen kann ;D

Da lohnt auch der Aufwand zu, du hast ja sonst kein Internet. Internet ist ja schon etwas wertvolles. :fresse:

Internetzugangssperren finde ich ziemlich kontraproduktiv. Die Abdeckung mit Zugängen ist eher schlecht, die Geschwindigkeit ist schlecht und jeder pisst sich an wenn jemand "seinen" Zugang zum Internet benutzen möchte.
Ich bin für schnelles Internet für jedermann (günstig) und überall. Aber das sehen viele wohl anders, dann kann man sich ja nicht mehr aus der Masse hervorheben mit seinem Internetzugang und besonders guter Verbindung. Erbärmlich sowas.

@bra-tak: Womit versuchst du dich denn in das WLAN einzuloggen? Per Konsole und iwconfig? Oder mit einem Programm wie gnome-network-manager oder wicd?
 
Zuletzt bearbeitet von einem Moderator:
ich habe es mit der Arbeitsoberfläche, dem Network-Manager-Adep versucht.
Mein router hat halt nur nen WEP Schlüssel am Boden stehen... =(


@Simon20: Okay, ich werde das gleich machen, und hier posten!

---------- Beitrag hinzugefügt um 14:08 ---------- Vorheriger Beitrag war um 12:44 ----------

@Simon20

hier also mal der Quellcode, den du angefordert hast.

Code:
martin@Martin-Laptop-Unix:~$ /var/log/messages
Feb 26 13:18:01 Martin-Laptop-Unix kernel: imklog 4.2.0, log source = /var/run/rsyslog/kmsg started.
Feb 26 13:18:01 Martin-Laptop-Unix rsyslogd: [origin software="rsyslogd" swVersion="4.2.0" x-pid="917" x-info="http://www.rsyslog.com"] (re)start
Feb 26 13:18:01 Martin-Laptop-Unix rsyslogd: rsyslogd's groupid changed to 102
Feb 26 13:18:01 Martin-Laptop-Unix rsyslogd: rsyslogd's userid changed to 101
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Initializing cgroup subsys cpuset
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Initializing cgroup subsys cpu
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Linux version 2.6.31-14-generic (buildd@rothera) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 (Ubuntu 2.6.31-14.48-generic)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] KERNEL supported cpus:
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   Intel GenuineIntel
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   AMD AuthenticAMD
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   NSC Geode by NSC
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   Cyrix CyrixInstead
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   Centaur CentaurHauls
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   Transmeta GenuineTMx86
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   Transmeta TransmetaCPU
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   UMC UMC UMC UMC
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] BIOS-provided physical RAM map:
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 00000000bfdd7000 (usable)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000bfdd7000 - 00000000bfe3f000 (ACPI NVS)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000bfe3f000 - 00000000bfe70000 (usable)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000bfe70000 - 00000000bfebf000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000bfebf000 - 00000000bfeee000 (usable)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000bfeee000 - 00000000bfeff000 (ACPI data)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000bfeff000 - 00000000bff00000 (usable)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000f7000000 - 00000000f8000000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000feb00000 - 00000000feb01000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] DMI 2.4 present.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] last_pfn = 0xbff00 max_arch_pfn = 0x100000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Scanning 1 areas for low memory corruption
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] modified physical RAM map:
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 0000000000000000 - 0000000000002000 (usable)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 0000000000002000 - 0000000000006000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 0000000000006000 - 000000000009fc00 (usable)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 000000000009fc00 - 00000000000a0000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 0000000000100000 - 00000000bfdd7000 (usable)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000bfdd7000 - 00000000bfe3f000 (ACPI NVS)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000bfe3f000 - 00000000bfe70000 (usable)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000bfe70000 - 00000000bfebf000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000bfebf000 - 00000000bfeee000 (usable)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000bfeee000 - 00000000bfeff000 (ACPI data)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000bfeff000 - 00000000bff00000 (usable)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000f7000000 - 00000000f8000000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000feb00000 - 00000000feb01000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000fec00000 - 00000000fec01000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]  modified: 00000000fff00000 - 0000000100000000 (reserved)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Using x86 segment limits to approximate NX protection
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] RAMDISK: 378a3000 - 37fef388
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Allocated new RAMDISK: 008ad000 - 00ff9388
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Move RAMDISK from 00000000378a3000 - 0000000037fef387 to 008ad000 - 00ff9387
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: RSDP 000fe020 00024 (v02 TOSINV)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: XSDT bfefe120 0005C (v01 TOSINV TOSINV00 00000003      01000013)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: FACP bfefd000 000F4 (v04 TOSINV TOSINV00 00000003 MSFT 01000013)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: DSDT bfef1000 0888F (v01 TOSINV TOSINV00 F0000000 MSFT 01000013)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: FACS bfde0000 00040
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: HPET bfefc000 00038 (v01 TOSINV TOSINV00 00000001 MSFT 01000013)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: APIC bfefb000 00084 (v02 TOSINV TOSINV00 00000001 MSFT 01000013)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: MCFG bfefa000 0003C (v01 TOSINV TOSINV00 00000001 MSFT 01000013)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: SLIC bfef0000 00176 (v01 TOSINV TOSINV00 00000001 MSFT 01000013)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: BOOT bfeef000 00028 (v01 TOSINV TOSINV00 00000001 MSFT 01000013)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: SSDT bfeee000 002BE (v01 AMD    PowerNow 00000001 AMD  00000001)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] 2183MB HIGHMEM available.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] 887MB LOWMEM available.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   mapped low ram: 0 - 377fe000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   low ram: 0 - 377fe000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   node 0 low ram: 00000000 - 377fe000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   node 0 bootmap 00008000 - 0000ef00
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   #3 [0000100000 - 00008a80a0]    TEXT DATA BSS ==> [0000100000 - 00008a80a0]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   #4 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   #5 [00008a9000 - 00008ac10c]              BRK ==> [00008a9000 - 00008ac10c]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   #6 [0000007000 - 0000008000]          PGTABLE ==> [0000007000 - 0000008000]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   #7 [00008ad000 - 0000ff9388]      NEW RAMDISK ==> [00008ad000 - 0000ff9388]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   #8 [0000008000 - 000000f000]          BOOTMAP ==> [0000008000 - 000000f000]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Zone PFN ranges:
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   DMA      0x00000000 -> 0x00001000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   Normal   0x00001000 -> 0x000377fe
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]   HighMem  0x000377fe -> 0x000bff00
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Movable zone start PFN for each node
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] early_node_map[6] active PFN ranges
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]     0: 0x00000000 -> 0x00000002
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]     0: 0x00000006 -> 0x0000009f
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]     0: 0x00000100 -> 0x000bfdd7
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]     0: 0x000bfe3f -> 0x000bfe70
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]     0: 0x000bfebf -> 0x000bfeee
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]     0: 0x000bfeff -> 0x000bff00
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Using APIC driver default
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x408
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] ACPI: HPET id: 0x1002a201 base: 0xfed00000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Allocating PCI resources starting at bff00000 (gap: bff00000:37100000)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] PERCPU: Embedded 14 pages at c2810000, static data 35612 bytes
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 779732
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic root=UUID=353e9409-c268-497e-b2ff-dad5c9452e6f ro quiet splash
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Enabling fast FPU save and restore... done.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Enabling unmasked SIMD FPU exception support... done.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Initializing CPU#0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] allocated 15723520 bytes of page_cgroup
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Initializing HighMem for node 0 (000377fe:000bff00)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Memory: 3086180k/3144704k available (4565k kernel code, 56376k reserved, 2143k data, 540k init, 2234600k highmem)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] virtual kernel memory layout:
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]     fixmap  : 0xfff1d000 - 0xfffff000   ( 904 kB)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]       .init : 0xc078e000 - 0xc0815000   ( 540 kB)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]       .data : 0xc0575554 - 0xc078d308   (2143 kB)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000]       .text : 0xc0100000 - 0xc0575554   (4565 kB)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] NR_IRQS:2304 nr_irqs:440
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Fast TSC calibration using PIT
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.000000] Detected 1999.794 MHz processor.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001332] Console: colour VGA+ 80x25
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001336] console [tty0] enabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001735] HPET: 4 timers in total, 1 timers will be used for per-cpu timer
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001743] Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.58 BogoMIPS (lpj=7999176)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001766] Security Framework initialized
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001785] AppArmor: AppArmor initialized
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001794] Mount-cache hash table entries: 512
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001929] Initializing cgroup subsys ns
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001934] Initializing cgroup subsys cpuacct
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001939] Initializing cgroup subsys memory
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001947] Initializing cgroup subsys freezer
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001950] Initializing cgroup subsys net_cls
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001964] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001968] CPU: L2 Cache: 512K (64 bytes/line)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001970] CPU: Physical Processor ID: 0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001972] CPU: Processor Core ID: 0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001977] mce: CPU supports 5 MCE banks
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001988] using C1E aware idle routine
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.001997] Performance Counters: AMD PMU driver.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.002004] ... version:                 0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.002006] ... bit width:               48
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.002008] ... generic counters:        4
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.002010] ... value mask:              0000ffffffffffff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.002013] ... max period:              00007fffffffffff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.002015] ... fixed-purpose counters:  0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.002017] ... counter mask:            000000000000000f
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.002021] Checking 'hlt' instruction... OK.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.019210] ACPI: Core revision 20090521
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.032407] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.074276] CPU0: AMD Athlon(tm) X2 Dual-Core QL-62 stepping 01
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.076001] Booting processor 1 APIC 0x1 ip 0x6000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.004000] Initializing CPU#1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.004000] Calibrating delay using timer specific routine.. 3990.08 BogoMIPS (lpj=7980176)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.004000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.004000] CPU: L2 Cache: 512K (64 bytes/line)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.004000] CPU: Physical Processor ID: 0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.004000] CPU: Processor Core ID: 1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.004000] mce: CPU supports 5 MCE banks
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.160594] CPU1: AMD Athlon(tm) X2 Dual-Core QL-62 stepping 01
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.160610] checking TSC synchronization [CPU#0 -> CPU#1]:
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164001] Measured 69905176 cycles TSC warp between CPUs, turning off TSC clock.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164001] Marking TSC unstable due to check_tsc_sync_source failed
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164015] Brought up 2 CPUs
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164018] Total of 2 processors activated (7989.67 BogoMIPS).
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164155] Booting paravirtualized kernel on bare hardware
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164218] regulator: core version 0.5
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164218] Time: 13:17:52  Date: 02/26/10
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164218] NET: Registered protocol family 16
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164232] EISA bus registered
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164243] ACPI: bus type pci registered
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164320] PCI: MCFG configuration 0: base f7000000 segment 0 buses 0 - 15
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164324] PCI: MCFG area at f7000000 reserved in E820
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164326] PCI: Using MMCONFIG for extended config space
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.164329] PCI: Using configuration type 1 for base access
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.165314] bio: create slab <bio-0> at 0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.172327] ACPI: BIOS _OSI(Linux) query ignored
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.176020] ACPI: EC: non-query interrupt received, switching to interrupt mode
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.652063] ACPI: Interpreter enabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.652069] ACPI: (supports S0 S1 S3 S4 S5)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.652113] ACPI: Using IOAPIC for interrupt routing
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.664958] ACPI: EC: GPE = 0x7, I/O: command/status = 0x66, data = 0x62
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.664961] ACPI: EC: driver started in interrupt mode
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.665040] ACPI: Power Resource [PFA1] (off)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.665312] ACPI: No dock devices found.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666463] ACPI: PCI Root Bridge [PCI0] (0000:00)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666616] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666620] pci 0000:00:02.0: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666673] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666677] pci 0000:00:04.0: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666727] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666732] pci 0000:00:05.0: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666782] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666786] pci 0000:00:06.0: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666837] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666841] pci 0000:00:07.0: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.666984] pci 0000:00:11.0: set SATA to AHCI mode
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.667263] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.667268] pci 0000:00:12.2: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.667532] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.667537] pci 0000:00:13.2: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.667851] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.667856] pci 0000:00:14.2: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.668508] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.668513] pci 0000:04:00.0: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669057] pci 0000:05:00.0: PME# supported from D0 D1 D3hot
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669070] pci 0000:05:00.0: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669425] pci 0000:07:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669431] pci 0000:07:06.0: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669554] pci 0000:07:06.1: PME# supported from D0 D1 D2 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669560] pci 0000:07:06.1: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669683] pci 0000:07:06.2: PME# supported from D0 D1 D2 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669689] pci 0000:07:06.2: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669811] pci 0000:07:06.3: PME# supported from D0 D1 D2 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669817] pci 0000:07:06.3: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669940] pci 0000:07:06.4: PME# supported from D0 D1 D2 D3hot D3cold
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.669946] pci 0000:07:06.4: PME# disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.683845] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.683987] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.684147] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.684288] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.684425] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.684563] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.684696] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.684837] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.685053] SCSI subsystem initialized
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.685074] usbcore: registered new interface driver usbfs
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.685074] usbcore: registered new interface driver hub
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.685074] usbcore: registered new device driver usb
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.685074] ACPI: WMI: Mapper loaded
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.685074] PCI: Using ACPI for IRQ routing
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.696011] Bluetooth: Core ver 2.15
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.696019] NET: Registered protocol family 31
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.696019] Bluetooth: HCI device and connection manager initialized
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.696022] Bluetooth: HCI socket layer initialized
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.696024] NetLabel: Initializing
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.696026] NetLabel:  domain hash size = 128
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.696028] NetLabel:  protocols = UNLABELED CIPSOv4
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.696043] NetLabel:  unlabeled traffic allowed by default
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.696082] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 24, 0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.696088] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.712541] pnp: PnP ACPI init
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.712561] ACPI: bus type pnp registered
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716175] pnp: PnP ACPI: found 11 devices
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716178] ACPI: ACPI bus type pnp unregistered
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716182] PnPBIOS: Disabled by ACPI PNP
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716196] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716200] system 00:01: iomem range 0xfee00000-0xfee00fff has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716211] system 00:09: ioport range 0x400-0x4cf has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716214] system 00:09: ioport range 0x4d0-0x4d1 has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716217] system 00:09: ioport range 0x4d6-0x4d6 has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716221] system 00:09: ioport range 0x680-0x6ff has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716225] system 00:09: ioport range 0x77a-0x77a has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716229] system 00:09: ioport range 0xc00-0xc01 has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716233] system 00:09: ioport range 0xc14-0xc14 has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716236] system 00:09: ioport range 0xc50-0xc52 has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716240] system 00:09: ioport range 0xc6c-0xc6c has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716244] system 00:09: ioport range 0xc6f-0xc6f has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716247] system 00:09: ioport range 0xcd0-0xcdb has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716251] system 00:09: ioport range 0x800-0x804 has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716254] system 00:09: ioport range 0xb00-0xb3f has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716257] system 00:09: ioport range 0xcdc-0xcdf has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716264] system 00:0a: iomem range 0xff800000-0xff80ffff has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716267] system 00:0a: iomem range 0xe0000-0xfffff could not be reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716271] system 00:0a: iomem range 0xfeb00000-0xfeb00fff has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.716275] system 00:0a: iomem range 0xfff00000-0xffffffff has been reserved
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751059] AppArmor: AppArmor Filesystem Enabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751134] pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751138] pci 0000:00:02.0:   IO window: 0x6000-0x6fff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751144] pci 0000:00:02.0:   MEM window: 0xd6300000-0xd63fffff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751149] pci 0000:00:02.0:   PREFETCH window: 0x000000c0000000-0x000000cfffffff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751155] pci 0000:00:04.0: PCI bridge, secondary bus 0000:08
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751159] pci 0000:00:04.0:   IO window: 0x5000-0x5fff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751165] pci 0000:00:04.0:   MEM window: 0xd5300000-0xd62fffff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751169] pci 0000:00:04.0:   PREFETCH window: 0x000000d0000000-0x000000d0ffffff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751176] pci 0000:00:05.0: PCI bridge, secondary bus 0000:04
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751179] pci 0000:00:05.0:   IO window: 0x3000-0x4fff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751184] pci 0000:00:05.0:   MEM window: 0xd4300000-0xd52fffff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751189] pci 0000:00:05.0:   PREFETCH window: 0x000000d1000000-0x000000d20fffff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751195] pci 0000:00:06.0: PCI bridge, secondary bus 0000:05
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751198] pci 0000:00:06.0:   IO window: 0x2000-0x2fff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751203] pci 0000:00:06.0:   MEM window: 0xd3200000-0xd42fffff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751207] pci 0000:00:06.0:   PREFETCH window: 0x000000d2100000-0x000000d30fffff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751213] pci 0000:00:07.0: PCI bridge, secondary bus 0000:06
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751215] pci 0000:00:07.0:   IO window: disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751220] pci 0000:00:07.0:   MEM window: disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751223] pci 0000:00:07.0:   PREFETCH window: disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751228] pci 0000:00:14.4: PCI bridge, secondary bus 0000:07
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751236] pci 0000:00:14.4:   IO window: 0x1000-0x1fff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751243] pci 0000:00:14.4:   MEM window: 0xd3100000-0xd31fffff
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751249] pci 0000:00:14.4:   PREFETCH window: disabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751273] pci 0000:00:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751293] pci 0000:00:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751311] pci 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751321] pci 0000:00:06.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751338] pci 0000:00:07.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751446] NET: Registered protocol family 2
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751553] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.751903] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.752611] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.752931] TCP: Hash tables configured (established 131072 bind 65536)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.752935] TCP reno registered
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.753042] NET: Registered protocol family 1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.753121] Trying to unpack rootfs image as initramfs...
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.969510] Freeing initrd memory: 7472k freed
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.974505] Simple Boot Flag at 0x44 set to 0x1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.974690] cpufreq-nforce2: No nForce2 chipset.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.974720] Scanning for low memory corruption every 60 seconds
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.974826] audit: initializing netlink socket (disabled)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.974843] type=2000 audit(1267190271.972:1): initialized
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.984168] highmem bounce pool size: 64 pages
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.984174] HugeTLB registered 4 MB page size, pre-allocated 0 pages
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.985698] VFS: Disk quotas dquot_6.5.2
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.985766] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.986388] fuse init (API version 7.12)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.986476] msgmni has been set to 1679
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.986737] alg: No test for stdrng (krng)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.986750] io scheduler noop registered
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.986753] io scheduler anticipatory registered
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.986755] io scheduler deadline registered
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    0.986806] io scheduler cfq registered (default)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.160861] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.161157] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.161334] ACPI: AC Adapter [ADP0] (on-line)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.161415] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.161420] ACPI: Power Button [PWRF]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.161485] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.161488] ACPI: Power Button [PWRB]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.161531] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.164314] ACPI: Lid Switch [LID]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.164460] fan PNP0C0B:00: registered as cooling_device0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.164467] ACPI: Fan [FAN1] (off)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.164905] processor LNXCPU:00: registered as cooling_device1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.164910] ACPI: Processor [CPU0] (supports 8 throttling states)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.164964] processor LNXCPU:01: registered as cooling_device2
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.181651] thermal LNXTHERM:01: registered as thermal_zone0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.181660] ACPI: Thermal Zone [THZN] (69 C)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.181722] isapnp: Scanning for PnP cards...
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.182831] ACPI: Battery Slot [BAT0] (battery present)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.539991] isapnp: No Plug & Play device found
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.541341] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.542738] brd: module loaded
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.543250] loop: module loaded
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.543343] input: Macintosh mouse button emulation as /devices/virtual/input/input3
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.543456] ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.543592] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.543596] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck led clo pmp pio 
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.544128] scsi0 : ahci
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.544269] scsi1 : ahci
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.544347] scsi2 : ahci
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.544423] scsi3 : ahci
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.544595] ata1: SATA max UDMA/133 abar m1024@0xd6408000 port 0xd6408100 irq 22
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.544601] ata2: SATA max UDMA/133 abar m1024@0xd6408000 port 0xd6408180 irq 22
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.544605] ata3: SATA max UDMA/133 abar m1024@0xd6408000 port 0xd6408200 irq 22
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.544610] ata4: SATA max UDMA/133 abar m1024@0xd6408000 port 0xd6408280 irq 22
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.544931] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.545069] scsi4 : pata_atiixp
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.545149] scsi5 : pata_atiixp
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.546279] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x7000 irq 14
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.546283] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x7008 irq 15
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.547066] Fixed MDIO Bus: probed
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.547104] PPP generic driver version 2.4.2
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.547229] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.547255] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.547280] ehci_hcd 0000:00:12.2: EHCI Host Controller
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.547342] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.547374] ehci_hcd 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.547398] ehci_hcd 0000:00:12.2: debug port 1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.547428] ehci_hcd 0000:00:12.2: irq 17, io mem 0xd6408500
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.556063] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.556141] usb usb1: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.556174] hub 1-0:1.0: USB hub found
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.556184] hub 1-0:1.0: 6 ports detected
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.556343] ehci_hcd 0000:00:13.2: power state changed by ACPI to D0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.556355] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.556372] ehci_hcd 0000:00:13.2: EHCI Host Controller
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.556407] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.556444] ehci_hcd 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.556464] ehci_hcd 0000:00:13.2: debug port 1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.556483] ehci_hcd 0000:00:13.2: irq 19, io mem 0xd6408400
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.568051] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.568113] usb usb2: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.568145] hub 2-0:1.0: USB hub found
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.568153] hub 2-0:1.0: 6 ports detected
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.568226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.568247] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.568263] ohci_hcd 0000:00:12.0: OHCI Host Controller
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.568297] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.568337] ohci_hcd 0000:00:12.0: irq 16, io mem 0xd6407000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.628306] usb usb3: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.628333] hub 3-0:1.0: USB hub found
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.628348] hub 3-0:1.0: 3 ports detected
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.628405] ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.628420] ohci_hcd 0000:00:12.1: OHCI Host Controller
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.628458] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.628486] ohci_hcd 0000:00:12.1: irq 16, io mem 0xd6406000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.688100] usb usb4: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.688128] hub 4-0:1.0: USB hub found
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.688142] hub 4-0:1.0: 3 ports detected
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.688197] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.688212] ohci_hcd 0000:00:13.0: OHCI Host Controller
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.688247] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.688271] ohci_hcd 0000:00:13.0: irq 18, io mem 0xd6405000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.748101] usb usb5: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.748129] hub 5-0:1.0: USB hub found
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.748143] hub 5-0:1.0: 3 ports detected
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.748199] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.748215] ohci_hcd 0000:00:13.1: OHCI Host Controller
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.748256] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.748279] ohci_hcd 0000:00:13.1: irq 18, io mem 0xd6404000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.808118] usb usb6: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.808146] hub 6-0:1.0: USB hub found
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.808160] hub 6-0:1.0: 3 ports detected
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.808225] uhci_hcd: USB Universal Host Controller Interface driver
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.808331] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.836658] serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.836667] serio: i8042 AUX port at 0x60,0x64 irq 12
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.836755] mice: PS/2 mouse device common for all mice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.836878] rtc_cmos 00:05: RTC can wake from S4
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.836915] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.836958] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837080] device-mapper: uevent: version 1.0.3
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837168] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email]dm-devel@redhat.com[/email]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837255] device-mapper: multipath: version 1.1.0 loaded
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837258] device-mapper: multipath round-robin: version 1.0.0 loaded
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837420] EISA: Probing bus 0 at eisa.0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837431] Cannot allocate resource for EISA slot 1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837434] Cannot allocate resource for EISA slot 2
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837436] Cannot allocate resource for EISA slot 3
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837438] Cannot allocate resource for EISA slot 4
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837441] Cannot allocate resource for EISA slot 5
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837443] Cannot allocate resource for EISA slot 6
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837445] Cannot allocate resource for EISA slot 7
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837452] EISA: Detected 0 cards.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837539] cpuidle: using governor ladder
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.837542] cpuidle: using governor menu
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.838062] TCP cubic registered
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.838231] NET: Registered protocol family 10
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.838711] lo: Disabled Privacy Extensions
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839038] NET: Registered protocol family 17
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839061] Bluetooth: L2CAP ver 2.13
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839063] Bluetooth: L2CAP socket layer initialized
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839067] Bluetooth: SCO (Voice Link) ver 0.6
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839069] Bluetooth: SCO socket layer initialized
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839129] Bluetooth: RFCOMM TTY layer initialized
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839132] Bluetooth: RFCOMM socket layer initialized
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839134] Bluetooth: RFCOMM ver 1.11
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839160] powernow-k8: Found 1 AMD Athlon(tm) X2 Dual-Core QL-62 processors (2 cpu cores) (version 2.20.00)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839213] powernow-k8:    0 : pstate 0 (2000 MHz)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839215] powernow-k8:    1 : pstate 1 (1000 MHz)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839835] Using IPI No-Shortcut mode
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.839927] registered taskstats version 1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.840125]   Magic number: 14:27:282
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.840165] tty tty19: hash matches
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.840252] rtc_cmos 00:05: setting system clock to 2010-02-26 13:17:53 UTC (1267190273)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.840256] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.840258] EDD information not available.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.868558] ata4: SATA link down (SStatus 0 SControl 300)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.868622] ata2: SATA link down (SStatus 0 SControl 300)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.870112] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    1.984050] usb 1-2: new high speed USB device using ehci_hcd and address 3
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.032046] ata3: applying SB600 PMP SRST workaround and retrying
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.032066] ata1: applying SB600 PMP SRST workaround and retrying
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.117442] usb 1-2: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.117657] hub 1-2:1.0: USB hub found
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.117757] hub 1-2:1.0: 4 ports detected
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.196050] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.196075] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.200163] ata3.00: ATAPI: HL-DT-ST DVDRAM GSA-T50N, RT04, max UDMA/133
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.205032] ata3.00: configured for UDMA/133
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.246006] ata1.00: ATA-8: WDC WD2500BEVS-26UST0, 01.01A01, max UDMA/133
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.246009] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.246887] ata1.00: configured for UDMA/133
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.247008] scsi 0:0:0:0: Direct-Access     ATA      WDC WD2500BEVS-2 01.0 PQ: 0 ANSI: 5
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.247149] sd 0:0:0:0: Attached scsi generic sg0 type 0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.247196] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.247248] sd 0:0:0:0: [sda] Write Protect is off
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.247277] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.247424]  sda:
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.250472] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-T50N  RT04 PQ: 0 ANSI: 5
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.256425]  sda1 sda2 sda3 sda4 <sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.270550] Uniform CD-ROM driver Revision: 3.20
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.270714] sr 2:0:0:0: Attached scsi generic sg1 type 5
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.286035]  sda5 sda6 sda7 >
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.303332] sd 0:0:0:0: [sda] Attached SCSI disk
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.380037] usb 3-1: new full speed USB device using ohci_hcd and address 2
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.435878] Freeing unused kernel memory: 540k freed
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.436291] Write protecting the kernel text: 4568k
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.436333] Write protecting the kernel read-only data: 1836k
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.552386] usb 3-1: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.578738] usbcore: registered new interface driver hiddev
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.589055] input:            Logitech              Logitech Speaker as /devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.2/input/input5
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.589135] generic-usb 0003:046D:0A10.0001: input,hidraw0: USB HID v1.00 Device [           Logitech              Logitech Speaker] on usb-0000:00:12.0-1/input2
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.589155] usbcore: registered new interface driver usbhid
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.589159] usbhid: v2.6:USB HID core driver
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.611701] acpi device:0a: registered as cooling_device3
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.611859] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:07/device:08/input/input6
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.611903] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.626048] usb 1-2.2: new high speed USB device using ehci_hcd and address 4
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.629545] Linux agpgart interface v0.103
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.700086] [drm] Initialized drm 1.1.0 20060810
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.703597] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.703624] r8169 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.704372] eth0: RTL8102e at 0xf81a8000, 00:1e:33:98:82:c2, XID 34a00000 IRQ 30
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.726003] usb 1-2.2: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.726191] hub 1-2.2:1.0: USB hub found
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.726279] hub 1-2.2:1.0: 4 ports detected
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.727855] [drm] radeon default to kernel modesetting DISABLED.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.728799] pci 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.728967] [drm] Initialized radeon 1.31.0 20080528 for 0000:01:00.0 on minor 0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.743253] ohci1394 0000:07:06.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.798623] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[20]  MMIO=[d3100000-d31007ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.802662] usb 1-2.4: new high speed USB device using ehci_hcd and address 5
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.894501] usb 1-2.4: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.903052] Initializing USB Mass Storage driver...
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.903439] scsi6 : SCSI emulation for USB Mass Storage devices
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.903595] usbcore: registered new interface driver usb-storage
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.903604] USB Mass Storage support registered.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    2.996517] usb 1-2.2.1: new high speed USB device using ehci_hcd and address 6
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    3.090832] usb 1-2.2.1: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    3.093899] scsi7 : SCSI emulation for USB Mass Storage devices
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    3.164983] usb 1-2.2.2: new low speed USB device using ehci_hcd and address 7
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    3.260316] usb 1-2.2.2: configuration #1 chosen from 1 choice
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    3.262915] input: USB Optical Mouse as /devices/pci0000:00/0000:00:12.2/usb1/1-2/1-2.2/1-2.2.2/1-2.2.2:1.0/input/input7
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    3.263014] generic-usb 0003:192F:0616.0002: input,hidraw1: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:12.2-2.2.2/input0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.048831] PM: Starting manual resume from disk
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.060979] EXT4-fs (sda6): barriers enabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.078255] kjournald2 starting: pid 433, dev sda6:8, commit interval 5 seconds
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.078267] EXT4-fs (sda6): delayed allocation enabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.078271] EXT4-fs: file extents enabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.080871] EXT4-fs: mballoc enabled
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.080889] EXT4-fs (sda6): mounted filesystem with ordered data mode
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.852264] type=1505 audit(1267190276.511:2): operation="profile_load" pid=456 name=/sbin/dhclient3
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.852581] type=1505 audit(1267190276.511:3): operation="profile_load" pid=456 name=/usr/lib/NetworkManager/nm-dhcp-client.action
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.852750] type=1505 audit(1267190276.511:4): operation="profile_load" pid=456 name=/usr/lib/connman/scripts/dhclient-script
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.871308] type=1505 audit(1267190276.528:5): operation="profile_load" pid=457 name=/usr/lib/cups/backend/cups-pdf
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.871681] type=1505 audit(1267190276.528:6): operation="profile_load" pid=457 name=/usr/sbin/cupsd
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.874155] type=1505 audit(1267190276.532:7): operation="profile_load" pid=458 name=/usr/sbin/mysqld-akonadi
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    4.876479] type=1505 audit(1267190276.532:8): operation="profile_load" pid=459 name=/usr/sbin/tcpdump
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    5.870229] udev: starting version 147
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    6.263078] Adding 2996080k swap on /dev/sda7.  Priority:-1 extents:1 across:2996080k 
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    6.678340] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    6.718002] lp: driver loaded but no devices found
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    6.932607] cfg80211: Calling CRDA to update world regulatory domain
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    6.944432] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.015387] ricoh-mmc: Ricoh MMC Controller disabling driver
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.015391] ricoh-mmc: Copyright(c) Philip Langdale
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.015437] ricoh-mmc: Ricoh MMC controller found at 0000:07:06.2 [1180:0843] (rev 12)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.015457] ricoh-mmc: Controller is now disabled.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.083904] ip_tables: (C) 2000-2006 Netfilter Core Team
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.233415] sdhci: Secure Digital Host Controller Interface driver
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.233419] sdhci: Copyright(c) Pierre Ossman
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.234845] sdhci-pci 0000:07:06.1: SDHCI controller found [1180:0822] (rev 22)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.234878] sdhci-pci 0000:07:06.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.235909] sdhci-pci 0000:07:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.236987] Registered led device: mmc0::
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.238031] mmc0: SDHCI controller on PCI [0000:07:06.1] using DMA
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.745677] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x9280b1, caps: 0xa04711/0xa04000
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.745685] synaptics: Toshiba Satellite A300D detected, limiting rate to 40pps.
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.821369] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.828580] cfg80211: World regulatory domain updated:
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.828584] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.828588] 	(2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.828592] 	(2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.828595] 	(2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.828598] 	(5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.828601] 	(5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.905288] scsi 6:0:0:0: Direct-Access     USB 2.0  Flash Disk       1100 PQ: 0 ANSI: 0 CCS
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.905875] sd 6:0:0:0: Attached scsi generic sg2 type 0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.908375] sd 6:0:0:0: [sdb] 3963904 512-byte logical blocks: (2.02 GB/1.88 GiB)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.909250] sd 6:0:0:0: [sdb] Write Protect is off
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.912756]  sdb: sdb1
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    7.918259] sd 6:0:0:0: [sdb] Attached SCSI removable disk
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    8.092746] scsi 7:0:0:0: Direct-Access     Ext Hard  Disk                 PQ: 0 ANSI: 4
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    8.093249] sd 7:0:0:0: Attached scsi generic sg3 type 0
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    8.094575] sd 7:0:0:0: [sdc] 488397168 512-byte logical blocks: (250 GB/232 GiB)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    8.096224] sd 7:0:0:0: [sdc] Write Protect is off
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    8.099228]  sdc: sdc1 sdc2 sdc3
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    8.104226] sd 7:0:0:0: [sdc] Attached SCSI disk
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    8.203781] EXT4-fs (sda6): internal journal on sda6:8
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    8.387508] usbcore: registered new interface driver snd-usb-audio
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    8.494986] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    8.775908] ath9k 0000:05:00.0: enabling device (0000 -> 0002)
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    8.775921] ath9k 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    9.159516] hda_codec: Unknown model for ALC268, trying auto-probe from BIOS...
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    9.159607] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input9
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    9.217361] Registered led device: ath9k-phy0::radio
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    9.217381] Registered led device: ath9k-phy0::assoc
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    9.217398] Registered led device: ath9k-phy0::tx
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    9.217416] Registered led device: ath9k-phy0::rx
Feb 26 13:18:01 Martin-Laptop-Unix kernel: [    9.217428] phy0: Atheros AR9280 MAC/BB Rev:2 AR5133 RF Rev:d0: mem=0xf8820000, irq=18
Feb 26 13:18:02 Martin-Laptop-Unix kernel: [   10.348586] type=1505 audit(1267186682.007:9): operation="profile_replace" pid=946 name=/sbin/dhclient3
Feb 26 13:18:02 Martin-Laptop-Unix kernel: [   10.348890] type=1505 audit(1267186682.007:10): operation="profile_replace" pid=946 name=/usr/lib/NetworkManager/nm-dhcp-client.action
Feb 26 13:18:02 Martin-Laptop-Unix kernel: [   10.349064] type=1505 audit(1267186682.007:11): operation="profile_replace" pid=946 name=/usr/lib/connman/scripts/dhclient-script
Feb 26 13:18:02 Martin-Laptop-Unix kernel: [   10.351083] type=1505 audit(1267186682.007:12): operation="profile_replace" pid=947 name=/usr/lib/cups/backend/cups-pdf
Feb 26 13:18:02 Martin-Laptop-Unix kernel: [   10.351461] type=1505 audit(1267186682.007:13): operation="profile_replace" pid=947 name=/usr/sbin/cupsd
Feb 26 13:18:02 Martin-Laptop-Unix kernel: [   10.353671] type=1505 audit(1267186682.011:14): operation="profile_replace" pid=948 name=/usr/sbin/mysqld-akonadi
Feb 26 13:18:02 Martin-Laptop-Unix kernel: [   10.355789] type=1505 audit(1267186682.011:15): operation="profile_replace" pid=949 name=/usr/sbin/tcpdump
Feb 26 13:18:04 Martin-Laptop-Unix kernel: [   12.863752] ppdev: user-space parallel port driver
Feb 26 13:18:04 Martin-Laptop-Unix kernel: [   13.325441] r8169: eth0: link down
Feb 26 13:18:04 Martin-Laptop-Unix kernel: [   13.325675] ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb 26 13:18:05 Martin-Laptop-Unix kernel: [   13.380945] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Feb 26 13:18:12 Martin-Laptop-Unix kernel: [   21.290811] [drm] Setting GART location based on new memory map
Feb 26 13:18:12 Martin-Laptop-Unix kernel: [   21.306484] [drm] Loading RV620 CP Microcode
Feb 26 13:18:12 Martin-Laptop-Unix kernel: [   21.306546] [drm] Loading RV620 PFP Microcode
Feb 26 13:18:12 Martin-Laptop-Unix kernel: [   21.321456] [drm] Resetting GPU
Feb 26 13:18:12 Martin-Laptop-Unix kernel: [   21.321514] [drm] writeback test succeeded in 1 usecs

ist viel ja, aber ich kann damit null Komma nix anfangen. Deswegen bekommst du die gesamte Ladung ;)
 
Zuletzt bearbeitet:
Code:
Feb 26 13:18:04 Martin-Laptop-Unix kernel: [ 13.325675] ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb 26 13:18:05 Martin-Laptop-Unix kernel: [ 13.380945] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Beide Netzwerkkarten sind noch unten, da kann überhaupt nix verbunden werden. Mach mal ein:
Code:
ifup wlan0
als root auf einer Konsole. Danach neu verbinden. Da geht irgendwas mächtig schief bei dir...
 
Also ertsmal riesen Dank für deine Bemühungen. Ich starte dann mal wieder Linux, und probiere es! Ich melde mich gleich wieder.

PS: nur eine Frage noch vorher. Wenn meine WLAN Karte unten ist, wieso findet sie dann das ALICE-WLAN Netz? oO
 
Deine Karte ist "oben" wenn du das Wlan siehst. Das ist also nicht das Problem. Du hast einfach noch keine Adresse zugewiesen. Benutzt mal als Networkmanager wicd. Der ist einfach u nd funktioniert.

wicd - home
 
danke, ich werds probieren :)

@Simon20

hier der log:

Code:
martin@Martin-Laptop-Unix:~$ ifup wlan0
ifup: failed to open statefile /var/run/network/ifstate: Permission denied
martin@Martin-Laptop-Unix:~$ sudo ifup wlan0
[sudo] password for martin:
Ignoring unknown interface wlan0=wlan0.


---------- Beitrag hinzugefügt um 15:20 ---------- Vorheriger Beitrag war um 15:07 ----------

man. nicht mal die installation functioniert. was habe ich falsch gemacht?

Code:
martin@Martin-Laptop-Unix:~$ sudo apt-get install wicd
[sudo] password for martin:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
E: Konnte Paket wicd nicht finden
 
1) Mach mal ein "apt-cache search wicd" auf der Konsole (User egal)
2) Trag mal als root in /etc/network/interfaces folgendes ein (einfach in eine leere Zeile:
Code:
auto wlan0
Danach als root
Code:
/etc/init.d/networking restart
und nochmal versuchen, zum WLAN zu verbinden.

Die Pfade sind aus dem Kopf geschrieben, sollte aber so hinkommen.
 
man. nicht mal die installation functioniert. was habe ich falsch gemacht?
Gib folgendes in der Konsole ein:
Code:
wget http://de.archive.ubuntu.com/ubuntu/pool/universe/w/wicd/wicd_1.5.9-2_all.deb
und dann:
Code:
sudo dpkg -i wicd_1.5.9-2_all.deb
Fertig!
 
Zuletzt bearbeitet:
Nö, aber du scheinst ja einen Rechner mit Internetverbindung zu haben wenn du hier schreibst, also lädst du das Paket auf dem runter, packst es aufn Usb Stick und installierst es dann auf dem offline-Rechner.
 
Der erste Befehl (wget) lädt runter.
Der zweite (sudo dpkg....) installiert auf dem zeilrechner das Paket.
 
Hardwareluxx setzt keine externen Werbe- und Tracking-Cookies ein. Auf unserer Webseite finden Sie nur noch Cookies nach berechtigtem Interesse (Art. 6 Abs. 1 Satz 1 lit. f DSGVO) oder eigene funktionelle Cookies. Durch die Nutzung unserer Webseite erklären Sie sich damit einverstanden, dass wir diese Cookies setzen. Mehr Informationen und Möglichkeiten zur Einstellung unserer Cookies finden Sie in unserer Datenschutzerklärung.


Zurück
Oben Unten refresh