0: phy0: Wireless LAN Hard blocked: yes -> DISABLED Wireless Network Adapter PRO/Wireless 2200BG [Calexico2] Network Connection not working due to wireless hardware killswitch / hardware button in Ubuntu 11.04

Asked by Carl Loven

I looked through but didn't really find any thread that was the same.

Basically, the other day I had major problems with my graphic card that I had to fix. And today when I started to try to fix it the network was just gone.

If I log in as root I at least see the icon, but it is like the hardware isn't on. webbookblog.com posted a fix that I did try but nothing happened at all.

When I run it as my user account the icon doesnt show up. I found the connection saved in network connections menu, and erased it to see if it would work again but still fail.

Using the ethernet cable works great though.

So what am I doing wrong?

And as I said, 2 days ago it worked when I shut the computer off. Today when I started it. it was dead.

//C

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Logging on as root is not advised or necessary. I suggest you disable the account at your earliest convenience.

Can you give the output of:

sudo lshw -C network; lsb_release -a; rfkill list

Thanks

Also, do you dual boot the system?

Revision history for this message
Carl Loven (moonshine-swe) said :
#2

Well I access root by logging in then out so...

And no I am not dual booting. I am kind of against it

the stats I got back in the terminal is these

 *-network:0 DISABLED
       description: Wireless interface
       product: PRO/Wireless 2200BG [Calexico2] Network Connection
       vendor: Intel Corporation
       physical id: 6
       bus info: pci@0000:00:06.0
       logical name: eth1
       version: 05
       serial: 00:16:6f:cd:86:c4
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ipw2200 driverversion=1.2.2kmprq firmware=ABG:9.0.5.27 (Dec 12 2007) latency=64 link=no maxlatency=24 mingnt=3 multicast=yes wireless=IEEE 802.11bg
       resources: irq:17 memory:fcfff000-fcffffff
  *-network:1
       description: Ethernet interface
       product: RTL-8139/8139C/8139C+
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 7
       bus info: pci@0000:00:07.0
       logical name: eth0
       version: 10
       serial: 00:e0:4e:77:1e:cf
       size: 10Mbit/s
       capacity: 100Mbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=half latency=64 link=no maxlatency=64 mingnt=32 multicast=yes port=MII speed=10Mbit/s
       resources: irq:16 ioport:e800(size=256) memory:fcffec00-fcffecff
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
0: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: yes

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

If you run:

sudo iwlist scan

Does it show wireless networks?

Revision history for this message
Carl Loven (moonshine-swe) said :
#4

lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

eth1 No scan results

and eth1 should show my network, right?

//C

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Yeah it should, eth1 is your wireless device. Can you reboot and run:

dmesg > ~/dmesg.txt; gedit ~/dmesg.txt; rm ~/dmesg.txt

What is output?

Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#6

The following Terminal output (that you sent us) shows the issue that your wireless card is having

"
 *-network:0 DISABLED
       description: Wireless interface
       product: PRO/Wireless 2200BG [Calexico2] Network Connection

0: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: yes

"

So your wireless card is disabled by a hardware switch, a
special key combination (Fn-F2, etc...), by incorrect BIOS settings for
wireless, or a COMBINATION of these factors...

There might also be a BIOS option that allows you to have the wireless
functionality controlled "By application"

Search for the "by application" option in the BIOS and select it (if
possible)....

Also run the following 2 Terminal commands to try to change the rfkill
state of your wireless chipset:

rfkill unblock all

sudo rfkill unblock all

Then retest wireless.

Revision history for this message
Carl Loven (moonshine-swe) said :
#7

[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.38-10-generic (buildd@vernadsky) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) ) #46-Ubuntu SMP Tue Jun 28 15:05:41 UTC 2011 (Ubuntu 2.6.38-10.46-generic 2.6.38.7)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003bfc0000 (usable)
[ 0.000000] BIOS-e820: 000000003bfc0000 - 000000003bfce000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003bfce000 - 000000003c000000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled in hardware: non-PAE kernel!
[ 0.000000] NX (Execute Disable) protection: approximated by x86 segment limits
[ 0.000000] DMI present.
[ 0.000000] DMI: RCC Nbx 8010/Nbx 8010, BIOS 080014 08/22/2008
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x3bfc0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-DFFFF uncachable
[ 0.000000] E0000-EFFFF write-through
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 03C000000 mask FFC000000 uncachable
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [c00ff780] ff780
[ 0.000000] initial memory mapped : 0 - 01c00000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
[ 0.000000] RAMDISK: 3676e000 - 373af000
[ 0.000000] ACPI: RSDP 000f92c0 00014 (v00 ACPIAM)
[ 0.000000] ACPI: RSDT 3bfc0000 0003C (v01 082208 RSDT1547 20080822 MSFT 00000097)
[ 0.000000] ACPI: FACP 3bfc0200 00084 (v02 082208 FACP1547 20080822 MSFT 00000097)
[ 0.000000] ACPI: DSDT 3bfc0430 03E8C (v01 1ADEL VX70R019 00000017 INTL 20051117)
[ 0.000000] ACPI: FACS 3bfce000 00040
[ 0.000000] ACPI: APIC 3bfc0390 00054 (v01 082208 APIC1547 20080822 MSFT 00000097)
[ 0.000000] ACPI: MCFG 3bfc03f0 0003C (v01 082208 OEMMCFG 20080822 MSFT 00000097)
[ 0.000000] ACPI: OEMB 3bfce040 00071 (v01 082208 OEMB1547 20080822 MSFT 00000097)
[ 0.000000] ACPI: HPET 3bfc42c0 00038 (v01 082208 VIA HPET 20080822 MSFT 00000097)
[ 0.000000] ACPI: SSDT 3bfce0c0 0041E (v01 AMI P001PM 00000001 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 71MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0003bfc0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003bfc0
[ 0.000000] On node 0 totalpages: 245583
[ 0.000000] free_area_init_node: node 0, pgdat c1784140, node_mem_map f5fee200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 144 pages used for memmap
[ 0.000000] HighMem zone: 18226 pages, LIFO batch:3
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 3, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x11068201 base: 0xfed00000
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 3c000000 (gap: 3c000000:c2c00000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 13 pages/cpu @f5800000 s28800 r0 d24448 u4194304
[ 0.000000] pcpu-alloc: s28800 r0 d24448 u4194304 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243663
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-10-generic root=UUID=fbca19d7-bd02-4d87-b61e-ebe53c80e198 ro quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 4913600 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:0003bfc0)
[ 0.000000] Memory: 947064k/982784k available (5190k kernel code, 35268k reserved, 2539k data, 700k init, 73480k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc178d000 - 0xc183c000 ( 700 kB)
[ 0.000000] .data : 0xc1511841 - 0xc178c4c0 (2539 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1511841 (5190 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:256 16
[ 0.000000] CPU 0 irqstacks, hard=f5406000 soft=f5408000
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1596.023 MHz processor.
[ 0.004006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.04 BogoMIPS (lpj=6384092)
[ 0.004018] pid_max: default: 32768 minimum: 301
[ 0.004076] Security Framework initialized
[ 0.004117] AppArmor: AppArmor initialized
[ 0.004121] Yama: becoming mindful.
[ 0.004263] Mount-cache hash table entries: 512
[ 0.004545] Initializing cgroup subsys ns
[ 0.004554] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[ 0.004563] Initializing cgroup subsys cpuacct
[ 0.004576] Initializing cgroup subsys memory
[ 0.004598] Initializing cgroup subsys devices
[ 0.004605] Initializing cgroup subsys freezer
[ 0.004611] Initializing cgroup subsys net_cls
[ 0.004618] Initializing cgroup subsys blkio
[ 0.008773] SMP alternatives: switching to UP code
[ 0.027716] Freeing SMP alternatives: 20k freed
[ 0.027757] ACPI: Core revision 20110112
[ 0.036033] ftrace: allocating 23648 entries in 47 pages
[ 0.040156] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.040526] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.083310] CPU0: Centaur VIA C7-M Processor 1600MHz stepping 00
[ 0.084004] APIC calibration not consistent with PM-Timer: 97ms instead of 100ms
[ 0.084004] APIC delta adjusted to PM-Timer: 623435 (605310)
[ 0.084010] Performance Events:
[ 0.085127] Brought up 1 CPUs
[ 0.085138] Total of 1 processors activated (3192.04 BogoMIPS).
[ 0.086066] devtmpfs: initialized
[ 0.089319] print_constraints: dummy:
[ 0.089369] Time: 22:11:52 Date: 07/15/11
[ 0.089467] NET: Registered protocol family 16
[ 0.089720] EISA bus registered
[ 0.089738] ACPI: bus type pci registered
[ 0.089913] PCI: MMCONFIG for domain 0000 [bus 02-ff] at [mem 0xe0200000-0xefffffff] (base 0xe0000000)
[ 0.089921] PCI: not using MMCONFIG
[ 0.090259] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=2
[ 0.090265] PCI: Using configuration type 1 for base access
[ 0.092773] bio: create slab <bio-0> at 0
[ 0.094838] ACPI: EC: Look up EC in DSDT
[ 0.096807] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.101762] ACPI: Interpreter enabled
[ 0.101773] ACPI: (supports S0 S3 S4 S5)
[ 0.101816] ACPI: Using IOAPIC for interrupt routing
[ 0.101873] PCI: MMCONFIG for domain 0000 [bus 02-ff] at [mem 0xe0200000-0xefffffff] (base 0xe0000000)
[ 0.103309] PCI: MMCONFIG at [mem 0xe0200000-0xefffffff] reserved in ACPI motherboard resources
[ 0.103315] PCI: Using MMCONFIG for extended config space
[ 0.105298] ACPI: Power Resource [URP1] (off)
[ 0.105382] ACPI: Power Resource [URP2] (off)
[ 0.105463] ACPI: Power Resource [FDDP] (off)
[ 0.105544] ACPI: Power Resource [LPTP] (off)
[ 0.129984] ACPI: EC: GPE = 0x1, I/O: command/status = 0x66, data = 0x62
[ 0.130278] ACPI: No dock devices found.
[ 0.130284] HEST: Table not found.
[ 0.130293] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.130502] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.130922] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
[ 0.130930] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
[ 0.130938] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.130945] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
[ 0.130953] pci_root PNP0A03:00: host bridge window [mem 0x3c000000-0xdfffffff]
[ 0.130961] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff]
[ 0.130977] pci_root PNP0A03:00: address space collision: host bridge window [mem 0x000d0000-0x000dffff] conflicts with Adapter ROM [mem 0x000cf000-0x000dbfff]
[ 0.131009] pci 0000:00:00.0: [1106:0324] type 0 class 0x000600
[ 0.131027] pci 0000:00:00.0: reg 10: [mem 0xf0000000-0xf7ffffff pref]
[ 0.131103] pci 0000:00:00.1: [1106:1324] type 0 class 0x000600
[ 0.131158] pci 0000:00:00.2: [1106:2324] type 0 class 0x000600
[ 0.131212] pci 0000:00:00.3: [1106:3324] type 0 class 0x000600
[ 0.131265] pci 0000:00:00.4: [1106:4324] type 0 class 0x000600
[ 0.131328] pci 0000:00:00.7: [1106:7324] type 0 class 0x000600
[ 0.131383] pci 0000:00:01.0: [1106:b198] type 1 class 0x000604
[ 0.131424] pci 0000:00:01.0: supports D1
[ 0.131451] pci 0000:00:06.0: [8086:4220] type 0 class 0x000280
[ 0.131472] pci 0000:00:06.0: reg 10: [mem 0xfcfff000-0xfcffffff]
[ 0.131534] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.131543] pci 0000:00:06.0: PME# disabled
[ 0.131566] pci 0000:00:07.0: [10ec:8139] type 0 class 0x000200
[ 0.131586] pci 0000:00:07.0: reg 10: [io 0xe800-0xe8ff]
[ 0.131600] pci 0000:00:07.0: reg 14: [mem 0xfcffec00-0xfcffecff]
[ 0.131653] pci 0000:00:07.0: supports D1 D2
[ 0.131659] pci 0000:00:07.0: PME# supported from D1 D2 D3hot D3cold
[ 0.131667] pci 0000:00:07.0: PME# disabled
[ 0.131698] pci 0000:00:0f.0: [1106:5324] type 0 class 0x000101
[ 0.131745] pci 0000:00:0f.0: reg 20: [io 0xfc00-0xfc0f]
[ 0.131798] pci 0000:00:10.0: [1106:3038] type 0 class 0x000c03
[ 0.131843] pci 0000:00:10.0: reg 20: [io 0xec00-0xec1f]
[ 0.131876] pci 0000:00:10.0: supports D1 D2
[ 0.131882] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.131890] pci 0000:00:10.0: PME# disabled
[ 0.131913] pci 0000:00:10.1: [1106:3038] type 0 class 0x000c03
[ 0.131958] pci 0000:00:10.1: reg 20: [io 0xe480-0xe49f]
[ 0.131991] pci 0000:00:10.1: supports D1 D2
[ 0.131997] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.132024] pci 0000:00:10.1: PME# disabled
[ 0.132047] pci 0000:00:10.2: [1106:3038] type 0 class 0x000c03
[ 0.132092] pci 0000:00:10.2: reg 20: [io 0xe400-0xe41f]
[ 0.132125] pci 0000:00:10.2: supports D1 D2
[ 0.132131] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.132139] pci 0000:00:10.2: PME# disabled
[ 0.132167] pci 0000:00:10.4: [1106:3104] type 0 class 0x000c03
[ 0.132188] pci 0000:00:10.4: reg 10: [mem 0xfcffe800-0xfcffe8ff]
[ 0.132250] pci 0000:00:10.4: supports D1 D2
[ 0.132256] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.132264] pci 0000:00:10.4: PME# disabled
[ 0.132293] pci 0000:00:11.0: [1106:8324] type 0 class 0x000601
[ 0.132391] pci 0000:00:11.7: [1106:324e] type 0 class 0x000600
[ 0.132447] pci 0000:00:13.0: [1106:324b] type 1 class 0x000604
[ 0.132535] pci 0000:01:00.0: [1106:3157] type 0 class 0x000300
[ 0.132555] pci 0000:01:00.0: reg 10: [mem 0xc0000000-0xdfffffff pref]
[ 0.132569] pci 0000:01:00.0: reg 14: [mem 0xfd000000-0xfdffffff]
[ 0.132605] pci 0000:01:00.0: reg 30: [mem 0xfeaf0000-0xfeafffff pref]
[ 0.132627] pci 0000:01:00.0: supports D1 D2
[ 0.132669] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.132678] pci 0000:00:01.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.132688] pci 0000:00:01.0: bridge window [mem 0xfd000000-0xfeafffff]
[ 0.132697] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xdfffffff pref]
[ 0.132730] pci 0000:02:01.0: [1106:3288] type 0 class 0x000403
[ 0.132753] pci 0000:02:01.0: reg 10: [mem 0xfebfc000-0xfebfffff 64bit]
[ 0.132805] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[ 0.132812] pci 0000:02:01.0: PME# disabled
[ 0.132825] pci 0000:02:01.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.132866] pci 0000:00:13.0: PCI bridge to [bus 02-02]
[ 0.132874] pci 0000:00:13.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.132883] pci 0000:00:13.0: bridge window [mem 0xfeb00000-0xfebfffff]
[ 0.132894] pci 0000:00:13.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.132909] pci_bus 0000:00: on NUMA node 0
[ 0.132919] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.133186] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.133295] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[ 0.133381] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.245251] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.245353] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.245447] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.245540] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.245634] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.245730] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.245825] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.245921] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.246182] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.246190] vgaarb: loaded
[ 0.246722] SCSI subsystem initialized
[ 0.246885] libata version 3.00 loaded.
[ 0.247025] usbcore: registered new interface driver usbfs
[ 0.247057] usbcore: registered new interface driver hub
[ 0.247116] usbcore: registered new device driver usb
[ 0.247393] wmi: Mapper loaded
[ 0.247399] PCI: Using ACPI for IRQ routing
[ 0.247412] PCI: pci_cache_line_size set to 64 bytes
[ 0.247534] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
[ 0.247541] reserve RAM buffer: 000000003bfc0000 - 000000003bffffff
[ 0.247810] NetLabel: Initializing
[ 0.247815] NetLabel: domain hash size = 128
[ 0.248026] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.248060] NetLabel: unlabeled traffic allowed by default
[ 0.248167] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.248180] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.248192] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.252147] Switching to clocksource hpet
[ 0.255910] Switched to NOHz mode on CPU #0
[ 0.269312] AppArmor: AppArmor Filesystem Enabled
[ 0.269386] pnp: PnP ACPI init
[ 0.269433] ACPI: bus type pnp registered
[ 0.269723] pnp 00:00: [bus 00-ff]
[ 0.269730] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.269737] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.269744] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.269751] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.269758] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[ 0.269765] pnp 00:00: [mem 0x3c000000-0xdfffffff window]
[ 0.269772] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
[ 0.269923] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.270017] pnp 00:01: [dma 4]
[ 0.270023] pnp 00:01: [io 0x0000-0x000f]
[ 0.270029] pnp 00:01: [io 0x0081-0x0083]
[ 0.270035] pnp 00:01: [io 0x0087]
[ 0.270040] pnp 00:01: [io 0x0089-0x008b]
[ 0.270046] pnp 00:01: [io 0x008f]
[ 0.270051] pnp 00:01: [io 0x00c0-0x00df]
[ 0.270122] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.270147] pnp 00:02: [io 0x0070-0x0071]
[ 0.270172] pnp 00:02: [irq 8]
[ 0.270232] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.270252] pnp 00:03: [io 0x0061]
[ 0.270309] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.270329] pnp 00:04: [io 0x00f0-0x00ff]
[ 0.270339] pnp 00:04: [irq 13]
[ 0.270403] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.270860] pnp 00:05: [io 0x00ff-0x0100]
[ 0.270866] pnp 00:05: [io 0x0680-0x068f]
[ 0.270872] pnp 00:05: [io 0x1000-0x100f]
[ 0.270877] pnp 00:05: [io 0x0a00-0x0a2f]
[ 0.270883] pnp 00:05: [io 0x1100-0x117f]
[ 0.270889] pnp 00:05: [io 0x1200-0x123f]
[ 0.271024] system 00:05: [io 0x0680-0x068f] has been reserved
[ 0.271032] system 00:05: [io 0x1000-0x100f] has been reserved
[ 0.271040] system 00:05: [io 0x0a00-0x0a2f] has been reserved
[ 0.271048] system 00:05: [io 0x1100-0x117f] has been reserved
[ 0.271055] system 00:05: [io 0x1200-0x123f] has been reserved
[ 0.271064] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.271241] pnp 00:06: [io 0x0010-0x001f]
[ 0.271247] pnp 00:06: [io 0x0022-0x003f]
[ 0.271253] pnp 00:06: [io 0x0044-0x005f]
[ 0.271259] pnp 00:06: [io 0x0063]
[ 0.271264] pnp 00:06: [io 0x0065]
[ 0.271270] pnp 00:06: [io 0x0067-0x006f]
[ 0.271276] pnp 00:06: [io 0x0072-0x007f]
[ 0.271281] pnp 00:06: [io 0x0080]
[ 0.271287] pnp 00:06: [io 0x0084-0x0086]
[ 0.271293] pnp 00:06: [io 0x0088]
[ 0.271298] pnp 00:06: [io 0x008c-0x008e]
[ 0.271304] pnp 00:06: [io 0x0090-0x009f]
[ 0.271310] pnp 00:06: [io 0x00a2-0x00bf]
[ 0.271316] pnp 00:06: [io 0x00e0-0x00ef]
[ 0.271322] pnp 00:06: [io 0x04d0-0x04d1]
[ 0.271327] pnp 00:06: [io 0x0800-0x087f]
[ 0.271333] pnp 00:06: [io 0x0400-0x041f]
[ 0.271340] pnp 00:06: [io 0x0000-0xffffffff disabled]
[ 0.271461] system 00:06: [io 0x04d0-0x04d1] has been reserved
[ 0.271469] system 00:06: [io 0x0800-0x087f] has been reserved
[ 0.271477] system 00:06: [io 0x0400-0x041f] has been reserved
[ 0.271486] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.271567] pnp 00:07: [mem 0xfed00000-0xfed003ff]
[ 0.271633] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.271695] pnp 00:08: [io 0x0060]
[ 0.271700] pnp 00:08: [io 0x0064]
[ 0.271713] pnp 00:08: [irq 1]
[ 0.271792] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 0.271884] pnp 00:09: [irq 12]
[ 0.271952] pnp 00:09: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[ 0.272100] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
[ 0.272106] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
[ 0.272216] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.272225] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.272233] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.272319] pnp 00:0b: [mem 0xe0000000-0xefffffff]
[ 0.272416] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.272424] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.278646] pnp 00:0c: [mem 0x00000000-0x0009ffff]
[ 0.278653] pnp 00:0c: [mem 0x000c0000-0x000cffff]
[ 0.278659] pnp 00:0c: [mem 0x000e0000-0x000fffff]
[ 0.278666] pnp 00:0c: [mem 0x00100000-0x3bffffff]
[ 0.278672] pnp 00:0c: [mem 0xfec00000-0xffffffff]
[ 0.278827] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.278836] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
[ 0.278844] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.278853] system 00:0c: [mem 0x00100000-0x3bffffff] could not be reserved
[ 0.278861] system 00:0c: [mem 0xfec00000-0xffffffff] could not be reserved
[ 0.278871] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.279153] pnp: PnP ACPI: found 13 devices
[ 0.279159] ACPI: ACPI bus type pnp unregistered
[ 0.279167] PnPBIOS: Disabled by ACPI PNP
[ 0.318011] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.318019] pci 0000:00:01.0: bridge window [io disabled]
[ 0.318030] pci 0000:00:01.0: bridge window [mem 0xfd000000-0xfeafffff]
[ 0.318040] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xdfffffff pref]
[ 0.318051] pci 0000:00:13.0: PCI bridge to [bus 02-02]
[ 0.318056] pci 0000:00:13.0: bridge window [io disabled]
[ 0.318066] pci 0000:00:13.0: bridge window [mem 0xfeb00000-0xfebfffff]
[ 0.318073] pci 0000:00:13.0: bridge window [mem pref disabled]
[ 0.318097] pci 0000:00:01.0: setting latency timer to 64
[ 0.318109] pci 0000:00:13.0: setting latency timer to 64
[ 0.318118] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.318125] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.318133] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.318140] pci_bus 0000:00: resource 7 [mem 0x3c000000-0xdfffffff]
[ 0.318148] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfebfffff]
[ 0.318156] pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfeafffff]
[ 0.318164] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xdfffffff pref]
[ 0.318172] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
[ 0.318275] NET: Registered protocol family 2
[ 0.318430] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.319100] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.320869] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.321710] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.321718] TCP reno registered
[ 0.321731] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.321763] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.322001] NET: Registered protocol family 1
[ 0.322056] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[ 0.322179] pci 0000:01:00.0: Boot video device
[ 0.322190] PCI: CLS 32 bytes, default 64
[ 0.322408] cpufreq-nforce2: No nForce2 chipset.
[ 0.322810] audit: initializing netlink socket (disabled)
[ 0.322841] type=2000 audit(1310767912.316:1): initialized
[ 0.347252] Trying to unpack rootfs image as initramfs...
[ 0.376721] highmem bounce pool size: 64 pages
[ 0.376736] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.392664] VFS: Disk quotas dquot_6.5.2
[ 0.392862] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.394604] fuse init (API version 7.16)
[ 0.394867] msgmni has been set to 1706
[ 0.400368] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.400486] io scheduler noop registered
[ 0.400491] io scheduler deadline registered
[ 0.400539] io scheduler cfq registered (default)
[ 0.400896] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.400971] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.404949] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.409112] ACPI: AC Adapter [AC] (on-line)
[ 0.410095] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0D:00/input/input0
[ 0.419707] ACPI: Lid Switch [LID0]
[ 0.419903] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[ 0.419918] ACPI: Sleep Button [SLPB]
[ 0.421075] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[ 0.421090] ACPI: Power Button [PWRB]
[ 0.421220] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.421229] ACPI: Power Button [PWRF]
[ 0.421644] ACPI: acpi_idle registered with cpuidle
[ 0.421707] Marking TSC unstable due to TSC halts in idle
[ 0.445775] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.445785] ACPI: Thermal Zone [THRM] (53 C)
[ 0.446041] ERST: Table is not found!
[ 0.446286] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.456169] isapnp: Scanning for PnP cards...
[ 0.508813] Linux agpgart interface v0.103
[ 0.509009] agpgart: Detected VIA CX700 chipset
[ 0.537413] agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
[ 0.589270] brd: module loaded
[ 0.590780] loop: module loaded
[ 0.591066] i2c-core: driver [adp5520] using legacy suspend method
[ 0.591071] i2c-core: driver [adp5520] using legacy resume method
[ 0.640785] Fixed MDIO Bus: probed
[ 0.640902] PPP generic driver version 2.4.2
[ 0.641075] tun: Universal TUN/TAP device driver, 1.6
[ 0.641080] tun: (C) 1999-2004 Max Krasnyansky <email address hidden>
[ 0.641305] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.641400] ehci_hcd 0000:00:10.4: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ 0.641437] ehci_hcd 0000:00:10.4: EHCI Host Controller
[ 0.641530] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
[ 0.641597] ehci_hcd 0000:00:10.4: debug port 1
[ 0.641644] ehci_hcd 0000:00:10.4: irq 23, io mem 0xfcffe800
[ 0.652790] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
[ 0.653221] hub 1-0:1.0: USB hub found
[ 0.653233] hub 1-0:1.0: 6 ports detected
[ 0.653417] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.653460] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.653615] uhci_hcd 0000:00:10.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.653632] uhci_hcd 0000:00:10.0: UHCI Host Controller
[ 0.653785] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[ 0.653846] uhci_hcd 0000:00:10.0: irq 20, io base 0x0000ec00
[ 0.654178] hub 2-0:1.0: USB hub found
[ 0.654189] hub 2-0:1.0: 2 ports detected
[ 0.654358] uhci_hcd 0000:00:10.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[ 0.654375] uhci_hcd 0000:00:10.1: UHCI Host Controller
[ 0.654481] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[ 0.654532] uhci_hcd 0000:00:10.1: irq 22, io base 0x0000e480
[ 0.654838] hub 3-0:1.0: USB hub found
[ 0.654847] hub 3-0:1.0: 2 ports detected
[ 0.655012] uhci_hcd 0000:00:10.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[ 0.655025] uhci_hcd 0000:00:10.2: UHCI Host Controller
[ 0.655127] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[ 0.655175] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e400
[ 0.655477] hub 4-0:1.0: USB hub found
[ 0.655487] hub 4-0:1.0: 2 ports detected
[ 0.655774] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 0.667134] i8042: Detected active multiplexing controller, rev 1.1
[ 0.677184] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.677214] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.677321] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.677391] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.677450] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 0.677809] mousedev: PS/2 mouse device common for all mice
[ 0.678249] rtc_cmos 00:02: RTC can wake from S4
[ 0.678362] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 0.678413] rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[ 0.678672] device-mapper: uevent: version 1.0.3
[ 0.678874] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: <email address hidden>
[ 0.681283] device-mapper: multipath: version 1.2.0 loaded
[ 0.681294] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.681628] EISA: Probing bus 0 at eisa.0
[ 0.681635] EISA: Cannot allocate resource for mainboard
[ 0.681642] Cannot allocate resource for EISA slot 1
[ 0.681647] Cannot allocate resource for EISA slot 2
[ 0.681653] Cannot allocate resource for EISA slot 3
[ 0.681658] Cannot allocate resource for EISA slot 4
[ 0.681664] Cannot allocate resource for EISA slot 5
[ 0.681669] Cannot allocate resource for EISA slot 6
[ 0.681675] Cannot allocate resource for EISA slot 7
[ 0.681680] Cannot allocate resource for EISA slot 8
[ 0.681685] EISA: Detected 0 cards.
[ 0.684771] cpuidle: using governor ladder
[ 0.684899] cpuidle: using governor menu
[ 0.685676] TCP cubic registered
[ 0.686017] NET: Registered protocol family 10
[ 0.687353] NET: Registered protocol family 17
[ 0.687409] Registering the dns_resolver key type
[ 0.687777] longhaul: APIC detected. Longhaul is currently broken in this configuration.
[ 0.687790] Using IPI No-Shortcut mode
[ 0.688169] PM: Hibernation image not present or could not be loaded.
[ 0.688198] registered taskstats version 1
[ 0.688623] Magic number: 3:85:199
[ 0.688874] rtc_cmos 00:02: setting system clock to 2011-07-15 22:11:52 UTC (1310767912)
[ 0.688883] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.688887] EDD information not available.
[ 0.773491] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.773513] ACPI: Battery Slot [BAT0] (battery present)
[ 0.882602] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 1.016089] usb 1-4: new high speed USB device using ehci_hcd and address 2
[ 1.083890] isapnp: No Plug & Play device found
[ 1.416904] usb 1-5: new high speed USB device using ehci_hcd and address 3
[ 1.632622] Freeing initrd memory: 12548k freed
[ 1.653606] Freeing unused kernel memory: 700k freed
[ 1.654829] Write protecting the kernel text: 5192k
[ 1.654936] Write protecting the kernel read-only data: 2148k
[ 1.729597] <30>udev[61]: starting version 167
[ 2.370380] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[ 2.370441] 8139cp 0000:00:07.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[ 2.374382] pata_via 0000:00:0f.0: version 0.3.4
[ 2.395007] scsi0 : pata_via
[ 2.398139] scsi1 : pata_via
[ 2.428169] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfc00 irq 14
[ 2.428181] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfc08 irq 15
[ 2.451468] usbcore: registered new interface driver uas
[ 2.470753] 8139too: 8139too Fast Ethernet driver 0.9.28
[ 2.470877] 8139too 0000:00:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 2.493868] 8139too 0000:00:07.0: eth0: RealTek RTL8139 at 0xe800, 00:e0:4e:77:1e:cf, IRQ 16
[ 2.649521] ata1.00: ATA-8: WDC WD800BEVS-22VAT0, 11.01A11, max UDMA/133
[ 2.649532] ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.665006] ata1.00: configured for UDMA/133
[ 2.665283] scsi 0:0:0:0: Direct-Access ATA WDC WD800BEVS-22 11.0 PQ: 0 ANSI: 5
[ 2.665762] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.666559] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 2.666658] sd 0:0:0:0: [sda] Write Protect is off
[ 2.666666] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.666709] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.694281] sda: sda1 sda2 < sda5 >
[ 2.695358] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.869476] Initializing USB Mass Storage driver...
[ 2.870061] scsi2 : usb-storage 1-4:1.0
[ 2.871133] usbcore: registered new interface driver usb-storage
[ 2.871144] USB Mass Storage support registered.
[ 3.165674] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 3.879191] scsi 2:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
[ 3.885814] scsi 2:0:0:1: Direct-Access Generic- MS/MS-Pro 1.00 PQ: 0 ANSI: 0 CCS
[ 3.887066] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 3.887504] sd 2:0:0:1: Attached scsi generic sg2 type 0
[ 3.893376] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 3.894488] sd 2:0:0:1: [sdc] Attached SCSI removable disk
[ 15.087405] Adding 980988k swap on /dev/sda5. Priority:-1 extents:1 across:980988k
[ 15.243399] <30>udev[265]: starting version 167
[ 15.371084] lp: driver loaded but no devices found
[ 15.622464] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 16.195566] type=1400 audit(1310767928.000:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=416 comm="apparmor_parser"
[ 16.231067] type=1400 audit(1310767928.036:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=416 comm="apparmor_parser"
[ 16.231612] type=1400 audit(1310767928.036:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=416 comm="apparmor_parser"
[ 16.699050] eth0: link down
[ 16.701276] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 16.773647] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:06/LNXVIDEO:00/input/input5
[ 16.785091] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 17.040346] lib80211: common routines for IEEE802.11 drivers
[ 17.040357] lib80211_crypt: registered algorithm 'NULL'
[ 17.046045] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 17.629395] psmouse serio4: ID: 10 00 64
[ 17.710169] elantech: assuming hardware version 1, firmware version 2.0.6
[ 17.737867] elantech: Synaptics capabilities query result 0x10, 0x02, 0x64.
[ 17.957433] cfg80211: Calling CRDA to update world regulatory domain
[ 17.992702] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input6
[ 18.326188] type=1400 audit(1310767930.132:5): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=597 comm="apparmor_parser"
[ 18.342837] type=1400 audit(1310767930.148:6): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=599 comm="apparmor_parser"
[ 18.346401] type=1400 audit(1310767930.152:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=599 comm="apparmor_parser"
[ 18.346959] type=1400 audit(1310767930.152:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=599 comm="apparmor_parser"
[ 18.404605] type=1400 audit(1310767930.212:9): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=602 comm="apparmor_parser"
[ 18.452881] type=1400 audit(1310767930.260:10): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=602 comm="apparmor_parser"
[ 18.460176] type=1400 audit(1310767930.268:11): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=602 comm="apparmor_parser"
[ 18.655725] Linux video capture interface: v2.00
[ 19.083320] libipw: 802.11 data/management/control stack, git-1.1.13
[ 19.083332] libipw: Copyright (C) 2004-2005 Intel Corporation <email address hidden>
[ 19.540336] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (18ec:3288)
[ 19.545447] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[ 19.546672] input: USB2.0 PC CAMERA as /devices/pci0000:00/0000:00:10.4/usb1/1-5/1-5:1.0/input/input7
[ 19.549784] usbcore: registered new interface driver uvcvideo
[ 19.549794] USB Video Class driver (v1.0.0)
[ 19.558706] cfg80211: World regulatory domain updated:
[ 19.558717] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 19.558726] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 19.558734] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 19.558742] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 19.558750] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 19.558758] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 19.726963] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[ 19.726975] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 19.727269] ipw2200 0000:00:06.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 19.732149] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[ 20.161355] ipw2200: Radio Frequency Kill Switch is On:
[ 20.161363] Kill switch must be turned off for wireless networking to work.
[ 20.166723] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166735] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166743] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166751] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166758] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166766] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166773] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166781] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166788] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166797] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166803] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166812] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166818] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166827] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166834] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166842] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166849] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166857] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166864] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166872] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166879] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166888] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166895] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166903] cfg80211: 2457000 KHz - 2482000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166910] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166918] cfg80211: 2457000 KHz - 2482000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.166925] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
[ 20.166933] cfg80211: 2474000 KHz - 2494000 KHz @ KHz), (300 mBi, 2000 mBm)
[ 20.188163] ipw2200: Detected geography ZZR (14 802.11bg channels, 0 802.11a channels)
[ 20.515108] HDA Intel 0000:02:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 20.515122] hda_intel: position_fix set to 1 for device 1106:3288
[ 20.515213] HDA Intel 0000:02:01.0: irq 40 for MSI/MSI-X
[ 20.515257] HDA Intel 0000:02:01.0: setting latency timer to 64
[ 20.515265] HDA Intel 0000:02:01.0: PCI: Disallowing DAC for device
[ 20.667179] hda_codec: ALC662 rev1: SKU not ready 0x598301f0
[ 20.667364] hda_codec: ALC662 rev1: BIOS auto-probing.
[ 20.716280] input: HDA VIA VT82xx Mic as /devices/pci0000:00/0000:00:13.0/0000:02:01.0/sound/card0/input8
[ 20.720678] input: HDA VIA VT82xx Headphone as /devices/pci0000:00/0000:00:13.0/0000:02:01.0/sound/card0/input9
[ 21.174638] vesafb: framebuffer at 0xc0000000, mapped to 0xf8b80000, using 1216k, total 1216k
[ 21.174649] vesafb: mode is 640x480x32, linelength=2560, pages=0
[ 21.174654] vesafb: scrolling: redraw
[ 21.174662] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[ 21.175144] Console: switching to colour frame buffer device 80x30
[ 21.175194] fb0: VESA VGA frame buffer device
[ 21.291815] ppdev: user-space parallel port driver
[ 21.494195] audit_printk_skb: 9 callbacks suppressed
[ 21.494204] type=1400 audit(1310767933.300:15): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=873 comm="apparmor_parser"
[ 21.509292] type=1400 audit(1310767933.316:16): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=873 comm="apparmor_parser"
[ 22.541071] [drm] Initialized drm 1.1.0 20060810
[ 22.553187] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 22.559398] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 22.559410] [drm] No driver support for vblank timestamp query.
[ 22.559422] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on minor 0
[ 22.563933] agpgart-via 0000:00:00.0: AGP 3.5 bridge
[ 22.563975] agpgart-via 0000:00:00.0: putting AGP V3 device into 8x mode
[ 22.566151] pci 0000:01:00.0: putting AGP V3 device into 8x mode
[ 23.489574] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
[ 24.580088] ipw2200: Failed to send POWER_MODE: Command timed out.
[ 26.870754] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[ 30.905007] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
[ 32.092049] ipw2200: Failed to send POWER_MODE: Command timed out.

That is the output.

Yeah I know what you mean but I tried that several times on the keyboard. I am going to try the terminal commands.

//C

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

[ 20.161355] ipw2200: Radio Frequency Kill Switch is On:
[ 20.161363] Kill switch must be turned off for wireless networking to work.

I'd also see what:

[ 24.580088] ipw2200: Failed to send POWER_MODE: Command timed out.

Means

Revision history for this message
Carl Loven (moonshine-swe) said :
#9

That ipw2200 was command that I was told to use because having that one off sometimes de-activate the internet. But I didnt add that until the problem occured.

but how do I turn the killswitch off?

The command I did was about the ipw2200 LED=1

how do I look into this, as I said, it just stopped working from being fully functional, so what did I do?

//C

Revision history for this message
Carl Loven (moonshine-swe) said :
#10

Thanks Mark Rijckenberg, that solved my question.