recovery-1.0 release

71 views
Skip to first unread message

Travis Hansen

unread,
Jun 23, 2011, 11:52:27 PM6/23/11
to atv-bootloader
All

You'll be happy to know we've released a new recovery image.

http://code.google.com/p/atv-bootloader/downloads/list

A couple of things to note...

1. It does include support for pretty much every filesystem out there
now.
2. It does include boot.efi so no need to go hunting that down.
3. It is twice the size of 0.6...so if you're looking for a speed
demon it might not be for you (I haven't done any bootup time tests so
it might not be bad either)
4. grub2 support is in there
5. It does not include ssh. We tried but hit bugs :(
6. Everything else is updated...parted, gdisk (added), rsync, proper
dns resolving, wireless support, etc

Enjoy!

dkeefe

unread,
Jun 24, 2011, 8:57:21 AM6/24/11
to atv-bootloader
Yeah! I'll give it a shot this weekend.

what is gdisk and why would we need it?

Thanks again for your work!

Travis Hansen

unread,
Jun 24, 2011, 10:50:06 AM6/24/11
to atv-bootloader
gdisk is the gpt counterpart to the msdos fdisk. Basically it's a
another tool that can be used to create gpt partition tables/
partitions instead of parted which may be more difficult for
beginners.

dkeefe

unread,
Jun 24, 2011, 12:35:37 PM6/24/11
to atv-bootloader
got it.

does it create a proper partition table? I always get a warning on
boot about the end of the disk /= to some value, blah blah blah. it
bugs me but since it works I haven't really looked into it.

thanks again!

Travis Hansen

unread,
Jun 24, 2011, 12:53:49 PM6/24/11
to atv-bootloader
I'm guessing that's because you 'installed' a pre-created .img file to
your harddisk. I believe simply running parted /dev/sdX will detect
and clean that up for you...not sure though.

dkeefe

unread,
Jun 24, 2011, 3:19:05 PM6/24/11
to atv-bootloader
I've installed linux a bunch of different ways (including running live
images from vfat partitions), and I see that message every time.
parted and gptsync won't fix it.

It works fine, so it isn't a big deal. it is just annoying...

Bharath Ramesh

unread,
Jun 25, 2011, 3:17:13 PM6/25/11
to atv-bootloader

On Jun 23, 11:52 pm, Travis Hansen <travisghan...@gmail.com> wrote:
Awesome, I will give this a try today. Which version of the firmware
is the boot.efi from, is it from the latest 3.0.2.
Were there issues with dropbear or openssh?

--
Bharath

Travis Hansen

unread,
Jun 25, 2011, 7:10:40 PM6/25/11
to atv-bootloader
I'm actually not sure which version the boot.efi is from.

The problems with ssh actually had nothing to do with ssh :( We ran
into some bug with the atv-bootloader code (we still haven't
discovered what the real problem is) where essentially if the initrd
file used to create the mach_kernel image was too big the mach_kernel
simply wouldn't boot. Unfortunately, adding dropbear or sshd actually
exposed this problem so we just moved forward for the time being...

Bharath Ramesh

unread,
Jun 26, 2011, 12:27:28 AM6/26/11
to atv-bootloader
On Jun 25, 7:10 pm, Travis Hansen <travisghan...@gmail.com> wrote:
> I'm actually not sure which version the boot.efi is from.
>
> The problems with ssh actually had nothing to do with ssh :(  We ran
> into some bug with the atv-bootloader code (we still haven't
> discovered what the real problem is) where essentially if the initrd
> file used to create the mach_kernel image was too big the mach_kernel
> simply wouldn't boot.  Unfortunately, adding dropbear or sshd actually
> exposed this problem so we just moved forward for the time being...

I just checked the md5sum it seems that the boot.efi hasnt changed in
a while.
The 3.0.2 boot.efi comes with the same md5sum as well. I am not a
novice linux
user, but I believe I cant help in this case. I am C programmer, I
would definitely
love to help to contribute to this project. I am not sure how I could.

--
Bharath

Scott D. Davilla

unread,
Jun 26, 2011, 1:08:03 AM6/26/11
to atv-boo...@googlegroups.com
>On Jun 25, 7:10 pm, Travis Hansen <travisghan...@gmail.com> wrote:
>> I'm actually not sure which version the boot.efi is from.
>>
>
>I just checked the md5sum it seems that the boot.efi hasnt changed in
>a while.
>The 3.0.2 boot.efi comes with the same md5sum as well.

boot.efi has never changed from the 1st one shipped in the 1st appletv1.

dkeefe

unread,
Jun 29, 2011, 8:15:33 AM6/29/11
to atv-bootloader
I played with rev 1.0 last night and I found a few issues.

1. when the atv first boots, the first line of text says atv
bootloader 0.8. I think you need to bump this to 1.0.
2. nano doesn't work if you telnet into the atv bootloader. I get
"error opening terminal: linux" when trying to run it.
3. my gyration keyboard doesn't work in the bootloader. It works fine
after linux boots and I don't think it needs a driver, so I can't
figure this one out.
4. I get a lot of rx ethernet errors in linux. I thought Scott fixed
this years ago. something with interrupts?

Thanks again for your contribution!

Travis Hansen

unread,
Jul 22, 2011, 2:21:03 PM7/22/11
to atv-bootloader
Finally had a chance to look into this...

On Jun 29, 6:15 am, dkeefe <dke...@eoimaging.com> wrote:
> I played with rev 1.0 last night and I found a few issues.
>
> 1. when the atv first boots, the first line of text says atv
> bootloader 0.8. I think you need to bump this to 1.0.

The bootloader code is actually what *creates* the images, not the
images themselves. We have a few more bugs to clean out of that :)

> 2. nano doesn't work if you telnet into the atv bootloader. I get

For some reason, ubuntu (or the install I was using) doesn't have a /
usr/share/terminfo/l/linux file.

export TERM=xterm-basic

seems to fix it for example, or symlinking linux-basic to just linux
in the proper dir.

> "error opening terminal: linux" when trying to run it.
> 3. my gyration keyboard doesn't work in the bootloader. It works fine
> after linux boots and I don't think it needs a driver, so I can't
> figure this one out.

Did this work with the older recovery image?

> 4. I get a lot of rx ethernet errors in linux. I thought Scott fixed
> this years ago. something with interrupts?

In this an issue while booted to recovery or after you've kexec'd into
the distro of choice?
I personally don't see any of these while booted to recovery...

dkeefe

unread,
Jul 22, 2011, 2:45:24 PM7/22/11
to atv-bootloader
See my answers below.

Thanks again for your help.
> > 2. nano doesn't work if you telnet into the atv bootloader. I get
>
> For some reason, ubuntu (or the install I was using) doesn't have a /
> usr/share/terminfo/l/linux file.
>
> export TERM=xterm-basic
>
> seems to fix it for example, or symlinking linux-basic to just linux
> in the proper dir.
>
> > "error opening terminal: linux" when trying to run it.

Is this something you can fix in a later release of the bootloader?

> > 3. my gyration keyboard doesn't work in the bootloader. It works fine
> > after linux boots and I don't think it needs a driver, so I can't
> > figure this one out.
>
> Did this work with the older recovery image?

I'm 99% sure it did. I know I used it with rev .6 of the bootloader.
not sure about .7.

> > 4. I get a lot of rx ethernet errors in linux. I thought Scott fixed
> > this years ago. something with interrupts?
>
> In this an issue while booted to recovery or after you've kexec'd into
> the distro of choice?
> I personally don't see any of these while booted to recovery...
>

sorry. I should have been clearer about this. I get these errors after
booting linux (ubuntu server 11.04 in my case). I thought it was an
interrupt problem scott fixed in the bootloader, but I've since
researched it and found it is a cpu sleep issue. I don't think this is
actually your problem.

Travis Hansen

unread,
Jul 22, 2011, 3:10:32 PM7/22/11
to atv-bootloader
I plan on fixing the nano issue yes.

The keyboard issue is likely something missing from the kernel. Can
you send me the dmesg output from a system booted where it's working?

dkeefe

unread,
Jul 22, 2011, 3:55:14 PM7/22/11
to atv-bootloader
sure. I'll post it later tonight.

thanks again!

dkeefe

unread,
Jul 22, 2011, 8:21:45 PM7/22/11
to atv-bootloader
bootloader dmesg:

Linux version 2.6.39 (root@thansen-MP061) (gcc version 4.5.2 (Ubuntu/
Linaro 4.5.2-8ubuntu4) ) #2 Sun Jun 5 22:45:22 MDT 2011
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000008f000 (usable)
BIOS-e820: 000000000008f000 - 0000000000090000 (ACPI NVS)
BIOS-e820: 0000000000090000 - 00000000000a0000 (usable)
BIOS-e820: 00000000000a0000 - 00000000000c0000 (reserved)
BIOS-e820: 0000000000100000 - 00000000025ae000 (usable)
BIOS-e820: 0000000002b07000 - 0000000002b58000 (reserved)
BIOS-e820: 0000000002b58000 - 000000000f171000 (usable)
BIOS-e820: 000000000f171000 - 000000000f372000 (ACPI NVS)
BIOS-e820: 000000000f372000 - 000000000febd000 (usable)
BIOS-e820: 000000000febd000 - 000000000febf000 (ACPI NVS)
BIOS-e820: 000000000febf000 - 000000000fec0000 (ACPI data)
BIOS-e820: 000000000fec0000 - 000000000feef000 (ACPI NVS)
BIOS-e820: 000000000feef000 - 000000000fef1000 (usable)
BIOS-e820: 000000000fef1000 - 000000000feff000 (ACPI data)
BIOS-e820: 000000000feff000 - 000000000ff00000 (usable)
BIOS-e820: 000000000ff00000 - 0000000010000000 (reserved)
BIOS-e820: 00000000f00f8000 - 00000000f00f9000 (reserved)
BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
BIOS-e820: 00000000fffa0000 - 00000000fffd0000 (reserved)
Notice: NX (Execute Disable) protection cannot be enabled: non-PAE
kernel!
DMI 2.4 present.
DMI: Apple Inc. AppleTV1,1/Mac-F4228DC8, BIOS ATV11.88Z.
00D9.B00.0703012002 03/01/07
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==>
(reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
last_pfn = 0xff00 max_arch_pfn = 0x100000
MTRR default type: uncachable
MTRR fixed ranges enabled:
00000-9FFFF write-back
A0000-BFFFF uncachable
C0000-CFFFF write-protect
D0000-DFFFF uncachable
E0000-FFFFF write-protect
MTRR variable ranges enabled:
0 base 0FFE00000 mask FFFE00000 write-protect
1 base 000000000 mask FF0000000 write-back
2 base 00FF00000 mask FFFF00000 uncachable
3 disabled
4 disabled
5 disabled
6 disabled
7 disabled
PAT not supported by CPU.
initial memory mapped : 0 - 01c00000
Base memory trampoline at [c009e000] 9e000 size 4096
init_memory_mapping: 0000000000000000-000000000ff00000
0000000000 - 0000400000 page 4k
0000400000 - 000fc00000 page 2M
000fc00000 - 000ff00000 page 4k
kernel direct mapping tables up to ff00000 @ 199e000-19a3000
RAMDISK: 019a3000 - 02000000
ACPI: RSDP 000f8000 00024 (v02 APPLE )
ACPI: XSDT 0fefd1c0 00064 (v01 APPLE Apple00 000000D9 01000013)
ACPI: FACP 0fefb000 000F4 (v03 APPLE Apple00 000000D9 Loki 0000005F)
ACPI: DSDT 0fef4000 02BE5 (v01 APPLE AppleTV 00010001 INTL 20050309)
ACPI: FACS 0fec0000 00040
ACPI: HPET 0fefa000 00038 (v01 APPLE Apple00 00000001 Loki 0000005F)
ACPI: APIC 0fef9000 00068 (v01 APPLE Apple00 00000001 Loki 0000005F)
ACPI: MCFG 0fef8000 0003C (v01 APPLE Apple00 00000001 Loki 0000005F)
ACPI: ASF! 0fef7000 000A0 (v32 APPLE Apple00 00000001 Loki 0000005F)
ACPI: SSDT 0fef2000 001A6 (v01 APPLE Cpu0Ist 00003000 INTL 20050309)
ACPI: SSDT 0fef3000 00158 (v01 APPLE Cpu0Cst 00003001 INTL 20050309)
ACPI: SSDT 0fef1000 004DC (v01 APPLE CpuPm 00003000 INTL 20050309)
ACPI: Local APIC address 0xfee00000
0MB HIGHMEM available.
255MB LOWMEM available.
mapped low ram: 0 - 0ff00000
low ram: 0 - 0ff00000
Zone PFN ranges:
DMA 0x00000010 -> 0x00001000
Normal 0x00001000 -> 0x0000ff00
HighMem empty
Movable zone start PFN for each node
early_node_map[7] active PFN ranges
0: 0x00000010 -> 0x0000008f
0: 0x00000090 -> 0x000000a0
0: 0x00000100 -> 0x000025ae
0: 0x00002b58 -> 0x0000f171
0: 0x0000f372 -> 0x0000febd
0: 0x0000feef -> 0x0000fef1
0: 0x0000feff -> 0x0000ff00
On node 0 totalpages: 63140
free_area_init_node: node 0, pgdat c18b9180, node_mem_map cfcbd200
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 3951 pages, LIFO batch:0
Normal zone: 478 pages used for memmap
Normal zone: 58679 pages, LIFO batch:15
Using APIC driver default
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] disabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
nr_irqs_gsi: 40
Allocating PCI resources starting at 10000000 (gap: 10000000:e00f8000)
pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
pcpu-alloc: [0] 0
Built 1 zonelists in Zone order, mobility grouping on. Total pages:
62630
Kernel command line: atv-boot=manual
PID hash table entries: 1024 (order: 0, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Initializing CPU#0
Initializing HighMem for node 0 (00000000:00000000)
Memory: 234012k/261120k available (6460k kernel code, 18548k reserved,
2486k data, 372k init, 0k highmem)
virtual kernel memory layout:
fixmap : 0xfffa3000 - 0xfffff000 ( 368 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xd0700000 - 0xff7fe000 ( 752 MB)
lowmem : 0xc0000000 - 0xcff00000 ( 255 MB)
.init : 0xc18bd000 - 0xc191a000 ( 372 kB)
.data : 0xc164f3dd - 0xc18bcf80 (2486 kB)
.text : 0xc1000000 - 0xc164f3dd (6460 kB)
Checking if this processor honours the WP bit even in supervisor
mode...Ok.
NR_IRQS:288
CPU 0 irqstacks, hard=cf808000 soft=cf80a000
Extended CMOS year: 2000
Console: colour dummy device 80x25
console [tty0] enabled
hpet clockevent registered
Fast TSC calibration using PIT
Detected 1000.011 MHz processor.
Calibrating delay loop (skipped), value calculated using timer
frequency.. 2000.35 BogoMIPS (lpj=3333370)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
CPU: Genuine Intel(R) processor 1.00GHz stepping 08
ACPI: Core revision 20110316
Performance Events: p6 PMU driver.
... version: 0
... bit width: 32
... generic registers: 2
... value mask: 00000000ffffffff
... max period: 000000007fffffff
... fixed-purpose events: 0
... event mask: 0000000000000003
Enabling APIC mode: Flat. Using 1 I/O APICs
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xf0000000-0xffffffff] (base 0xf0000000)
PCI: not using MMCONFIG
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
[Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
ACPI: Interpreter enabled
ACPI: (supports S0)
ACPI: Using IOAPIC for interrupt routing
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xf0000000-0xffffffff] (base 0xf0000000)
PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in ACPI
motherboard resources
PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base
0xf0000000) (size reduced!)
PCI: Using MMCONFIG for extended config space
PCI: Ignoring host bridge windows from ACPI; if necessary, use
"pci=use_crs" and report a bug
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
(ignored)
pci_root PNP0A08:00: host bridge window [mem 0x10000000-0xfebfffff]
(ignored)
pci 0000:00:00.0: [8086:27a0] type 0 class 0x000600
pci 0000:00:01.0: [8086:27a1] type 1 class 0x000604
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:07.0: [8086:27a3] type 0 class 0x001101
pci 0000:00:07.0: reg 10: [mem 0x22304000-0x22304fff]
pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
pci 0000:00:1b.0: reg 10: [mem 0x22300000-0x22303fff 64bit]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
pci 0000:00:1d.0: reg 20: [io 0x2020-0x203f]
pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
pci 0000:00:1d.7: reg 10: [mem 0x22305000-0x223053ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
pci 0000:00:1f.0: [8086:27b9] type 0 class 0x000601
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 000f)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0300 (mask 001f)
pci 0000:00:1f.1: [8086:27df] type 0 class 0x000101
pci 0000:00:1f.1: reg 10: [io 0x2058-0x205f]
pci 0000:00:1f.1: reg 14: [io 0x2064-0x2067]
pci 0000:00:1f.1: reg 18: [io 0x2050-0x2057]
pci 0000:00:1f.1: reg 1c: [io 0x2060-0x2063]
pci 0000:00:1f.1: reg 20: [io 0x2040-0x204f]
pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
pci 0000:01:00.0: [10de:01d7] type 0 class 0x000300
pci 0000:01:00.0: reg 10: [mem 0x21000000-0x21ffffff]
pci 0000:01:00.0: reg 14: [mem 0x10000000-0x1fffffff 64bit pref]
pci 0000:01:00.0: reg 1c: [mem 0x20000000-0x20ffffff 64bit]
pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can
enable it with 'pcie_aspm=force'
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:01.0: bridge window [io 0xf000-0x0000] (disabled)
pci 0000:00:01.0: bridge window [mem 0x20000000-0x21ffffff]
pci 0000:00:01.0: bridge window [mem 0x10000000-0x1fffffff 64bit
pref]
pci 0000:02:00.0: [14e4:4328] type 0 class 0x000280
pci 0000:02:00.0: reg 10: [mem 0x22200000-0x22203fff 64bit]
pci 0000:02:00.0: reg 18: [mem 0x22000000-0x220fffff 64bit pref]
pci 0000:02:00.0: supports D1 D2
pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can
enable it with 'pcie_aspm=force'
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
pci 0000:00:1c.0: bridge window [mem 0x22200000-0x222fffff]
pci 0000:00:1c.0: bridge window [mem 0x22000000-0x220fffff 64bit
pref]
pci 0000:03:03.0: [10ec:8139] type 0 class 0x000200
pci 0000:03:03.0: reg 10: [io 0x1000-0x10ff]
pci 0000:03:03.0: reg 14: [mem 0x22100000-0x221000ff]
pci 0000:03:03.0: supports D1 D2
pci 0000:03:03.0: PME# supported from D1 D2 D3hot D3cold
pci 0000:03:03.0: PME# disabled
pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
pci 0000:00:1e.0: bridge window [mem 0x22100000-0x221fffff]
pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref]
(disabled)
pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive
decode)
pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff]
(subtractive decode)
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 11 12 14 15) *0,
disabled.
vgaarb: device added: PCI:0000:01:00.0,decodes=io
+mem,owns=none,locks=none
vgaarb: loaded
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
reserve RAM buffer: 000000000008f000 - 000000000008ffff
reserve RAM buffer: 00000000025ae000 - 0000000003ffffff
reserve RAM buffer: 000000000f171000 - 000000000fffffff
reserve RAM buffer: 000000000febd000 - 000000000fffffff
reserve RAM buffer: 000000000fef1000 - 000000000fffffff
reserve RAM buffer: 000000000ff00000 - 000000000fffffff
cfg80211: Calling CRDA to update world regulatory domain
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 comparators, 64-bit 14.318180 MHz counter
Switching to clocksource hpet
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:00: [bus 00-ff]
pnp 00:00: [io 0x0000-0x0cf7 window]
pnp 00:00: [io 0x0cf8-0x0cff]
pnp 00:00: [io 0x0d00-0xffff window]
pnp 00:00: [mem 0x000a0000-0x000bffff window]
pnp 00:00: [mem 0x000c0000-0x000c3fff window]
pnp 00:00: [mem 0x000c4000-0x000c7fff window]
pnp 00:00: [mem 0x000c8000-0x000cbfff window]
pnp 00:00: [mem 0x000cc000-0x000cffff window]
pnp 00:00: [mem 0x000d0000-0x000d3fff window]
pnp 00:00: [mem 0x000d4000-0x000d7fff window]
pnp 00:00: [mem 0x000d8000-0x000dbfff window]
pnp 00:00: [mem 0x000dc000-0x000dffff window]
pnp 00:00: [mem 0x000e0000-0x000e3fff window]
pnp 00:00: [mem 0x000e4000-0x000e7fff window]
pnp 00:00: [mem 0x000e8000-0x000ebfff window]
pnp 00:00: [mem 0x000ec000-0x000effff window]
pnp 00:00: [mem 0x000f0000-0x000fffff window]
pnp 00:00: [mem 0x10000000-0xfebfffff window]
pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
pnp 00:01: [mem 0xf0000000-0xf3ffffff]
pnp 00:01: [mem 0xfed14000-0xfed17fff]
pnp 00:01: [mem 0xfed18000-0xfed18fff]
pnp 00:01: [mem 0xfed19000-0xfed19fff]
pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
pnp 00:01: [mem 0xfed20000-0xfed8ffff]
system 00:01: [mem 0xf0000000-0xf3ffffff] could not be reserved
system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
system 00:01: [mem 0xfed20000-0xfed8ffff] has been reserved
system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:02: [io 0x0000-0x001f]
pnp 00:02: [io 0x0081-0x0091]
pnp 00:02: [io 0x0093-0x009f]
pnp 00:02: [io 0x00c0-0x00df]
pnp 00:02: [dma 4]
pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
pnp 00:03: [mem 0xff000000-0xffffffff]
pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
pnp 00:04: [irq 0 disabled]
pnp 00:04: [irq 8]
pnp 00:04: [mem 0xfed00000-0xfed003ff]
system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
pnp 00:05: [io 0x00f0]
pnp 00:05: [irq 13]
pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
pnp 00:06: [io 0x002e-0x002f]
pnp 00:06: [io 0x004e-0x004f]
pnp 00:06: [io 0x0061]
pnp 00:06: [io 0x0063]
pnp 00:06: [io 0x0065]
pnp 00:06: [io 0x0067]
pnp 00:06: [io 0x0070]
pnp 00:06: [io 0x0080]
pnp 00:06: [io 0x0092]
pnp 00:06: [io 0x00b2-0x00b3]
pnp 00:06: [io 0x0680-0x06ef]
pnp 00:06: [io 0x0800-0x080f]
pnp 00:06: [io 0x0810-0x0817]
pnp 00:06: [io 0x0400-0x047f]
pnp 00:06: [io 0x0500-0x053f]
pnp 00:06: [io 0x1640-0x164f]
pnp 00:06: disabling [io 0x1640-0x164f] because it overlaps
0000:00:1e.0 BAR 7 [io 0x1000-0x1fff]
system 00:06: [io 0x0680-0x06ef] has been reserved
system 00:06: [io 0x0800-0x080f] has been reserved
system 00:06: [io 0x0810-0x0817] has been reserved
system 00:06: [io 0x0400-0x047f] has been reserved
system 00:06: [io 0x0500-0x053f] has been reserved
system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:07: [io 0x0070-0x0077]
pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
pnp: PnP ACPI: found 8 devices
ACPI: ACPI bus type pnp unregistered
b43-pci-bridge 0000:02:00.0: enabling device (0000 -> 0002)
b43-pci-bridge 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ
16
b43-pci-bridge 0000:02:00.0: setting latency timer to 64
ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x12, vendor 0x4243)
ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0B, vendor 0x4243)
ssb: Core 2 found: PCI-E (cc 0x820, rev 0x02, vendor 0x4243)
ssb: Core 3 found: PCI (cc 0x804, rev 0x0D, vendor 0x4243)
ssb: Core 4 found: USB 1.1 Host (cc 0x817, rev 0x04, vendor 0x4243)
ssb: Sonics Silicon Backplane found on PCI device 0000:02:00.0
pci 0000:01:00.0: no compatible bridge window for [mem
0xfffe0000-0xffffffff pref]
pci 0000:00:1c.0: BAR 7: assigned [io 0x3000-0x3fff]
pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:01.0: bridge window [io disabled]
pci 0000:00:01.0: bridge window [mem 0x20000000-0x21ffffff]
pci 0000:00:01.0: bridge window [mem 0x10000000-0x1fffffff 64bit
pref]
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0x22200000-0x222fffff]
pci 0000:00:1c.0: bridge window [mem 0x22000000-0x220fffff 64bit
pref]
pci 0000:00:1e.0: PCI bridge to [bus 03-03]
pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
pci 0000:00:1e.0: bridge window [mem 0x22100000-0x221fffff]
pci 0000:00:1e.0: bridge window [mem pref disabled]
pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
pci_bus 0000:01: resource 1 [mem 0x20000000-0x21ffffff]
pci_bus 0000:01: resource 2 [mem 0x10000000-0x1fffffff 64bit pref]
pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:02: resource 1 [mem 0x22200000-0x222fffff]
pci_bus 0000:02: resource 2 [mem 0x22000000-0x220fffff 64bit pref]
pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
pci_bus 0000:03: resource 1 [mem 0x22100000-0x221fffff]
pci_bus 0000:03: resource 4 [io 0x0000-0xffff]
pci_bus 0000:03: resource 5 [mem 0x00000000-0xffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
PCI: CLS 256 bytes, default 64
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 6516k freed
microcode: CPU0 sig=0x6d8, pf=0x8, revision=0x21
microcode: Microcode Update Driver: v2.00
<tig...@aivazian.fsnet.co.uk>, Peter Oruba
HugeTLB registered 4 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
DLM (built May 29 2011 00:18:34) installed
squashfs: version 4.0 (2009/01/31) Phillip Lougher
Installing knfsd (copyright (C) 1996 ok...@monad.swb.de).
NTFS driver 2.1.30 [Flags: R/W].
ROMFS MTD (C) 2007 Red Hat, Inc.
fuse init (API version 7.16)
JFS: nTxBlock = 1879, nTxLock = 15033
SGI XFS with ACLs, security attributes, realtime, large block/inode
numbers, no debug enabled
SGI XFS Quota Management subsystem
BeFS version: 0.9.3
Btrfs loaded
msgmni has been set to 469
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:01.0: setting latency timer to 64
pcieport 0000:00:1c.0: setting latency timer to 64
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/
input0
ACPI: Power Button [PWRB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
ACPI: Power Button [PWRF]
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Linux agpgart interface v0.103
ipmi message handler version 39.2
[drm] Initialized drm 1.1.0 20060810
nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
nouveau 0000:01:00.0: setting latency timer to 64
[drm] nouveau 0000:01:00.0: Detected an NV40 generation card
(0x046700a3)
[drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[drm] nouveau 0000:01:00.0: ... appears to be valid
[drm] nouveau 0000:01:00.0: BIT BIOS found
[drm] nouveau 0000:01:00.0: Bios version 05.72.22.68
[drm] nouveau 0000:01:00.0: TMDS table version 1.1
[drm] nouveau 0000:01:00.0: TMDS table script pointers not stubbed
[drm] nouveau 0000:01:00.0: BIT table 'd' not found
[drm] nouveau 0000:01:00.0: Found Display Configuration Block version
3.0
[drm] nouveau 0000:01:00.0: Raw DCB entry 0: 04021112 00000000
[drm] nouveau 0000:01:00.0: Raw DCB entry 1: 020321f1 0081c01c
[drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x30 5 10 2
[drm] nouveau 0000:01:00.0: 0: 0x00000000: type 0x00 idx 0 tag 0xff
[drm] nouveau 0000:01:00.0: 1: 0x00001161: type 0x61 idx 1 tag 0x07
[drm] nouveau 0000:01:00.0: 2: 0x00000213: type 0x13 idx 2 tag 0xff
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset
0xD0F9
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset
0xD3FD
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset
0xD91A
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset
0xDA95
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset
0xDC0A
[drm] nouveau 0000:01:00.0: 1 available performance level(s)
[drm] nouveau 0000:01:00.0: 0: memory 720MHz core 360MHz fanspeed 100%
[drm] nouveau 0000:01:00.0: c: memory 729MHz core 360MHz
[TTM] Zone kernel: Available graphics memory: 120264 kiB.
[TTM] Initializing pool allocator.
[drm] nouveau 0000:01:00.0: Detected 64MiB VRAM
[drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
[drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[drm] No driver support for vblank timestamp query.
[drm] nouveau 0000:01:00.0: Setting dpms mode 3 on tmds encoder
(output 0)
[drm] nouveau 0000:01:00.0: Setting dpms mode 3 on TV encoder (output
1)
No connectors reported connected with modes
[drm] Cannot find any crtc or sizes - going 1024x768
[drm] nouveau 0000:01:00.0: allocated 1024x768 fb: 0x49000, bo
cdd63a00
Console: switching to colour frame buffer device 128x48
fb0: nouveaufb frame buffer device
drm: registered panic notifier
[drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
brd: module loaded
loop: module loaded
nbd: registered device at major 43
ata_piix 0000:00:1f.1: version 2.13
ata_piix 0000:00:1f.1: power state changed by ACPI to D0
ata_piix 0000:00:1f.1: power state changed by ACPI to D0
ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ata_piix 0000:00:1f.1: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: PATA max UDMA/100 cmd 0x2058 ctl 0x2064 bmdma 0x2040 irq 18
ata2: PATA max UDMA/100 cmd 0x2050 ctl 0x2060 bmdma 0x2048 irq 18
8139too: 8139too Fast Ethernet driver 0.9.28
8139too 0000:03:03.0: enabling device (0000 -> 0003)
8139too 0000:03:03.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
8139too 0000:03:03.0: setting latency timer to 64
8139too 0000:03:03.0: eth0: RealTek RTL8139 at 0xd08ec000,
00:17:f2:f8:40:aa, IRQ 20
b43-phy0: Broadcom 4321 WLAN found (core revision 11)
ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
b43 ssb0:0: wlan0: Features changed: 0x00004800 -> 0x00004000
Broadcom 43xx driver loaded [ Features: PN, Firmware-ID: FW13 ]
Broadcom 43xx-legacy driver loaded [ Features: PID, Firmware-ID:
FW10 ]
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1d.7: enabling device (0000 -> 0002)
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 21 (level, low) -> IRQ 21
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: using broken periodic workaround
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
ehci_hcd 0000:00:1d.7: irq 21, io mem 0x22305000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 21, io base 0x00002020
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usbcore: registered new interface driver uas
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver libusual
usbcore: registered new interface driver ums-freecom
usbcore: registered new interface driver ums-usbat
i8042: PNP: No PS/2 controller found. Probing ports directly.
i8042: No controller found
mousedev: PS/2 mouse device common for all mice
I2O subsystem v1.325
i2o: max drivers = 8
I2O Configuration OSM v1.323
I2O Bus Adapter OSM v1.317
I2O Block Device OSM v1.325
I2O SCSI Peripheral OSM v1.316
I2O ProcFS OSM v1.316
rtc_cmos 00:07: RTC can wake from S4
rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
i2c /dev entries driver
i801_smbus 0000:00:1f.3: enabling device (0000 -> 0001)
i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
coretemp: CPU (model=0xd) has no thermal sensor
cpuidle: using governor ladder
EFI Variables Facility v0.08 2004-May-17
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
TCP cubic registered
NET: Registered protocol family 17
sctp: Hash tables configured (established 8192 bind 16384)
lib80211: common routines for IEEE802.11 drivers
lib80211_crypt: registered algorithm 'NULL'
Using IPI Shortcut mode
rtc_cmos 00:07: setting system clock to 2011-07-22 18:52:18 UTC
(1311360738)
ata1.00: ATA-5: TOSHIBA MK4019GAX, FA003G, max UDMA/100
ata1.00: 78140160 sectors, multi 16: LBA
ata1.00: configured for UDMA/100
scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK4019GA FA00 PQ: 0
ANSI: 5
sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
support DPO or FUA
sda: detected capacity change from 0 to 40007761920
sd 0:0:0:0: Attached scsi generic sg0 type 0
GPT:Primary header thinks Alt. header is not at the end of the disk.
GPT:78140158 != 78140159
GPT:Alternate GPT header not at the end of the disk.
GPT:78140158 != 78140159
GPT: Use GNU Parted to correct GPT errors.
sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
Freeing unused kernel memory: 372k freed
usb 1-1: new high speed USB device number 2 using ehci_hcd
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
usb 2-2: new low speed USB device number 2 using uhci_hcd
Refined TSC clocksource calibration: 1000.035 MHz.
Switching to clocksource tsc
apple 0003:05AC:8241.0001: hiddev0,hidraw0: USB HID v1.11 Device
[Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.0-2/input0
usb 1-1.4: new low speed USB device number 4 using ehci_hcd
REISERFS warning (device sda1): super-6502 reiserfs_getopt: unknown
mount option "force"
EXT3-fs (sda2): error: couldn't mount because of unsupported optional
features (240)
EXT2-fs (sda2): error: couldn't mount because of unsupported optional
features (240)
EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts:
(null)
8139too 0000:03:03.0: eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1

dkeefe

unread,
Jul 22, 2011, 8:22:14 PM7/22/11
to atv-bootloader
ubuntu dmesg:

[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.38-8-generic (buildd@vernadsky) (gcc
version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #42-Ubuntu SMP Mon Apr
11 03:31:50 UTC 2011 (Ubuntu 2.6.38-8.42-generic 2.6.38.2)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000100 - 000000000008f000
(usable)
[ 0.000000] BIOS-e820: 000000000008f000 - 0000000000090000 (ACPI
NVS)
[ 0.000000] BIOS-e820: 0000000000090000 - 00000000000a0000
(usable)
[ 0.000000] BIOS-e820: 00000000000a0000 - 00000000000c0000
(reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000025ae000
(usable)
[ 0.000000] BIOS-e820: 0000000002b07000 - 0000000002b58000
(reserved)
[ 0.000000] BIOS-e820: 0000000002b58000 - 000000000f171000
(usable)
[ 0.000000] BIOS-e820: 000000000f171000 - 000000000f372000 (ACPI
NVS)
[ 0.000000] BIOS-e820: 000000000f372000 - 000000000febd000
(usable)
[ 0.000000] BIOS-e820: 000000000febd000 - 000000000febf000 (ACPI
NVS)
[ 0.000000] BIOS-e820: 000000000febf000 - 000000000fec0000 (ACPI
data)
[ 0.000000] BIOS-e820: 000000000fec0000 - 000000000feef000 (ACPI
NVS)
[ 0.000000] BIOS-e820: 000000000feef000 - 000000000fef1000
(usable)
[ 0.000000] BIOS-e820: 000000000fef1000 - 000000000feff000 (ACPI
data)
[ 0.000000] BIOS-e820: 000000000feff000 - 000000000ff00000
(usable)
[ 0.000000] BIOS-e820: 000000000ff00000 - 0000000010000000
(reserved)
[ 0.000000] BIOS-e820: 00000000f00f8000 - 00000000f00f9000
(reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000
(reserved)
[ 0.000000] BIOS-e820: 00000000fffa0000 - 00000000fffd0000
(reserved)
[ 0.000000] Notice: NX (Execute Disable) protection cannot be
enabled in hardware: non-PAE kernel!
[ 0.000000] NX (Execute Disable) protection: approximated by x86
segment limits
[ 0.000000] DMI 2.4 present.
[ 0.000000] DMI: Apple Inc. AppleTV1,1/Mac-F4228DC8, BIOS
ATV11.88Z.00D9.B00.0703012002 03/01/07
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000
(usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000
(usable)
[ 0.000000] last_pfn = 0xff00 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect
[ 0.000000] 1 base 000000000 mask FF0000000 write-back
[ 0.000000] 2 base 00FF00000 mask FFFF00000 uncachable
[ 0.000000] 3 base 010000000 mask FF0000000 write-combining
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT not supported by CPU.
[ 0.000000] initial memory mapped : 0 - 01c00000
[ 0.000000] init_memory_mapping: 0000000000000000-000000000ff00000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 000fc00000 page 2M
[ 0.000000] 000fc00000 - 000ff00000 page 4k
[ 0.000000] kernel direct mapping tables up to ff00000 @
1bfb000-1c00000
[ 0.000000] RAMDISK: 0e539000 - 0f171000
[ 0.000000] ACPI: RSDP 000f8000 00024 (v02 APPLE )
[ 0.000000] ACPI: XSDT 0fefd1c0 00064 (v01 APPLE Apple00
000000D9 01000013)
[ 0.000000] ACPI: FACP 0fefb000 000F4 (v03 APPLE Apple00 000000D9
Loki 0000005F)
[ 0.000000] ACPI: DSDT 0fef4000 02BE5 (v01 APPLE AppleTV 00010001
INTL 20050309)
[ 0.000000] ACPI: FACS 0fec0000 00040
[ 0.000000] ACPI: HPET 0fefa000 00038 (v01 APPLE Apple00 00000001
Loki 0000005F)
[ 0.000000] ACPI: APIC 0fef9000 00068 (v01 APPLE Apple00 00000001
Loki 0000005F)
[ 0.000000] ACPI: MCFG 0fef8000 0003C (v01 APPLE Apple00 00000001
Loki 0000005F)
[ 0.000000] ACPI: ASF! 0fef7000 000A0 (v32 APPLE Apple00 00000001
Loki 0000005F)
[ 0.000000] ACPI: SSDT 0fef2000 001A6 (v01 APPLE Cpu0Ist 00003000
INTL 20050309)
[ 0.000000] ACPI: SSDT 0fef3000 00158 (v01 APPLE Cpu0Cst 00003001
INTL 20050309)
[ 0.000000] ACPI: SSDT 0fef1000 004DC (v01 APPLE CpuPm 00003000
INTL 20050309)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 255MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 0ff00000
[ 0.000000] low ram: 0 - 0ff00000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x0000ff00
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[7] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000008f
[ 0.000000] 0: 0x00000090 -> 0x000000a0
[ 0.000000] 0: 0x00000100 -> 0x000025ae
[ 0.000000] 0: 0x00002b58 -> 0x0000f171
[ 0.000000] 0: 0x0000f372 -> 0x0000febd
[ 0.000000] 0: 0x0000feef -> 0x0000fef1
[ 0.000000] 0: 0x0000feff -> 0x0000ff00
[ 0.000000] On node 0 totalpages: 63140
[ 0.000000] free_area_init_node: node 0, pgdat c1784100,
node_mem_map c23ad200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 478 pages used for memmap
[ 0.000000] Normal zone: 58679 pages, LIFO batch:15
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 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[0x00] disabled)
[ 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[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000,
GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl
dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 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] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000008f000 -
0000000000090000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 -
00000000000c0000
[ 0.000000] PM: Registered nosave memory: 00000000000c0000 -
0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000025ae000 -
0000000002b07000
[ 0.000000] PM: Registered nosave memory: 0000000002b07000 -
0000000002b58000
[ 0.000000] PM: Registered nosave memory: 000000000f171000 -
000000000f372000
[ 0.000000] PM: Registered nosave memory: 000000000febd000 -
000000000febf000
[ 0.000000] PM: Registered nosave memory: 000000000febf000 -
000000000fec0000
[ 0.000000] PM: Registered nosave memory: 000000000fec0000 -
000000000feef000
[ 0.000000] PM: Registered nosave memory: 000000000fef1000 -
000000000feff000
[ 0.000000] Allocating PCI resources starting at 10000000 (gap:
10000000:e00f8000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2
nr_node_ids:1
[ 0.000000] PERCPU: Embedded 13 pages/cpu @c1c00000 s28800 r0
d24448 u2097152
[ 0.000000] pcpu-alloc: s28800 r0 d24448 u2097152 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 62630
[ 0.000000] Kernel command line: root=/dev/sda2 initrd=initrd.img
nosplash noplymouth vesa video=vesafb
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5,
131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536
bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 1305280 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't
want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
[ 0.000000] Memory: 227024k/261120k available (5188k kernel code,
25536k reserved, 2540k data, 700k init, 0k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xd0700000 - 0xff7fe000 ( 752 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xcff00000 ( 255 MB)
[ 0.000000] .init : 0xc178d000 - 0xc183c000 ( 700 kB)
[ 0.000000] .data : 0xc15112a1 - 0xc178c480 (2540 kB)
[ 0.000000] .text : 0xc1000000 - 0xc15112a1 (5188 kB)
[ 0.000000] Checking if this processor honours the WP bit even in
supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0,
CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:512 16
[ 0.000000] CPU 0 irqstacks, hard=cf808000 soft=cf80a000
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 999.963 MHz processor.
[ 0.008005] Calibrating delay loop (skipped), value calculated
using timer frequency.. 1999.92 BogoMIPS (lpj=3999852)
[ 0.008028] pid_max: default: 32768 minimum: 301
[ 0.012047] Security Framework initialized
[ 0.012085] AppArmor: AppArmor initialized
[ 0.012094] Yama: becoming mindful.
[ 0.012216] Mount-cache hash table entries: 512
[ 0.012495] Initializing cgroup subsys ns
[ 0.012509] ns_cgroup deprecated: consider using the
'clone_children' flag without the ns_cgroup.
[ 0.012526] Initializing cgroup subsys cpuacct
[ 0.012542] Initializing cgroup subsys memory
[ 0.012567] Initializing cgroup subsys devices
[ 0.012577] Initializing cgroup subsys freezer
[ 0.012587] Initializing cgroup subsys net_cls
[ 0.012597] Initializing cgroup subsys blkio
[ 0.012676] mce: CPU supports 5 MCE banks
[ 0.012699] CPU0: Thermal monitoring enabled (TM1)
[ 0.013862] SMP alternatives: switching to UP code
[ 0.027655] ACPI: Core revision 20110112
[ 0.031923] ftrace: allocating 23640 entries in 47 pages
[ 0.036099] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.036526] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.076748] CPU0: Genuine Intel(R) processor 1.00GHz
stepping 08
[ 0.080004] Performance Events: p6 PMU driver.
[ 0.080004] ... version: 0
[ 0.080004] ... bit width: 32
[ 0.080004] ... generic registers: 2
[ 0.080004] ... value mask: 00000000ffffffff
[ 0.080004] ... max period: 000000007fffffff
[ 0.080004] ... fixed-purpose events: 0
[ 0.080004] ... event mask: 0000000000000003
[ 0.080004] Brought up 1 CPUs
[ 0.080004] Total of 1 processors activated (1999.92 BogoMIPS).
[ 0.080004] devtmpfs: initialized
[ 0.080199] print_constraints: dummy:
[ 0.080248] Time: 20:18:44 Date: 07/22/11
[ 0.080334] NET: Registered protocol family 16
[ 0.080564] EISA bus registered
[ 0.080585] ACPI: bus type pci registered
[ 0.080743] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xf0000000-0xffffffff] (base 0xf0000000)
[ 0.080763] PCI: not using MMCONFIG
[ 0.081027] PCI: Using configuration type 1 for base access
[ 0.083207] bio: create slab <bio-0> at 0
[ 0.084763] ACPI: EC: Look up EC in DSDT
[ 0.087294] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.088397] ACPI: Interpreter enabled
[ 0.088416] ACPI: (supports S0 S4)
[ 0.088450] ACPI: Using IOAPIC for interrupt routing
[ 0.088491] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xf0000000-0xffffffff] (base 0xf0000000)
[ 0.089923] PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved
in ACPI motherboard resources
[ 0.089943] PCI: MMCONFIG for 0000 [bus00-3f] at [mem
0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
[ 0.089959] PCI: Using MMCONFIG for extended config space
[ 0.095629] ACPI: No dock devices found.
[ 0.095640] HEST: Table not found.
[ 0.095652] PCI: Ignoring host bridge windows from ACPI; if
necessary, use "pci=use_crs" and report a bug
[ 0.096487] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.097681] pci_root PNP0A08:00: host bridge window [io
0x0000-0x0cf7] (ignored)
[ 0.097688] pci_root PNP0A08:00: host bridge window [io
0x0d00-0xffff] (ignored)
[ 0.097694] pci_root PNP0A08:00: host bridge window [mem
0x000a0000-0x000bffff] (ignored)
[ 0.097703] pci_root PNP0A08:00: host bridge window [mem
0x10000000-0xfebfffff] (ignored)
[ 0.097723] pci 0000:00:00.0: [8086:27a0] type 0 class 0x000600
[ 0.097793] pci 0000:00:01.0: [8086:27a1] type 1 class 0x000604
[ 0.097848] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.097855] pci 0000:00:01.0: PME# disabled
[ 0.097888] pci 0000:00:07.0: [8086:27a3] type 0 class 0x001101
[ 0.097906] pci 0000:00:07.0: reg 10: [mem 0x22304000-0x22304fff]
[ 0.098019] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
[ 0.098049] pci 0000:00:1b.0: reg 10: [mem 0x22300000-0x22303fff
64bit]
[ 0.098150] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.098158] pci 0000:00:1b.0: PME# disabled
[ 0.098196] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
[ 0.098302] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.098310] pci 0000:00:1c.0: PME# disabled
[ 0.098358] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
[ 0.098428] pci 0000:00:1d.0: reg 20: [io 0x2020-0x203f]
[ 0.098499] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
[ 0.098530] pci 0000:00:1d.7: reg 10: [mem 0x22305000-0x223053ff]
[ 0.098638] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.098647] pci 0000:00:1d.7: PME# disabled
[ 0.098678] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.098785] pci 0000:00:1f.0: [8086:27b9] type 0 class 0x000601
[ 0.098923] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at
0680 (mask 000f)
[ 0.098942] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at
1640 (mask 000f)
[ 0.098962] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at
0300 (mask 001f)
[ 0.099023] pci 0000:00:1f.1: [8086:27df] type 0 class 0x000101
[ 0.099046] pci 0000:00:1f.1: reg 10: [io 0x2058-0x205f]
[ 0.099063] pci 0000:00:1f.1: reg 14: [io 0x2064-0x2067]
[ 0.099080] pci 0000:00:1f.1: reg 18: [io 0x2050-0x2057]
[ 0.099097] pci 0000:00:1f.1: reg 1c: [io 0x2060-0x2063]
[ 0.099114] pci 0000:00:1f.1: reg 20: [io 0x2040-0x204f]
[ 0.099171] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
[ 0.099258] pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
[ 0.099372] pci 0000:01:00.0: [10de:01d7] type 0 class 0x000300
[ 0.099390] pci 0000:01:00.0: reg 10: [mem 0x21000000-0x21ffffff]
[ 0.099409] pci 0000:01:00.0: reg 14: [mem 0x10000000-0x1fffffff
64bit pref]
[ 0.099427] pci 0000:01:00.0: reg 1c: [mem 0x20000000-0x20ffffff
64bit]
[ 0.099449] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff
pref]
[ 0.099494] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe
device. You can enable it with 'pcie_aspm=force'
[ 0.099520] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.099533] pci 0000:00:01.0: bridge window [io 0xf000-0x0000]
(disabled)
[ 0.099541] pci 0000:00:01.0: bridge window [mem
0x20000000-0x21ffffff]
[ 0.099550] pci 0000:00:01.0: bridge window [mem
0x10000000-0x1fffffff 64bit pref]
[ 0.099656] pci 0000:02:00.0: [14e4:4328] type 0 class 0x000280
[ 0.099695] pci 0000:02:00.0: reg 10: [mem 0x22200000-0x22203fff
64bit]
[ 0.099726] pci 0000:02:00.0: reg 18: [mem 0x22000000-0x220fffff
64bit pref]
[ 0.099832] pci 0000:02:00.0: supports D1 D2
[ 0.099870] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe
device. You can enable it with 'pcie_aspm=force'
[ 0.099899] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.099913] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.099922] pci 0000:00:1c.0: bridge window [mem
0x22200000-0x222fffff]
[ 0.099935] pci 0000:00:1c.0: bridge window [mem
0x22000000-0x220fffff 64bit pref]
[ 0.100011] pci 0000:03:03.0: [10ec:8139] type 0 class 0x000200
[ 0.100043] pci 0000:03:03.0: reg 10: [io 0x1000-0x10ff]
[ 0.100062] pci 0000:03:03.0: reg 14: [mem 0x22100000-0x221000ff]
[ 0.100164] pci 0000:03:03.0: supports D1 D2
[ 0.100168] pci 0000:03:03.0: PME# supported from D1 D2 D3hot
D3cold
[ 0.100177] pci 0000:03:03.0: PME# disabled
[ 0.100247] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
(subtractive decode)
[ 0.100264] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
[ 0.100272] pci 0000:00:1e.0: bridge window [mem
0x22100000-0x221fffff]
[ 0.100285] pci 0000:00:1e.0: bridge window [mem
0xfff00000-0x000fffff pref] (disabled)
[ 0.100292] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff]
(subtractive decode)
[ 0.100298] pci 0000:00:1e.0: bridge window [mem
0x00000000-0xffffffff] (subtractive decode)
[ 0.100323] pci_bus 0000:00: on NUMA node 0
[ 0.100330] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.100728] ACPI: PCI Interrupt Routing Table
[\_SB_.PCI0.RP01._PRT]
[ 0.100873] ACPI: PCI Interrupt Routing Table
[\_SB_.PCI0.PCIB._PRT]
[ 0.101563] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.102142] pci0000:00: ACPI _OSC control (0x1d) granted
[ 0.106019] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12
14 15) *0, disabled.
[ 0.106151] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12
14 15) *0, disabled.
[ 0.106277] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12
14 15) *0, disabled.
[ 0.106403] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12
14 15) *0, disabled.
[ 0.106528] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12
14 15) *0, disabled.
[ 0.106653] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12
14 15) *0, disabled.
[ 0.106779] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12
14 15) *0, disabled.
[ 0.106904] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 11 12
14 15) *0, disabled.
[ 0.107124] vgaarb: device added: PCI:0000:01:00.0,decodes=io
+mem,owns=none,locks=none
[ 0.107142] vgaarb: loaded
[ 0.107583] SCSI subsystem initialized
[ 0.107668] libata version 3.00 loaded.
[ 0.107775] usbcore: registered new interface driver usbfs
[ 0.107809] usbcore: registered new interface driver hub
[ 0.107864] usbcore: registered new device driver usb
[ 0.108098] wmi: Mapper loaded
[ 0.108107] PCI: Using ACPI for IRQ routing
[ 0.108117] PCI: pci_cache_line_size set to 64 bytes
[ 0.108204] reserve RAM buffer: 000000000008f000 -
000000000008ffff
[ 0.108210] reserve RAM buffer: 00000000025ae000 -
0000000003ffffff
[ 0.108216] reserve RAM buffer: 000000000f171000 -
000000000fffffff
[ 0.108225] reserve RAM buffer: 000000000febd000 -
000000000fffffff
[ 0.108232] reserve RAM buffer: 000000000fef1000 -
000000000fffffff
[ 0.108238] reserve RAM buffer: 000000000ff00000 -
000000000fffffff
[ 0.108446] NetLabel: Initializing
[ 0.108456] NetLabel: domain hash size = 128
[ 0.108464] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.108493] NetLabel: unlabeled traffic allowed by default
[ 0.108575] HPET: 3 timers in total, 0 timers will be used for per-
cpu timer
[ 0.108595] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.108611] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.112069] Switching to clocksource hpet
[ 0.115944] Switched to NOHz mode on CPU #0
[ 0.127149] AppArmor: AppArmor Filesystem Enabled
[ 0.127230] pnp: PnP ACPI init
[ 0.127278] ACPI: bus type pnp registered
[ 0.127954] pnp 00:00: [bus 00-ff]
[ 0.127961] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.127967] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.127972] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.127986] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.127992] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.127998] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.128032] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.128038] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.128043] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.128049] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.128055] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.128060] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.128066] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.128072] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.128077] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.128083] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.128089] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.128094] pnp 00:00: [mem 0x10000000-0xfebfffff window]
[ 0.128214] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08
PNP0a03 (active)
[ 0.128241] pnp 00:01: [mem 0xf0000000-0xf3ffffff]
[ 0.128247] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.128252] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.128257] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.128262] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.128268] pnp 00:01: [mem 0xfed20000-0xfed8ffff]
[ 0.128370] system 00:01: [mem 0xf0000000-0xf3ffffff] could not be
reserved
[ 0.128388] system 00:01: [mem 0xfed14000-0xfed17fff] has been
reserved
[ 0.128402] system 00:01: [mem 0xfed18000-0xfed18fff] has been
reserved
[ 0.128415] system 00:01: [mem 0xfed19000-0xfed19fff] has been
reserved
[ 0.128429] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been
reserved
[ 0.128442] system 00:01: [mem 0xfed20000-0xfed8ffff] has been
reserved
[ 0.128456] system 00:01: Plug and Play ACPI device, IDs PNP0c02
(active)
[ 0.128804] pnp 00:02: [io 0x0000-0x001f]
[ 0.128810] pnp 00:02: [io 0x0081-0x0091]
[ 0.128815] pnp 00:02: [io 0x0093-0x009f]
[ 0.128819] pnp 00:02: [io 0x00c0-0x00df]
[ 0.128825] pnp 00:02: [dma 4]
[ 0.128898] pnp 00:02: Plug and Play ACPI device, IDs PNP0200
(active)
[ 0.128919] pnp 00:03: [mem 0xff000000-0xffffffff]
[ 0.128989] pnp 00:03: Plug and Play ACPI device, IDs INT0800
(active)
[ 0.129147] pnp 00:04: [irq 0 disabled]
[ 0.129170] pnp 00:04: [irq 8]
[ 0.129176] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.129277] system 00:04: [mem 0xfed00000-0xfed003ff] has been
reserved
[ 0.129294] system 00:04: Plug and Play ACPI device, IDs PNP0103
PNP0c01 (active)
[ 0.129320] pnp 00:05: [io 0x00f0]
[ 0.129330] pnp 00:05: [irq 13]
[ 0.129411] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04
(active)
[ 0.129464] pnp 00:06: [io 0x002e-0x002f]
[ 0.129470] pnp 00:06: [io 0x004e-0x004f]
[ 0.129474] pnp 00:06: [io 0x0061]
[ 0.129479] pnp 00:06: [io 0x0063]
[ 0.129483] pnp 00:06: [io 0x0065]
[ 0.129488] pnp 00:06: [io 0x0067]
[ 0.129492] pnp 00:06: [io 0x0070]
[ 0.129497] pnp 00:06: [io 0x0080]
[ 0.129501] pnp 00:06: [io 0x0092]
[ 0.129506] pnp 00:06: [io 0x00b2-0x00b3]
[ 0.129511] pnp 00:06: [io 0x0680-0x06ef]
[ 0.129516] pnp 00:06: [io 0x0800-0x080f]
[ 0.129521] pnp 00:06: [io 0x0810-0x0817]
[ 0.129526] pnp 00:06: [io 0x0400-0x047f]
[ 0.129530] pnp 00:06: [io 0x0500-0x053f]
[ 0.129535] pnp 00:06: [io 0x1640-0x164f]
[ 0.129561] pnp 00:06: disabling [io 0x1640-0x164f] because it
overlaps 0000:00:1e.0 BAR 13 [io 0x1000-0x1fff]
[ 0.129672] system 00:06: [io 0x0680-0x06ef] has been reserved
[ 0.129685] system 00:06: [io 0x0800-0x080f] has been reserved
[ 0.129698] system 00:06: [io 0x0810-0x0817] has been reserved
[ 0.129710] system 00:06: [io 0x0400-0x047f] has been reserved
[ 0.129723] system 00:06: [io 0x0500-0x053f] has been reserved
[ 0.129737] system 00:06: Plug and Play ACPI device, IDs PNP0c02
(active)
[ 0.129757] pnp 00:07: [io 0x0070-0x0077]
[ 0.129831] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00
(active)
[ 0.129867] pnp: PnP ACPI: found 8 devices
[ 0.129877] ACPI: ACPI bus type pnp unregistered
[ 0.129890] PnPBIOS: Disabled by ACPI PNP
[ 0.168559] pci 0000:01:00.0: no compatible bridge window for [mem
0xfffe0000-0xffffffff pref]
[ 0.168628] pci 0000:01:00.0: BAR 6: can't assign mem pref (size
0x20000)
[ 0.168642] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.168653] pci 0000:00:01.0: bridge window [io disabled]
[ 0.168667] pci 0000:00:01.0: bridge window [mem
0x20000000-0x21ffffff]
[ 0.168682] pci 0000:00:01.0: bridge window [mem
0x10000000-0x1fffffff 64bit pref]
[ 0.168701] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.168714] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.168730] pci 0000:00:1c.0: bridge window [mem
0x22200000-0x222fffff]
[ 0.168747] pci 0000:00:1c.0: bridge window [mem
0x22000000-0x220fffff 64bit pref]
[ 0.168768] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[ 0.168781] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
[ 0.168798] pci 0000:00:1e.0: bridge window [mem
0x22100000-0x221fffff]
[ 0.168813] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.168852] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) ->
IRQ 16
[ 0.168867] pci 0000:00:01.0: setting latency timer to 64
[ 0.168887] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) ->
IRQ 17
[ 0.168902] pci 0000:00:1c.0: setting latency timer to 64
[ 0.168914] pci 0000:00:1e.0: setting latency timer to 64
[ 0.168923] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.168928] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[ 0.168935] pci_bus 0000:01: resource 1 [mem 0x20000000-0x21ffffff]
[ 0.168941] pci_bus 0000:01: resource 2 [mem 0x10000000-0x1fffffff
64bit pref]
[ 0.168947] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
[ 0.168953] pci_bus 0000:02: resource 1 [mem 0x22200000-0x222fffff]
[ 0.168959] pci_bus 0000:02: resource 2 [mem 0x22000000-0x220fffff
64bit pref]
[ 0.168965] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
[ 0.168971] pci_bus 0000:03: resource 1 [mem 0x22100000-0x221fffff]
[ 0.168977] pci_bus 0000:03: resource 4 [io 0x0000-0xffff]
[ 0.168982] pci_bus 0000:03: resource 5 [mem 0x00000000-0xffffffff]
[ 0.169058] NET: Registered protocol family 2
[ 0.169211] IP route cache hash table entries: 2048 (order: 1, 8192
bytes)
[ 0.169596] TCP established hash table entries: 8192 (order: 4,
65536 bytes)
[ 0.169695] TCP bind hash table entries: 8192 (order: 4, 65536
bytes)
[ 0.169786] TCP: Hash tables configured (established 8192 bind
8192)
[ 0.169798] TCP reno registered
[ 0.169808] UDP hash table entries: 128 (order: 0, 4096 bytes)
[ 0.169829] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes)
[ 0.169993] NET: Registered protocol family 1
[ 0.170127] PCI: CLS 256 bytes, default 64
[ 0.170410] cpufreq-nforce2: No nForce2 chipset.
[ 0.170707] audit: initializing netlink socket (disabled)
[ 0.170732] type=2000 audit(1311365923.164:1): initialized
[ 0.191252] Trying to unpack rootfs image as initramfs...
[ 0.216861] HugeTLB registered 4 MB page size, pre-allocated 0
pages
[ 0.228675] VFS: Disk quotas dquot_6.5.2
[ 0.228815] Dquot-cache hash table entries: 1024 (order 0, 4096
bytes)
[ 0.230391] fuse init (API version 7.16)
[ 0.230604] msgmni has been set to 443
[ 0.236294] Block layer SCSI generic (bsg) driver version 0.4
loaded (major 253)
[ 0.240293] io scheduler noop registered
[ 0.240304] io scheduler deadline registered
[ 0.240347] io scheduler cfq registered (default)
[ 0.240576] pcieport 0000:00:01.0: setting latency timer to 64
[ 0.240638] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.240781] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.240853] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 0.241100] pcieport 0000:00:01.0: Signaling PME through PCIe PME
interrupt
[ 0.241114] pci 0000:01:00.0: Signaling PME through PCIe PME
interrupt
[ 0.241129] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme
loaded
[ 0.241165] pcieport 0000:00:1c.0: Signaling PME through PCIe PME
interrupt
[ 0.241177] pci 0000:02:00.0: Signaling PME through PCIe PME
interrupt
[ 0.241193] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme
loaded
[ 0.241233] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.241329] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086
device_id 27d0 ss_vid 0 ss_did 0
[ 0.241383] pciehp 0000:00:1c.0:pcie04: service driver pciehp
loaded
[ 0.241404] pciehp: PCI Express Hot Plug Controller Driver version:
0.4
[ 0.241728] input: Power Button as /devices/LNXSYSTM:00/device:00/
PNP0C0C:00/input/input0
[ 0.241751] ACPI: Power Button [PWRB]
[ 0.241883] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/
input/input1
[ 0.241901] ACPI: Power Button [PWRF]
[ 0.242104] ACPI: acpi_idle registered with cpuidle
[ 0.242336] Marking TSC unstable due to TSC halts in idle
[ 0.243891] ERST: Table is not found!
[ 0.244123] Serial: 8250/16550 driver, 32 ports, IRQ sharing
enabled
[ 0.246822] Linux agpgart interface v0.103
[ 0.248062] isapnp: Scanning for PnP cards...
[ 0.301469] brd: module loaded
[ 0.302839] loop: module loaded
[ 0.303034] i2c-core: driver [adp5520] using legacy suspend method
[ 0.303046] i2c-core: driver [adp5520] using legacy resume method
[ 0.303230] ata_piix 0000:00:1f.1: version 2.13
[ 0.303284] ata_piix 0000:00:1f.1: power state changed by ACPI to
D0
[ 0.303300] ata_piix 0000:00:1f.1: power state changed by ACPI to
D0
[ 0.303337] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low)
-> IRQ 18
[ 0.303409] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.308767] scsi0 : ata_piix
[ 0.312498] scsi1 : ata_piix
[ 0.313430] ata1: PATA max UDMA/100 cmd 0x2058 ctl 0x2064 bmdma
0x2040 irq 18
[ 0.313445] ata2: PATA max UDMA/100 cmd 0x2050 ctl 0x2060 bmdma
0x2048 irq 18
[ 0.314333] Fixed MDIO Bus: probed
[ 0.314426] PPP generic driver version 2.4.2
[ 0.314537] tun: Universal TUN/TAP device driver, 1.6
[ 0.314548] tun: (C) 1999-2004 Max Krasnyansky <ma...@qualcomm.com>
[ 0.314733] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI)
Driver
[ 0.314787] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 21 (level, low)
-> IRQ 21
[ 0.314825] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.314832] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.314915] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned
bus number 1
[ 0.314970] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 0.314995] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.318881] ehci_hcd 0000:00:1d.7: cache line size of 256 is not
supported
[ 0.319124] ehci_hcd 0000:00:1d.7: irq 21, io mem 0x22305000
[ 0.332660] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.332990] hub 1-0:1.0: USB hub found
[ 0.333006] hub 1-0:1.0: 8 ports detected
[ 0.333187] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.333225] uhci_hcd: USB Universal Host Controller Interface
driver
[ 0.333303] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 21 (level, low)
-> IRQ 21
[ 0.333325] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.333332] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.333419] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned
bus number 2
[ 0.333481] uhci_hcd 0000:00:1d.0: irq 21, io base 0x00002020
[ 0.333741] hub 2-0:1.0: USB hub found
[ 0.333755] hub 2-0:1.0: 2 ports detected
[ 0.334007] i8042: PNP: No PS/2 controller found. Probing ports
directly.
[ 0.334919] i8042: No controller found
[ 0.335060] mousedev: PS/2 mouse device common for all mice
[ 0.340357] rtc_cmos 00:07: RTC can wake from S4
[ 0.340461] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.340521] rtc0: alarms up to one month, y3k, 242 bytes nvram,
hpet irqs
[ 0.340717] device-mapper: uevent: version 1.0.3
[ 0.340897] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07)
initialised: dm-d...@redhat.com
[ 0.341040] device-mapper: multipath: version 1.2.0 loaded
[ 0.341053] device-mapper: multipath round-robin: version 1.0.0
loaded
[ 0.341231] EISA: Probing bus 0 at eisa.0
[ 0.341248] Cannot allocate resource for EISA slot 1
[ 0.341258] Cannot allocate resource for EISA slot 2
[ 0.341268] Cannot allocate resource for EISA slot 3
[ 0.341302] EISA: Detected 0 cards.
[ 0.344264] cpuidle: using governor ladder
[ 0.344385] cpuidle: using governor menu
[ 0.344926] TCP cubic registered
[ 0.345235] NET: Registered protocol family 10
[ 0.346362] NET: Registered protocol family 17
[ 0.346402] Registering the dns_resolver key type
[ 0.347047] Using IPI No-Shortcut mode
[ 0.347268] PM: Hibernation image not present or could not be
loaded.
[ 0.347289] registered taskstats version 1
[ 0.347630] Magic number: 3:54:347
[ 0.347708] pci0000:00: hash matches
[ 0.347780] rtc_cmos 00:07: setting system clock to 2011-07-22
20:18:44 UTC (1311365924)
[ 0.347797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.347807] EDD information not available.
[ 0.619883] ata1.00: ATA-5: TOSHIBA MK4019GAX, FA003G, max UDMA/100
[ 0.619906] ata1.00: 78140160 sectors, multi 16: LBA
[ 0.707983] usb 1-1: new high speed USB device using ehci_hcd and
address 2
[ 0.708031] ata1.00: configured for UDMA/100
[ 0.839667] isapnp: No Plug & Play device found
[ 0.839958] scsi 0:0:0:0: Direct-Access ATA TOSHIBA
MK4019GA FA00 PQ: 0 ANSI: 5
[ 0.840384] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 0.840572] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks:
(40.0 GB/37.2 GiB)
[ 0.840697] sd 0:0:0:0: [sda] Write Protect is off
[ 0.840709] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.840761] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 0.929199] hub 1-1:1.0: USB hub found
[ 0.929869] hub 1-1:1.0: 4 ports detected
[ 0.933758] GPT:Primary header thinks Alt. header is not at the end
of the disk.
[ 0.933780] GPT:78140158 != 78140159
[ 0.933788] GPT:Alternate GPT header not at the end of the disk.
[ 0.933799] GPT:78140158 != 78140159
[ 0.933807] GPT: Use GNU Parted to correct GPT errors.
[ 0.933878] sda: sda1 sda2 sda3
[ 0.934517] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.208888] usb 1-1.4: new low speed USB device using ehci_hcd and
address 4
[ 1.290477] Freeing initrd memory: 12512k freed
[ 1.305568] Freeing unused kernel memory: 700k freed
[ 1.306547] Write protecting the kernel text: 5192k
[ 1.306646] Write protecting the kernel read-only data: 2148k
[ 1.350780] <30>udev[63]: starting version 167
[ 1.556047] usb 2-2: new low speed USB device using uhci_hcd and
address 2
[ 1.726942] b43-pci-bridge 0000:02:00.0: PCI INT A -> GSI 16
(level, low) -> IRQ 16
[ 1.726979] b43-pci-bridge 0000:02:00.0: setting latency timer to
64
[ 1.736560] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar
22, 2004)
[ 1.737353] 8139cp 0000:03:03.0: This (id 10ec:8139 rev 10) is not
an 8139C+ compatible chip, use 8139too
[ 1.744198] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x12,
vendor 0x4243)
[ 1.744218] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0B,
vendor 0x4243)
[ 1.744235] ssb: Core 2 found: PCI-E (cc 0x820, rev 0x02, vendor
0x4243)
[ 1.744252] ssb: Core 3 found: PCI (cc 0x804, rev 0x0D, vendor
0x4243)
[ 1.744269] ssb: Core 4 found: USB 1.1 Host (cc 0x817, rev 0x04,
vendor 0x4243)
[ 1.788569] 8139too: 8139too Fast Ethernet driver 0.9.28
[ 1.788670] 8139too 0000:03:03.0: PCI INT A -> GSI 20 (level, low) -
> IRQ 20
[ 1.793064] 8139too 0000:03:03.0: eth0: RealTek RTL8139 at 0x1000,
00:17:f2:f8:40:aa, IRQ 20
[ 1.796222] ssb: Sonics Silicon Backplane found on PCI device
0000:02:00.0
[ 1.830235] usbcore: registered new interface driver usbhid
[ 1.830252] usbhid: USB HID core driver
[ 1.857894] input: Gyration Gyration RF Technology Receiver as /
devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1.4/1-1.4:1.0/input/input2
[ 1.859933] gyration 0003:0C16:0002.0001: input,hiddev0,hidraw0:
USB HID v1.10 Keyboard [Gyration Gyration RF Technology Receiver] on
usb-0000:00:1d.7-1.4/input0
[ 1.873251] input: Gyration Gyration RF Technology Receiver as /
devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1.4/1-1.4:1.1/input/input3
[ 1.874329] gyration 0003:0C16:0002.0002: input,hiddev0,hidraw1:
USB HID v1.20 Mouse [Gyration Gyration RF Technology Receiver] on
usb-0000:00:1d.7-1.4/input1
[ 1.874787] apple 0003:05AC:8241.0003: hiddev0,hidraw2: USB HID
v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.0-2/
input0
[ 2.061245] EXT4-fs (sda2): INFO: recovery required on readonly
filesystem
[ 2.061264] EXT4-fs (sda2): write access will be enabled during
recovery
[ 2.096269] EXT4-fs (sda2): recovery complete
[ 2.097398] EXT4-fs (sda2): mounted filesystem with ordered data
mode. Opts: (null)
[ 4.982912] <30>udev[260]: starting version 167
[ 5.011150] Adding 2096124k swap on /dev/sda3. Priority:-1 extents:
1 across:2096124k
[ 5.906082] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 7.071328] cfg80211: Calling CRDA to update world regulatory
domain
[ 7.690951] [drm] Initialized drm 1.1.0 20060810
[ 7.703579] b43-phy0: Broadcom 4321 WLAN found (core revision 11)
[ 7.768306] cfg80211: Updating information on frequency 2412 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768314] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768320] cfg80211: Updating information on frequency 2417 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768327] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768332] cfg80211: Updating information on frequency 2422 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768339] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768344] cfg80211: Updating information on frequency 2427 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768350] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768356] cfg80211: Updating information on frequency 2432 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768362] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768367] cfg80211: Updating information on frequency 2437 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768374] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768379] cfg80211: Updating information on frequency 2442 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768385] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768391] cfg80211: Updating information on frequency 2447 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768397] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768403] cfg80211: Updating information on frequency 2452 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768409] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768414] cfg80211: Updating information on frequency 2457 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768421] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768426] cfg80211: Updating information on frequency 2462 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768432] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768438] cfg80211: Updating information on frequency 2467 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768444] cfg80211: 2457000 KHz - 2482000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768450] cfg80211: Updating information on frequency 2472 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768456] cfg80211: 2457000 KHz - 2482000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 7.768462] cfg80211: Updating information on frequency 2484 MHz
for a 20 MHz width channel with regulatory rule:
[ 7.768468] cfg80211: 2474000 KHz - 2494000 KHz @ KHz), (600 mBi,
2000 mBm)
[ 8.070265] lp: driver loaded but no devices found
[ 8.149681] intel_rng: FWH not detected
[ 8.169491] leds_ss4200: no LED devices found
[ 8.428977] ieee80211 phy0: Selected rate control algorithm
'minstrel_ht'
[ 8.430235] Registered led device: b43-phy0::tx
[ 8.430288] Registered led device: b43-phy0::rx
[ 8.430337] Registered led device: b43-phy0::radio
[ 8.430371] Broadcom 43xx driver loaded [ Features: PNL, Firmware-
ID: FW13 ]
[ 9.312708] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -
> IRQ 16
[ 9.312720] nouveau 0000:01:00.0: setting latency timer to 64
[ 9.386398] [drm] nouveau 0000:01:00.0: Detected an NV40 generation
card (0x046700a3)
[ 9.401965] [drm] nouveau 0000:01:00.0: Attempting to load BIOS
image from PRAMIN
[ 9.461037] [drm] nouveau 0000:01:00.0: ... appears to be valid
[ 9.461048] [drm] nouveau 0000:01:00.0: BIT BIOS found
[ 9.461054] [drm] nouveau 0000:01:00.0: Bios version 05.72.22.68
[ 9.461062] [drm] nouveau 0000:01:00.0: TMDS table version 1.1
[ 9.461066] [drm] nouveau 0000:01:00.0: TMDS table script pointers
not stubbed
[ 9.461071] [drm] nouveau 0000:01:00.0: BIT table 'd' not found
[ 9.461077] [drm] nouveau 0000:01:00.0: Found Display Configuration
Block version 3.0
[ 9.461084] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 04021112
00000000
[ 9.461090] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 020321f1
0081c01c
[ 9.461098] [drm] nouveau 0000:01:00.0: DCB connector table: VHER
0x30 5 10 2
[ 9.461105] [drm] nouveau 0000:01:00.0: 0: 0x00000000: type 0x00
idx 0 tag 0xff
[ 9.461112] [drm] nouveau 0000:01:00.0: 1: 0x00001161: type 0x61
idx 1 tag 0x07
[ 9.461118] [drm] nouveau 0000:01:00.0: 2: 0x00000213: type 0x13
idx 2 tag 0xff
[ 9.461131] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0
at offset 0xD0F9
[ 9.461198] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1
at offset 0xD3FD
[ 9.509352] cfg80211: Updating information on frequency 2412 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509361] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509367] cfg80211: Updating information on frequency 2417 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509374] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509379] cfg80211: Updating information on frequency 2422 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509386] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509391] cfg80211: Updating information on frequency 2427 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509397] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509403] cfg80211: Updating information on frequency 2432 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509409] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509414] cfg80211: Updating information on frequency 2437 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509421] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509426] cfg80211: Updating information on frequency 2442 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509432] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509438] cfg80211: Updating information on frequency 2447 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509444] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509449] cfg80211: Updating information on frequency 2452 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509456] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509461] cfg80211: Updating information on frequency 2457 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509467] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509473] cfg80211: Updating information on frequency 2462 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509479] cfg80211: 2402000 KHz - 2472000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509484] cfg80211: Updating information on frequency 2467 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509491] cfg80211: 2457000 KHz - 2482000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509496] cfg80211: Updating information on frequency 2472 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509502] cfg80211: 2457000 KHz - 2482000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509508] cfg80211: Updating information on frequency 2484 MHz
for a 20 MHz width channel with regulatory rule:
[ 9.509514] cfg80211: 2474000 KHz - 2494000 KHz @ KHz), (300 mBi,
2000 mBm)
[ 9.509521] cfg80211: World regulatory domain updated:
[ 9.509525] cfg80211: (start_freq - end_freq @ bandwidth),
(max_antenna_gain, max_eirp)
[ 9.509531] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz),
(300 mBi, 2000 mBm)
[ 9.509538] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz),
(300 mBi, 2000 mBm)
[ 9.509544] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz),
(300 mBi, 2000 mBm)
[ 9.509550] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz),
(300 mBi, 2000 mBm)
[ 9.509556] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz),
(300 mBi, 2000 mBm)
[ 9.553394] HDA Intel 0000:00:1b.0: enabling device (0000 -> 0002)
[ 9.553428] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level,
low) -> IRQ 22
[ 9.553511] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[ 9.553561] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 9.592227] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2
at offset 0xD91A
[ 9.592271] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3
at offset 0xDA95
[ 9.600187] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4
at offset 0xDC0A
[ 9.654875] [drm] nouveau 0000:01:00.0: 1 available performance
level(s)
[ 9.654886] [drm] nouveau 0000:01:00.0: 0: memory 720MHz core
360MHz fanspeed 100%
[ 9.654903] [drm] nouveau 0000:01:00.0: c: memory 729MHz core
360MHz
[ 9.660054] [TTM] Zone kernel: Available graphics memory: 120118
kiB.
[ 9.660059] [TTM] Initializing pool allocator.
[ 9.660081] [drm] nouveau 0000:01:00.0: Detected 64MiB VRAM
[ 9.663629] [drm] nouveau 0000:01:00.0: 64 MiB GART (aperture)
[ 9.674382] [drm] Supports vblank timestamp caching Rev 1
(10.10.2010).
[ 9.674388] [drm] No driver support for vblank timestamp query.
[ 9.688302] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on tmds
encoder (output 0)
[ 9.688311] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on TV
encoder (output 1)
[ 9.748038] No connectors reported connected with modes
[ 9.748048] [drm] Cannot find any crtc or sizes - going 1024x768
[ 9.748984] [drm] nouveau 0000:01:00.0: allocated 1024x768 fb:
0x49000, bo ccdd6000
[ 9.750869] Console: switching to colour frame buffer device 128x48
[ 9.752049] fb0: nouveaufb frame buffer device
[ 9.752053] drm: registered panic notifier
[ 9.752067] [drm] Initialized nouveau 0.0.16 20090420 for
0000:01:00.0 on minor 0
[ 10.790064] hda_codec: ALC889A: SKU not ready 0x400000f0
[ 11.032082] type=1400 audit(1311380335.182:2): apparmor="STATUS"
operation="profile_load" name="/sbin/dhclient" pid=393
comm="apparmor_parser"
[ 11.048397] type=1400 audit(1311380335.198:3): apparmor="STATUS"
operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-
client.action" pid=393 comm="apparmor_parser"
[ 11.048622] type=1400 audit(1311380335.198:4): apparmor="STATUS"
operation="profile_load" name="/usr/lib/connman/scripts/dhclient-
script" pid=393 comm="apparmor_parser"
[ 11.094326] input: HDA Intel Headphone as /devices/
pci0000:00/0000:00:1b.0/sound/card0/input4
[ 11.207506] type=1400 audit(1311380335.354:5): apparmor="STATUS"
operation="profile_replace" name="/sbin/dhclient" pid=521
comm="apparmor_parser"
[ 11.207798] type=1400 audit(1311380335.354:6): apparmor="STATUS"
operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-
client.action" pid=521 comm="apparmor_parser"
[ 11.208035] type=1400 audit(1311380335.354:7): apparmor="STATUS"
operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-
script" pid=521 comm="apparmor_parser"
[ 12.045892] type=1400 audit(1311380336.194:8): apparmor="STATUS"
operation="profile_replace" name="/sbin/dhclient" pid=561
comm="apparmor_parser"
[ 12.046166] type=1400 audit(1311380336.194:9): apparmor="STATUS"
operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-
client.action" pid=561 comm="apparmor_parser"
[ 12.046377] type=1400 audit(1311380336.194:10): apparmor="STATUS"
operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-
script" pid=561 comm="apparmor_parser"
[ 12.372682] eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
[ 12.444837] type=1400 audit(1311380336.594:11): apparmor="STATUS"
operation="profile_replace" name="/sbin/dhclient" pid=634
comm="apparmor_parser"
[ 22.808033] eth0: no IPv6 routers present

DFishburn

unread,
Jul 31, 2011, 10:22:17 PM7/31/11
to atv-bootloader
BTW, when I run the parted utility it works as expected but I always
have two lines after it:

sh: udevadmin: not found
sh: udevadmin: not found


Any ideas why?

Dave
Reply all
Reply to author
Forward
0 new messages