Bitcoin Forum
April 26, 2024, 01:34:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 76 »
  Print  
Author Topic: LinuxCoin A lightweight Debian based OS with everything ready to go.  (Read 285063 times)
pekv2
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
August 21, 2011, 12:15:08 AM
 #1301

Whoooo there boy !! Take a few deep breaths and go roll yourself a fatty Cheesy I feel your frustration as I've been in your position lots of times !! I'm going to list everything you need to do on your machine to fix following the ubuntu tutorial. Feel free to give it a go when you feel more like it Cheesy

Assuming you have completed the installer and have the grub error

1) Boot from linuxcoin
2)
Code:
mkdir myhdd
mount /dev/sda1 myhdd
mount -o bind /proc myhdd/proc
mount -o bind /sys myhdd/sys
mount -o bind /dev myhdd/dev
chroot myhdd
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get purge grub2
apt-get install grub2
for i in $(ls /usr/sbin | grep grub); do paxctl -C /usr/sbin/$i; paxctl -cEr /usr/sbin/$i; done
update-grub
grub-install /dev/sda
exit
init 6

3) Hopefully enjoy linuxcoin

Lolz@ a fatty. Cheered me up, laughing.

Alright, It WORKS!!!!!!!!!!!!!!!!!! Grin Grin Grin

Now though, hate to say it, two problems.

Cannot save a leafpad to desktop.

Plugging in any SDHC or USB stick, I receive
Code:
error mounting: mount: unknown filesystem type "vfat"

How could I fix these two problems.

Thank you drgr33n for your precious time.
1714138470
Hero Member
*
Offline Offline

Posts: 1714138470

View Profile Personal Message (Offline)

Ignore
1714138470
Reply with quote  #2

1714138470
Report to moderator
1714138470
Hero Member
*
Offline Offline

Posts: 1714138470

View Profile Personal Message (Offline)

Ignore
1714138470
Reply with quote  #2

1714138470
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714138470
Hero Member
*
Offline Offline

Posts: 1714138470

View Profile Personal Message (Offline)

Ignore
1714138470
Reply with quote  #2

1714138470
Report to moderator
1714138470
Hero Member
*
Offline Offline

Posts: 1714138470

View Profile Personal Message (Offline)

Ignore
1714138470
Reply with quote  #2

1714138470
Report to moderator
drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
August 21, 2011, 12:48:10 AM
 #1302

Whoooo there boy !! Take a few deep breaths and go roll yourself a fatty Cheesy I feel your frustration as I've been in your position lots of times !! I'm going to list everything you need to do on your machine to fix following the ubuntu tutorial. Feel free to give it a go when you feel more like it Cheesy

Assuming you have completed the installer and have the grub error

1) Boot from linuxcoin
2)
Code:
mkdir myhdd
mount /dev/sda1 myhdd
mount -o bind /proc myhdd/proc
mount -o bind /sys myhdd/sys
mount -o bind /dev myhdd/dev
chroot myhdd
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get purge grub2
apt-get install grub2
for i in $(ls /usr/sbin | grep grub); do paxctl -C /usr/sbin/$i; paxctl -cEr /usr/sbin/$i; done
update-grub
grub-install /dev/sda
exit
init 6

3) Hopefully enjoy linuxcoin

Lolz@ a fatty. Cheered me up, laughing.

Alright, It WORKS!!!!!!!!!!!!!!!!!! Grin Grin Grin

Now though, hate to say it, two problems.

Cannot save a leafpad to desktop.

Plugging in any SDHC or USB stick, I receive
Code:
error mounting: mount: unknown filesystem type "vfat"

How could I fix these two problems.

Thank you drgr33n for your precious time.

Gpod stuff Wink Glad you got there in the end !! The desktop error was an unexpected bug Sad Open up a root term and type

Code:
chmod 777 /home/user/Desktop

The second is very strange ? Can you plug in some flash media and post output of

Code:
modprobe vfat
dmesg

Hopefully I compiled vfat support into the kernel :/
pekv2
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
August 21, 2011, 01:06:57 AM
 #1303

Gpod stuff Wink Glad you got there in the end !! The desktop error was an unexpected bug Sad Open up a root term and type

Code:
chmod 777 /home/user/Desktop

The second is very strange ? Can you plug in some flash media and post output of

Code:
modprobe vfat
dmesg

Hopefully I compiled vfat support into the kernel :/
Code:
root@linuxcoin:/home/user# modprobe vfat
root@linuxcoin:/home/user# dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 2.6.39-3-amd64 (Debian 2.6.39-4) (ben@decadent.org.uk) (gcc version 4.4.6 (Debian 4.4.6-7) ) #1 SMP PREEMPT Mon Jul 25 11:33:19 UTC 2011
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-3-amd64 root=UUID=39ed3cfc-0e4b-4694-8956-8987ef4e112b ro quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
[    0.000000]  BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003f6d0000 (usable)
[    0.000000]  BIOS-e820: 000000003f6d0000 - 000000003f6dd000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003f6dd000 - 000000003f6e0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003f6e0000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI present.
[    0.000000] DMI: LENOVO 88088NU/LENOVO, BIOS 2JKT49AUS 12/12/2008
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x3f6d0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-E3FFF uncachable
[    0.000000]   E4000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 03F700000 mask FFFF00000 uncachable
[    0.000000]   2 base 03F800000 mask FFF800000 uncachable
[    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 [ffff8800000f62c0] f62c0
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-000000003f6d0000
[    0.000000]  0000000000 - 003f600000 page 2M
[    0.000000]  003f600000 - 003f6d0000 page 4k
[    0.000000] kernel direct mapping tables up to 3f6d0000 @ 3f6cd000-3f6d0000
[    0.000000] RAMDISK: 35f10000 - 36f80000
[    0.000000] ACPI: RSDP 00000000000f6170 00014 (v00 PTLTD )
[    0.000000] ACPI: RSDT 000000003f6d32c4 00040 (v01 LENOVO TC-2J    00000049  LTP 00000000)
[    0.000000] ACPI: FACP 000000003f6dce2b 00074 (v01 LENOVO TC-2J    00000049 PTL  00000001)
[    0.000000] ACPI: DSDT 000000003f6d62e4 06B47 (v01 LENOVO TC-2J    00000049 MSFT 0100000E)
[    0.000000] ACPI: FACS 000000003f6dffc0 00040
[    0.000000] ACPI: TCPA 000000003f6dce9f 00032 (v02 LENOVO TC-2J    00000049 PTL  00000000)
[    0.000000] ACPI: ASF! 000000003f6dced1 00063 (v16   CETP    2JETP 00000049 PTL  00000001)
[    0.000000] ACPI: MCFG 000000003f6dcf34 0003C (v01 PTLTD    M2JG   00000049  LTP 00000000)
[    0.000000] ACPI: APIC 000000003f6dcf70 00068 (v01 PTLTD  ? A2JC   00000049  LTP 00000000)
[    0.000000] ACPI: BOOT 000000003f6dcfd8 00028 (v01 PTLTD  $SB2JBL$ 00000049  LTP 00000001)
[    0.000000] ACPI: SSDT 000000003f6d3304 01405 (v01  PmRef    CpuPm 00003000 INTL 20050228)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000003f6d0000
[    0.000000] NUMA: Using 63 for the hash shift.
[    0.000000] Initmem setup node 0 0000000000000000-000000003f6d0000
[    0.000000]   NODE_DATA [000000003f6c8000 - 000000003f6ccfff]
[    0.000000]  [ffffea0000000000-ffffea0000dfffff] PMD -> [ffff88003de00000-ffff88003ebfffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x0003f6d0
[    0.000000] On node 0 totalpages: 259677
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3920 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3496 pages used for memmap
[    0.000000]   DMA32 zone: 252200 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high 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] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 24 pages/cpu @ffff88003f400000 s68928 r8192 d21184 u1048576
[    0.000000] pcpu-alloc: s68928 r8192 d21184 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 256120
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-3-amd64 root=UUID=39ed3cfc-0e4b-4694-8956-8987ef4e112b ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 993428k/1039168k available (3474k kernel code, 460k absent, 45280k reserved, 8415k data, 568k init)
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000] RCU-based detection of stalled CPUs is disabled.
[    0.000000] Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:33024 nr_irqs:4776 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 3388.806 MHz processor.
[    0.002004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6777.12 BogoMIPS (lpj=3388806)
[    0.002010] pid_max: default: 32768 minimum: 501
[    0.003081] Security Framework initialized
[    0.003088] SELinux:  Disabled at boot.
[    0.003311] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.004029] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.004332] Mount-cache hash table entries: 256
[    0.004534] Initializing cgroup subsys ns
[    0.004539] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.004543] Initializing cgroup subsys memory
[    0.004562] Initializing cgroup subsys devices
[    0.004566] Initializing cgroup subsys freezer
[    0.004569] Initializing cgroup subsys net_cls
[    0.004573] Initializing cgroup subsys blkio
[    0.004648] CPU: Physical Processor ID: 0
[    0.004651] CPU: Processor Core ID: 0
[    0.004654] mce: CPU supports 4 MCE banks
[    0.004666] CPU0: Thermal monitoring handled by SMI
[    0.004671] using mwait in idle threads.
[    0.006169] ACPI: Core revision 20110316
[    0.012262] Setting APIC routing to flat
[    0.013278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.024090] CPU0: Intel(R) Pentium(R) D CPU 3.40GHz stepping 05
[    0.024998] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[    0.024998] ... version:                0
[    0.024998] ... bit width:              40
[    0.024998] ... generic registers:      18
[    0.024998] ... value mask:             000000ffffffffff
[    0.024998] ... max period:             0000007fffffffff
[    0.024998] ... fixed-purpose events:   0
[    0.024998] ... event mask:             000000000003ffff
[    0.028108] NMI watchdog enabled, takes one hw-pmu counter.
[    0.036028] Booting Node   0, Processors  #1
[    0.036034] smpboot cpu 1: start_ip = 98000
[    0.036021] CPU1: Thermal monitoring handled by SMI
[    0.108019] NMI watchdog enabled, takes one hw-pmu counter.
[    0.108073] Brought up 2 CPUs
[    0.108077] Total of 2 processors activated (13554.35 BogoMIPS).
[    0.109134] devtmpfs: initialized
[    0.112467] PM: Registering ACPI NVS region at 3f6dd000 (12288 bytes)
[    0.112700] print_constraints: dummy:
[    0.112830] NET: Registered protocol family 16
[    0.113010] ACPI: bus type pci registered
[    0.113105] PCI: MMCONFIG for domain 0000 [bus 00-09] at [mem 0xe0000000-0xe09fffff] (base 0xe0000000)
[    0.113109] PCI: MMCONFIG at [mem 0xe0000000-0xe09fffff] reserved in E820
[    0.113190] PCI: Using configuration type 1 for base access
[    0.115114] bio: create slab <bio-0> at 0
[    0.116944] ACPI: EC: Look up EC in DSDT
[    0.121737] ACPI: SSDT 000000003f6d4709 0021F (v01  PmRef  Cpu0Ist 00003000 INTL 20050228)
[    0.122184] ACPI: Dynamic OEM Table Load:
[    0.122189] ACPI: SSDT            (nil) 0021F (v01  PmRef  Cpu0Ist 00003000 INTL 20050228)
[    0.122964] ACPI: SSDT 000000003f6d4928 001B0 (v01  PmRef  Cpu1Ist 00003000 INTL 20050228)
[    0.123402] ACPI: Dynamic OEM Table Load:
[    0.123407] ACPI: SSDT            (nil) 001B0 (v01  PmRef  Cpu1Ist 00003000 INTL 20050228)
[    0.123732] ACPI: Interpreter enabled
[    0.123736] ACPI: (supports S0 S3 S4 S5)
[    0.123766] ACPI: Using IOAPIC for interrupt routing
[    0.133049] ACPI: No dock devices found.
[    0.133053] HEST: Table not found.
[    0.133057] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.134331] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110316/nspredef-352)
[    0.134343] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.134345] _OSC request data:1 8 1f
[    0.134352] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.136624] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.136628] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.136632] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    0.136635] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.136639] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.136642] pci_root PNP0A03:00: host bridge window [mem 0x000dc000-0x000dffff]
[    0.136646] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xdfffffff]
[    0.136650] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed4ffff]
[    0.136653] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xfdff]
[    0.136674] pci 0000:00:00.0: [8086:2990] type 0 class 0x000600
[    0.136734] pci 0000:00:02.0: [8086:2992] type 0 class 0x000300
[    0.136750] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd00fffff]
[    0.136765] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.136772] pci 0000:00:02.0: reg 20: [io  0x30e0-0x30e7]
[    0.136838] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
[    0.136886] pci 0000:00:1a.0: reg 20: [io  0x3000-0x301f]
[    0.136937] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
[    0.136959] pci 0000:00:1a.7: reg 10: [mem 0xd0404000-0xd04043ff]
[    0.137046] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.137052] pci 0000:00:1a.7: PME# disabled
[    0.137081] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
[    0.137101] pci 0000:00:1b.0: reg 10: [mem 0xd0200000-0xd0203fff 64bit]
[    0.137167] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.137172] pci 0000:00:1b.0: PME# disabled
[    0.137198] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
[    0.137263] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.137268] pci 0000:00:1c.0: PME# disabled
[    0.137299] pci 0000:00:1c.4: [8086:2847] type 1 class 0x000604
[    0.137364] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.137369] pci 0000:00:1c.4: PME# disabled
[    0.137397] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
[    0.137443] pci 0000:00:1d.0: reg 20: [io  0x3020-0x303f]
[    0.137481] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
[    0.137527] pci 0000:00:1d.1: reg 20: [io  0x3040-0x305f]
[    0.137564] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
[    0.137610] pci 0000:00:1d.2: reg 20: [io  0x3060-0x307f]
[    0.137658] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
[    0.137681] pci 0000:00:1d.7: reg 10: [mem 0xd0404400-0xd04047ff]
[    0.137760] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.137766] pci 0000:00:1d.7: PME# disabled
[    0.137789] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.137858] pci 0000:00:1f.0: [8086:2810] type 0 class 0x000601
[    0.137947] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.137953] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.137959] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
[    0.138012] pci 0000:00:1f.2: [8086:2820] type 0 class 0x000101
[    0.138029] pci 0000:00:1f.2: reg 10: [io  0x30f8-0x30ff]
[    0.138039] pci 0000:00:1f.2: reg 14: [io  0x30ec-0x30ef]
[    0.138048] pci 0000:00:1f.2: reg 18: [io  0x30f0-0x30f7]
[    0.138058] pci 0000:00:1f.2: reg 1c: [io  0x30e8-0x30eb]
[    0.138067] pci 0000:00:1f.2: reg 20: [io  0x30b0-0x30bf]
[    0.138077] pci 0000:00:1f.2: reg 24: [io  0x30a0-0x30af]
[    0.138104] pci 0000:00:1f.2: PME# supported from D3hot
[    0.138109] pci 0000:00:1f.2: PME# disabled
[    0.138126] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
[    0.138140] pci 0000:00:1f.3: reg 10: [mem 0xd0404800-0xd04048ff]
[    0.138172] pci 0000:00:1f.3: reg 20: [io  0x3080-0x309f]
[    0.138211] pci 0000:00:1f.5: [8086:2825] type 0 class 0x000101
[    0.138228] pci 0000:00:1f.5: reg 10: [io  0x3410-0x3417]
[    0.138238] pci 0000:00:1f.5: reg 14: [io  0x3404-0x3407]
[    0.138248] pci 0000:00:1f.5: reg 18: [io  0x3408-0x340f]
[    0.138258] pci 0000:00:1f.5: reg 1c: [io  0x3400-0x3403]
[    0.138267] pci 0000:00:1f.5: reg 20: [io  0x30d0-0x30df]
[    0.138277] pci 0000:00:1f.5: reg 24: [io  0x30c0-0x30cf]
[    0.138303] pci 0000:00:1f.5: PME# supported from D3hot
[    0.138308] pci 0000:00:1f.5: PME# disabled
[    0.138363] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.138369] pci 0000:00:1c.0:   bridge window [io  0x0000-0x0000] (disabled)
[    0.138374] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.138381] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.138457] pci 0000:03:00.0: [14e4:169b] type 0 class 0x000200
[    0.138484] pci 0000:03:00.0: reg 10: [mem 0xd0100000-0xd010ffff 64bit]
[    0.138594] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.138600] pci 0000:03:00.0: PME# disabled
[    0.140013] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    0.140020] pci 0000:00:1c.4:   bridge window [io  0xf000-0x0000] (disabled)
[    0.140027] pci 0000:00:1c.4:   bridge window [mem 0xd0100000-0xd01fffff]
[    0.140037] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.140120] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode)
[    0.140125] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.140130] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.140137] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.140141] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.140145] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.140148] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.140152] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.140156] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.140159] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.140163] pci 0000:00:1e.0:   bridge window [mem 0x40000000-0xdfffffff] (subtractive decode)
[    0.140167] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed4ffff] (subtractive decode)
[    0.140171] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xfdff] (subtractive decode)
[    0.140191] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.140613] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.140719] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
[    0.140852] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.141226] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110316/nspredef-352)
[    0.141237] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.141240] _OSC request data:1 1f 1f
[    0.141248]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.141360] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110316/nspredef-352)
[    0.141371] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.141373] _OSC request data:1 0 1d
[    0.141378] Unable to assume _OSC PCIe control. Disabling ASPM
[    0.152633] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[    0.152739] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12)
[    0.152840] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12)
[    0.152941] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.153060] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.153168] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.153276] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.153384] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.153555] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.153574] vgaarb: loaded
[    0.153641] PCI: Using ACPI for IRQ routing
[    0.153645] PCI: pci_cache_line_size set to 64 bytes
[    0.153739] reserve RAM buffer: 000000000009dc00 - 000000000009ffff
[    0.153744] reserve RAM buffer: 000000003f6d0000 - 000000003fffffff
[    0.156512] pnp: PnP ACPI init
[    0.156537] ACPI: bus type pnp registered
[    0.157686] pnp 00:00: [bus 00-ff]
[    0.157691] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.157694] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.157698] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.157701] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.157704] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.157708] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.157711] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.157714] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.157718] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.157721] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.157724] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.157727] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.157731] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.157734] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.157737] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.157740] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.157744] pnp 00:00: [mem 0x40000000-0xdfffffff window]
[    0.157749] pnp 00:00: [mem 0xfed40000-0xfed4ffff window]
[    0.157752] pnp 00:00: [io  0x0d00-0xfdff window]
[    0.157828] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.158059] pnp 00:01: [io  0x0010-0x001f]
[    0.158063] pnp 00:01: [io  0x0024-0x0025]
[    0.158066] pnp 00:01: [io  0x0028-0x0029]
[    0.158069] pnp 00:01: [io  0x002c-0x002d]
[    0.158071] pnp 00:01: [io  0x002e-0x002f]
[    0.158074] pnp 00:01: [io  0x0030-0x0031]
[    0.158077] pnp 00:01: [io  0x0034-0x0035]
[    0.158080] pnp 00:01: [io  0x0038-0x0039]
[    0.158082] pnp 00:01: [io  0x003c-0x003d]
[    0.158085] pnp 00:01: [io  0x0060-0x0066]
[    0.158088] pnp 00:01: [io  0x0072-0x0077]
[    0.158090] pnp 00:01: [io  0x0080]
[    0.158093] pnp 00:01: [io  0x0090-0x009f]
[    0.158096] pnp 00:01: [io  0x00a4-0x00a5]
[    0.158099] pnp 00:01: [io  0x00a8-0x00a9]
[    0.158101] pnp 00:01: [io  0x00ac-0x00ad]
[    0.158104] pnp 00:01: [io  0x00b0-0x00b5]
[    0.158107] pnp 00:01: [io  0x00b8-0x00b9]
[    0.158110] pnp 00:01: [io  0x00bc-0x00bd]
[    0.158112] pnp 00:01: [io  0x00ed]
[    0.158115] pnp 00:01: [io  0x04d0-0x04d1]
[    0.158118] pnp 00:01: [io  0x0500-0x057f]
[    0.158121] pnp 00:01: [io  0x0800-0x080f]
[    0.158125] pnp 00:01: [io  0x1000-0x107f]
[    0.158127] pnp 00:01: [io  0x1180-0x11bf]
[    0.158130] pnp 00:01: [io  0xc800-0xc87f]
[    0.158133] pnp 00:01: [io  0xc880-0xc8ff]
[    0.158136] pnp 00:01: [io  0xfe00]
[    0.158150] pnp 00:01: [irq 1]
[    0.158159] pnp 00:01: [irq 12]
[    0.158162] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[    0.158165] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.158168] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[    0.158171] pnp 00:01: [mem 0xfed50000-0xfed8ffff]
[    0.158174] pnp 00:01: [mem 0xfef00000-0xfeffffff]
[    0.158296] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.158301] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.158305] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.158309] system 00:01: [io  0x1000-0x107f] has been reserved
[    0.158313] system 00:01: [io  0x1180-0x11bf] has been reserved
[    0.158317] system 00:01: [io  0xc800-0xc87f] has been reserved
[    0.158321] system 00:01: [io  0xc880-0xc8ff] has been reserved
[    0.158325] system 00:01: [io  0xfe00] has been reserved
[    0.158330] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.158334] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.158339] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.158343] system 00:01: [mem 0xfed50000-0xfed8ffff] has been reserved
[    0.158347] system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
[    0.158352] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.158371] pnp 00:02: [io  0x0000-0x000f]
[    0.158375] pnp 00:02: [io  0x0081-0x008f]
[    0.158377] pnp 00:02: [io  0x00c0-0x00df]
[    0.158380] pnp 00:02: [dma 4]
[    0.158430] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.158448] pnp 00:03: [io  0x00f0-0x00fe]
[    0.158455] pnp 00:03: [irq 13]
[    0.158505] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.158584] pnp 00:04: [io  0x0070-0x0071]
[    0.158592] pnp 00:04: [irq 8]
[    0.158645] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.158663] pnp 00:05: [io  0x0061]
[    0.158714] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.158968] pnp 00:06: [mem 0xff800000-0xffffffff]
[    0.159035] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
[    0.159341] pnp 00:07: [io  0x03f8-0x03ff]
[    0.159349] pnp 00:07: [irq 4]
[    0.159473] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.159957] pnp 00:08: [io  0x03f0-0x03f5]
[    0.159961] pnp 00:08: [io  0x03f7]
[    0.159968] pnp 00:08: [irq 6]
[    0.159971] pnp 00:08: [dma 2]
[    0.160068] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.160752] pnp 00:09: [io  0x0378-0x037f]
[    0.160756] pnp 00:09: [io  0x0778-0x077f]
[    0.160763] pnp 00:09: [irq 7]
[    0.160766] pnp 00:09: [dma 1]
[    0.160894] pnp 00:09: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.161543] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
[    0.161632] system 00:0a: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.161637] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.161705] pnp: PnP ACPI: found 11 devices
[    0.161707] ACPI: ACPI bus type pnp unregistered
[    0.169134] Switching to clocksource acpi_pm
[    0.169213] pci 0000:00:1c.4: BAR 15: assigned [mem 0x40000000-0x401fffff 64bit pref]
[    0.169220] pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x2fff]
[    0.169225] pci 0000:00:1c.0: BAR 14: assigned [mem 0x40200000-0x403fffff]
[    0.169231] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40400000-0x405fffff 64bit pref]
[    0.169237] pci 0000:00:1c.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.169241] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.169245] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.169251] pci 0000:00:1c.0:   bridge window [mem 0x40200000-0x403fffff]
[    0.169257] pci 0000:00:1c.0:   bridge window [mem 0x40400000-0x405fffff 64bit pref]
[    0.169264] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    0.169268] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
[    0.169274] pci 0000:00:1c.4:   bridge window [mem 0xd0100000-0xd01fffff]
[    0.169279] pci 0000:00:1c.4:   bridge window [mem 0x40000000-0x401fffff 64bit pref]
[    0.169287] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[    0.169289] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.169295] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.169299] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.169312] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[    0.169328] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.169335] pci 0000:00:1c.0: setting latency timer to 64
[    0.169344] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.169349] pci 0000:00:1c.4: setting latency timer to 64
[    0.169357] pci 0000:00:1e.0: setting latency timer to 64
[    0.169362] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.169365] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[    0.169368] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff]
[    0.169371] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.169374] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.169377] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
[    0.169380] pci_bus 0000:00: resource 10 [mem 0x40000000-0xdfffffff]
[    0.169383] pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed4ffff]
[    0.169386] pci_bus 0000:00: resource 12 [io  0x0d00-0xfdff]
[    0.169390] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.169393] pci_bus 0000:02: resource 1 [mem 0x40200000-0x403fffff]
[    0.169396] pci_bus 0000:02: resource 2 [mem 0x40400000-0x405fffff 64bit pref]
[    0.169399] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.169402] pci_bus 0000:03: resource 1 [mem 0xd0100000-0xd01fffff]
[    0.169405] pci_bus 0000:03: resource 2 [mem 0x40000000-0x401fffff 64bit pref]
[    0.169409] pci_bus 0000:0a: resource 4 [io  0x0000-0x0cf7]
[    0.169411] pci_bus 0000:0a: resource 5 [mem 0x000a0000-0x000bffff]
[    0.169414] pci_bus 0000:0a: resource 6 [mem 0x000d0000-0x000d3fff]
[    0.169417] pci_bus 0000:0a: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.169420] pci_bus 0000:0a: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.169423] pci_bus 0000:0a: resource 9 [mem 0x000dc000-0x000dffff]
[    0.169426] pci_bus 0000:0a: resource 10 [mem 0x40000000-0xdfffffff]
[    0.169429] pci_bus 0000:0a: resource 11 [mem 0xfed40000-0xfed4ffff]
[    0.169432] pci_bus 0000:0a: resource 12 [io  0x0d00-0xfdff]
[    0.169555] NET: Registered protocol family 2
[    0.169720] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.169834] Switched to NOHz mode on CPU #0
[    0.169844] Switched to NOHz mode on CPU #1
[    0.170483] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[    0.171597] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.172282] TCP: Hash tables configured (established 131072 bind 65536)
[    0.172285] TCP reno registered
[    0.172298] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.172315] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.172533] NET: Registered protocol family 1
[    0.172560] pci 0000:00:02.0: Boot video device
[    0.172696] PCI: CLS 32 bytes, default 64
[    0.172777] Unpacking initramfs...
[    0.660288] Freeing initrd memory: 16832k freed
[    0.670929] Simple Boot Flag at 0x44 set to 0x1
[    0.671504] audit: initializing netlink socket (disabled)
[    0.671529] type=2000 audit(1313888290.670:1): initialized
[    0.671538] kretprobe: lookup failed: __switch_to
[    0.671899] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.672487] VFS: Disk quotas dquot_6.5.2
[    0.672544] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.672643] msgmni has been set to 1973
[    0.673122] alg: No test for stdrng (krng)
[    0.673205] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.673212] io scheduler noop registered
[    0.673215] io scheduler deadline registered
[    0.673265] io scheduler cfq registered (default)
[    0.673414] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.673467] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.673549] pcieport 0000:00:1c.4: setting latency timer to 64
[    0.673594] pcieport 0000:00:1c.4: irq 41 for MSI/MSI-X
[    0.673820] ERST: Table is not found!
[    0.673925] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.694524] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.771723] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.787217] Linux agpgart interface v0.103
[    0.787329] agpgart-intel 0000:00:00.0: Intel 965Q Chipset
[    0.787441] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    0.788318] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.788461] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    0.788631] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.791505] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.791553] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.791691] mousedev: PS/2 mouse device common for all mice
[    0.791756] rtc_cmos 00:04: RTC can wake from S4
[    0.796152] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.796179] rtc0: alarms up to one month, y3k, 114 bytes nvram
[    0.796194] cpuidle: using governor ladder
[    0.796197] cpuidle: using governor menu
[    0.796578] TCP cubic registered
[    0.796698] NET: Registered protocol family 10
[    0.797545] Mobile IPv6
[    0.797550] NET: Registered protocol family 17
[    0.797557] Registering the dns_resolver key type
[    0.797715] PM: Hibernation image not present or could not be loaded.
[    0.797731] registered taskstats version 1
[    0.798230] rtc_cmos 00:04: setting system clock to 2011-08-21 00:58:11 UTC (1313888291)
[    0.798303] Initializing network drop monitor service
[    0.798879] Freeing unused kernel memory: 568k freed
[    0.799213] BFS CPU scheduler v0.406 by Con Kolivas.
[    0.909739] udevd[52]: starting version 172
[    0.945035] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input0
[    0.945044] ACPI: Power Button [PWRB]
[    0.945120] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.945125] ACPI: Power Button [PWRF]
[    1.070142] usbcore: registered new interface driver usbfs
[    1.070457] usbcore: registered new interface driver hub
[    1.070577] usbcore: registered new device driver usb
[    1.070731] tg3.c:v3.117 (January 25, 2011)
[    1.070748] tg3 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.070759] tg3 0000:03:00.0: setting latency timer to 64
[    1.078628] FDC 0 is a post-1991 82077
[    1.088721] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.088803] ehci_hcd 0000:00:1a.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.088829] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.088834] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.088869] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.089158] SCSI subsystem initialized
[    1.091050] ehci_hcd 0000:00:1a.7: debug port 1
[    1.096486] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    1.096516] ehci_hcd 0000:00:1a.7: irq 16, io mem 0xd0404000
[    1.098761] tg3 0000:03:00.0: eth0: Tigon3 [partno(BCM95751) rev b002] (PCI Express) MAC address 00:16:41:6c:56:19
[    1.098767] tg3 0000:03:00.0: eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[    1.098771] tg3 0000:03:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    1.098775] tg3 0000:03:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    1.106042] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.106096] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.106112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.106117] usb usb1: Product: EHCI Host Controller
[    1.106121] usb usb1: Manufacturer: Linux 2.6.39-3-amd64 ehci_hcd
[    1.106134] usb usb1: SerialNumber: 0000:00:1a.7
[    1.106894] hub 1-0:1.0: USB hub found
[    1.106904] hub 1-0:1.0: 2 ports detected
[    1.107060] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.107089] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.107094] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.107106] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.110507] ehci_hcd 0000:00:1d.7: debug port 1
[    1.113569] uhci_hcd: USB Universal Host Controller Interface driver
[    1.114406] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.114420] ehci_hcd 0000:00:1d.7: irq 16, io mem 0xd0404400
[    1.124034] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.124075] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.124081] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.124085] usb usb2: Product: EHCI Host Controller
[    1.124089] usb usb2: Manufacturer: Linux 2.6.39-3-amd64 ehci_hcd
[    1.124093] usb usb2: SerialNumber: 0000:00:1d.7
[    1.124368] hub 2-0:1.0: USB hub found
[    1.124377] hub 2-0:1.0: 6 ports detected
[    1.124496] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.124507] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.124511] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.124523] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.128057] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00003000
[    1.128123] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.128128] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.128132] usb usb3: Product: UHCI Host Controller
[    1.128136] usb usb3: Manufacturer: Linux 2.6.39-3-amd64 uhci_hcd
[    1.128140] usb usb3: SerialNumber: 0000:00:1a.0
[    1.128286] hub 3-0:1.0: USB hub found
[    1.128293] hub 3-0:1.0: 2 ports detected
[    1.128392] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.128400] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.128404] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.128419] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.131053] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00003020
[    1.131113] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.131118] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.131122] usb usb4: Product: UHCI Host Controller
[    1.131126] usb usb4: Manufacturer: Linux 2.6.39-3-amd64 uhci_hcd
[    1.131129] usb usb4: SerialNumber: 0000:00:1d.0
[    1.131274] hub 4-0:1.0: USB hub found
[    1.131280] hub 4-0:1.0: 2 ports detected
[    1.131381] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.131389] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.131393] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.131405] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[    1.136074] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00003040
[    1.136130] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.136134] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.136137] usb usb5: Product: UHCI Host Controller
[    1.136139] usb usb5: Manufacturer: Linux 2.6.39-3-amd64 uhci_hcd
[    1.136142] usb usb5: SerialNumber: 0000:00:1d.1
[    1.136324] hub 5-0:1.0: USB hub found
[    1.136332] hub 5-0:1.0: 2 ports detected
[    1.136461] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.136473] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.136477] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.136489] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[    1.140059] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003060
[    1.140107] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.140111] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.140114] usb usb6: Product: UHCI Host Controller
[    1.140117] usb usb6: Manufacturer: Linux 2.6.39-3-amd64 uhci_hcd
[    1.140120] usb usb6: SerialNumber: 0000:00:1d.2
[    1.140251] hub 6-0:1.0: USB hub found
[    1.140257] hub 6-0:1.0: 2 ports detected
[    1.149500] [drm] Initialized drm 1.1.0 20060810
[    1.150737] libata version 3.00 loaded.
[    1.164067] ata_piix 0000:00:1f.2: version 2.13
[    1.164089] ata_piix 0000:00:1f.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.164097] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.315065] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.315520] scsi0 : ata_piix
[    1.315674] scsi1 : ata_piix
[    1.316662] ata1: SATA max UDMA/133 cmd 0x30f8 ctl 0x30ec bmdma 0x30b0 irq 17
[    1.316670] ata2: SATA max UDMA/133 cmd 0x30f0 ctl 0x30e8 bmdma 0x30b8 irq 17
[    1.316708] ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.316715] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.408031] usb 1-2: new high speed USB device number 2 using ehci_hcd
[    1.467041] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.467361] scsi2 : ata_piix
[    1.467448] scsi3 : ata_piix
[    1.468254] ata3: SATA max UDMA/133 cmd 0x3410 ctl 0x3404 bmdma 0x30d0 irq 18
[    1.468261] ata4: SATA max UDMA/133 cmd 0x3408 ctl 0x3400 bmdma 0x30d8 irq 18
[    1.468327] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.468333] i915 0000:00:02.0: setting latency timer to 64
[    1.503578] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    1.503586] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.503589] [drm] Driver supports precise vblank timestamp query.
[    1.512866] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.513188] [drm] initialized overlay support
[    1.525830] usb 1-2: New USB device found, idVendor=05e3, idProduct=0723
[    1.525837] usb 1-2: New USB device strings: Mfr=3, Product=4, SerialNumber=0
[    1.525841] usb 1-2: Product: USB Storage
[    1.525845] usb 1-2: Manufacturer: Generic
[    1.532487] usbcore: registered new interface driver uas
[    1.588500] fbcon: inteldrmfb (fb0) is primary device
[    1.629351] Console: switching to colour frame buffer device 160x64
[    1.633894] fb0: inteldrmfb frame buffer device
[    1.633897] drm: registered panic notifier
[    1.633963] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20110316/video-1148)
[    1.634084] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input2
[    1.634093] ACPI: Video Device [IGD0] (multi-head: yes  rom: no  post: no)
[    1.634341] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.672038] Refined TSC clocksource calibration: 3389.032 MHz.
[    1.672046] Switching to clocksource tsc
[    1.783802] ata3: SATA link down (SStatus 0 SControl 300)
[    1.794622] ata4: SATA link down (SStatus 0 SControl 300)
[    1.910019] usb 5-1: new low speed USB device number 2 using uhci_hcd
[    2.077076] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.077096] ata1.01: SATA link down (SStatus 4 SControl 300)
[    2.077281] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.077295] ata2.01: SATA link down (SStatus 4 SControl 300)
[    2.077306] ata2.01: link offline, clearing class 3 to NONE
[    2.081121] usb 5-1: New USB device found, idVendor=045e, idProduct=008a
[    2.081126] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.081128] usb 5-1: Product: Microsoft Wireless Optical Desktop® 1.00
[    2.081131] usb 5-1: Manufacturer: Microsoft
[    2.094816] ata1.00: ATA-7: WDC WD800JD-08MSA1, 10.01E01, max UDMA/133
[    2.094823] ata1.00: 156312576 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.096176] ata2.00: ATAPI: HL-DT-ST RW/DVD GCC-H10N, 1.03, max UDMA/100
[    2.098304] ata1.00: configured for UDMA/133
[    2.098477] scsi 0:0:0:0: Direct-Access     ATA      WDC WD800JD-08MS 10.0 PQ: 0 ANSI: 5
[    2.122153] ata2.00: configured for UDMA/100
[    2.123206] input: Microsoft Microsoft Wireless Optical Desktop® 1.00 as /devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.0/input/input3
[    2.123296] scsi 1:0:0:0: CD-ROM            HL-DT-ST RW/DVD GCC-H10N  1.03 PQ: 0 ANSI: 5
[    2.126240] generic-usb 0003:045E:008A.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft Wireless Optical Desktop® 1.00] on usb-0000:00:1d.1-1/input0
[    2.136327] Initializing USB Mass Storage driver...
[    2.136572] scsi4 : usb-storage 1-2:1.0
[    2.136718] usbcore: registered new interface driver usb-storage
[    2.136721] USB Mass Storage support registered.
[    2.143696] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    2.143703] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.144276] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.148029] sd 0:0:0:0: [sda] 156312576 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    2.148122] sd 0:0:0:0: [sda] Write Protect is off
[    2.148127] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.148159] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.152617] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.152814] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.163836]  sda: sda1 sda2
[    2.164219] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.231289] input: Microsoft Microsoft Wireless Optical Desktop® 1.00 as /devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.1/input/input4
[    2.231462] generic-usb 0003:045E:008A.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft Wireless Optical Desktop® 1.00] on usb-0000:00:1d.1-1/input1
[    2.231504] usbcore: registered new interface driver usbhid
[    2.231507] usbhid: USB HID core driver
[    2.450133] aufs: module is from the staging directory, the quality is unknown, you have been warned.
[    2.455874] aufs 2.1-standalone.tree-39-rcN-20110418
[    2.755629] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.137361] scsi 4:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9454 PQ: 0 ANSI: 0
[    3.138269] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    3.531220] sd 4:0:0:0: [sdb] 16015360 512-byte logical blocks: (8.19 GB/7.63 GiB)
[    3.532337] sd 4:0:0:0: [sdb] Write Protect is off
[    3.532343] sd 4:0:0:0: [sdb] Mode Sense: 03 00 00 00
[    3.532347] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    3.534961] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    3.536366]  sdb: sdb1
[    3.538597] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    3.538660] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[    4.098927] udevd[313]: starting version 172
[    4.387388] ACPI: acpi_idle registered with cpuidle
[    4.576887] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    4.595905] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[    4.595918] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    4.635072] parport_pc 00:09: reported by Plug and Play ACPI
[    4.635140] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[    4.938578] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.938679] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    4.938721] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    5.121438] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
[    6.751344] EXT4-fs (sda1): re-mounted. Opts: (null)
[    6.881468] device-mapper: uevent: version 1.0.3
[    6.881779] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[    8.332658] RPC: Registered udp transport module.
[    8.332662] RPC: Registered tcp transport module.
[    8.332665] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    8.394205] FS-Cache: Loaded
[    8.439311] FS-Cache: Netfs 'nfs' registered for caching
[    8.455554] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    8.726988] fuse init (API version 7.16)
[    9.767069] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[    9.773043] NFSD: starting 90-second grace period
[   11.033866] tg3 0000:03:00.0: irq 44 for MSI/MSI-X
[   11.055780] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.693513] tg3 0000:03:00.0: eth0: Link is up at 100 Mbps, full duplex
[   12.693518] tg3 0000:03:00.0: eth0: Flow control is on for TX and on for RX
[   12.693662] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   19.695476] watchdog (2488): /proc/2488/oom_adj is deprecated, please use /proc/2488/oom_score_adj instead.
[   23.122008] eth0: no IPv6 routers present
[   26.902516] grsec: denied attempt to auto-load fs module vfat by udisks
[   35.146327] grsec: denied attempt to auto-load fs module vfat by udisks
root@linuxcoin:/home/user#
drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
August 21, 2011, 01:23:15 AM
 #1304

Gpod stuff Wink Glad you got there in the end !! The desktop error was an unexpected bug Sad Open up a root term and type

Code:
chmod 777 /home/user/Desktop

The second is very strange ? Can you plug in some flash media and post output of

Code:
modprobe vfat
dmesg

Hopefully I compiled vfat support into the kernel :/
Code:
root@linuxcoin:/home/user# modprobe vfat
root@linuxcoin:/home/user# dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 2.6.39-3-amd64 (Debian 2.6.39-4) (ben@decadent.org.uk) (gcc version 4.4.6 (Debian 4.4.6-7) ) #1 SMP PREEMPT Mon Jul 25 11:33:19 UTC 2011
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-3-amd64 root=UUID=39ed3cfc-0e4b-4694-8956-8987ef4e112b ro quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
[    0.000000]  BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003f6d0000 (usable)
[    0.000000]  BIOS-e820: 000000003f6d0000 - 000000003f6dd000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003f6dd000 - 000000003f6e0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003f6e0000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI present.
[    0.000000] DMI: LENOVO 88088NU/LENOVO, BIOS 2JKT49AUS 12/12/2008
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x3f6d0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-E3FFF uncachable
[    0.000000]   E4000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 03F700000 mask FFFF00000 uncachable
[    0.000000]   2 base 03F800000 mask FFF800000 uncachable
[    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 [ffff8800000f62c0] f62c0
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-000000003f6d0000
[    0.000000]  0000000000 - 003f600000 page 2M
[    0.000000]  003f600000 - 003f6d0000 page 4k
[    0.000000] kernel direct mapping tables up to 3f6d0000 @ 3f6cd000-3f6d0000
[    0.000000] RAMDISK: 35f10000 - 36f80000
[    0.000000] ACPI: RSDP 00000000000f6170 00014 (v00 PTLTD )
[    0.000000] ACPI: RSDT 000000003f6d32c4 00040 (v01 LENOVO TC-2J    00000049  LTP 00000000)
[    0.000000] ACPI: FACP 000000003f6dce2b 00074 (v01 LENOVO TC-2J    00000049 PTL  00000001)
[    0.000000] ACPI: DSDT 000000003f6d62e4 06B47 (v01 LENOVO TC-2J    00000049 MSFT 0100000E)
[    0.000000] ACPI: FACS 000000003f6dffc0 00040
[    0.000000] ACPI: TCPA 000000003f6dce9f 00032 (v02 LENOVO TC-2J    00000049 PTL  00000000)
[    0.000000] ACPI: ASF! 000000003f6dced1 00063 (v16   CETP    2JETP 00000049 PTL  00000001)
[    0.000000] ACPI: MCFG 000000003f6dcf34 0003C (v01 PTLTD    M2JG   00000049  LTP 00000000)
[    0.000000] ACPI: APIC 000000003f6dcf70 00068 (v01 PTLTD  ? A2JC   00000049  LTP 00000000)
[    0.000000] ACPI: BOOT 000000003f6dcfd8 00028 (v01 PTLTD  $SB2JBL$ 00000049  LTP 00000001)
[    0.000000] ACPI: SSDT 000000003f6d3304 01405 (v01  PmRef    CpuPm 00003000 INTL 20050228)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000003f6d0000
[    0.000000] NUMA: Using 63 for the hash shift.
[    0.000000] Initmem setup node 0 0000000000000000-000000003f6d0000
[    0.000000]   NODE_DATA [000000003f6c8000 - 000000003f6ccfff]
[    0.000000]  [ffffea0000000000-ffffea0000dfffff] PMD -> [ffff88003de00000-ffff88003ebfffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x0003f6d0
[    0.000000] On node 0 totalpages: 259677
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3920 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3496 pages used for memmap
[    0.000000]   DMA32 zone: 252200 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high 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] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 24 pages/cpu @ffff88003f400000 s68928 r8192 d21184 u1048576
[    0.000000] pcpu-alloc: s68928 r8192 d21184 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 256120
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-3-amd64 root=UUID=39ed3cfc-0e4b-4694-8956-8987ef4e112b ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 993428k/1039168k available (3474k kernel code, 460k absent, 45280k reserved, 8415k data, 568k init)
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000] RCU-based detection of stalled CPUs is disabled.
[    0.000000] Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:33024 nr_irqs:4776 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 3388.806 MHz processor.
[    0.002004] Calibrating delay loop (skipped), value calculated using timer frequency.. 6777.12 BogoMIPS (lpj=3388806)
[    0.002010] pid_max: default: 32768 minimum: 501
[    0.003081] Security Framework initialized
[    0.003088] SELinux:  Disabled at boot.
[    0.003311] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.004029] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.004332] Mount-cache hash table entries: 256
[    0.004534] Initializing cgroup subsys ns
[    0.004539] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.004543] Initializing cgroup subsys memory
[    0.004562] Initializing cgroup subsys devices
[    0.004566] Initializing cgroup subsys freezer
[    0.004569] Initializing cgroup subsys net_cls
[    0.004573] Initializing cgroup subsys blkio
[    0.004648] CPU: Physical Processor ID: 0
[    0.004651] CPU: Processor Core ID: 0
[    0.004654] mce: CPU supports 4 MCE banks
[    0.004666] CPU0: Thermal monitoring handled by SMI
[    0.004671] using mwait in idle threads.
[    0.006169] ACPI: Core revision 20110316
[    0.012262] Setting APIC routing to flat
[    0.013278] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.024090] CPU0: Intel(R) Pentium(R) D CPU 3.40GHz stepping 05
[    0.024998] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[    0.024998] ... version:                0
[    0.024998] ... bit width:              40
[    0.024998] ... generic registers:      18
[    0.024998] ... value mask:             000000ffffffffff
[    0.024998] ... max period:             0000007fffffffff
[    0.024998] ... fixed-purpose events:   0
[    0.024998] ... event mask:             000000000003ffff
[    0.028108] NMI watchdog enabled, takes one hw-pmu counter.
[    0.036028] Booting Node   0, Processors  #1
[    0.036034] smpboot cpu 1: start_ip = 98000
[    0.036021] CPU1: Thermal monitoring handled by SMI
[    0.108019] NMI watchdog enabled, takes one hw-pmu counter.
[    0.108073] Brought up 2 CPUs
[    0.108077] Total of 2 processors activated (13554.35 BogoMIPS).
[    0.109134] devtmpfs: initialized
[    0.112467] PM: Registering ACPI NVS region at 3f6dd000 (12288 bytes)
[    0.112700] print_constraints: dummy:
[    0.112830] NET: Registered protocol family 16
[    0.113010] ACPI: bus type pci registered
[    0.113105] PCI: MMCONFIG for domain 0000 [bus 00-09] at [mem 0xe0000000-0xe09fffff] (base 0xe0000000)
[    0.113109] PCI: MMCONFIG at [mem 0xe0000000-0xe09fffff] reserved in E820
[    0.113190] PCI: Using configuration type 1 for base access
[    0.115114] bio: create slab <bio-0> at 0
[    0.116944] ACPI: EC: Look up EC in DSDT
[    0.121737] ACPI: SSDT 000000003f6d4709 0021F (v01  PmRef  Cpu0Ist 00003000 INTL 20050228)
[    0.122184] ACPI: Dynamic OEM Table Load:
[    0.122189] ACPI: SSDT            (nil) 0021F (v01  PmRef  Cpu0Ist 00003000 INTL 20050228)
[    0.122964] ACPI: SSDT 000000003f6d4928 001B0 (v01  PmRef  Cpu1Ist 00003000 INTL 20050228)
[    0.123402] ACPI: Dynamic OEM Table Load:
[    0.123407] ACPI: SSDT            (nil) 001B0 (v01  PmRef  Cpu1Ist 00003000 INTL 20050228)
[    0.123732] ACPI: Interpreter enabled
[    0.123736] ACPI: (supports S0 S3 S4 S5)
[    0.123766] ACPI: Using IOAPIC for interrupt routing
[    0.133049] ACPI: No dock devices found.
[    0.133053] HEST: Table not found.
[    0.133057] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.134331] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110316/nspredef-352)
[    0.134343] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.134345] _OSC request data:1 8 1f
[    0.134352] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.136624] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
[    0.136628] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.136632] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    0.136635] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.136639] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.136642] pci_root PNP0A03:00: host bridge window [mem 0x000dc000-0x000dffff]
[    0.136646] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xdfffffff]
[    0.136650] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed4ffff]
[    0.136653] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xfdff]
[    0.136674] pci 0000:00:00.0: [8086:2990] type 0 class 0x000600
[    0.136734] pci 0000:00:02.0: [8086:2992] type 0 class 0x000300
[    0.136750] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd00fffff]
[    0.136765] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.136772] pci 0000:00:02.0: reg 20: [io  0x30e0-0x30e7]
[    0.136838] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
[    0.136886] pci 0000:00:1a.0: reg 20: [io  0x3000-0x301f]
[    0.136937] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
[    0.136959] pci 0000:00:1a.7: reg 10: [mem 0xd0404000-0xd04043ff]
[    0.137046] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.137052] pci 0000:00:1a.7: PME# disabled
[    0.137081] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
[    0.137101] pci 0000:00:1b.0: reg 10: [mem 0xd0200000-0xd0203fff 64bit]
[    0.137167] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.137172] pci 0000:00:1b.0: PME# disabled
[    0.137198] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
[    0.137263] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.137268] pci 0000:00:1c.0: PME# disabled
[    0.137299] pci 0000:00:1c.4: [8086:2847] type 1 class 0x000604
[    0.137364] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.137369] pci 0000:00:1c.4: PME# disabled
[    0.137397] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
[    0.137443] pci 0000:00:1d.0: reg 20: [io  0x3020-0x303f]
[    0.137481] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
[    0.137527] pci 0000:00:1d.1: reg 20: [io  0x3040-0x305f]
[    0.137564] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
[    0.137610] pci 0000:00:1d.2: reg 20: [io  0x3060-0x307f]
[    0.137658] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
[    0.137681] pci 0000:00:1d.7: reg 10: [mem 0xd0404400-0xd04047ff]
[    0.137760] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.137766] pci 0000:00:1d.7: PME# disabled
[    0.137789] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.137858] pci 0000:00:1f.0: [8086:2810] type 0 class 0x000601
[    0.137947] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.137953] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.137959] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
[    0.138012] pci 0000:00:1f.2: [8086:2820] type 0 class 0x000101
[    0.138029] pci 0000:00:1f.2: reg 10: [io  0x30f8-0x30ff]
[    0.138039] pci 0000:00:1f.2: reg 14: [io  0x30ec-0x30ef]
[    0.138048] pci 0000:00:1f.2: reg 18: [io  0x30f0-0x30f7]
[    0.138058] pci 0000:00:1f.2: reg 1c: [io  0x30e8-0x30eb]
[    0.138067] pci 0000:00:1f.2: reg 20: [io  0x30b0-0x30bf]
[    0.138077] pci 0000:00:1f.2: reg 24: [io  0x30a0-0x30af]
[    0.138104] pci 0000:00:1f.2: PME# supported from D3hot
[    0.138109] pci 0000:00:1f.2: PME# disabled
[    0.138126] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
[    0.138140] pci 0000:00:1f.3: reg 10: [mem 0xd0404800-0xd04048ff]
[    0.138172] pci 0000:00:1f.3: reg 20: [io  0x3080-0x309f]
[    0.138211] pci 0000:00:1f.5: [8086:2825] type 0 class 0x000101
[    0.138228] pci 0000:00:1f.5: reg 10: [io  0x3410-0x3417]
[    0.138238] pci 0000:00:1f.5: reg 14: [io  0x3404-0x3407]
[    0.138248] pci 0000:00:1f.5: reg 18: [io  0x3408-0x340f]
[    0.138258] pci 0000:00:1f.5: reg 1c: [io  0x3400-0x3403]
[    0.138267] pci 0000:00:1f.5: reg 20: [io  0x30d0-0x30df]
[    0.138277] pci 0000:00:1f.5: reg 24: [io  0x30c0-0x30cf]
[    0.138303] pci 0000:00:1f.5: PME# supported from D3hot
[    0.138308] pci 0000:00:1f.5: PME# disabled
[    0.138363] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.138369] pci 0000:00:1c.0:   bridge window [io  0x0000-0x0000] (disabled)
[    0.138374] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.138381] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.138457] pci 0000:03:00.0: [14e4:169b] type 0 class 0x000200
[    0.138484] pci 0000:03:00.0: reg 10: [mem 0xd0100000-0xd010ffff 64bit]
[    0.138594] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.138600] pci 0000:03:00.0: PME# disabled
[    0.140013] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    0.140020] pci 0000:00:1c.4:   bridge window [io  0xf000-0x0000] (disabled)
[    0.140027] pci 0000:00:1c.4:   bridge window [mem 0xd0100000-0xd01fffff]
[    0.140037] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.140120] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode)
[    0.140125] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.140130] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.140137] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.140141] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.140145] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.140148] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.140152] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.140156] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.140159] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.140163] pci 0000:00:1e.0:   bridge window [mem 0x40000000-0xdfffffff] (subtractive decode)
[    0.140167] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed4ffff] (subtractive decode)
[    0.140171] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xfdff] (subtractive decode)
[    0.140191] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.140613] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.140719] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP5._PRT]
[    0.140852] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.141226] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110316/nspredef-352)
[    0.141237] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.141240] _OSC request data:1 1f 1f
[    0.141248]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.141360] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20110316/nspredef-352)
[    0.141371] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.141373] _OSC request data:1 0 1d
[    0.141378] Unable to assume _OSC PCIe control. Disabling ASPM
[    0.152633] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[    0.152739] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12)
[    0.152840] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12)
[    0.152941] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.153060] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.153168] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.153276] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.153384] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.153555] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.153574] vgaarb: loaded
[    0.153641] PCI: Using ACPI for IRQ routing
[    0.153645] PCI: pci_cache_line_size set to 64 bytes
[    0.153739] reserve RAM buffer: 000000000009dc00 - 000000000009ffff
[    0.153744] reserve RAM buffer: 000000003f6d0000 - 000000003fffffff
[    0.156512] pnp: PnP ACPI init
[    0.156537] ACPI: bus type pnp registered
[    0.157686] pnp 00:00: [bus 00-ff]
[    0.157691] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.157694] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.157698] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.157701] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.157704] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.157708] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.157711] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.157714] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.157718] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.157721] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.157724] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.157727] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.157731] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.157734] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.157737] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.157740] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.157744] pnp 00:00: [mem 0x40000000-0xdfffffff window]
[    0.157749] pnp 00:00: [mem 0xfed40000-0xfed4ffff window]
[    0.157752] pnp 00:00: [io  0x0d00-0xfdff window]
[    0.157828] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.158059] pnp 00:01: [io  0x0010-0x001f]
[    0.158063] pnp 00:01: [io  0x0024-0x0025]
[    0.158066] pnp 00:01: [io  0x0028-0x0029]
[    0.158069] pnp 00:01: [io  0x002c-0x002d]
[    0.158071] pnp 00:01: [io  0x002e-0x002f]
[    0.158074] pnp 00:01: [io  0x0030-0x0031]
[    0.158077] pnp 00:01: [io  0x0034-0x0035]
[    0.158080] pnp 00:01: [io  0x0038-0x0039]
[    0.158082] pnp 00:01: [io  0x003c-0x003d]
[    0.158085] pnp 00:01: [io  0x0060-0x0066]
[    0.158088] pnp 00:01: [io  0x0072-0x0077]
[    0.158090] pnp 00:01: [io  0x0080]
[    0.158093] pnp 00:01: [io  0x0090-0x009f]
[    0.158096] pnp 00:01: [io  0x00a4-0x00a5]
[    0.158099] pnp 00:01: [io  0x00a8-0x00a9]
[    0.158101] pnp 00:01: [io  0x00ac-0x00ad]
[    0.158104] pnp 00:01: [io  0x00b0-0x00b5]
[    0.158107] pnp 00:01: [io  0x00b8-0x00b9]
[    0.158110] pnp 00:01: [io  0x00bc-0x00bd]
[    0.158112] pnp 00:01: [io  0x00ed]
[    0.158115] pnp 00:01: [io  0x04d0-0x04d1]
[    0.158118] pnp 00:01: [io  0x0500-0x057f]
[    0.158121] pnp 00:01: [io  0x0800-0x080f]
[    0.158125] pnp 00:01: [io  0x1000-0x107f]
[    0.158127] pnp 00:01: [io  0x1180-0x11bf]
[    0.158130] pnp 00:01: [io  0xc800-0xc87f]
[    0.158133] pnp 00:01: [io  0xc880-0xc8ff]
[    0.158136] pnp 00:01: [io  0xfe00]
[    0.158150] pnp 00:01: [irq 1]
[    0.158159] pnp 00:01: [irq 12]
[    0.158162] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[    0.158165] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.158168] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[    0.158171] pnp 00:01: [mem 0xfed50000-0xfed8ffff]
[    0.158174] pnp 00:01: [mem 0xfef00000-0xfeffffff]
[    0.158296] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.158301] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.158305] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.158309] system 00:01: [io  0x1000-0x107f] has been reserved
[    0.158313] system 00:01: [io  0x1180-0x11bf] has been reserved
[    0.158317] system 00:01: [io  0xc800-0xc87f] has been reserved
[    0.158321] system 00:01: [io  0xc880-0xc8ff] has been reserved
[    0.158325] system 00:01: [io  0xfe00] has been reserved
[    0.158330] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.158334] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.158339] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.158343] system 00:01: [mem 0xfed50000-0xfed8ffff] has been reserved
[    0.158347] system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
[    0.158352] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.158371] pnp 00:02: [io  0x0000-0x000f]
[    0.158375] pnp 00:02: [io  0x0081-0x008f]
[    0.158377] pnp 00:02: [io  0x00c0-0x00df]
[    0.158380] pnp 00:02: [dma 4]
[    0.158430] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.158448] pnp 00:03: [io  0x00f0-0x00fe]
[    0.158455] pnp 00:03: [irq 13]
[    0.158505] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.158584] pnp 00:04: [io  0x0070-0x0071]
[    0.158592] pnp 00:04: [irq 8]
[    0.158645] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.158663] pnp 00:05: [io  0x0061]
[    0.158714] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.158968] pnp 00:06: [mem 0xff800000-0xffffffff]
[    0.159035] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
[    0.159341] pnp 00:07: [io  0x03f8-0x03ff]
[    0.159349] pnp 00:07: [irq 4]
[    0.159473] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.159957] pnp 00:08: [io  0x03f0-0x03f5]
[    0.159961] pnp 00:08: [io  0x03f7]
[    0.159968] pnp 00:08: [irq 6]
[    0.159971] pnp 00:08: [dma 2]
[    0.160068] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.160752] pnp 00:09: [io  0x0378-0x037f]
[    0.160756] pnp 00:09: [io  0x0778-0x077f]
[    0.160763] pnp 00:09: [irq 7]
[    0.160766] pnp 00:09: [dma 1]
[    0.160894] pnp 00:09: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.161543] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
[    0.161632] system 00:0a: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.161637] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.161705] pnp: PnP ACPI: found 11 devices
[    0.161707] ACPI: ACPI bus type pnp unregistered
[    0.169134] Switching to clocksource acpi_pm
[    0.169213] pci 0000:00:1c.4: BAR 15: assigned [mem 0x40000000-0x401fffff 64bit pref]
[    0.169220] pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x2fff]
[    0.169225] pci 0000:00:1c.0: BAR 14: assigned [mem 0x40200000-0x403fffff]
[    0.169231] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40400000-0x405fffff 64bit pref]
[    0.169237] pci 0000:00:1c.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.169241] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.169245] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.169251] pci 0000:00:1c.0:   bridge window [mem 0x40200000-0x403fffff]
[    0.169257] pci 0000:00:1c.0:   bridge window [mem 0x40400000-0x405fffff 64bit pref]
[    0.169264] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    0.169268] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
[    0.169274] pci 0000:00:1c.4:   bridge window [mem 0xd0100000-0xd01fffff]
[    0.169279] pci 0000:00:1c.4:   bridge window [mem 0x40000000-0x401fffff 64bit pref]
[    0.169287] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[    0.169289] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.169295] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.169299] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.169312] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[    0.169328] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.169335] pci 0000:00:1c.0: setting latency timer to 64
[    0.169344] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.169349] pci 0000:00:1c.4: setting latency timer to 64
[    0.169357] pci 0000:00:1e.0: setting latency timer to 64
[    0.169362] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.169365] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[    0.169368] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff]
[    0.169371] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.169374] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.169377] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
[    0.169380] pci_bus 0000:00: resource 10 [mem 0x40000000-0xdfffffff]
[    0.169383] pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed4ffff]
[    0.169386] pci_bus 0000:00: resource 12 [io  0x0d00-0xfdff]
[    0.169390] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.169393] pci_bus 0000:02: resource 1 [mem 0x40200000-0x403fffff]
[    0.169396] pci_bus 0000:02: resource 2 [mem 0x40400000-0x405fffff 64bit pref]
[    0.169399] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.169402] pci_bus 0000:03: resource 1 [mem 0xd0100000-0xd01fffff]
[    0.169405] pci_bus 0000:03: resource 2 [mem 0x40000000-0x401fffff 64bit pref]
[    0.169409] pci_bus 0000:0a: resource 4 [io  0x0000-0x0cf7]
[    0.169411] pci_bus 0000:0a: resource 5 [mem 0x000a0000-0x000bffff]
[    0.169414] pci_bus 0000:0a: resource 6 [mem 0x000d0000-0x000d3fff]
[    0.169417] pci_bus 0000:0a: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.169420] pci_bus 0000:0a: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.169423] pci_bus 0000:0a: resource 9 [mem 0x000dc000-0x000dffff]
[    0.169426] pci_bus 0000:0a: resource 10 [mem 0x40000000-0xdfffffff]
[    0.169429] pci_bus 0000:0a: resource 11 [mem 0xfed40000-0xfed4ffff]
[    0.169432] pci_bus 0000:0a: resource 12 [io  0x0d00-0xfdff]
[    0.169555] NET: Registered protocol family 2
[    0.169720] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.169834] Switched to NOHz mode on CPU #0
[    0.169844] Switched to NOHz mode on CPU #1
[    0.170483] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[    0.171597] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.172282] TCP: Hash tables configured (established 131072 bind 65536)
[    0.172285] TCP reno registered
[    0.172298] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.172315] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.172533] NET: Registered protocol family 1
[    0.172560] pci 0000:00:02.0: Boot video device
[    0.172696] PCI: CLS 32 bytes, default 64
[    0.172777] Unpacking initramfs...
[    0.660288] Freeing initrd memory: 16832k freed
[    0.670929] Simple Boot Flag at 0x44 set to 0x1
[    0.671504] audit: initializing netlink socket (disabled)
[    0.671529] type=2000 audit(1313888290.670:1): initialized
[    0.671538] kretprobe: lookup failed: __switch_to
[    0.671899] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.672487] VFS: Disk quotas dquot_6.5.2
[    0.672544] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.672643] msgmni has been set to 1973
[    0.673122] alg: No test for stdrng (krng)
[    0.673205] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.673212] io scheduler noop registered
[    0.673215] io scheduler deadline registered
[    0.673265] io scheduler cfq registered (default)
[    0.673414] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.673467] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.673549] pcieport 0000:00:1c.4: setting latency timer to 64
[    0.673594] pcieport 0000:00:1c.4: irq 41 for MSI/MSI-X
[    0.673820] ERST: Table is not found!
[    0.673925] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.694524] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.771723] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.787217] Linux agpgart interface v0.103
[    0.787329] agpgart-intel 0000:00:00.0: Intel 965Q Chipset
[    0.787441] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    0.788318] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.788461] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    0.788631] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.791505] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.791553] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.791691] mousedev: PS/2 mouse device common for all mice
[    0.791756] rtc_cmos 00:04: RTC can wake from S4
[    0.796152] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.796179] rtc0: alarms up to one month, y3k, 114 bytes nvram
[    0.796194] cpuidle: using governor ladder
[    0.796197] cpuidle: using governor menu
[    0.796578] TCP cubic registered
[    0.796698] NET: Registered protocol family 10
[    0.797545] Mobile IPv6
[    0.797550] NET: Registered protocol family 17
[    0.797557] Registering the dns_resolver key type
[    0.797715] PM: Hibernation image not present or could not be loaded.
[    0.797731] registered taskstats version 1
[    0.798230] rtc_cmos 00:04: setting system clock to 2011-08-21 00:58:11 UTC (1313888291)
[    0.798303] Initializing network drop monitor service
[    0.798879] Freeing unused kernel memory: 568k freed
[    0.799213] BFS CPU scheduler v0.406 by Con Kolivas.
[    0.909739] udevd[52]: starting version 172
[    0.945035] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A03:00/PNP0C0C:00/input/input0
[    0.945044] ACPI: Power Button [PWRB]
[    0.945120] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.945125] ACPI: Power Button [PWRF]
[    1.070142] usbcore: registered new interface driver usbfs
[    1.070457] usbcore: registered new interface driver hub
[    1.070577] usbcore: registered new device driver usb
[    1.070731] tg3.c:v3.117 (January 25, 2011)
[    1.070748] tg3 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.070759] tg3 0000:03:00.0: setting latency timer to 64
[    1.078628] FDC 0 is a post-1991 82077
[    1.088721] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.088803] ehci_hcd 0000:00:1a.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.088829] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.088834] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.088869] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.089158] SCSI subsystem initialized
[    1.091050] ehci_hcd 0000:00:1a.7: debug port 1
[    1.096486] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    1.096516] ehci_hcd 0000:00:1a.7: irq 16, io mem 0xd0404000
[    1.098761] tg3 0000:03:00.0: eth0: Tigon3 [partno(BCM95751) rev b002] (PCI Express) MAC address 00:16:41:6c:56:19
[    1.098767] tg3 0000:03:00.0: eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[    1.098771] tg3 0000:03:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    1.098775] tg3 0000:03:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    1.106042] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.106096] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.106112] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.106117] usb usb1: Product: EHCI Host Controller
[    1.106121] usb usb1: Manufacturer: Linux 2.6.39-3-amd64 ehci_hcd
[    1.106134] usb usb1: SerialNumber: 0000:00:1a.7
[    1.106894] hub 1-0:1.0: USB hub found
[    1.106904] hub 1-0:1.0: 2 ports detected
[    1.107060] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.107089] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.107094] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.107106] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.110507] ehci_hcd 0000:00:1d.7: debug port 1
[    1.113569] uhci_hcd: USB Universal Host Controller Interface driver
[    1.114406] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.114420] ehci_hcd 0000:00:1d.7: irq 16, io mem 0xd0404400
[    1.124034] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.124075] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.124081] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.124085] usb usb2: Product: EHCI Host Controller
[    1.124089] usb usb2: Manufacturer: Linux 2.6.39-3-amd64 ehci_hcd
[    1.124093] usb usb2: SerialNumber: 0000:00:1d.7
[    1.124368] hub 2-0:1.0: USB hub found
[    1.124377] hub 2-0:1.0: 6 ports detected
[    1.124496] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.124507] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.124511] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.124523] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.128057] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00003000
[    1.128123] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.128128] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.128132] usb usb3: Product: UHCI Host Controller
[    1.128136] usb usb3: Manufacturer: Linux 2.6.39-3-amd64 uhci_hcd
[    1.128140] usb usb3: SerialNumber: 0000:00:1a.0
[    1.128286] hub 3-0:1.0: USB hub found
[    1.128293] hub 3-0:1.0: 2 ports detected
[    1.128392] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.128400] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.128404] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.128419] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.131053] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00003020
[    1.131113] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.131118] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.131122] usb usb4: Product: UHCI Host Controller
[    1.131126] usb usb4: Manufacturer: Linux 2.6.39-3-amd64 uhci_hcd
[    1.131129] usb usb4: SerialNumber: 0000:00:1d.0
[    1.131274] hub 4-0:1.0: USB hub found
[    1.131280] hub 4-0:1.0: 2 ports detected
[    1.131381] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.131389] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.131393] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.131405] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[    1.136074] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00003040
[    1.136130] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.136134] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.136137] usb usb5: Product: UHCI Host Controller
[    1.136139] usb usb5: Manufacturer: Linux 2.6.39-3-amd64 uhci_hcd
[    1.136142] usb usb5: SerialNumber: 0000:00:1d.1
[    1.136324] hub 5-0:1.0: USB hub found
[    1.136332] hub 5-0:1.0: 2 ports detected
[    1.136461] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.136473] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.136477] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.136489] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[    1.140059] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003060
[    1.140107] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.140111] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.140114] usb usb6: Product: UHCI Host Controller
[    1.140117] usb usb6: Manufacturer: Linux 2.6.39-3-amd64 uhci_hcd
[    1.140120] usb usb6: SerialNumber: 0000:00:1d.2
[    1.140251] hub 6-0:1.0: USB hub found
[    1.140257] hub 6-0:1.0: 2 ports detected
[    1.149500] [drm] Initialized drm 1.1.0 20060810
[    1.150737] libata version 3.00 loaded.
[    1.164067] ata_piix 0000:00:1f.2: version 2.13
[    1.164089] ata_piix 0000:00:1f.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.164097] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.315065] ata_piix 0000:00:1f.2: setting latency timer to 64
[    1.315520] scsi0 : ata_piix
[    1.315674] scsi1 : ata_piix
[    1.316662] ata1: SATA max UDMA/133 cmd 0x30f8 ctl 0x30ec bmdma 0x30b0 irq 17
[    1.316670] ata2: SATA max UDMA/133 cmd 0x30f0 ctl 0x30e8 bmdma 0x30b8 irq 17
[    1.316708] ata_piix 0000:00:1f.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.316715] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    1.408031] usb 1-2: new high speed USB device number 2 using ehci_hcd
[    1.467041] ata_piix 0000:00:1f.5: setting latency timer to 64
[    1.467361] scsi2 : ata_piix
[    1.467448] scsi3 : ata_piix
[    1.468254] ata3: SATA max UDMA/133 cmd 0x3410 ctl 0x3404 bmdma 0x30d0 irq 18
[    1.468261] ata4: SATA max UDMA/133 cmd 0x3408 ctl 0x3400 bmdma 0x30d8 irq 18
[    1.468327] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.468333] i915 0000:00:02.0: setting latency timer to 64
[    1.503578] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    1.503586] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.503589] [drm] Driver supports precise vblank timestamp query.
[    1.512866] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.513188] [drm] initialized overlay support
[    1.525830] usb 1-2: New USB device found, idVendor=05e3, idProduct=0723
[    1.525837] usb 1-2: New USB device strings: Mfr=3, Product=4, SerialNumber=0
[    1.525841] usb 1-2: Product: USB Storage
[    1.525845] usb 1-2: Manufacturer: Generic
[    1.532487] usbcore: registered new interface driver uas
[    1.588500] fbcon: inteldrmfb (fb0) is primary device
[    1.629351] Console: switching to colour frame buffer device 160x64
[    1.633894] fb0: inteldrmfb frame buffer device
[    1.633897] drm: registered panic notifier
[    1.633963] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20110316/video-1148)
[    1.634084] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input2
[    1.634093] ACPI: Video Device [IGD0] (multi-head: yes  rom: no  post: no)
[    1.634341] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.672038] Refined TSC clocksource calibration: 3389.032 MHz.
[    1.672046] Switching to clocksource tsc
[    1.783802] ata3: SATA link down (SStatus 0 SControl 300)
[    1.794622] ata4: SATA link down (SStatus 0 SControl 300)
[    1.910019] usb 5-1: new low speed USB device number 2 using uhci_hcd
[    2.077076] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.077096] ata1.01: SATA link down (SStatus 4 SControl 300)
[    2.077281] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.077295] ata2.01: SATA link down (SStatus 4 SControl 300)
[    2.077306] ata2.01: link offline, clearing class 3 to NONE
[    2.081121] usb 5-1: New USB device found, idVendor=045e, idProduct=008a
[    2.081126] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.081128] usb 5-1: Product: Microsoft Wireless Optical Desktop® 1.00
[    2.081131] usb 5-1: Manufacturer: Microsoft
[    2.094816] ata1.00: ATA-7: WDC WD800JD-08MSA1, 10.01E01, max UDMA/133
[    2.094823] ata1.00: 156312576 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.096176] ata2.00: ATAPI: HL-DT-ST RW/DVD GCC-H10N, 1.03, max UDMA/100
[    2.098304] ata1.00: configured for UDMA/133
[    2.098477] scsi 0:0:0:0: Direct-Access     ATA      WDC WD800JD-08MS 10.0 PQ: 0 ANSI: 5
[    2.122153] ata2.00: configured for UDMA/100
[    2.123206] input: Microsoft Microsoft Wireless Optical Desktop® 1.00 as /devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.0/input/input3
[    2.123296] scsi 1:0:0:0: CD-ROM            HL-DT-ST RW/DVD GCC-H10N  1.03 PQ: 0 ANSI: 5
[    2.126240] generic-usb 0003:045E:008A.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft Wireless Optical Desktop® 1.00] on usb-0000:00:1d.1-1/input0
[    2.136327] Initializing USB Mass Storage driver...
[    2.136572] scsi4 : usb-storage 1-2:1.0
[    2.136718] usbcore: registered new interface driver usb-storage
[    2.136721] USB Mass Storage support registered.
[    2.143696] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    2.143703] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.144276] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.148029] sd 0:0:0:0: [sda] 156312576 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    2.148122] sd 0:0:0:0: [sda] Write Protect is off
[    2.148127] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.148159] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.152617] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.152814] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.163836]  sda: sda1 sda2
[    2.164219] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.231289] input: Microsoft Microsoft Wireless Optical Desktop® 1.00 as /devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.1/input/input4
[    2.231462] generic-usb 0003:045E:008A.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft Wireless Optical Desktop® 1.00] on usb-0000:00:1d.1-1/input1
[    2.231504] usbcore: registered new interface driver usbhid
[    2.231507] usbhid: USB HID core driver
[    2.450133] aufs: module is from the staging directory, the quality is unknown, you have been warned.
[    2.455874] aufs 2.1-standalone.tree-39-rcN-20110418
[    2.755629] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.137361] scsi 4:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9454 PQ: 0 ANSI: 0
[    3.138269] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    3.531220] sd 4:0:0:0: [sdb] 16015360 512-byte logical blocks: (8.19 GB/7.63 GiB)
[    3.532337] sd 4:0:0:0: [sdb] Write Protect is off
[    3.532343] sd 4:0:0:0: [sdb] Mode Sense: 03 00 00 00
[    3.532347] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    3.534961] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    3.536366]  sdb: sdb1
[    3.538597] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    3.538660] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[    4.098927] udevd[313]: starting version 172
[    4.387388] ACPI: acpi_idle registered with cpuidle
[    4.576887] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    4.595905] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[    4.595918] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    4.635072] parport_pc 00:09: reported by Plug and Play ACPI
[    4.635140] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[    4.938578] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.938679] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    4.938721] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    5.121438] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
[    6.751344] EXT4-fs (sda1): re-mounted. Opts: (null)
[    6.881468] device-mapper: uevent: version 1.0.3
[    6.881779] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
[    8.332658] RPC: Registered udp transport module.
[    8.332662] RPC: Registered tcp transport module.
[    8.332665] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    8.394205] FS-Cache: Loaded
[    8.439311] FS-Cache: Netfs 'nfs' registered for caching
[    8.455554] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    8.726988] fuse init (API version 7.16)
[    9.767069] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[    9.773043] NFSD: starting 90-second grace period
[   11.033866] tg3 0000:03:00.0: irq 44 for MSI/MSI-X
[   11.055780] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.693513] tg3 0000:03:00.0: eth0: Link is up at 100 Mbps, full duplex
[   12.693518] tg3 0000:03:00.0: eth0: Flow control is on for TX and on for RX
[   12.693662] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   19.695476] watchdog (2488): /proc/2488/oom_adj is deprecated, please use /proc/2488/oom_score_adj instead.
[   23.122008] eth0: no IPv6 routers present
[   26.902516] grsec: denied attempt to auto-load fs module vfat by udisks
[   35.146327] grsec: denied attempt to auto-load fs module vfat by udisks
root@linuxcoin:/home/user#


Quote
grsec: denied attempt to auto-load fs module vfat by udisks

Hmmm ok looks like grsec is blocking udisks. Can you try

Code:
paxctl -C /usr/bin/udisks
paxctl -cer /usr/bin/udisks
pekv2
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
August 21, 2011, 01:28:23 AM
 #1305

oh noes, I seen this before on debian.

Code:
Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
August 21, 2011, 01:30:38 AM
 #1306

oh noes, I seen this before on debian.

Code:
Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Yup just means it cannot read the partition type from the media. It's because grsec has denied access to udisks. You could load the module manually...

Code:
modprobe vfat

Then try and mount.
pekv2
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
August 21, 2011, 01:33:27 AM
 #1307

Same thing.

Code:
Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
Clarithium
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile WWW
August 21, 2011, 03:45:14 AM
 #1308

I'm having a problem with my Linuxcoin. I have 3 x 6970's all running, and when I use GUI miner only one card works, and it doesn't tell my my mhash/s it just says "Starting..."

Its clearly mining because my deepbit.net is recognizing the mhash and it says im getting shares. I DID update successfully with the hotfix, and I have persistent storage.  Also, when I use the "start_mining" script in LXTerminal, and I type my info in, nothing pops up, the new terminal screen that would usually pop up and tell me my mhash just instantly closes.

I did NOT have this problem with the same configuration with a previous version of LinuxCoin.  

Also, I did enable the AMD APP kit.

Help?  Huh


//EDIT: Flags im using are -v -w128

I make websites for bitcoins! Will help you host!Click Here
Bitcoin Mining Rigs
1CrNUxx8E9ds1jQ1dexp9FFjhcuUqupdmN
mameise
Hero Member
*****
Offline Offline

Activity: 561
Merit: 500


View Profile
August 21, 2011, 07:43:55 PM
 #1309

Hmm i have problems with linuxcoin. When i start bitcoin and end it after some time, it does not seem to shutdown bitcoin correct. when i want to reopen bitcoin client it gives an error:

Cannot obtain a lock on data directory /home/user/.bitcoin. Bitcoin is probably already running.

A restart fixes it, but when i close and want to reopen i always get this error.

so how can i kill bitcoin ? or restart or something without restarting the hole system?

thanks Smiley
sharky112065
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250



View Profile
August 22, 2011, 02:54:55 AM
Last edit: August 22, 2011, 02:31:06 PM by sharky112065
 #1310

How do I make changes to /etc/network/interfaces and /etc/resolv.conf permanent on a persistant Linuxcoin 0.2 final? When I reboot the changes revert back to default.

/etc/hostname did modify and retain my change.

EDIT: Figured it out using /etc/rc.local

Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
STP
Jr. Member
*
Offline Offline

Activity: 47
Merit: 12


View Profile
August 22, 2011, 04:54:17 AM
 #1311

Running a 3X5850 rig and I am finding this "getatinumber.py" script is pegging my CPU on some type of schedule. I think it monitors sensors on the fans or something. Any reason why this keeps pegging my CPU? It really drops my hashing rate every time it runs. I figured I would ask before I went tinkering  Wink
STP
Jr. Member
*
Offline Offline

Activity: 47
Merit: 12


View Profile
August 22, 2011, 05:53:49 AM
 #1312

So I found that script and for now have renamed it. No more high CPU usage Smiley.
sharky112065
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250



View Profile
August 22, 2011, 02:33:30 PM
Last edit: August 23, 2011, 10:57:58 AM by sharky112065
 #1313

I'm kinda out of date on Linux.

How do I update cgminer to the latest version? I noticed it is not in /opt/miners but it is in /usr/bin and runs when I type cgminer. 1.5.3 is installed, and I want 1.5.8

Also,

How do I update Phoenix to the latest version with phatk 2.2?

Does the final have 11.6, 11.7, or 11.8? I'm hoping for 11.6 as I have seen by posts that 11.7 and 11.8 have high CPU usage on Linux.

Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
Rino
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
August 22, 2011, 03:37:15 PM
Last edit: August 23, 2011, 03:57:45 PM by Rino
 #1314

Came back to try linuxcoin again after few weeks. Still as broken and i guess 'final' means no more support ?
vnc works only after opening remote desktop window. persistence works but vnc only starts working after i open that window. which makes it pointless.
wiki instructions on ssh x11 forwarding are out of date / broken / whatever:
sudo xauth merge /home/user/.Xauthority  - Xauthority does not exist, on second try it was empty.
it cant install deb's too.
and then i did apt-get update. lol. thats ... long. and it couldn't finish it.
another problem: unetbootin cant download it, tried 3 times, server is too slow or something ? anyway it cant finish download.

edit: I have found likely problem i had, flash drive had second partition with probably old linuxcoin on it, that was probably the reason for all the bugs i had.
pekv2
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
August 22, 2011, 04:35:32 PM
 #1315

Distro is created, patched, and posts being answered by one guy. The guy has a lot on his plate.

Give it time, he'll probably respond.

Also, earlier back, I am guessing he was having internet technical difficulties.

https://bitcointalk.org/index.php?PHPSESSID=bf228ddf088bf4685ee64fd95708d75c&topic=7374.msg467732#msg467732
deti
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile WWW
August 22, 2011, 07:07:22 PM
 #1316

My LinuxCoin final version with all updates and stored at my HDD is running rally well!!! Everything is working properly: phoenix miner, overclocking, ssh access, automatic reboot if miner is idle, ...

Thank you very much for this easy working Linux installation!!!

gnar1ta$
Donator
Hero Member
*
Offline Offline

Activity: 798
Merit: 500


View Profile
August 23, 2011, 03:52:10 AM
Last edit: August 23, 2011, 04:23:25 AM by gnar1ta$
 #1317

Has anyone been able to get atitweak working on final over ssh? It locks up unless I follow this:

Code:
sudo su
chmod uog+rw /dev/ati/card*
xauth merge /home/user/.Xauthority
export DISPLAY=:0

But then I get this:
Code:
0. AMD Radeon HD 6900 Series  (:0.0)
ADL_Overdrive5_ODParameters_Get failed.

I think the same issue is causing problems with cgminer, but I'm still working on that.

EDIT:  Well I'm going backwards - ati od commands and atitweak do not work as well as cgminer and smartcoin.  I'm sure it's all due to the same issue, but I have no idea what it is and have spent way too much time trying to figure it out.

Losing hundreds of Bitcoins with the best scammers in the business - BFL, Avalon, KNC, HashFast.
deti
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile WWW
August 23, 2011, 07:51:41 AM
 #1318

Has anyone been able to get atitweak working on final over ssh? It locks up unless I follow this:

Code:
sudo su
chmod uog+rw /dev/ati/card*
xauth merge /home/user/.Xauthority
export DISPLAY=:0

I got it working. I logged in over ssh as "root" (you must have set a root password before you can log in) then I did:

Code:
ssh -X user@<yourip>
password: live
sudo su
chmod uog+rw /dev/ati/card*
xauth merge /home/user/.Xauthority
export DISPLAY=:0
aticonfig --odgc --adapter=all

From then on it workes for me as "root" and also as "user"

drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
August 23, 2011, 01:50:12 PM
 #1319

Sorry guys but I'm going to be AWOL for a while Sad My ex really done a number on me a few months ago and since then I've been struggling. Now I'm at a point I'm so skint I can't even afford internet !! So going to have to put linuxcoin on ice for the foreseeable future. I am sorry guys Sad Lets hope the bitcoin price rockets so I can sell what little I have and start turning pennies into pounds Cheesy

On a side note if anyone is looking for a freelance computer technician with lots of experience in bitcoin / linux hit me up. I would really appreciate the work Wink
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
August 23, 2011, 10:12:37 PM
 #1320

Donation sent! Thanks for your hard work

Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 76 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!