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

[erledigt] Wlan erst nach yast2 lan

roepet01

Newbie
Hallo,

ich habe ein SuSe 11.0 System und hatte für meinen WLAN Atheros Chip das paket von Madwifi installiert. Es lief alles gut.
Aber als ich den Kernel auf 2.6.27.1-3-pae upgedated hatte ging wlan nicht mehr.
Ich habe dann mal yast2 lan gestartet und plötzlich ging WLAn wieder und ich hatte eine Verbindung.

Seit dem muss ich immer erst als root yast2 lan ausführen um WLAN zu haben.

Was muss ich machen, damit das automatisch beim booten passiert?

ich habe die Ausgabe von CollectNWData und dmesg VOR yast2 lan gemacht.
Hier iszt das Ergebnis:

Code:
collectNWData.sh V0.6d-4
--- Welcher Netzwerkverbindungtyp soll getestet werden?
--- (2) Kabellose Verbindung (WLAN)
--- Welche Netzwerktopologie liegt vor?
--- (1) WLAN access point <---> LinuxClient
--- Auf welchem Rechner wird das Script ausgeführt?
--- (1) LinuxClient

==================================================================================================
==================================================================================================
*** uname -a 
Linux MickyLi 2.6.27.1-3-pae #1 SMP 2008-10-17 22:25:14 +0200 i686 athlon i386 GNU/Linux
==================================================================================================
*** cat /etc/SuSE-release 
openSUSE 11.0 (i586)
VERSION = 11.0
==================================================================================================
*** cat /etc/resolv.conf | /usr/bin/grep -v "^#" | /usr/bin/grep -v "^$" 
==================================================================================================
*** cat /etc/hosts | grep -v "^#" | /usr/bin/grep -v "^$" | /usr/bin/grep -v "::" 
127.0.0.1       localhost
127.0.0.2       MickyLi.workgroup MickyLi
==================================================================================================
*** cat /proc/sys/net/ipv4/ip_forward 
0
==================================================================================================
*** /usr/sbin/iptables -t nat -L 
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination         

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
==================================================================================================
*** /sbin/route -n 
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
==================================================================================================
*** /sbin/arp -n 
==================================================================================================
*** /sbin/ifconfig 
eth0      Link encap:Ethernet  Hardware Adresse 00:03:0D:75:58:74  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:220 Basisadresse:0x2000 

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  Metric:1
          RX packets:3784 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3784 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:189616 (185.1 Kb)  TX bytes:189616 (185.1 Kb)

==================================================================================================
*** /sbin/lspci -nn | /usr/bin/egrep '(Ethernet|Network).*controller' 
02:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01)
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller [10ec:8136] (rev 01)
==================================================================================================
*** /usr/bin/lsusb 
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 045e:00a4 Microsoft Corp. 
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
==================================================================================================
*** /sbin/lsmod | /usr/bin/sort 
ac                     20996  0 
agpgart                49076  1 ati_agp
ahci                   44812  6 
ati_agp                23180  0 
battery                27780  0 
button                 23056  0 
cdrom                  48920  1 sr_mod
cpufreq_conservative    22920  0 
cpufreq_powersave      18176  0 
cpufreq_userspace      19716  0 
crc_t10dif             18304  1 sd_mod
dm_mod                 78268  0 
dock                   28556  1 libata
edd                    25160  0 
ehci_hcd               64396  0 
ext3                  141448  3 
fan                    21252  0 
ff_memless             23816  1 usbhid
fuse                   69148  7 
hid                    52428  1 usbhid
hwmon                  19612  1 thermal_sys
i2c_core               46484  1 i2c_piix4
i2c_piix4              26768  0 
ip6table_filter        18944  1 
ip6table_mangle        18816  0 
ip6_tables             29072  3 ip6t_LOG,ip6table_mangle,ip6table_filter
ip6t_LOG               22788  9 
ip6t_REJECT            21504  3 
iptable_filter         19072  1 
iptable_mangle         19200  0 
iptable_nat            22536  0 
ip_tables              27920  3 iptable_mangle,iptable_nat,iptable_filter
ipt_LOG                22276  10 
ipt_REJECT             19328  3 
ipv6                  260008  15 ip6t_REJECT,nf_conntrack_ipv6,ip6table_mangle
jbd                    73376  1 ext3
libata                175336  2 ahci,pata_atiixp
loop                   31628  0 
mbcache                24708  1 ext3
Module                  Size  Used by
nf_conntrack           84448  6 nf_conntrack_ipv6,xt_state,iptable_nat,nf_nat,nf_conntrack_netbios_ns,nf_conntrack_ipv4
nf_conntrack_ipv4      27144  8 iptable_nat,nf_nat
nf_conntrack_ipv6      36924  5 
nf_conntrack_netbios_ns    18816  0 
nf_nat                 36376  1 iptable_nat
ohci_hcd               48272  0 
output                 19328  1 video
pata_atiixp            21120  0 
pci_hotplug            44452  1 shpchp
pcspkr                 18944  0 
powernow_k8            30340  1 
processor              60588  3 powernow_k8,thermal
r8169                  43268  0 
rtc_cmos               28064  0 
rtc_core               34716  1 rtc_cmos
rtc_lib                19328  1 rtc_core
scsi_mod              165420  4 sr_mod,sg,sd_mod,libata
sd_mod                 48024  7 
serio_raw              21636  0 
sg                     46260  0 
shpchp                 44948  0 
snd                    74296  14 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
snd_hda_intel         386708  3 
snd_hwdep              23684  1 snd_hda_intel
snd_mixer_oss          30848  1 snd_pcm_oss
snd_page_alloc         24712  2 snd_hda_intel,snd_pcm
snd_pcm                95620  2 snd_pcm_oss,snd_hda_intel
snd_pcm_oss            60032  0 
snd_seq                69056  0 
snd_seq_device         23692  1 snd_seq
snd_timer              37640  2 snd_seq,snd_pcm
soundcore              23496  1 snd
sr_mod                 30120  0 
thermal                36508  0 
thermal_sys            27944  4 video,fan,thermal,processor
usbcore               184140  4 usbhid,ehci_hcd,ohci_hcd
usbhid                 62564  0 
video                  36624  0 
x_tables               30980  11 ip6t_LOG,xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,ip6t_REJECT,ipt_REJECT,xt_state,iptable_nat,ip_tables,ip6_tables
xt_limit               18692  19 
xt_pkttype             18176  5 
xt_state               18432  10 
xt_tcpudp              19328  18 
==================================================================================================
*** catMyConfig 
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-eth0
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IFPLUGD_PRIORITY='20'
IPADDR=''
MTU=''
NAME='Fujitsu Siemens RTL8101E PCI Express Fast Ethernet controller'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='ifplugd'
USERCONTROL='no'
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME='AR242x 802.11abg Wireless PCI Express Adapter'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='yes'
WIRELESS_AP=''
WIRELESS_AUTH_MODE='psk'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL=''
WIRELESS_CLIENT_CERT=''
WIRELESS_CLIENT_KEY=''
WIRELESS_CLIENT_KEY_PASSWORD=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_EAP_AUTH=''
WIRELESS_EAP_MODE=''
WIRELESS_ESSID='Staibitai'
WIRELESS_FREQUENCY=''
WIRELESS_KEY=''
WIRELESS_KEY_0=''
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH='128'
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_PEAP_VERSION=''
WIRELESS_POWER='no'
WIRELESS_WPA_ANONID=''
WIRELESS_WPA_IDENTITY=''
WIRELESS_WPA_PASSWORD=''
WIRELESS_WPA_PSK='@@@@@@'
==================================================================================================
*** /usr/sbin/iwconfig | /usr/bin/sed "s/\(Encryption key:\)\([^o][^f][^f][^ ]*\)\(.*\)/\1@@ @@@-@@@@-@@@@-@@@@-@@@@-@@@@@@@\3/" 
lo        no wireless extensions.

eth0      no wireless extensions.

==================================================================================================
*** /usr/bin/grep -i radio /var/log/boot.msg | /usr/bin/tail -n 5 
==================================================================================================
*** /usr/bin/grep -i firmware /var/log/messages* | /usr/bin/tail -n 5 
Jul 17 23:05:06 MickyLi kernel: Broadcom 43xx driver loaded [ Features: PMLR, Firmware-ID: FW13 ]
Jul 17 23:05:06 MickyLi kernel: Broadcom 43xx-legacy driver loaded [ Features: PLRID, Firmware-ID: FW10 ]
==================================================================================================
*** ls -ls /lib/firmware 
insgesamt 508
  4 drwxr-xr-x 12 root root  4096 18. Okt 14:35 2.6.27.1-3-pae
  4 -rw-r--r--  1 root root   137  6. Jun 22:55 3CCFEM556.cis
  4 -rw-r--r--  1 root root   134  6. Jun 22:55 3CXEM556.cis
  4 -rw-r--r--  1 root root  3408  6. Jun 22:18 aica_firmware.bin
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 asihpi
  4 -rw-r--r--  1 root root   109  6. Jun 22:55 COMpad2.cis
  4 -rw-r--r--  1 root root    76  6. Jun 22:55 COMpad4.cis
100 -rw-r--r--  1 root root 97652  6. Jun 22:18 digiface_firmware.bin
100 -rw-r--r--  1 root root 97652  6. Jun 22:18 digiface_firmware_rev11.bin
  4 -rw-r--r--  1 root root   136  6. Jun 22:55 DP83903.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 ea
  4 -rw-r--r--  1 root root    53  6. Jun 22:55 E-CARD.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 emagic
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 emu
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 ess
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 korg
  4 -rw-r--r--  1 root root   253  6. Jun 22:55 LA-PCM.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 mixart
  4 -rw-r--r--  1 root root   107  6. Jun 22:55 MT5634ZLX.cis
100 -rw-r--r--  1 root root 97652  6. Jun 22:18 multiface_firmware.bin
100 -rw-r--r--  1 root root 97652  6. Jun 22:18 multiface_firmware_rev11.bin
  4 -rw-r--r--  1 root root    54  6. Jun 22:55 NE2K.cis
  4 -rw-r--r--  1 root root   210  6. Jun 22:55 PCMLM28.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 pcxhr
  4 -rw-r--r--  1 root root    68  6. Jun 22:55 PE-200.cis
  4 -rw-r--r--  1 root root    74  6. Jun 22:55 PE520.cis
  4 -rw-r--r--  1 root root    86  6. Jun 22:55 RS-COM-2P.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 sb16
  4 -rw-r--r--  1 root root    85  6. Jun 22:55 tamarack.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 vx
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 yamaha
==================================================================================================
*** ps aux | /usr/bin/grep wpa_supplicant | /usr/bin/grep -v grep 
root      2113  0.0  0.0   3856  1132 ?        S    16:04   0:00 /usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f /var/log/wpa_supplicant.log
==================================================================================================
*** /usr/bin/grep NETWORKMANAGER /etc/sysconfig/network/config | /usr/bin/grep -v "^#" 
NETWORKMANAGER="yes"
==================================================================================================
*** /usr/bin/grep -i persistent /etc/sysconfig/network/config | /usr/bin/grep -v "^#" | /usr/bin/grep -v "^$" 
==================================================================================================
*** /usr/bin/egrep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/70-persistent-net* | /usr/bin/grep -v ":#" | grep -v ":$" 
/usr/bin/egrep: /etc/udev/rules.d/*net_persistent*: Datei oder Verzeichnis nicht gefunden
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:03:0d:75:58:74", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:16:44:16:b4:e3", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
==================================================================================================
*** /usr/bin/egrep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*|/usr/bin/egrep -v '#|blacklist' 
/etc/modprobe.conf:install eth0             /bin/true
/etc/modprobe.conf:install eth1             /bin/true
==================================================================================================
*** detectFirmwareMessages 
No firmware messages found
==================================================================================================
*** detectAPs

und hier dmesg:

Code:
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.27.1-3-pae (geeko@buildhost) (gcc version 4.3.3 20081002 (prerelease) [gcc-4_3-branch revision 140831] (SUSE Linux) ) #1 SMP 2008-10-17 22:25:14 +0200
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
 BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000ce000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 0000000077e80000 (usable)
 BIOS-e820: 0000000077e80000 - 0000000077e94000 (ACPI data)
 BIOS-e820: 0000000077e94000 - 0000000077e95000 (ACPI NVS)
 BIOS-e820: 0000000077e95000 - 0000000080000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
last_pfn = 0x77e80 max_arch_pfn = 0x1000000
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
kernel direct mapping tables up to 38000000 @ 7000-c000
NX (Execute Disable) protection: active
RAMDISK: 37ad6000 - 37fef96a
DMI present.
ACPI: RSDP 000F83C0, 0024 (r2 PTLTD )
ACPI: XSDT 77E8DD4E, 0054 (r1 FSC    PC        6040000  LTP        0)
ACPI: FACP 77E93A96, 00F4 (r3 ATI    Herring   6040000 ATI     F4240)
ACPI: DSDT 77E8DDA2, 5CF4 (r1 ECS    F37       6040000 MSFT  3000000)
ACPI: FACS 77E94FC0, 0040
ACPI: SSDT 77E93BFE, 01C4 (r1 PTLTD  POWERNOW  6040000  LTP        1)
ACPI: APIC 77E93DC2, 0054 (r1 PTLTD  	 APIC    6040000  LTP        0)
ACPI: MCFG 77E93E16, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
ACPI: HPET 77E93E52, 0038 (r1 PTLTD  HPETTBL   6040000  LTP        1)
ACPI: SLIC 77E93E8A, 0176 (r1 FSC    PC        6040000  LTP        0)
ACPI: DMI detected: Fujitsu Siemens
1022MB HIGHMEM available.
896MB LOWMEM available.
  mapped low ram: 0 - 38000000
  low ram: 00000000 - 38000000
  bootmap 0000b000 - 00012000
(9 early reservations) ==> bootmem [0000000000 - 0038000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
  #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
  #3 [0000100000 - 000066359c]    TEXT DATA BSS ==> [0000100000 - 000066359c]
  #4 [0037ad6000 - 0037fef96a]          RAMDISK ==> [0037ad6000 - 0037fef96a]
  #5 [0000664000 - 000066c000]    INIT_PG_TABLE ==> [0000664000 - 000066c000]
  #6 [000009dc00 - 0000100000]    BIOS reserved ==> [000009dc00 - 0000100000]
  #7 [0000007000 - 000000b000]          PGTABLE ==> [0000007000 - 000000b000]
  #8 [000000b000 - 0000012000]          BOOTMAP ==> [000000b000 - 0000012000]
found SMP MP-table at [c00f83f0] 000f83f0
Zone PFN ranges:
  DMA      0x00000000 -> 0x00001000
  Normal   0x00001000 -> 0x00038000
  HighMem  0x00038000 -> 0x00077e80
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000000 -> 0x0000009d
    0: 0x00000100 -> 0x00077e80
On node 0 totalpages: 491037
free_area_init_node: node 0, pgdat c051b180, node_mem_map c1000000
  DMA zone: 3961 pages, LIFO batch:0
  Normal zone: 223300 pages, LIFO batch:31
  HighMem zone: 259459 pages, LIFO batch:31
Using APIC driver default
Detected use of extended apic ids on hypertransport bus
ACPI: PM-Timer IO Port: 0x8008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
ACPI: HPET id: 0x43538310 base: 0xfed00000
Using ACPI (MADT) for SMP configuration information
SMP: Allowing 2 CPUs, 0 hotplug CPUs
mapped APIC to ffffb000 (fee00000)
mapped IOAPIC to ffffa000 (fec00000)
PM: Registered nosave memory: 000000000009d000 - 000000000009e000
PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000ce000
PM: Registered nosave memory: 00000000000ce000 - 0000000000100000
Allocating PCI resources starting at 88000000 (gap: 80000000:60000000)
PERCPU: Allocating 39196 bytes of per cpu data
NR_CPUS: 128, nr_cpu_ids: 2, nr_node_ids 1
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 486720
Kernel command line: root=/dev/disk/by-id/scsi-SATA_WDC_WD2500BEVS-_WD-WXH707042902-part6 resume=/dev/sda5 splash=silent vga=0x314
bootsplash: silent mode.
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
TSC: Unable to calibrate against PIT
TSC: using PMTIMER reference calibration
Detected 1795.492 MHz processor.
Console: colour dummy device 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1934268k/1964544k available (2344k kernel code, 28996k reserved, 2001k data, 320k init, 1047040k highmem)
virtual kernel memory layout:
    fixmap  : 0xff8b6000 - 0xfffff000   (7460 kB)
    pkmap   : 0xff400000 - 0xff600000   (2048 kB)
    vmalloc : 0xf8800000 - 0xff3fe000   ( 107 MB)
    lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
      .init : 0xc0546000 - 0xc0596000   ( 320 kB)
      .data : 0xc034a3db - 0xc053e8b8   (2001 kB)
      .text : 0xc0100000 - 0xc034a3db   (2344 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
CPA: page pool initialized 1 of 1 pages preallocated
hpet clockevent registered
Calibrating delay loop (skipped), value calculated using timer frequency.. 3590.98 BogoMIPS (lpj=7181968)
kdb version 4.4 by Keith Owens, Scott Lurndal. Copyright SGI, All Rights Reserved
Security Framework initialized
SELinux:  Disabled at boot.
AppArmor: AppArmor initialized
Mount-cache hash table entries: 512
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 0(2) -> Core 0
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
using C1E aware idle routine
Checking 'hlt' instruction... OK.
ACPI: Core revision 20080609
ACPI: Checking initramfs for custom DSDT
Parsing all Control Methods:
Table [DSDT](id 0001) - 757 Objects with 65 Devices 192 Methods 33 Regions
Parsing all Control Methods:
Table [SSDT](id 0002) - 8 Objects with 0 Devices 0 Methods 0 Regions
 tbxface-0596 [00] tb_load_namespace     : ACPI Tables successfully acquired
evxfevnt-0091 [00] enable                : Transition to ACPI mode successful
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
..MP-BIOS bug: 8254 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ...
..... (found apic 0 pin 0) ...
....... works.
CPU0: AMD Turion(tm) 64 X2 Mobile Technology TL-56 stepping 01
Booting processor 1/1 ip 6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 3591.01 BogoMIPS (lpj=7182025)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 1(2) -> Core 1
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: AMD Turion(tm) 64 X2 Mobile Technology TL-56 stepping 01
System has AMD C1E enabled
Switch to broadcast mode on CPU0
Brought up 2 CPUs
Total of 2 processors activated (7181.99 BogoMIPS).
CPU0 attaching sched-domain:
 domain 0: span 0-1 level CPU
  groups: 0 1
CPU1 attaching sched-domain:
 domain 0: span 0-1 level CPU
  groups: 1 0
Switch to broadcast mode on CPU1
net_namespace: 1044 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 12
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG for extended config space
PCI: Using configuration type 1 for base access
evgpeblk-0957 [00] ev_create_gpe_block   : GPE 00 to 1F [_GPE] 4 regs on int 0x9
ACPI: EC: Look up EC in DSDT
Completing Region/Field/Buffer/Package initialization:.......................................................................................
Initialized 29/33 Regions 0/0 Fields 18/19 Buffers 40/40 Packages (774 nodes)
Initializing Device/Processor/Thermal objects by executing _INI methods:<5>ACPI: BIOS _OSI(Linux) query ignored via DMI
..
Executed 2 _INI methods requiring 0 _STA executions (examined 70 objects)
evgpeblk-1054 [00] ev_initialize_gpe_bloc: Found 5 Wake, Enabled 3 Runtime GPEs in this block
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: EC: non-query interrupt received, switching to interrupt mode
ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
ACPI: EC: driver started in interrupt mode
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PME# disabled
pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
pci 0000:00:07.0: PME# disabled
PCI: 0000:00:12.0 reg 10 io port: [8440, 8447]
PCI: 0000:00:12.0 reg 14 io port: [8434, 8437]
PCI: 0000:00:12.0 reg 18 io port: [8438, 843f]
PCI: 0000:00:12.0 reg 1c io port: [8430, 8433]
PCI: 0000:00:12.0 reg 20 io port: [8400, 840f]
PCI: 0000:00:12.0 reg 24 32bit mmio: [c0004000, c00043ff]
pci 0000:00:12.0: set SATA to AHCI mode
PCI: 0000:00:13.0 reg 10 32bit mmio: [c0005000, c0005fff]
PCI: 0000:00:13.1 reg 10 32bit mmio: [c0006000, c0006fff]
PCI: 0000:00:13.3 reg 10 32bit mmio: [c0007000, c0007fff]
PCI: 0000:00:13.4 reg 10 32bit mmio: [c0008000, c0008fff]
PCI: 0000:00:13.5 reg 10 32bit mmio: [c0004400, c00044ff]
pci 0000:00:13.5: supports D1
pci 0000:00:13.5: supports D2
pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
pci 0000:00:13.5: PME# disabled
disabled boot interrupts on PCI device 0x1002:0x4385
PCI: 0000:00:14.0 reg 10 io port: [8410, 841f]
PCI: 0000:00:14.1 reg 10 io port: [1f0, 1f7]
PCI: 0000:00:14.1 reg 14 io port: [3f4, 3f7]
PCI: 0000:00:14.1 reg 18 io port: [0, 7]
PCI: 0000:00:14.1 reg 1c io port: [0, 3]
PCI: 0000:00:14.1 reg 20 io port: [8420, 842f]
PCI: 0000:00:14.2 reg 10 64bit mmio: [c0000000, c0003fff]
pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
pci 0000:00:14.2: PME# disabled
PCI: 0000:01:05.0 reg 10 32bit mmio: [c8000000, cfffffff]
PCI: 0000:01:05.0 reg 18 64bit mmio: [c0100000, c010ffff]
PCI: 0000:01:05.0 reg 20 io port: [9000, 90ff]
PCI: 0000:01:05.0 reg 24 32bit mmio: [c0200000, c02fffff]
pci 0000:01:05.0: supports D1
pci 0000:01:05.0: supports D2
PCI: bridge 0000:00:01.0 io port: [9000, 9fff]
PCI: bridge 0000:00:01.0 32bit mmio: [c0100000, c02fffff]
PCI: bridge 0000:00:01.0 64bit mmio pref: [c8000000, cfffffff]
PCI: 0000:02:00.0 reg 10 64bit mmio: [c0300000, c030ffff]
Pre-1.1 PCIe device detected, disable ASPM for 0000:00:04.0. It can be enabled forcedly with 'pcie_aspm=force'
PCI: bridge 0000:00:04.0 32bit mmio: [c0300000, c03fffff]
PCI: bridge 0000:00:06.0 io port: [0, fff]
PCI: bridge 0000:00:06.0 32bit mmio: [0, fffff]
PCI: 0000:08:00.0 reg 10 io port: [a000, a0ff]
PCI: 0000:08:00.0 reg 18 64bit mmio: [c0400000, c0400fff]
PCI: 0000:08:00.0 reg 30 32bit mmio: [0, 1ffff]
pci 0000:08:00.0: supports D1
pci 0000:08:00.0: supports D2
pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
pci 0000:08:00.0: PME# disabled
Pre-1.1 PCIe device detected, disable ASPM for 0000:00:07.0. It can be enabled forcedly with 'pcie_aspm=force'
PCI: bridge 0000:00:07.0 io port: [a000, afff]
PCI: bridge 0000:00:07.0 32bit mmio: [c0400000, c04fffff]
pci 0000:00:14.4: transparent bridge
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB7_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BB4_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:08: io resource (0x22-0x23) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x72-0x73) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x80-0x80) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xb0-0xb1) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x92-0x92) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x40b-0x40b) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x4d0-0x4d1) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x4d6-0x4d6) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xc00-0xc01) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xc14-0xc14) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xc50-0xc52) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xc6c-0xc6c) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xc6f-0xc6f) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xcd0-0xcd1) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xcd2-0xcd3) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xcd4-0xcd5) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xcd6-0xcd7) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xcd8-0xcdf) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xf40-0xf47) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x87f-0x87f) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x68-0x69) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x6c-0x6d) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x378-0x37f) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:09: mem resource (0xe0000-0xfffff) overlaps 0000:00:06.0 BAR 8 (0x0-0xfffff), disabling
pnp 00:09: mem resource (0x0-0xfff) overlaps 0000:00:06.0 BAR 8 (0x0-0xfffff), disabling
pnp 00:09: mem resource (0x0-0xfff) overlaps 0000:08:00.0 BAR 6 (0x0-0x1ffff), disabling
pnp: PnP ACPI: found 11 devices
ACPI: ACPI bus type pnp unregistered
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
pci 0000:00:06.0: BAR 7: can't allocate resource
pci 0000:00:06.0: BAR 8: can't allocate resource
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
hpet0: 4 32-bit timers, 14318180 Hz
AppArmor: AppArmor Filesystem Enabled
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 1
system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:01: iomem range 0xfee00000-0xfee00fff could not be reserved
system 00:08: ioport range 0x8000-0x805f has been reserved
system 00:09: iomem range 0xfff00000-0xffffffff could not be reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0:   IO window: 0x9000-0x9fff
pci 0000:00:01.0:   MEM window: 0xc0100000-0xc02fffff
pci 0000:00:01.0:   PREFETCH window: 0x000000c8000000-0x000000cfffffff
pci 0000:00:04.0: PCI bridge, secondary bus 0000:02
pci 0000:00:04.0:   IO window: disabled
pci 0000:00:04.0:   MEM window: 0xc0300000-0xc03fffff
pci 0000:00:04.0:   PREFETCH window: disabled
pci 0000:00:06.0: PCI bridge, secondary bus 0000:05
pci 0000:00:06.0:   IO window: disabled
pci 0000:00:06.0:   MEM window: disabled
pci 0000:00:06.0:   PREFETCH window: disabled
pci 0000:00:07.0: PCI bridge, secondary bus 0000:08
pci 0000:00:07.0:   IO window: 0xa000-0xafff
pci 0000:00:07.0:   MEM window: 0xc0400000-0xc04fffff
pci 0000:00:07.0:   PREFETCH window: 0x00000088000000-0x000000880fffff
pci 0000:00:14.4: PCI bridge, secondary bus 0000:0b
pci 0000:00:14.4:   IO window: disabled
pci 0000:00:14.4:   MEM window: disabled
pci 0000:00:14.4:   PREFETCH window: disabled
pci 0000:00:04.0: setting latency timer to 64
pci 0000:00:06.0: setting latency timer to 64
pci 0000:00:07.0: setting latency timer to 64
bus: 00 index 0 io port: [0, ffff]
bus: 00 index 1 mmio: [0, ffffffffffffffff]
bus: 01 index 0 io port: [9000, 9fff]
bus: 01 index 1 mmio: [c0100000, c02fffff]
bus: 01 index 2 mmio: [c8000000, cfffffff]
bus: 01 index 3 mmio: [0, 0]
bus: 02 index 0 mmio: [0, 0]
bus: 02 index 1 mmio: [c0300000, c03fffff]
bus: 02 index 2 mmio: [0, 0]
bus: 02 index 3 mmio: [0, 0]
bus: 05 index 0 mmio: [0, fff]
bus: 05 index 1 mmio: [0, fffff]
bus: 05 index 2 mmio: [0, 0]
bus: 05 index 3 mmio: [0, 0]
bus: 08 index 0 io port: [a000, afff]
bus: 08 index 1 mmio: [c0400000, c04fffff]
bus: 08 index 2 mmio: [88000000, 880fffff]
bus: 08 index 3 mmio: [0, 0]
bus: 0b index 0 mmio: [0, 0]
bus: 0b index 1 mmio: [0, 0]
bus: 0b index 2 mmio: [0, 0]
bus: 0b index 3 io port: [0, ffff]
bus: 0b index 4 mmio: [0, ffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Unpacking initramfs... done
Freeing initrd memory: 5222k freed
Machine check exception polling timer started.
audit: initializing netlink socket (disabled)
type=2000 audit(1225133548.693:1): initialized
highmem bounce pool size: 64 pages
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 436
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:01:05.0: Boot video device
pcieport-driver 0000:00:04.0: setting latency timer to 64
pcieport-driver 0000:00:04.0: found MSI capability
pci_express 0000:00:04.0:pcie00: allocate port service
pci_express 0000:00:04.0:pcie03: allocate port service
pcieport-driver 0000:00:06.0: setting latency timer to 64
pcieport-driver 0000:00:06.0: found MSI capability
pci_express 0000:00:06.0:pcie00: allocate port service
pci_express 0000:00:06.0:pcie03: allocate port service
pcieport-driver 0000:00:07.0: setting latency timer to 64
pcieport-driver 0000:00:07.0: found MSI capability
pci_express 0000:00:07.0:pcie00: allocate port service
pci_express 0000:00:07.0:pcie03: allocate port service
vesafb: framebuffer at 0xc8000000, mapped to 0xf8880000, using 3750k, total 16384k
vesafb: mode is 800x600x16, linelength=1600, pages=16
vesafb: protected mode interface info at c000:9f0c
vesafb: pmi: set display start = c00c9f96, set palette = c00ca054
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
bootsplash 3.1.6-2004/03/31: looking for picture...
bootsplash: silentjpeg size 95134 bytes
bootsplash: ...found (800x600, 132866 bytes, v3).
Console: switching to colour frame buffer device 96x33
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
hpet_resources: 0xfed00000 is busy
Serial: 8250/16550 driver8 ports, IRQ sharing enabled
PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
Using IPI No-Shortcut mode
registered taskstats version 1
Freeing unused kernel memory: 320k freed
Write protecting the kernel text: 2348k
Write protecting the kernel read-only data: 1752k
ACPI: processor limited to max C-state 1
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI0007:00: registered as cooling_device0
ACPI: Processor [CPU0] (supports 8 throttling states)
processor ACPI0007:01: registered as cooling_device1
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [TZ00] (36 C)
ACPI: No dock devices found.
SCSI subsystem initialized
libata version 3.00 loaded.
pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pata_atiixp 0000:00:14.1: setting latency timer to 64
scsi0 : pata_atiixp
scsi1 : pata_atiixp
ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8420 irq 14
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8428 irq 15
ata1.00: ATAPI: TSSTcorp CDDVDW TS-L632H, fs02, max UDMA/33
ata1.00: configured for UDMA/33
scsi 0:0:0:0: CD-ROM            TSSTcorp CDDVDW TS-L632H  fs02 PQ: 0 ANSI: 5
ahci 0000:00:12.0: version 3.0
ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part 
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata3: SATA max UDMA/133 irq_stat 0x00400040,  irq 22
input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input1
ata4: SATA max UDMA/133 abar m1024@0xc0004000 port 0xc0004180 irq 22
ata5: SATA max UDMA/133 abar m1024@0xc0004000 port 0xc0004200 irq 22
ata6: SATA max UDMA/133 abar m1024@0xc0004000 port 0xc0004280 irq 22
ata3: softreset failed (device not ready)
ata3: failed due to HW bug, retry pmp=0
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: ATA-8: WDC WD2500BEVS-22UST0, 01.01A01, max UDMA/133
ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
ata3.00: configured for UDMA/133
ata4: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
scsi 2:0:0:0: Direct-Access     ATA      WDC WD2500BEVS-2 01.0 PQ: 0 ANSI: 5
BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors: (250GB/232GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors: (250GB/232GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
ehci_hcd 0000:00:13.5: EHCI Host Controller
ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
ehci_hcd 0000:00:13.5: debug port 1
ehci_hcd 0000:00:13.5: irq 19, io mem 0xc0004400
 sda:<6>ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 10 ports detected
 sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
sd 2:0:0:0: [sda] Attached SCSI disk
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.27.1-3-pae ehci_hcd
usb usb1: SerialNumber: 0000:00:13.5
ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:13.0: irq 16, io mem 0xc0005000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: OHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.27.1-3-pae ohci_hcd
usb usb2: SerialNumber: 0000:00:13.0
ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
ohci_hcd 0000:00:13.1: OHCI Host Controller
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:13.1: irq 17, io mem 0xc0006000
usb 2-1: new low speed USB device using ohci_hcd and address 2
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: New USB device found, idVendor=045e, idProduct=00a4
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1: Product: Microsoft(R) Compact Optical Mouse
usb 2-1: Manufacturer: Microsoft
usb usb3: Product: OHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.27.1-3-pae ohci_hcd
usb usb3: SerialNumber: 0000:00:13.1
ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
ohci_hcd 0000:00:13.3: OHCI Host Controller
ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:13.3: irq 17, io mem 0xc0007000
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: OHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.27.1-3-pae ohci_hcd
usb usb4: SerialNumber: 0000:00:13.3
ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ohci_hcd 0000:00:13.4: OHCI Host Controller
ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 5
ohci_hcd 0000:00:13.4: irq 18, io mem 0xc0008000
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: OHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.27.1-3-pae ohci_hcd
usb usb5: SerialNumber: 0000:00:13.4
usbcore: registered new interface driver hiddev
input: Microsoft Microsoft(R) Compact Optical Mouse as /devices/pci0000:00/0000:00:13.0/usb2/2-1/2-1:1.0/input/input2
input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft(R) Compact Optical Mouse] on usb-0000:00:13.0-1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
PM: Starting manual resume from disk
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
scsi 0:0:0:0: Attached scsi generic sg0 type 5
sd 2:0:0:0: Attached scsi generic sg1 type 0
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
vendor=1002 device=7917
r8169 0000:08:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
r8169 0000:08:00.0: setting latency timer to 64
eth0: RTL8101e at 0xf8d8a000, 00:03:0d:75:58:74, XID 34000000 IRQ 220
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 0:0:0:0: Attached scsi CD-ROM sr0
input: PC Speaker as /devices/platform/pcspkr/input/input3
Linux agpgart interface v0.103
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x8410, revision 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
ACPI: Power Button (CM) [PWRB]
input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6
ACPI: Sleep Button (CM) [SLPB]
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/PNP0C0D:00/input/input7
ACPI: Lid Switch [LID]
ACPI: Battery Slot [BAT0] (battery present)
ACPI: AC Adapter [AC0] (on-line)
ACPI Error (utobject-0508): Unsupported Reference opcode=88 in object f7520ccc [20080609]
acpi device:22: registered as cooling_device2
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1f/device:20/input/input8
rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, hpet irqs
ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
ALSA sound/pci/hda/hda_codec.c:3021: autoconfig: line_outs=1 (0x15/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:3025:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:3029:    hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:3030:    mono: mono_out=0x0
ALSA sound/pci/hda/hda_codec.c:3038:    inputs: mic=0x18, fmic=0x0, line=0x0, fline=0x0, cd=0x0, aux=0x0
Adding 2104472k swap on /dev/sda5.  Priority:-1 extents:1 across:2104472k
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
loop: module loaded
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda8, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
fuse init (API version 7.9)
type=1505 audit(1225129965.995:2): operation="profile_load" name="/bin/ping" name2="default" pid=1557
type=1505 audit(1225129966.046:3): operation="profile_load" name="/sbin/klogd" name2="default" pid=1560
type=1505 audit(1225129966.211:4): operation="profile_load" name="/sbin/syslog-ng" name2="default" pid=1565
type=1505 audit(1225129966.283:5): operation="profile_load" name="/sbin/syslogd" name2="default" pid=1567
type=1505 audit(1225129966.359:6): operation="profile_load" name="/usr/sbin/avahi-daemon" name2="default" pid=1568
type=1505 audit(1225129966.431:7): operation="profile_load" name="/usr/sbin/identd" name2="default" pid=1570
type=1505 audit(1225129966.531:8): operation="profile_load" name="/usr/sbin/mdnsd" name2="default" pid=1573
type=1505 audit(1225129966.630:9): operation="profile_load" name="/usr/sbin/nscd" name2="default" pid=1582
type=1505 audit(1225129966.726:10): operation="profile_load" name="/usr/sbin/ntpd" name2="default" pid=1596
type=1505 audit(1225129966.794:11): operation="profile_load" name="/usr/sbin/traceroute" name2="default" pid=1599
powernow-k8: Found 1 AMD Turion(tm) 64 X2 Mobile Technology TL-56 processors (2 cpu cores) (version 2.20.00)
powernow-k8:    0 : fid 0xa (1800 MHz), vid 0x12
powernow-k8:    1 : fid 0x8 (1600 MHz), vid 0x13
powernow-k8:    2 : fid 0x0 (800 MHz), vid 0x1e
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ip6_tables: (C) 2000-2006 Netfilter Core Team
ip_tables: (C) 2000-2006 Netfilter Core Team
Clocksource tsc unstable (delta = -216790515 ns)
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Plase use
nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
r8169: eth0: link down
ADDRCONF(NETDEV_UP): eth0: link is not ready
bootsplash: status on console 0 changed to on
hda-intel: Invalid position buffer, using LPIB read method instead.
ACPI Error (utobject-0508): Unsupported Reference opcode=88 in object f7515b14 [20080609]
CPU0 attaching NULL sched-domain.
CPU1 attaching NULL sched-domain.
CPU0 attaching sched-domain:
 domain 0: span 0-1 level CPU
  groups: 0 1
CPU1 attaching sched-domain:
 domain 0: span 0-1 level CPU
  groups: 1 0

Ich wäre für jeden Tipp dankbar.

ciao
 
OP
R

roepet01

Newbie
Ich habe das gleich nochmal gemacht, nachdem ich yast2 lan gestartet habe und somit auch mein WLAn funktioniert.

hier die Ausgabe von CollectNWdata:

Code:
collectNWData.sh V0.6d-4
--- Welcher Netzwerkverbindungtyp soll getestet werden?
--- (2) Kabellose Verbindung (WLAN)
--- Welche Netzwerktopologie liegt vor?
--- (1) WLAN access point <---> LinuxClient
--- Auf welchem Rechner wird das Script ausgeführt?
--- (1) LinuxClient
!!! CND0230W: IPV6 ist eingeschaltet.
==================================================================================================
==================================================================================================
*** uname -a 
Linux MickyLi 2.6.27.1-3-pae #1 SMP 2008-10-17 22:25:14 +0200 i686 athlon i386 GNU/Linux
==================================================================================================
*** cat /etc/SuSE-release 
openSUSE 11.0 (i586)
VERSION = 11.0
==================================================================================================
*** cat /etc/resolv.conf | /bin/grep -v "^#" | /bin/grep -v "^$" 
nameserver 192.168.178.1
==================================================================================================
*** cat /etc/hosts | grep -v "^#" | /bin/grep -v "^$" | /bin/grep -v "::" 
127.0.0.1       localhost
127.0.0.2       MickyLi.workgroup MickyLi
==================================================================================================
*** cat /proc/sys/net/ipv4/ip_forward 
0
==================================================================================================
*** /usr/sbin/iptables -t nat -L 
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination         

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
==================================================================================================
*** /sbin/route -n 
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
192.168.178.0   0.0.0.0         255.255.255.0   U     0      0        0 wlan0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         192.168.178.1   0.0.0.0         UG    0      0        0 wlan0
==================================================================================================
*** /sbin/arp -n 
==================================================================================================
*** /sbin/ifconfig 
eth0      Link encap:Ethernet  Hardware Adresse 00:03:0D:75:58:74  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:220 Basisadresse:0xa000 

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  Metric:1
          RX packets:4308 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4308 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:217628 (212.5 Kb)  TX bytes:217628 (212.5 Kb)

wlan0     Link encap:Ethernet  Hardware Adresse 00:16:44:16:B4:E3  
          inet Adresse:192.168.178.20  Bcast:192.168.178.255  Maske:255.255.255.0
          inet6 Adresse: fe80::216:44ff:fe16:b4e3/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:149 errors:0 dropped:0 overruns:0 frame:0
          TX packets:102 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:20134 (19.6 Kb)  TX bytes:16151 (15.7 Kb)

wmaster0  Link encap:UNSPEC  Hardware Adresse 00-16-44-16-B4-E3-34-65-00-00-00-00-00-00-00-00  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

==================================================================================================
*** /sbin/lspci -nn | /bin/egrep '(Ethernet|Network).*controller' 
02:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01)
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller [10ec:8136] (rev 01)
==================================================================================================
*** /usr/sbin/lsusb 
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 045e:00a4 Microsoft Corp. 
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
==================================================================================================
*** /bin/lsmod | /bin/sort 
ac                     20996  0 
af_packet              33152  4 
agpgart                49076  1 ati_agp
ahci                   44812  6 
arc4                   18304  2 
ath5k                 111744  0 
ati_agp                23180  0 
battery                27780  0 
button                 23056  0 
cdrom                  48920  1 sr_mod
cfg80211               40072  2 ath5k,mac80211
cpufreq_conservative    22920  0 
cpufreq_powersave      18176  0 
cpufreq_userspace      19716  0 
crc_t10dif             18304  1 sd_mod
crypto_blkcipher       33412  1 ecb
dm_mod                 78268  0 
dock                   28556  1 libata
ecb                    19200  2 
edd                    25160  0 
ehci_hcd               64396  0 
ext3                  141448  3 
fan                    21252  0 
ff_memless             23816  1 usbhid
fuse                   69148  7 
hid                    52428  1 usbhid
hwmon                  19612  1 thermal_sys
i2c_core               46484  1 i2c_piix4
i2c_piix4              26768  0 
ip6table_filter        18944  1 
ip6table_mangle        18816  0 
ip6_tables             29072  3 ip6t_LOG,ip6table_mangle,ip6table_filter
ip6t_LOG               22788  9 
ip6t_REJECT            21504  3 
iptable_filter         19072  1 
iptable_mangle         19200  0 
iptable_nat            22536  0 
ip_tables              27920  3 iptable_mangle,iptable_nat,iptable_filter
ipt_LOG                22276  10 
ipt_REJECT             19328  3 
ipv6                  260008  15 ip6t_REJECT,nf_conntrack_ipv6,ip6table_mangle
jbd                    73376  1 ext3
joydev                 25920  0 
led_class              20484  1 ath5k
libata                175336  2 ahci,pata_atiixp
loop                   31628  0 
mac80211              217188  1 ath5k
mbcache                24708  1 ext3
Module                  Size  Used by
nf_conntrack           84448  6 nf_conntrack_ipv6,xt_state,iptable_nat,nf_nat,nf_conntrack_netbios_ns,nf_conntrack_ipv4
nf_conntrack_ipv4      27144  8 iptable_nat,nf_nat
nf_conntrack_ipv6      36924  5 
nf_conntrack_netbios_ns    18816  0 
nf_nat                 36376  1 iptable_nat
ohci_hcd               48272  0 
output                 19328  1 video
pata_atiixp            21120  0 
pci_hotplug            44452  1 shpchp
pcspkr                 18944  0 
powernow_k8            30340  1 
processor              60588  3 powernow_k8,thermal
r8169                  43268  0 
rtc_cmos               28064  0 
rtc_core               34716  1 rtc_cmos
rtc_lib                19328  1 rtc_core
scsi_mod              165420  4 sr_mod,sg,sd_mod,libata
sd_mod                 48024  7 
serio_raw              21636  0 
sg                     46260  0 
shpchp                 44948  0 
snd                    74296  14 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
snd_hda_intel         386708  3 
snd_hwdep              23684  1 snd_hda_intel
snd_mixer_oss          30848  1 snd_pcm_oss
snd_page_alloc         24712  2 snd_hda_intel,snd_pcm
snd_pcm                95620  2 snd_pcm_oss,snd_hda_intel
snd_pcm_oss            60032  0 
snd_seq                69056  0 
snd_seq_device         23692  1 snd_seq
snd_timer              37640  2 snd_seq,snd_pcm
soundcore              23496  1 snd
sr_mod                 30120  0 
thermal                36508  0 
thermal_sys            27944  4 video,fan,thermal,processor
usbcore               184140  4 usbhid,ohci_hcd,ehci_hcd
usbhid                 62564  0 
video                  36624  0 
x_tables               30980  11 ip6t_LOG,xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,ip6t_REJECT,ipt_REJECT,xt_state,iptable_nat,ip_tables,ip6_tables
xt_limit               18692  19 
xt_pkttype             18176  5 
xt_state               18432  10 
xt_tcpudp              19328  18 
==================================================================================================
*** catMyConfig 
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-eth0
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IFPLUGD_PRIORITY='20'
IPADDR=''
MTU=''
NAME='Fujitsu Siemens RTL8101E PCI Express Fast Ethernet controller'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='ifplugd'
USERCONTROL='no'
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME='AR242x 802.11abg Wireless PCI Express Adapter'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='yes'
WIRELESS_AP=''
WIRELESS_AUTH_MODE='psk'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL=''
WIRELESS_CLIENT_CERT=''
WIRELESS_CLIENT_KEY=''
WIRELESS_CLIENT_KEY_PASSWORD=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_EAP_AUTH=''
WIRELESS_EAP_MODE=''
WIRELESS_ESSID='Staibitai'
WIRELESS_FREQUENCY=''
WIRELESS_KEY=''
WIRELESS_KEY_0=''
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH='128'
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_PEAP_VERSION=''
WIRELESS_POWER='no'
WIRELESS_WPA_ANONID=''
WIRELESS_WPA_IDENTITY=''
WIRELESS_WPA_PASSWORD=''
WIRELESS_WPA_PSK='@@@@@@'
==================================================================================================
*** /usr/sbin/iwconfig | /bin/sed "s/\(Encryption key:\)\([^o][^f][^f][^ ]*\)\(.*\)/\1@@ @@@-@@@@-@@@@-@@@@-@@@@-@@@@@@@\3/" 
lo        no wireless extensions.

eth0      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:"Staibitai"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:04:0E:E3:4A:C7   
          Bit Rate=18 Mb/s   Tx-Power=27 dBm   
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
          Encryption key:@@ @@@-@@@@-@@@@-@@@@-@@@@-@@@@@@@ [2]   Security mode:open
          Power Management:off
          Link Quality=54/100  Signal level:-66 dBm  Noise level=-101 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

==================================================================================================
*** /bin/grep -i radio /var/log/boot.msg | /usr/bin/tail -n 5 
==================================================================================================
*** /bin/grep -i firmware /var/log/messages* | /usr/bin/tail -n 5 
Jul 17 23:05:06 MickyLi kernel: Broadcom 43xx driver loaded [ Features: PMLR, Firmware-ID: FW13 ]
Jul 17 23:05:06 MickyLi kernel: Broadcom 43xx-legacy driver loaded [ Features: PLRID, Firmware-ID: FW10 ]
==================================================================================================
*** ls -ls /lib/firmware 
insgesamt 508
  4 drwxr-xr-x 12 root root  4096 18. Okt 14:35 2.6.27.1-3-pae
  4 -rw-r--r--  1 root root   137  6. Jun 22:55 3CCFEM556.cis
  4 -rw-r--r--  1 root root   134  6. Jun 22:55 3CXEM556.cis
  4 -rw-r--r--  1 root root  3408  6. Jun 22:18 aica_firmware.bin
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 asihpi
  4 -rw-r--r--  1 root root   109  6. Jun 22:55 COMpad2.cis
  4 -rw-r--r--  1 root root    76  6. Jun 22:55 COMpad4.cis
100 -rw-r--r--  1 root root 97652  6. Jun 22:18 digiface_firmware.bin
100 -rw-r--r--  1 root root 97652  6. Jun 22:18 digiface_firmware_rev11.bin
  4 -rw-r--r--  1 root root   136  6. Jun 22:55 DP83903.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 ea
  4 -rw-r--r--  1 root root    53  6. Jun 22:55 E-CARD.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 emagic
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 emu
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 ess
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 korg
  4 -rw-r--r--  1 root root   253  6. Jun 22:55 LA-PCM.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 mixart
  4 -rw-r--r--  1 root root   107  6. Jun 22:55 MT5634ZLX.cis
100 -rw-r--r--  1 root root 97652  6. Jun 22:18 multiface_firmware.bin
100 -rw-r--r--  1 root root 97652  6. Jun 22:18 multiface_firmware_rev11.bin
  4 -rw-r--r--  1 root root    54  6. Jun 22:55 NE2K.cis
  4 -rw-r--r--  1 root root   210  6. Jun 22:55 PCMLM28.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 pcxhr
  4 -rw-r--r--  1 root root    68  6. Jun 22:55 PE-200.cis
  4 -rw-r--r--  1 root root    74  6. Jun 22:55 PE520.cis
  4 -rw-r--r--  1 root root    86  6. Jun 22:55 RS-COM-2P.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 sb16
  4 -rw-r--r--  1 root root    85  6. Jun 22:55 tamarack.cis
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 vx
  4 drwxr-xr-x  2 root root  4096  2. Aug 11:02 yamaha
==================================================================================================
*** ps aux | /bin/grep wpa_supplicant | /bin/grep -v grep 
root      2107  0.0  0.0   3856  1744 ?        S    18:52   0:00 /usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f /var/log/wpa_supplicant.log
==================================================================================================
*** /bin/grep NETWORKMANAGER /etc/sysconfig/network/config | /bin/grep -v "^#" 
NETWORKMANAGER="yes"
==================================================================================================
*** /bin/grep -i persistent /etc/sysconfig/network/config | /bin/grep -v "^#" | /bin/grep -v "^$" 
==================================================================================================
*** /bin/egrep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/70-persistent-net* | /bin/grep -v ":#" | grep -v ":$" 
/bin/egrep: /etc/udev/rules.d/*net_persistent*: Datei oder Verzeichnis nicht gefunden
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:03:0d:75:58:74", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:16:44:16:b4:e3", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
==================================================================================================
*** /bin/egrep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*|/bin/egrep -v '#|blacklist' 
/etc/modprobe.conf:install eth0             /bin/true
/etc/modprobe.conf:install eth1             /bin/true
/etc/modprobe.conf:install wlan0		/bin/true
==================================================================================================
*** detectFirmwareMessages 
No firmware messages found
==================================================================================================
*** detectAPs

und dmesg:
Code:
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.27.1-3-pae (geeko@buildhost) (gcc version 4.3.3 20081002 (prerelease) [gcc-4_3-branch revision 140831] (SUSE Linux) ) #1 SMP 2008-10-17 22:25:14 +0200
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
 BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000ce000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 0000000077e80000 (usable)
 BIOS-e820: 0000000077e80000 - 0000000077e94000 (ACPI data)
 BIOS-e820: 0000000077e94000 - 0000000077e95000 (ACPI NVS)
 BIOS-e820: 0000000077e95000 - 0000000080000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
last_pfn = 0x77e80 max_arch_pfn = 0x1000000
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
kernel direct mapping tables up to 38000000 @ 7000-c000
NX (Execute Disable) protection: active
RAMDISK: 37ad6000 - 37fef96a
DMI present.
ACPI: RSDP 000F83C0, 0024 (r2 PTLTD )
ACPI: XSDT 77E8DD4E, 0054 (r1 FSC    PC        6040000  LTP        0)
ACPI: FACP 77E93A96, 00F4 (r3 ATI    Herring   6040000 ATI     F4240)
ACPI: DSDT 77E8DDA2, 5CF4 (r1 ECS    F37       6040000 MSFT  3000000)
ACPI: FACS 77E94FC0, 0040
ACPI: SSDT 77E93BFE, 01C4 (r1 PTLTD  POWERNOW  6040000  LTP        1)
ACPI: APIC 77E93DC2, 0054 (r1 PTLTD  	 APIC    6040000  LTP        0)
ACPI: MCFG 77E93E16, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
ACPI: HPET 77E93E52, 0038 (r1 PTLTD  HPETTBL   6040000  LTP        1)
ACPI: SLIC 77E93E8A, 0176 (r1 FSC    PC        6040000  LTP        0)
ACPI: DMI detected: Fujitsu Siemens
1022MB HIGHMEM available.
896MB LOWMEM available.
  mapped low ram: 0 - 38000000
  low ram: 00000000 - 38000000
  bootmap 0000b000 - 00012000
(9 early reservations) ==> bootmem [0000000000 - 0038000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
  #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
  #3 [0000100000 - 000066359c]    TEXT DATA BSS ==> [0000100000 - 000066359c]
  #4 [0037ad6000 - 0037fef96a]          RAMDISK ==> [0037ad6000 - 0037fef96a]
  #5 [0000664000 - 000066c000]    INIT_PG_TABLE ==> [0000664000 - 000066c000]
  #6 [000009dc00 - 0000100000]    BIOS reserved ==> [000009dc00 - 0000100000]
  #7 [0000007000 - 000000b000]          PGTABLE ==> [0000007000 - 000000b000]
  #8 [000000b000 - 0000012000]          BOOTMAP ==> [000000b000 - 0000012000]
found SMP MP-table at [c00f83f0] 000f83f0
Zone PFN ranges:
  DMA      0x00000000 -> 0x00001000
  Normal   0x00001000 -> 0x00038000
  HighMem  0x00038000 -> 0x00077e80
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000000 -> 0x0000009d
    0: 0x00000100 -> 0x00077e80
On node 0 totalpages: 491037
free_area_init_node: node 0, pgdat c051b180, node_mem_map c1000000
  DMA zone: 3961 pages, LIFO batch:0
  Normal zone: 223300 pages, LIFO batch:31
  HighMem zone: 259459 pages, LIFO batch:31
Using APIC driver default
Detected use of extended apic ids on hypertransport bus
ACPI: PM-Timer IO Port: 0x8008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
ACPI: HPET id: 0x43538310 base: 0xfed00000
Using ACPI (MADT) for SMP configuration information
SMP: Allowing 2 CPUs, 0 hotplug CPUs
mapped APIC to ffffb000 (fee00000)
mapped IOAPIC to ffffa000 (fec00000)
PM: Registered nosave memory: 000000000009d000 - 000000000009e000
PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000ce000
PM: Registered nosave memory: 00000000000ce000 - 0000000000100000
Allocating PCI resources starting at 88000000 (gap: 80000000:60000000)
PERCPU: Allocating 39196 bytes of per cpu data
NR_CPUS: 128, nr_cpu_ids: 2, nr_node_ids 1
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 486720
Kernel command line: root=/dev/disk/by-id/scsi-SATA_WDC_WD2500BEVS-_WD-WXH707042902-part6 resume=/dev/sda5 splash=silent vga=0x314
bootsplash: silent mode.
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
TSC: Unable to calibrate against PIT
TSC: using PMTIMER reference calibration
Detected 1795.492 MHz processor.
Console: colour dummy device 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1934268k/1964544k available (2344k kernel code, 28996k reserved, 2001k data, 320k init, 1047040k highmem)
virtual kernel memory layout:
    fixmap  : 0xff8b6000 - 0xfffff000   (7460 kB)
    pkmap   : 0xff400000 - 0xff600000   (2048 kB)
    vmalloc : 0xf8800000 - 0xff3fe000   ( 107 MB)
    lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
      .init : 0xc0546000 - 0xc0596000   ( 320 kB)
      .data : 0xc034a3db - 0xc053e8b8   (2001 kB)
      .text : 0xc0100000 - 0xc034a3db   (2344 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
CPA: page pool initialized 1 of 1 pages preallocated
hpet clockevent registered
Calibrating delay loop (skipped), value calculated using timer frequency.. 3590.98 BogoMIPS (lpj=7181968)
kdb version 4.4 by Keith Owens, Scott Lurndal. Copyright SGI, All Rights Reserved
Security Framework initialized
SELinux:  Disabled at boot.
AppArmor: AppArmor initialized
Mount-cache hash table entries: 512
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 0(2) -> Core 0
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
using C1E aware idle routine
Checking 'hlt' instruction... OK.
ACPI: Core revision 20080609
ACPI: Checking initramfs for custom DSDT
Parsing all Control Methods:
Table [DSDT](id 0001) - 757 Objects with 65 Devices 192 Methods 33 Regions
Parsing all Control Methods:
Table [SSDT](id 0002) - 8 Objects with 0 Devices 0 Methods 0 Regions
 tbxface-0596 [00] tb_load_namespace     : ACPI Tables successfully acquired
evxfevnt-0091 [00] enable                : Transition to ACPI mode successful
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
..MP-BIOS bug: 8254 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ...
..... (found apic 0 pin 0) ...
....... works.
CPU0: AMD Turion(tm) 64 X2 Mobile Technology TL-56 stepping 01
Booting processor 1/1 ip 6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 3591.01 BogoMIPS (lpj=7182025)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 1(2) -> Core 1
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: AMD Turion(tm) 64 X2 Mobile Technology TL-56 stepping 01
System has AMD C1E enabled
Switch to broadcast mode on CPU0
Brought up 2 CPUs
Total of 2 processors activated (7181.99 BogoMIPS).
CPU0 attaching sched-domain:
 domain 0: span 0-1 level CPU
  groups: 0 1
CPU1 attaching sched-domain:
 domain 0: span 0-1 level CPU
  groups: 1 0
Switch to broadcast mode on CPU1
net_namespace: 1044 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 12
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG for extended config space
PCI: Using configuration type 1 for base access
evgpeblk-0957 [00] ev_create_gpe_block   : GPE 00 to 1F [_GPE] 4 regs on int 0x9
ACPI: EC: Look up EC in DSDT
Completing Region/Field/Buffer/Package initialization:.......................................................................................
Initialized 29/33 Regions 0/0 Fields 18/19 Buffers 40/40 Packages (774 nodes)
Initializing Device/Processor/Thermal objects by executing _INI methods:<5>ACPI: BIOS _OSI(Linux) query ignored via DMI
..
Executed 2 _INI methods requiring 0 _STA executions (examined 70 objects)
evgpeblk-1054 [00] ev_initialize_gpe_bloc: Found 5 Wake, Enabled 3 Runtime GPEs in this block
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: EC: non-query interrupt received, switching to interrupt mode
ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
ACPI: EC: driver started in interrupt mode
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PME# disabled
pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
pci 0000:00:07.0: PME# disabled
PCI: 0000:00:12.0 reg 10 io port: [8440, 8447]
PCI: 0000:00:12.0 reg 14 io port: [8434, 8437]
PCI: 0000:00:12.0 reg 18 io port: [8438, 843f]
PCI: 0000:00:12.0 reg 1c io port: [8430, 8433]
PCI: 0000:00:12.0 reg 20 io port: [8400, 840f]
PCI: 0000:00:12.0 reg 24 32bit mmio: [c0004000, c00043ff]
pci 0000:00:12.0: set SATA to AHCI mode
PCI: 0000:00:13.0 reg 10 32bit mmio: [c0005000, c0005fff]
PCI: 0000:00:13.1 reg 10 32bit mmio: [c0006000, c0006fff]
PCI: 0000:00:13.3 reg 10 32bit mmio: [c0007000, c0007fff]
PCI: 0000:00:13.4 reg 10 32bit mmio: [c0008000, c0008fff]
PCI: 0000:00:13.5 reg 10 32bit mmio: [c0004400, c00044ff]
pci 0000:00:13.5: supports D1
pci 0000:00:13.5: supports D2
pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
pci 0000:00:13.5: PME# disabled
disabled boot interrupts on PCI device 0x1002:0x4385
PCI: 0000:00:14.0 reg 10 io port: [8410, 841f]
PCI: 0000:00:14.1 reg 10 io port: [1f0, 1f7]
PCI: 0000:00:14.1 reg 14 io port: [3f4, 3f7]
PCI: 0000:00:14.1 reg 18 io port: [0, 7]
PCI: 0000:00:14.1 reg 1c io port: [0, 3]
PCI: 0000:00:14.1 reg 20 io port: [8420, 842f]
PCI: 0000:00:14.2 reg 10 64bit mmio: [c0000000, c0003fff]
pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
pci 0000:00:14.2: PME# disabled
PCI: 0000:01:05.0 reg 10 32bit mmio: [c8000000, cfffffff]
PCI: 0000:01:05.0 reg 18 64bit mmio: [c0100000, c010ffff]
PCI: 0000:01:05.0 reg 20 io port: [9000, 90ff]
PCI: 0000:01:05.0 reg 24 32bit mmio: [c0200000, c02fffff]
pci 0000:01:05.0: supports D1
pci 0000:01:05.0: supports D2
PCI: bridge 0000:00:01.0 io port: [9000, 9fff]
PCI: bridge 0000:00:01.0 32bit mmio: [c0100000, c02fffff]
PCI: bridge 0000:00:01.0 64bit mmio pref: [c8000000, cfffffff]
PCI: 0000:02:00.0 reg 10 64bit mmio: [c0300000, c030ffff]
Pre-1.1 PCIe device detected, disable ASPM for 0000:00:04.0. It can be enabled forcedly with 'pcie_aspm=force'
PCI: bridge 0000:00:04.0 32bit mmio: [c0300000, c03fffff]
PCI: bridge 0000:00:06.0 io port: [0, fff]
PCI: bridge 0000:00:06.0 32bit mmio: [0, fffff]
PCI: 0000:08:00.0 reg 10 io port: [a000, a0ff]
PCI: 0000:08:00.0 reg 18 64bit mmio: [c0400000, c0400fff]
PCI: 0000:08:00.0 reg 30 32bit mmio: [0, 1ffff]
pci 0000:08:00.0: supports D1
pci 0000:08:00.0: supports D2
pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
pci 0000:08:00.0: PME# disabled
Pre-1.1 PCIe device detected, disable ASPM for 0000:00:07.0. It can be enabled forcedly with 'pcie_aspm=force'
PCI: bridge 0000:00:07.0 io port: [a000, afff]
PCI: bridge 0000:00:07.0 32bit mmio: [c0400000, c04fffff]
pci 0000:00:14.4: transparent bridge
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB7_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BB4_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:08: io resource (0x22-0x23) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x72-0x73) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x80-0x80) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xb0-0xb1) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x92-0x92) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x40b-0x40b) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x4d0-0x4d1) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x4d6-0x4d6) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xc00-0xc01) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xc14-0xc14) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xc50-0xc52) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xc6c-0xc6c) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xc6f-0xc6f) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xcd0-0xcd1) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xcd2-0xcd3) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xcd4-0xcd5) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xcd6-0xcd7) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xcd8-0xcdf) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0xf40-0xf47) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x87f-0x87f) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x68-0x69) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x6c-0x6d) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:08: io resource (0x378-0x37f) overlaps 0000:00:06.0 BAR 7 (0x0-0xfff), disabling
pnp 00:09: mem resource (0xe0000-0xfffff) overlaps 0000:00:06.0 BAR 8 (0x0-0xfffff), disabling
pnp 00:09: mem resource (0x0-0xfff) overlaps 0000:00:06.0 BAR 8 (0x0-0xfffff), disabling
pnp 00:09: mem resource (0x0-0xfff) overlaps 0000:08:00.0 BAR 6 (0x0-0x1ffff), disabling
pnp: PnP ACPI: found 11 devices
ACPI: ACPI bus type pnp unregistered
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
pci 0000:00:06.0: BAR 7: can't allocate resource
pci 0000:00:06.0: BAR 8: can't allocate resource
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
hpet0: 4 32-bit timers, 14318180 Hz
AppArmor: AppArmor Filesystem Enabled
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 1
system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:01: iomem range 0xfee00000-0xfee00fff could not be reserved
system 00:08: ioport range 0x8000-0x805f has been reserved
system 00:09: iomem range 0xfff00000-0xffffffff could not be reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0:   IO window: 0x9000-0x9fff
pci 0000:00:01.0:   MEM window: 0xc0100000-0xc02fffff
pci 0000:00:01.0:   PREFETCH window: 0x000000c8000000-0x000000cfffffff
pci 0000:00:04.0: PCI bridge, secondary bus 0000:02
pci 0000:00:04.0:   IO window: disabled
pci 0000:00:04.0:   MEM window: 0xc0300000-0xc03fffff
pci 0000:00:04.0:   PREFETCH window: disabled
pci 0000:00:06.0: PCI bridge, secondary bus 0000:05
pci 0000:00:06.0:   IO window: disabled
pci 0000:00:06.0:   MEM window: disabled
pci 0000:00:06.0:   PREFETCH window: disabled
pci 0000:00:07.0: PCI bridge, secondary bus 0000:08
pci 0000:00:07.0:   IO window: 0xa000-0xafff
pci 0000:00:07.0:   MEM window: 0xc0400000-0xc04fffff
pci 0000:00:07.0:   PREFETCH window: 0x00000088000000-0x000000880fffff
pci 0000:00:14.4: PCI bridge, secondary bus 0000:0b
pci 0000:00:14.4:   IO window: disabled
pci 0000:00:14.4:   MEM window: disabled
pci 0000:00:14.4:   PREFETCH window: disabled
pci 0000:00:04.0: setting latency timer to 64
pci 0000:00:06.0: setting latency timer to 64
pci 0000:00:07.0: setting latency timer to 64
bus: 00 index 0 io port: [0, ffff]
bus: 00 index 1 mmio: [0, ffffffffffffffff]
bus: 01 index 0 io port: [9000, 9fff]
bus: 01 index 1 mmio: [c0100000, c02fffff]
bus: 01 index 2 mmio: [c8000000, cfffffff]
bus: 01 index 3 mmio: [0, 0]
bus: 02 index 0 mmio: [0, 0]
bus: 02 index 1 mmio: [c0300000, c03fffff]
bus: 02 index 2 mmio: [0, 0]
bus: 02 index 3 mmio: [0, 0]
bus: 05 index 0 mmio: [0, fff]
bus: 05 index 1 mmio: [0, fffff]
bus: 05 index 2 mmio: [0, 0]
bus: 05 index 3 mmio: [0, 0]
bus: 08 index 0 io port: [a000, afff]
bus: 08 index 1 mmio: [c0400000, c04fffff]
bus: 08 index 2 mmio: [88000000, 880fffff]
bus: 08 index 3 mmio: [0, 0]
bus: 0b index 0 mmio: [0, 0]
bus: 0b index 1 mmio: [0, 0]
bus: 0b index 2 mmio: [0, 0]
bus: 0b index 3 io port: [0, ffff]
bus: 0b index 4 mmio: [0, ffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Unpacking initramfs... done
Freeing initrd memory: 5222k freed
Machine check exception polling timer started.
audit: initializing netlink socket (disabled)
type=2000 audit(1225133548.693:1): initialized
highmem bounce pool size: 64 pages
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 436
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:01:05.0: Boot video device
pcieport-driver 0000:00:04.0: setting latency timer to 64
pcieport-driver 0000:00:04.0: found MSI capability
pci_express 0000:00:04.0:pcie00: allocate port service
pci_express 0000:00:04.0:pcie03: allocate port service
pcieport-driver 0000:00:06.0: setting latency timer to 64
pcieport-driver 0000:00:06.0: found MSI capability
pci_express 0000:00:06.0:pcie00: allocate port service
pci_express 0000:00:06.0:pcie03: allocate port service
pcieport-driver 0000:00:07.0: setting latency timer to 64
pcieport-driver 0000:00:07.0: found MSI capability
pci_express 0000:00:07.0:pcie00: allocate port service
pci_express 0000:00:07.0:pcie03: allocate port service
vesafb: framebuffer at 0xc8000000, mapped to 0xf8880000, using 3750k, total 16384k
vesafb: mode is 800x600x16, linelength=1600, pages=16
vesafb: protected mode interface info at c000:9f0c
vesafb: pmi: set display start = c00c9f96, set palette = c00ca054
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
bootsplash 3.1.6-2004/03/31: looking for picture...
bootsplash: silentjpeg size 95134 bytes
bootsplash: ...found (800x600, 132866 bytes, v3).
Console: switching to colour frame buffer device 96x33
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
hpet_resources: 0xfed00000 is busy
Serial: 8250/16550 driver8 ports, IRQ sharing enabled
PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
Using IPI No-Shortcut mode
registered taskstats version 1
Freeing unused kernel memory: 320k freed
Write protecting the kernel text: 2348k
Write protecting the kernel read-only data: 1752k
ACPI: processor limited to max C-state 1
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI0007:00: registered as cooling_device0
ACPI: Processor [CPU0] (supports 8 throttling states)
processor ACPI0007:01: registered as cooling_device1
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [TZ00] (36 C)
ACPI: No dock devices found.
SCSI subsystem initialized
libata version 3.00 loaded.
pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pata_atiixp 0000:00:14.1: setting latency timer to 64
scsi0 : pata_atiixp
scsi1 : pata_atiixp
ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8420 irq 14
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8428 irq 15
ata1.00: ATAPI: TSSTcorp CDDVDW TS-L632H, fs02, max UDMA/33
ata1.00: configured for UDMA/33
scsi 0:0:0:0: CD-ROM            TSSTcorp CDDVDW TS-L632H  fs02 PQ: 0 ANSI: 5
ahci 0000:00:12.0: version 3.0
ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part 
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata3: SATA max UDMA/133 irq_stat 0x00400040,  irq 22
input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input1
ata4: SATA max UDMA/133 abar m1024@0xc0004000 port 0xc0004180 irq 22
ata5: SATA max UDMA/133 abar m1024@0xc0004000 port 0xc0004200 irq 22
ata6: SATA max UDMA/133 abar m1024@0xc0004000 port 0xc0004280 irq 22
ata3: softreset failed (device not ready)
ata3: failed due to HW bug, retry pmp=0
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: ATA-8: WDC WD2500BEVS-22UST0, 01.01A01, max UDMA/133
ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
ata3.00: configured for UDMA/133
ata4: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
scsi 2:0:0:0: Direct-Access     ATA      WDC WD2500BEVS-2 01.0 PQ: 0 ANSI: 5
BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors: (250GB/232GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors: (250GB/232GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
ehci_hcd 0000:00:13.5: EHCI Host Controller
ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
ehci_hcd 0000:00:13.5: debug port 1
ehci_hcd 0000:00:13.5: irq 19, io mem 0xc0004400
 sda:<6>ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 10 ports detected
 sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
sd 2:0:0:0: [sda] Attached SCSI disk
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.27.1-3-pae ehci_hcd
usb usb1: SerialNumber: 0000:00:13.5
ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:13.0: irq 16, io mem 0xc0005000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: OHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.27.1-3-pae ohci_hcd
usb usb2: SerialNumber: 0000:00:13.0
ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
ohci_hcd 0000:00:13.1: OHCI Host Controller
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:13.1: irq 17, io mem 0xc0006000
usb 2-1: new low speed USB device using ohci_hcd and address 2
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: New USB device found, idVendor=045e, idProduct=00a4
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1: Product: Microsoft(R) Compact Optical Mouse
usb 2-1: Manufacturer: Microsoft
usb usb3: Product: OHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.27.1-3-pae ohci_hcd
usb usb3: SerialNumber: 0000:00:13.1
ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
ohci_hcd 0000:00:13.3: OHCI Host Controller
ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:13.3: irq 17, io mem 0xc0007000
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: OHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.27.1-3-pae ohci_hcd
usb usb4: SerialNumber: 0000:00:13.3
ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ohci_hcd 0000:00:13.4: OHCI Host Controller
ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 5
ohci_hcd 0000:00:13.4: irq 18, io mem 0xc0008000
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: OHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.27.1-3-pae ohci_hcd
usb usb5: SerialNumber: 0000:00:13.4
usbcore: registered new interface driver hiddev
input: Microsoft Microsoft(R) Compact Optical Mouse as /devices/pci0000:00/0000:00:13.0/usb2/2-1/2-1:1.0/input/input2
input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft(R) Compact Optical Mouse] on usb-0000:00:13.0-1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
PM: Starting manual resume from disk
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
scsi 0:0:0:0: Attached scsi generic sg0 type 5
sd 2:0:0:0: Attached scsi generic sg1 type 0
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
vendor=1002 device=7917
r8169 0000:08:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
r8169 0000:08:00.0: setting latency timer to 64
eth0: RTL8101e at 0xf8d8a000, 00:03:0d:75:58:74, XID 34000000 IRQ 220
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 0:0:0:0: Attached scsi CD-ROM sr0
input: PC Speaker as /devices/platform/pcspkr/input/input3
Linux agpgart interface v0.103
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x8410, revision 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
ACPI: Power Button (CM) [PWRB]
input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6
ACPI: Sleep Button (CM) [SLPB]
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/PNP0C0D:00/input/input7
ACPI: Lid Switch [LID]
ACPI: Battery Slot [BAT0] (battery present)
ACPI: AC Adapter [AC0] (on-line)
ACPI Error (utobject-0508): Unsupported Reference opcode=88 in object f7520ccc [20080609]
acpi device:22: registered as cooling_device2
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1f/device:20/input/input8
rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, hpet irqs
ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
ALSA sound/pci/hda/hda_codec.c:3021: autoconfig: line_outs=1 (0x15/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:3025:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:3029:    hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
ALSA sound/pci/hda/hda_codec.c:3030:    mono: mono_out=0x0
ALSA sound/pci/hda/hda_codec.c:3038:    inputs: mic=0x18, fmic=0x0, line=0x0, fline=0x0, cd=0x0, aux=0x0
Adding 2104472k swap on /dev/sda5.  Priority:-1 extents:1 across:2104472k
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
loop: module loaded
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda8, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
fuse init (API version 7.9)
type=1505 audit(1225129965.995:2): operation="profile_load" name="/bin/ping" name2="default" pid=1557
type=1505 audit(1225129966.046:3): operation="profile_load" name="/sbin/klogd" name2="default" pid=1560
type=1505 audit(1225129966.211:4): operation="profile_load" name="/sbin/syslog-ng" name2="default" pid=1565
type=1505 audit(1225129966.283:5): operation="profile_load" name="/sbin/syslogd" name2="default" pid=1567
type=1505 audit(1225129966.359:6): operation="profile_load" name="/usr/sbin/avahi-daemon" name2="default" pid=1568
type=1505 audit(1225129966.431:7): operation="profile_load" name="/usr/sbin/identd" name2="default" pid=1570
type=1505 audit(1225129966.531:8): operation="profile_load" name="/usr/sbin/mdnsd" name2="default" pid=1573
type=1505 audit(1225129966.630:9): operation="profile_load" name="/usr/sbin/nscd" name2="default" pid=1582
type=1505 audit(1225129966.726:10): operation="profile_load" name="/usr/sbin/ntpd" name2="default" pid=1596
type=1505 audit(1225129966.794:11): operation="profile_load" name="/usr/sbin/traceroute" name2="default" pid=1599
powernow-k8: Found 1 AMD Turion(tm) 64 X2 Mobile Technology TL-56 processors (2 cpu cores) (version 2.20.00)
powernow-k8:    0 : fid 0xa (1800 MHz), vid 0x12
powernow-k8:    1 : fid 0x8 (1600 MHz), vid 0x13
powernow-k8:    2 : fid 0x0 (800 MHz), vid 0x1e
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ip6_tables: (C) 2000-2006 Netfilter Core Team
ip_tables: (C) 2000-2006 Netfilter Core Team
Clocksource tsc unstable (delta = -216790515 ns)
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Plase use
nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
r8169: eth0: link down
ADDRCONF(NETDEV_UP): eth0: link is not ready
bootsplash: status on console 0 changed to on
hda-intel: Invalid position buffer, using LPIB read method instead.
ACPI Error (utobject-0508): Unsupported Reference opcode=88 in object f7515b14 [20080609]
CPU0 attaching NULL sched-domain.
CPU1 attaching NULL sched-domain.
CPU0 attaching sched-domain:
 domain 0: span 0-1 level CPU
  groups: 0 1
CPU1 attaching sched-domain:
 domain 0: span 0-1 level CPU
  groups: 1 0
r8169: eth0: link down
ADDRCONF(NETDEV_UP): eth0: link is not ready
vendor=1002 device=7914
ath5k_pci 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ath5k_pci 0000:02:00.0: setting latency timer to 64
ath5k_pci 0000:02:00.0: registered as 'phy0'
ath5k phy0: Support for RF2425 is under development.
phy0: Selected rate control algorithm 'pid'
ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
ADDRCONF(NETDEV_UP): wlan0: link is not ready
NET: Registered protocol family 17
wlan0: authenticate with AP 00:04:0e:e3:4a:c7
wlan0: authenticated
wlan0: associate with AP 00:04:0e:e3:4a:c7
wlan0: RX AssocResp from 00:04:0e:e3:4a:c7 (capab=0x411 status=0 aid=1)
wlan0: associated
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
martian source 255.255.255.255 from 192.168.178.1, on dev wlan0
ll header: ff:ff:ff:ff:ff:ff:00:04:0e:e3:4a:c5:08:00
martian source 255.255.255.255 from 192.168.178.1, on dev wlan0
ll header: ff:ff:ff:ff:ff:ff:00:04:0e:e3:4a:c5:08:00
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC= SRC=192.168.178.20 DST=224.0.0.251 LEN=64 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=44 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC= SRC=192.168.178.20 DST=224.0.0.251 LEN=477 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=457 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC= SRC=192.168.178.20 DST=224.0.0.251 LEN=251 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=231 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC= SRC=192.168.178.20 DST=224.0.0.251 LEN=477 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=457 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC= SRC=192.168.178.20 DST=224.0.0.251 LEN=477 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=457 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=00:16:44:16:b4:e3:00:04:0e:e3:4a:c5:08:00 SRC=192.168.178.1 DST=192.168.178.20 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=35871 DF PROTO=TCP SPT=3516 DPT=14013 WINDOW=5840 RES=0x00 SYN URGP=0 OPT (020405B40402080A03CDBCF60000000001030301) 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC= SRC=192.168.178.20 DST=224.0.0.251 LEN=64 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=44 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC= SRC=192.168.178.20 DST=224.0.0.251 LEN=402 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=382 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC= SRC=192.168.178.20 DST=224.0.0.251 LEN=441 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=421 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=00:16:44:16:b4:e3:00:04:0e:e3:4a:c5:08:00 SRC=192.168.178.1 DST=192.168.178.20 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=35873 DF PROTO=TCP SPT=3516 DPT=14013 WINDOW=5840 RES=0x00 SYN URGP=0 OPT (020405B40402080A03CDBE220000000001030301) 
wlan0: no IPv6 routers present
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC= SRC=192.168.178.20 DST=224.0.0.251 LEN=64 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=44 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=00:16:44:16:b4:e3:00:04:0e:e3:4a:c5:08:00 SRC=192.168.178.1 DST=192.168.178.20 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=35875 DF PROTO=TCP SPT=3516 DPT=14013 WINDOW=5840 RES=0x00 SYN URGP=0 OPT (020405B40402080A03CDC07A0000000001030301) 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC= SRC=192.168.178.20 DST=224.0.0.251 LEN=64 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=44 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=00:16:44:16:b4:e3:00:04:0e:e3:4a:c5:08:00 SRC=192.168.178.1 DST=192.168.178.20 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=50947 DF PROTO=TCP SPT=3519 DPT=14013 WINDOW=5840 RES=0x00 SYN URGP=0 OPT (020405B40402080A03CDCA540000000001030301) 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=00:16:44:16:b4:e3:00:04:0e:e3:4a:c5:08:00 SRC=192.168.178.1 DST=192.168.178.20 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=50949 DF PROTO=TCP SPT=3519 DPT=14013 WINDOW=5840 RES=0x00 SYN URGP=0 OPT (020405B40402080A03CDCB800000000001030301) 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=00:16:44:16:b4:e3:00:04:0e:e3:4a:c5:08:00 SRC=192.168.178.1 DST=192.168.178.20 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=50951 DF PROTO=TCP SPT=3519 DPT=14013 WINDOW=5840 RES=0x00 SYN URGP=0 OPT (020405B40402080A03CDCDD80000000001030301) 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=00:16:44:16:b4:e3:00:04:0e:e3:4a:c5:08:00 SRC=192.168.178.1 DST=192.168.178.20 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=46801 DF PROTO=TCP SPT=3521 DPT=14013 WINDOW=5840 RES=0x00 SYN URGP=0 OPT (020405B40402080A03CDD4960000000001030301) 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC= SRC=192.168.178.20 DST=224.0.0.251 LEN=64 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=44 
SFW2-INext-DROP-DEFLT IN=wlan0 OUT= MAC=00:16:44:16:b4:e3:00:04:0e:e3:4a:c5:08:00 SRC=192.168.178.1 DST=192.168.178.20 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=46803 DF PROTO=TCP SPT=3521 DPT=14013 WINDOW=5840 RES=0x00 SYN URGP=0 OPT (020405B40402080A03CDD5C20000000001030301)

Grüsse Toby
 
Oben