Jump to content
20 posts in this topic

Recommended Posts

Hey guys

 

Obviously new to posting in the forums, but I have been doing a lot of reading / trawling to get to this point. Its time to get some real help I think.

 

I have been trying to install OSX to my Sony Vaio S VPCSA290X for about a week now, with little luck. I have tried multiple boot cds (EFI (all variants), [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url]+legacy, modcd etc) to varying degrees of failure - haven't managed to get past the 'waiting for root device' message.

 

I know that this message relates to AHCI, and that turning this off in the BIOS will get me past this error and allow the install to find my SATA drive. However my BIOS is very limited, so that is not an option. Option two is to patch the AppleIntelPIIXATA.kext plist file for the device ID of my sata controller (which is 0x282A8086).

 

I have grabbed the patched AppleIntelPIIXATA.kext from kexts.com and injected my device ID, and then tried dropping it in both /Extras/Extensions and /System/Library/Extensions/IOATAFamily.kext. Doing this still returns the same 'waiting for root device' error. I have also been given a different AppleIntelPIIXATA.kext from a kind soul on #snowleopard, and also a bootcd with a patched AppleIntelPIIXATA.kext injected.

 

Everytime I end up at the same place.... waiting for it to find my SATA HD.

 

So, whats the deal? What can I try now to get around this if I cant switch it off in my BIOS and patching the correct files doesn't work. In case it is important, I created my modUSB OSX install USB in Ubuntu following Nawcons guide found here without any issues. http://blog.nawcom.com/?p=8

 

If it helps, I am running on an i7 2620m CPU and using a RETAIL SL 10.6.3 disk, and to be able to get to this error without various KPs I need to use the boot flags -v -x platform=x86pc arch=i386 busratio=27. I am not using a DSDT as I tried, and got totally lost with the whole thing :huh: If that is a possible way around this issue then bring it on, but I have had enough to get my head around to venture into that on my own.

 

http://prntscr.com/28tyq

 

Cheers guys

Edited by AKZam
Link to comment
https://www.insanelymac.com/forum/topic/261796-persistant-ahci-issues/
Share on other sites

for dsdt http://www.insanelymac.com/forum/index.php...t&p=1571259

:(

If you want to send me information about your system so I can make an auto-patcher for it, please download and run the attached "run_me" script and attach the "send_me.zip" file it creates on your desktop. The included data is your DSDT, a list of loaded kexts, an ioreg dump and the kernel log. If you want to see the commands it runs, just open the script with "Automator".

Attached File run_me.zip ( 66.11K )

 

you might need a register change to enable ahci

Hi LatinMcG, thanks for replying. More than happy to run the script if you can help, I grabbed a copy from MaLd0ns DSDT topic. If I can't even boot into an install to get OSX86 off the ground, how can running this script provide data about my kernel version or required kexts? Its only possible to run it from either Windows 7 or Ubuntu, as OSX isn't working yet.

 

That post is where I started with DSDTs, I downloaded the windows / linux version and ran it, it was full of information and devices without any names etc - it seems the OSX version of the software is a bit more point and click than the vs I tried.

 

I am at work at the moment, but when I get home I will start up the DSDT patcher again and save my DSDT.aml for you to have a look at. And try running the script from both Windows and Linux.

 

Sorry for my supreme nubness. Its looking like it really is an uphill battle to install OSX86 on a Sony!

boot linux on cd live and use acpidump then upload in .zip

1: once booted and conneted online type in terminal sudo-s press enter

2:then apt-get install acpidump

3: then acpidump > acpidump.out

4: acpixtract DSDT acpidump > DSDT.dat

5: type in terminal apt-get install iasl

6: iasl -d DSDT.dat

to Disassemble it which will make dsdt.dsl

or the easy way

mkdir ACPI && dmesg | perl -we '$n=0; while (<>) { if (($t,$a,$l,$o) = (/^[^a-zA-Z]*ACPI: ([-._A-Z0-9]{4,4}) +([0-9A-F]{8,8}), ([0-9A-F]{4,4})+(?:\s*\(([^)]+))?/)) { $o && $o=~s/[^-._a-zA-Z0-9]+/-/g; ($cmd="acpidump -a $a -l $l > \"ACPI/${t}".($o?"_$o":"").".aml\""); print "Running command: \"$cmd\"\n"; system($cmd); ++$n; } } die("No match") unless $n;' && zip -r ACPI-Tables.zip ACPI

save in a notepad as dsdt.sh then drag and drop into a sudo -s terminal to get dsdt into a zip ready to upload.

u also need to run "lspci -v -n" in terminal in linux to get device ids.

or in osx http://osx86.sojugarden.com/2009/10/lspci-...r-1-0-released/

you can also get from windows.. theres a dsdtse for windows

im not expert in ati.. but i can help with the sata ahci device id tricking.

I had a shot at this, but failed two ways :) my linux skills are pretty limited, so I can follow instructions, but when things don't work i'm stuck as to why not...

 

Unfortunately when I try do it myself in Terminal, I can install acpidump, and create the acpidump.out file, but when I try to extract the DSDT file, it doesn't work - I end up with a file simply with "Could not open DSDT" written in it. I have attached my acpidump.out if that helps, maybe someone else can still extract the DSDT from within it (unless it has to be done from this system?).

 

The second 'easy' method doesn't seem to help, following what you ask to do ends up with gedit opening the dsdt.sh script file? it doesn't execute it.

 

I got my lspci info though, I guess that is a start:

 

toby@Toby-Vaio:~$ lspci -v -n
00:00.0 0600: 8086:0104 (rev 09)
Subsystem: 104d:907b
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>
Kernel driver in use: agpgart-intel

00:01.0 0604: 8086:0101 (rev 09) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00007000-00007fff
Memory behind bridge: c8400000-c93fffff
Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:02.0 0300: 8086:0126 (rev 09) (prog-if 00 [VGA controller])
Subsystem: 104d:907b
Flags: bus master, fast devsel, latency 0, IRQ 44
Memory at c0000000 (64-bit, non-prefetchable) [size=4M]
Memory at b0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 8000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915

00:16.0 0780: 8086:1c3a (rev 04)
Subsystem: 104d:907b
Flags: bus master, fast devsel, latency 0, IRQ 7
Memory at c9404000 (64-bit, non-prefetchable) [size=16]
Capabilities: <access denied>

00:1a.0 0c03: 8086:1c2d (rev 04) (prog-if 20 [EHCI])
Subsystem: 104d:907b
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at c940a000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd

00:1b.0 0403: 8086:1c20 (rev 04)
Subsystem: 104d:907b
Flags: bus master, fast devsel, latency 0, IRQ 51
Memory at c9400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

00:1c.0 0604: 8086:1c10 (rev b4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00006000-00006fff
Memory behind bridge: c7400000-c83fffff
Prefetchable memory behind bridge: 00000000c0400000-00000000c13fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.1 0604: 8086:1c12 (rev b4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: c6400000-c73fffff
Prefetchable memory behind bridge: 00000000c1400000-00000000c23fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.2 0604: 8086:1c14 (rev b4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: c5400000-c63fffff
Prefetchable memory behind bridge: 00000000c2400000-00000000c33fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.3 0604: 8086:1c16 (rev b4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: c4400000-c53fffff
Prefetchable memory behind bridge: 00000000c3400000-00000000c43fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1d.0 0c03: 8086:1c26 (rev 04) (prog-if 20 [EHCI])
Subsystem: 104d:907b
Flags: bus master, medium devsel, latency 0, IRQ 20
Memory at c9409000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd

00:1f.0 0601: 8086:1c4b (rev 04)
Subsystem: 104d:907b
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>
Kernel modules: iTCO_wdt

00:1f.2 0104: 8086:282a (rev 04)
Subsystem: 104d:907b
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 42
I/O ports at 8088 [size=8]
I/O ports at 809c [size=4]
I/O ports at 8080 [size=8]
I/O ports at 8098 [size=4]
I/O ports at 8060 [size=32]
Memory at c9408000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
Kernel modules: ahci

00:1f.3 0c05: 8086:1c22 (rev 04)
Subsystem: 104d:907b
Flags: medium devsel, IRQ 10
Memory at c9406000 (64-bit, non-prefetchable) [size=256]
I/O ports at 8040 [size=32]
Kernel modules: i2c-i801

01:00.0 0300: 1002:6741 (rev ff) (prog-if ff)
!!! Unknown header type 7f
Kernel driver in use: radeon
Kernel modules: radeon

02:00.0 0280: 8086:0082 (rev 34)
Subsystem: 8086:1301
Flags: bus master, fast devsel, latency 0, IRQ 50
Memory at c7400000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: iwlagn
Kernel modules: iwlagn

03:00.0 ff00: 10ec:5209 (rev 01)
Subsystem: 104d:907b
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at c6400000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: rts_pstor
Kernel modules: rts_pstor

04:00.0 0c03: 1033:0194 (rev 04) (prog-if 30 [XHCI])
Subsystem: 104d:907b
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at c5400000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
Kernel modules: xhci-hcd

05:00.0 0200: 10ec:8168 (rev 06)
Subsystem: 104d:907b
Flags: bus master, fast devsel, latency 0, IRQ 41
I/O ports at 3000 [size=256]
Memory at c3404000 (64-bit, prefetchable) [size=4K]
Memory at c3400000 (64-bit, prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169

 

and separated to enable you to see the components etc

root@Toby-Vaio:/# lspci -n
00:00.0 0600: 8086:0104 (rev 09)
00:01.0 0604: 8086:0101 (rev 09)
00:02.0 0300: 8086:0126 (rev 09)
00:16.0 0780: 8086:1c3a (rev 04)
00:1a.0 0c03: 8086:1c2d (rev 04)
00:1b.0 0403: 8086:1c20 (rev 04)
00:1c.0 0604: 8086:1c10 (rev b4)
00:1c.1 0604: 8086:1c12 (rev b4)
00:1c.2 0604: 8086:1c14 (rev b4)
00:1c.3 0604: 8086:1c16 (rev b4)
00:1d.0 0c03: 8086:1c26 (rev 04)
00:1f.0 0601: 8086:1c4b (rev 04)
00:1f.2 0104: 8086:282a (rev 04)
00:1f.3 0c05: 8086:1c22 (rev 04)
01:00.0 0300: 1002:6741 (rev ff)
02:00.0 0280: 8086:0082 (rev 34)
03:00.0 ff00: 10ec:5209 (rev 01)
04:00.0 0c03: 1033:0194 (rev 04)
05:00.0 0200: 10ec:8168 (rev 06)
root@Toby-Vaio:/# lspci -v
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
Subsystem: Sony Corporation Device 907b
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel driver in use: agpgart-intel

00:01.0 PCI bridge: Intel Corporation 2nd Generation Core Processor Family PCI Express Root Port (rev 09) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00007000-00007fff
Memory behind bridge: c8400000-c93fffff
Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
Capabilities: [88] Subsystem: Sony Corporation Device 907b
Capabilities: [80] Power Management version 3
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [a0] Express Root Port (Slot+), MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [140] Root Complex Link
Kernel driver in use: pcieport
Kernel modules: shpchp

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: Sony Corporation Device 907b
Flags: bus master, fast devsel, latency 0, IRQ 44
Memory at c0000000 (64-bit, non-prefetchable) [size=4M]
Memory at b0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 8000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915

00:16.0 Communication controller: Intel Corporation 6 Series Chipset Family MEI Controller #1 (rev 04)
Subsystem: Sony Corporation Device 907b
Flags: bus master, fast devsel, latency 0, IRQ 7
Memory at c9404000 (64-bit, non-prefetchable) [size=16]
Capabilities: [50] Power Management version 3
Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+

00:1a.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
Subsystem: Sony Corporation Device 907b
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at c940a000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
Kernel driver in use: ehci_hcd

00:1b.0 Audio device: Intel Corporation 6 Series Chipset Family High Definition Audio Controller (rev 04)
Subsystem: Sony Corporation Device 907b
Flags: bus master, fast devsel, latency 0, IRQ 51
Memory at c9400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 1 (rev b4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00006000-00006fff
Memory behind bridge: c7400000-c83fffff
Prefetchable memory behind bridge: 00000000c0400000-00000000c13fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Sony Corporation Device 907b
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 2 (rev b4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: c6400000-c73fffff
Prefetchable memory behind bridge: 00000000c1400000-00000000c23fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Sony Corporation Device 907b
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 3 (rev b4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: c5400000-c63fffff
Prefetchable memory behind bridge: 00000000c2400000-00000000c33fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Sony Corporation Device 907b
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.3 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 4 (rev b4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: c4400000-c53fffff
Prefetchable memory behind bridge: 00000000c3400000-00000000c43fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Sony Corporation Device 907b
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1d.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
Subsystem: Sony Corporation Device 907b
Flags: bus master, medium devsel, latency 0, IRQ 20
Memory at c9409000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
Kernel driver in use: ehci_hcd

00:1f.0 ISA bridge: Intel Corporation HM67 Express Chipset Family LPC Controller (rev 04)
Subsystem: Sony Corporation Device 907b
Flags: bus master, medium devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel modules: iTCO_wdt

00:1f.2 RAID bus controller: Intel Corporation Mobile 82801 SATA RAID Controller (rev 04)
Subsystem: Sony Corporation Device 907b
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 42
I/O ports at 8088 [size=8]
I/O ports at 809c [size=4]
I/O ports at 8080 [size=8]
I/O ports at 8098 [size=4]
I/O ports at 8060 [size=32]
Memory at c9408000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [70] Power Management version 3
Capabilities: [a8] SATA HBA v1.0
Capabilities: [b0] PCI Advanced Features
Kernel driver in use: ahci
Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 6 Series Chipset Family SMBus Controller (rev 04)
Subsystem: Sony Corporation Device 907b
Flags: medium devsel, IRQ 10
Memory at c9406000 (64-bit, non-prefetchable) [size=256]
I/O ports at 8040 [size=32]
Kernel modules: i2c-i801

01:00.0 VGA compatible controller: ATI Technologies Inc NI Whistler [AMD Radeon HD 6600M Series] (rev ff) (prog-if ff)
!!! Unknown header type 7f
Kernel driver in use: radeon
Kernel modules: radeon

02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN
Flags: bus master, fast devsel, latency 0, IRQ 50
Memory at c7400000 (64-bit, non-prefetchable) [size=8K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [e0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number a0-88-b4-ff-ff-0e-c9-b4
Kernel driver in use: iwlagn
Kernel modules: iwlagn

03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5209 (rev 01)
Subsystem: Sony Corporation Device 907b
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at c6400000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number 00-00-00-01-00-4c-e0-00
Kernel driver in use: rts_pstor
Kernel modules: rts_pstor

04:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04) (prog-if 30 [XHCI])
Subsystem: Sony Corporation Device 907b
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at c5400000 (64-bit, non-prefetchable) [size=8K]
Capabilities: [50] Power Management version 3
Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
Capabilities: [a0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
Capabilities: [150] #18
Kernel driver in use: xhci_hcd
Kernel modules: xhci-hcd

05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
Subsystem: Sony Corporation Device 907b
Flags: bus master, fast devsel, latency 0, IRQ 41
I/O ports at 3000 [size=256]
Memory at c3404000 (64-bit, prefetchable) [size=4K]
Memory at c3400000 (64-bit, prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
Capabilities: [d0] Vital Product Data
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 79-15-00-00-68-4c-e0-00
Kernel driver in use: r8169
Kernel modules: r8169

 

I appreciate any help :)

Vaio_dsdt.zip

sudo -s in terminal first.

 

so the good news is 282a is supported natively. so it must be the secondary channel issue. need to use dsdt with "ioata panic fix"

not sure which device is secondary. i dont see the device id in list. try -v only in lspci

must be using both devices as sata no ata. so u prob need to change 282a to 2681 ESB2 as 282a only uses 2 ports in laptop.. ESB2 uses 6 .. so it will populate with proper driver.

heres an example of someones older sata and ide laptop.

00:1f.1 IDE interface [0101]: Intel Corporation Mobile IDE Controller [8086:2850] (rev 03)

00:1f.2 RAID bus controller [0104]: Intel Corporation Mobile SATA RAID Controller [8086:282a] (rev 03)

 

youre missing 2850 ide. so instead we make it think 282a is 2681 so it gives more sata ports.

or your secondary channel needs to be fixed in dsdt.

 

i cant decompile that acpidump for some reason... rundsdtse in os x or use sudo -s in linux terminal before u to the steps.

  • Like 1

I am definitely in superuser do mode... that's one thing about ubuntu I do understand.

 

Where would it create the ACPI-Tables.zip file, in my home directory? I am at work again but will try to run dtsde from windows when I get home to get this sorted. Thanks for the help - also I figured out that I don't have a folder called DSDT within /proc/acpi (ie proc/acpi/dsdt), I wonder if that is why it cant extract the DSDT data from the acpidump.out.

 

I did some reading about acpidump on the ubuntu forums, and found this:

Dump and extract all ACPI tables:
              acpidump -o DSDT.dat
              acpixtract -a

 

I tried it and it created the attached file, may help I guess until I figure all this out. Also managed to use DTSD SE for windows to extract a dsdt.asl - and then used koalala's patcher to compile it, fingers crossed it worked.

 

Cheers

AKZam_DSDT.zip

AKZam_DSDTSE.zip

i forgot to ask can u run Lsusb -v -n in linux pls to check device ids of usb's.

 

EDIT: heres a dsdt witha few fixes.. far from done. but its a start.

LPCB device-id, SATA device id changed to pci8086,1c03 from macbookpro8,1 Changed Windows 2006 for Darwin

 

by the way this dsdt is very close to macbookpro8,1 so use smbios.plist from it.

 

try making a usb with the osx 10.6.x restored to it from disk utility and install chameleon2 rc5 to it.. then with kext wizard install fakesmc to /Extra ... of that usb.

 

dont forget to copy the dsdt.aml and smbios.plist to same /Extra folder.

i forgot to ask can u run Lsusb -v -n in linux pls to check device ids of usb's.

 

Sure thing, I'll do it when I get home. I have the macbook pro 8.1 Extra folder from MaLd0n's LION USB installation page, but you recommend using just the smbios.plist, not the other files?

 

Ill have another play with as many variations as I can muster and see how it goes. Thanks for taking the time to look over my DSDT.

Here is my lsusb Latin. I feel dumb saying this, as I don't understand how it can be, but lsusb -v provides too much information to fit inside the terminal window.... after running it I cant get back up to the top of the terminal. It is in the second box below, but I don't think that is all of it? Can't scroll up anymore though... lsusb doesn't work as per below.

 


root@Toby-Vaio:~# lsusb
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 007: ID 03f0:110c Hewlett-Packard 
Bus 002 Device 003: ID 05ac:1294 Apple, Inc. iPhone 3GS
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 0489:e00f Foxconn / Hon Hai 
Bus 001 Device 004: ID 05ca:18c0 Ricoh Co., Ltd 
Bus 001 Device 003: ID 08ff:168f AuthenTec, Inc. 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@Toby-Vaio:~#  lsusb -n
lsusb: invalid option -- 'n'
Usage: lsusb [options]...
List USB devices
 -v, --verbose
     Increase verbosity (show descriptors)
 -s [[bus]:][devnum]
     Show only devices with specified device and/or
     bus numbers (in decimal)
 -d vendor:[product]
     Show only devices with the specified vendor and
     product ID numbers (in hexadecimal)
 -D device
     Selects which device lsusb will examine
 -t
     Dump the physical USB device hierarchy as a tree
 -V, --version
     Show version of program
root@Toby-Vaio:~# 

 

        bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0010  1x 16 bytes
       bInterval               8
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        1
     bAlternateSetting       0
     bNumEndpoints           0
     bInterfaceClass        14 Video
     bInterfaceSubClass      2 Video Streaming
     bInterfaceProtocol      0 
     iInterface              0 
     VideoStreaming Interface Descriptor:
       bLength                            15
       bDescriptorType                    36
       bDescriptorSubtype                  1 (INPUT_HEADER)
       bNumFormats                         2
       wTotalLength                      473
       bEndPointAddress                  130
       bmInfo                              1
       bTerminalLink                       4
       bStillCaptureMethod                 1
       bTriggerSupport                     0
       bTriggerUsage                       0
       bControlSize                        1
       bmaControls( 0)                    27
       bmaControls( 1)                    27
     VideoStreaming Interface Descriptor:
       bLength                            27
       bDescriptorType                    36
       bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
       bFormatIndex                        1
       bNumFrameDescriptors                7
       guidFormat                            {59555932-0000-1000-8000-00aa00389b71}
       bBitsPerPixel                      16
       bDefaultFrameIndex                  1
       bAspectRatioX                       0
       bAspectRatioY                       0
       bmInterlaceFlags                 0x02
         Interlaced stream or variable: No
         Fields per frame: 2 fields
         Field 1 first: No
         Field pattern: Field 1 only
         bCopyProtect                      0
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
       bFrameIndex                         1
       bmCapabilities                   0x01
         Still image supported
       wWidth                            640
       wHeight                           480
       dwMinBitRate                147456000
       dwMaxBitRate                147456000
       dwMaxVideoFrameBufferSize      614400
       dwDefaultFrameInterval         333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)            333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
       bFrameIndex                         2
       bmCapabilities                   0x01
         Still image supported
       wWidth                           1280
       wHeight                          1024
       dwMinBitRate                157286400
       dwMaxBitRate                157286400
       dwMaxVideoFrameBufferSize     2621440
       dwDefaultFrameInterval        1333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)           1333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
       bFrameIndex                         3
       bmCapabilities                   0x01
         Still image supported
       wWidth                           1280
       wHeight                           800
       dwMinBitRate                122880000
       dwMaxBitRate                122880000
       dwMaxVideoFrameBufferSize     2048000
       dwDefaultFrameInterval        1333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)           1333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
       bFrameIndex                         4
       bmCapabilities                   0x01
         Still image supported
       wWidth                           1280
       wHeight                           720
       dwMinBitRate                110592000
       dwMaxBitRate                110592000
       dwMaxVideoFrameBufferSize     1843200
       dwDefaultFrameInterval        1333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)           1333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
       bFrameIndex                         5
       bmCapabilities                   0x01
         Still image supported
       wWidth                            320
       wHeight                           240
       dwMinBitRate                 36864000
       dwMaxBitRate                 36864000
       dwMaxVideoFrameBufferSize      153600
       dwDefaultFrameInterval         333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)            333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
       bFrameIndex                         6
       bmCapabilities                   0x01
         Still image supported
       wWidth                            176
       wHeight                           144
       dwMinBitRate                 12165120
       dwMaxBitRate                 12165120
       dwMaxVideoFrameBufferSize       50688
       dwDefaultFrameInterval         333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)            333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
       bFrameIndex                         7
       bmCapabilities                   0x01
         Still image supported
       wWidth                            160
       wHeight                           120
       dwMinBitRate                  9216000
       dwMaxBitRate                  9216000
       dwMaxVideoFrameBufferSize       38400
       dwDefaultFrameInterval         333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)            333333
     VideoStreaming Interface Descriptor:
       bLength                            11
       bDescriptorType                    36
       bDescriptorSubtype                  6 (FORMAT_MJPEG)
       bFormatIndex                        2
       bNumFrameDescriptors                7
       bFlags                              0
         Fixed-size samples: No
       bDefaultFrameIndex                  1
       bAspectRatioX                       0
       bAspectRatioY                       0
       bmInterlaceFlags                 0x02
         Interlaced stream or variable: No
         Fields per frame: 2 fields
         Field 1 first: No
         Field pattern: Field 1 only
         bCopyProtect                      0
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  7 (FRAME_MJPEG)
       bFrameIndex                         1
       bmCapabilities                   0x01
         Still image supported
       wWidth                            640
       wHeight                           480
       dwMinBitRate                221184000
       dwMaxBitRate                221184000
       dwMaxVideoFrameBufferSize      921600
       dwDefaultFrameInterval         333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)            333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  7 (FRAME_MJPEG)
       bFrameIndex                         2
       bmCapabilities                   0x01
         Still image supported
       wWidth                           1280
       wHeight                          1024
       dwMinBitRate                943718400
       dwMaxBitRate                943718400
       dwMaxVideoFrameBufferSize     3932160
       dwDefaultFrameInterval         333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)            333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  7 (FRAME_MJPEG)
       bFrameIndex                         3
       bmCapabilities                   0x01
         Still image supported
       wWidth                           1280
       wHeight                           800
       dwMinBitRate                737280000
       dwMaxBitRate                737280000
       dwMaxVideoFrameBufferSize     3072000
       dwDefaultFrameInterval         333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)            333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  7 (FRAME_MJPEG)
       bFrameIndex                         4
       bmCapabilities                   0x01
         Still image supported
       wWidth                           1280
       wHeight                           720
       dwMinBitRate                663552000
       dwMaxBitRate                663552000
       dwMaxVideoFrameBufferSize     2764800
       dwDefaultFrameInterval         333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)            333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  7 (FRAME_MJPEG)
       bFrameIndex                         5
       bmCapabilities                   0x01
         Still image supported
       wWidth                            320
       wHeight                           240
       dwMinBitRate                 55296000
       dwMaxBitRate                 55296000
       dwMaxVideoFrameBufferSize      230400
       dwDefaultFrameInterval         333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)            333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  7 (FRAME_MJPEG)
       bFrameIndex                         6
       bmCapabilities                   0x01
         Still image supported
       wWidth                            176
       wHeight                           144
       dwMinBitRate                 18247680
       dwMaxBitRate                 18247680
       dwMaxVideoFrameBufferSize       76032
       dwDefaultFrameInterval         333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)            333333
     VideoStreaming Interface Descriptor:
       bLength                            30
       bDescriptorType                    36
       bDescriptorSubtype                  7 (FRAME_MJPEG)
       bFrameIndex                         7
       bmCapabilities                   0x01
         Still image supported
       wWidth                            160
       wHeight                           120
       dwMinBitRate                 13824000
       dwMaxBitRate                 13824000
       dwMaxVideoFrameBufferSize       57600
       dwDefaultFrameInterval         333333
       bFrameIntervalType                  1
       dwFrameInterval( 0)            333333
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        1
     bAlternateSetting       1
     bNumEndpoints           1
     bInterfaceClass        14 Video
     bInterfaceSubClass      2 Video Streaming
     bInterfaceProtocol      0 
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x82  EP 2 IN
       bmAttributes            5
         Transfer Type            Isochronous
         Synch Type               Asynchronous
         Usage Type               Data
       wMaxPacketSize     0x1400  3x 1024 bytes
       bInterval               1
Device Qualifier (for other device speed):
 bLength                10
 bDescriptorType         6
 bcdUSB               2.00
 bDeviceClass          239 Miscellaneous Device
 bDeviceSubClass         2 ?
 bDeviceProtocol         1 Interface Association
 bMaxPacketSize0        64
 bNumConfigurations      1
Device Status:     0x0000
 (Bus Powered)

Bus 001 Device 003: ID 08ff:168f AuthenTec, Inc. 
Device Descriptor:
 bLength                18
 bDescriptorType         1
 bcdUSB               2.00
 bDeviceClass          255 Vendor Specific Class
 bDeviceSubClass       255 Vendor Specific Subclass
 bDeviceProtocol       255 Vendor Specific Protocol
 bMaxPacketSize0         8
 idVendor           0x08ff AuthenTec, Inc.
 idProduct          0x168f 
 bcdDevice           25.01
 iManufacturer           0 
 iProduct                1 Fingerprint Sensor
 iSerial                 0 
 bNumConfigurations      1
 Configuration Descriptor:
   bLength                 9
   bDescriptorType         2
   wTotalLength           32
   bNumInterfaces          1
   bConfigurationValue     1
   iConfiguration          0 
   bmAttributes         0xa0
     (Bus Powered)
     Remote Wakeup
   MaxPower              100mA
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       0
     bNumEndpoints           2
     bInterfaceClass       255 Vendor Specific Class
     bInterfaceSubClass    255 Vendor Specific Subclass
     bInterfaceProtocol    255 Vendor Specific Protocol
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            2
         Transfer Type            Bulk
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0040  1x 64 bytes
       bInterval               0
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x02  EP 2 OUT
       bmAttributes            2
         Transfer Type            Bulk
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0008  1x 8 bytes
       bInterval               0
Device Status:     0x0000
 (Bus Powered)

Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Device Descriptor:
 bLength                18
 bDescriptorType         1
 bcdUSB               2.00
 bDeviceClass            9 Hub
 bDeviceSubClass         0 Unused
 bDeviceProtocol         1 Single TT
 bMaxPacketSize0        64
 idVendor           0x8087 Intel Corp.
 idProduct          0x0024 Integrated Rate Matching Hub
 bcdDevice            0.00
 iManufacturer           0 
 iProduct                0 
 iSerial                 0 
 bNumConfigurations      1
 Configuration Descriptor:
   bLength                 9
   bDescriptorType         2
   wTotalLength           25
   bNumInterfaces          1
   bConfigurationValue     1
   iConfiguration          0 
   bmAttributes         0xe0
     Self Powered
     Remote Wakeup
   MaxPower                0mA
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       0
     bNumEndpoints           1
     bInterfaceClass         9 Hub
     bInterfaceSubClass      0 Unused
     bInterfaceProtocol      0 Full speed (or root) hub
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0001  1x 1 bytes
       bInterval              12
Hub Descriptor:
 bLength               9
 bDescriptorType      41
 nNbrPorts             6
 wHubCharacteristic 0x0009
   Per-port power switching
   Per-port overcurrent protection
   TT think time 8 FS bits
 bPwrOn2PwrGood       50 * 2 milli seconds
 bHubContrCurrent      0 milli Ampere
 DeviceRemovable    0x00
 PortPwrCtrlMask    0xff
Hub Port Status:
  Port 1: 0000.0103 power enable connect
  Port 2: 0000.0100 power
  Port 3: 0000.0503 highspeed power enable connect
  Port 4: 0000.0100 power
  Port 5: 0000.0100 power
  Port 6: 0000.0103 power enable connect
Device Qualifier (for other device speed):
 bLength                10
 bDescriptorType         6
 bcdUSB               2.00
 bDeviceClass            9 Hub
 bDeviceSubClass         0 Unused
 bDeviceProtocol         0 Full speed (or root) hub
 bMaxPacketSize0        64
 bNumConfigurations      1
Device Status:     0x0001
 Self Powered

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
 bLength                18
 bDescriptorType         1
 bcdUSB               2.00
 bDeviceClass            9 Hub
 bDeviceSubClass         0 Unused
 bDeviceProtocol         0 Full speed (or root) hub
 bMaxPacketSize0        64
 idVendor           0x1d6b Linux Foundation
 idProduct          0x0002 2.0 root hub
 bcdDevice            2.06
 iManufacturer           3 Linux 2.6.38-8-generic ehci_hcd
 iProduct                2 EHCI Host Controller
 iSerial                 1 0000:00:1a.0
 bNumConfigurations      1
 Configuration Descriptor:
   bLength                 9
   bDescriptorType         2
   wTotalLength           25
   bNumInterfaces          1
   bConfigurationValue     1
   iConfiguration          0 
   bmAttributes         0xe0
     Self Powered
     Remote Wakeup
   MaxPower                0mA
   Interface Descriptor:
     bLength                 9
     bDescriptorType         4
     bInterfaceNumber        0
     bAlternateSetting       0
     bNumEndpoints           1
     bInterfaceClass         9 Hub
     bInterfaceSubClass      0 Unused
     bInterfaceProtocol      0 Full speed (or root) hub
     iInterface              0 
     Endpoint Descriptor:
       bLength                 7
       bDescriptorType         5
       bEndpointAddress     0x81  EP 1 IN
       bmAttributes            3
         Transfer Type            Interrupt
         Synch Type               None
         Usage Type               Data
       wMaxPacketSize     0x0004  1x 4 bytes
       bInterval              12
Hub Descriptor:
 bLength               9
 bDescriptorType      41
 nNbrPorts             2
 wHubCharacteristic 0x000a
   No power switching (usb 1.0)
   Per-port overcurrent protection
 bPwrOn2PwrGood       10 * 2 milli seconds
 bHubContrCurrent      0 milli Ampere
 DeviceRemovable    0x00
 PortPwrCtrlMask    0xff
Hub Port Status:
  Port 1: 0000.0503 highspeed power enable connect
  Port 2: 0000.0100 power
Device Status:     0x0003
 Self Powered
 Remote Wakeup Enabled
root@Toby-Vaio:~# 

Ah ok, here is my lspci -vv (its filling more than my console window again, how can I stop that from happening?). I have been called away for work and can't mess around with it tonight, ill get another chance tomorrow or Friday :) I'll definitely be back though! Also MaLd0n got back to me yesterday also with a DSDT, I have attached it so you can have a look. Maybe hold off on doing anything until I can do some testing :)

 

Cheers

 

	Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 2 (rev b4) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: c6400000-c73fffff
Prefetchable memory behind bridge: 00000000c1400000-00000000c23fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
	PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
	DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
		ExtTag- RBE+ FLReset-
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
		MaxPayload 128 bytes, MaxReadReq 128 bytes
	DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
	LnkCap:	Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
		ClockPM- Surprise- LLActRep+ BwNot-
	LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
		ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
	LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
	SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
		Slot #1, PowerLimit 10.000W; Interlock- NoCompl+
	SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg-
		Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
	SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
		Changed: MRL- PresDet- LinkState-
	RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
	RootCap: CRSVisible-
	RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
	DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis+ ARIFwd-
	LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
		 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
		 Compliance De-emphasis: -6dB
	LnkSta2: Current De-emphasis Level: -3.5dB
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
	Address: 00000000  Data: 0000
Capabilities: [90] Subsystem: Sony Corporation Device 907b
Capabilities: [a0] Power Management version 2
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 3 (rev b4) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: c5400000-c63fffff
Prefetchable memory behind bridge: 00000000c2400000-00000000c33fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
	PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
	DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
		ExtTag- RBE+ FLReset-
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
		MaxPayload 128 bytes, MaxReadReq 128 bytes
	DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
	LnkCap:	Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
		ClockPM- Surprise- LLActRep+ BwNot-
	LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
		ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
	LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
	SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
		Slot #2, PowerLimit 10.000W; Interlock- NoCompl+
	SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg-
		Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
	SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
		Changed: MRL- PresDet- LinkState-
	RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
	RootCap: CRSVisible-
	RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
	DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis+ ARIFwd-
	LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
		 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
		 Compliance De-emphasis: -6dB
	LnkSta2: Current De-emphasis Level: -6dB
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
	Address: 00000000  Data: 0000
Capabilities: [90] Subsystem: Sony Corporation Device 907b
Capabilities: [a0] Power Management version 2
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.3 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 4 (rev b4) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: c4400000-c53fffff
Prefetchable memory behind bridge: 00000000c3400000-00000000c43fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
	PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
	DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
		ExtTag- RBE+ FLReset-
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
		MaxPayload 128 bytes, MaxReadReq 128 bytes
	DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
	LnkCap:	Port #4, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
		ClockPM- Surprise- LLActRep+ BwNot-
	LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
		ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
	LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
	SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
		Slot #3, PowerLimit 10.000W; Interlock- NoCompl+
	SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg-
		Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
	SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
		Changed: MRL- PresDet- LinkState-
	RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
	RootCap: CRSVisible-
	RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
	DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis+ ARIFwd-
	LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
		 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
		 Compliance De-emphasis: -6dB
	LnkSta2: Current De-emphasis Level: -3.5dB
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
	Address: 00000000  Data: 0000
Capabilities: [90] Subsystem: Sony Corporation Device 907b
Capabilities: [a0] Power Management version 2
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1d.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
Subsystem: Sony Corporation Device 907b
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 0: Memory at c9409000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
	AFCap: TP+ FLR+
	AFCtrl: FLR-
	AFStatus: TP+
Kernel driver in use: ehci_hcd

00:1f.0 ISA bridge: Intel Corporation HM67 Express Chipset Family LPC Controller (rev 04)
Subsystem: Sony Corporation Device 907b
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel modules: iTCO_wdt

00:1f.2 RAID bus controller: Intel Corporation Mobile 82801 SATA RAID Controller (rev 04)
Subsystem: Sony Corporation Device 907b
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 42
Region 0: I/O ports at 8088 [size=8]
Region 1: I/O ports at 809c [size=4]
Region 2: I/O ports at 8080 [size=8]
Region 3: I/O ports at 8098 [size=4]
Region 4: I/O ports at 8060 [size=32]
Region 5: Memory at c9408000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Address: fee0300c  Data: 4181
Capabilities: [70] Power Management version 3
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
	Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
Capabilities: [b0] PCI Advanced Features
	AFCap: TP+ FLR+
	AFCtrl: FLR-
	AFStatus: TP-
Kernel driver in use: ahci
Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 6 Series Chipset Family SMBus Controller (rev 04)
Subsystem: Sony Corporation Device 907b
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin B routed to IRQ 10
Region 0: Memory at c9406000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 8040 [size=32]
Kernel modules: i2c-i801

01:00.0 VGA compatible controller: ATI Technologies Inc NI Whistler [AMD Radeon HD 6600M Series] (rev ff) (prog-if ff)
!!! Unknown header type 7f
Kernel driver in use: radeon
Kernel modules: radeon

02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 51
Region 0: Memory at c7400000 (64-bit, non-prefetchable) [size=8K]
Capabilities: [c8] Power Management version 3
	Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Address: 00000000fee0100c  Data: 41c9
Capabilities: [e0] Express (v1) Endpoint, MSI 00
	DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 unlimited
		ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
		MaxPayload 128 bytes, MaxReadReq 128 bytes
	DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
	LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 <32us
		ClockPM+ Surprise- LLActRep- BwNot-
	LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
		ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
	LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
Capabilities: [100 v1] Advanced Error Reporting
	UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
	UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
	UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
	CESta:	RxErr- BadTLP+ BadDLLP- Rollover- Timeout- NonFatalErr+
	CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
	AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
Capabilities: [140 v1] Device Serial Number a0-88-b4-ff-ff-0e-c9-b4
Kernel driver in use: iwlagn
Kernel modules: iwlagn

03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5209 (rev 01)
Subsystem: Sony Corporation Device 907b
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at c6400000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 3
	Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold-)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
	Address: 0000000000000000  Data: 0000
Capabilities: [70] Express (v2) Endpoint, MSI 00
	DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <1us, L1 <8us
		ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
		MaxPayload 128 bytes, MaxReadReq 512 bytes
	DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
	LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 unlimited, L1 <64us
		ClockPM+ Surprise- LLActRep- BwNot-
	LnkCtl:	ASPM L0s Enabled; RCB 64 bytes Disabled- Retrain- CommClk-
		ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
	LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	DevCap2: Completion Timeout: Not Supported, TimeoutDis+
	DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
	LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
		 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
		 Compliance De-emphasis: -6dB
	LnkSta2: Current De-emphasis Level: -6dB
Capabilities: [100 v1] Advanced Error Reporting
	UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
	UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
	UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
	CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
	CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
	AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [140 v1] Device Serial Number 00-00-00-01-00-4c-e0-00
Kernel driver in use: rts_pstor
Kernel modules: rts_pstor

04:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04) (prog-if 30 [XHCI])
Subsystem: Sony Corporation Device 907b
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 18
Region 0: Memory at c5400000 (64-bit, non-prefetchable) [size=8K]
Capabilities: [50] Power Management version 3
	Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
	Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
	Address: 0000000000000000  Data: 0000
Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
	Vector table: BAR=0 offset=00001000
	PBA: BAR=0 offset=00001080
Capabilities: [a0] Express (v2) Endpoint, MSI 00
	DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
		ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
		MaxPayload 128 bytes, MaxReadReq 512 bytes
	DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
	LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
		ClockPM+ Surprise- LLActRep- BwNot-
	LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
		ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
	LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	DevCap2: Completion Timeout: Not Supported, TimeoutDis+
	DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
	LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
		 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
		 Compliance De-emphasis: -6dB
	LnkSta2: Current De-emphasis Level: -6dB
Capabilities: [100 v1] Advanced Error Reporting
	UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
	UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
	UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
	CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
	CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
	AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
Capabilities: [150 v1] #18
Kernel driver in use: xhci_hcd
Kernel modules: xhci-hcd

05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
Subsystem: Sony Corporation Device 907b
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 41
Region 0: I/O ports at 3000 [size=256]
Region 2: Memory at c3404000 (64-bit, prefetchable) [size=4K]
Region 4: Memory at c3400000 (64-bit, prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
	Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
	Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Address: 00000000fee0f00c  Data: 4171
Capabilities: [70] Express (v2) Endpoint, MSI 01
	DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
		ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
	DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
		RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
		MaxPayload 128 bytes, MaxReadReq 4096 bytes
	DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
	LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
		ClockPM+ Surprise- LLActRep- BwNot-
	LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
		ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
	LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	DevCap2: Completion Timeout: Not Supported, TimeoutDis+
	DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
	LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
		 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
		 Compliance De-emphasis: -6dB
	LnkSta2: Current De-emphasis Level: -6dB
Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
	Vector table: BAR=4 offset=00000000
	PBA: BAR=4 offset=00000800
Capabilities: [d0] Vital Product Data
	Unknown small resource type 00, will not decode more.
Capabilities: [100 v1] Advanced Error Reporting
	UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
	UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
	UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
	CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
	CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
	AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [140 v1] Virtual Channel
	Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
	Arb:	Fixed- WRR32- WRR64- WRR128-
	Ctrl:	ArbSelect=Fixed
	Status:	InProgress-
	VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
		Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
		Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
		Status:	NegoPending- InProgress-
Capabilities: [160 v1] Device Serial Number 79-15-00-00-68-4c-e0-00
Kernel driver in use: r8169
Kernel modules: r8169

root@Toby-Vaio:~# 

MalD0n___dsdt.aml.zip

You're welcome. It works with anything that outputs text to the command line, on OS X and Windows too.

u rock... btw was that u shooting me in battlefield.play4free ?

lol god no. The last game I played online..intensively..was Diablo II, many years ago. Almost cost me my job too. :D

The Left 4 Dead games are good fun but I rarely play anything online anymore. I don't have the time to get good enough at any game for it to be enjoyable online. I used to get in "the zone" and rule at Quake 2 and later Quake III Arena though... a long, long time ago.

waiting for results of test

 

Hey guys - I am still hitting the same walls I was hitting before even with the DSDTs and more knowledge about rebuilding caches etc. Still receive 'waiting for root device' error with modUSB/CD, still get instant reboots using [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url] / myhack and it stalls at 'waiting for DSMOS' or 'DSMOS has arrived' when trying Lion via USB stick.

 

I am putting the project on hold for the moment whilst I go on holiday, Ubuntu does more than I need it to do, is supremely stable and open source. Three things I can't really say about OSX86 on my laptop as of yet :rolleyes:

 

Thanks for the help though, I do really appreciate it, but I have ran out of time this time around.

 

Ill probably be back in a month or so!

 

Cheers again Latin and Co.

×
×
  • Create New...