Jump to content

PCI. info


kaoskinkae
 Share

92 posts in this topic

Recommended Posts

perfect thank you very much you are a crack and I would like to dominate as much as your something but I do not get to master the DSD. already out and to finish as I add PCI slot 1 and 2 to the other pci cards that I have the wifi and the realther, I have removed the other two that are not installed drivers

 

 

Captura_de_pantalla_2017_12_19_a_las_14_

  • Like 1
Link to comment
Share on other sites

Sorry, the google translator is perfect. I only said if you can add PCI Slot 1 slot to the atheros 9380 wireless networ adapter, and PCI Slot 2 slot to the RTL8168c realteck.
 

 

Sorry, the google translator is perfect. I only said if you can add PCI Slot 1 slot to the atheros 9380 wireless networ adapter, and PCI Slot 2 slot to the RTL8168c realteck.

 

and 

 

  Tipo: Controlador de host eXtensible USB drivers no install

 

Captura_de_pantalla_2017_12_19_a_las_15_

  • Like 1
Link to comment
Share on other sites

Another problem the monitor does not enter screen rest or when you put for example 15 minutes or when you press the keys to show your user
 

 

Another problem the monitor does not enter screen rest or when you put for example 15 minutes or when you press the keys to show your user

 

 

 

solved
 

 

solved

  • Like 1
Link to comment
Share on other sites

solved

 

#Maintained by: PJALM for: PJALM Intel7
#
# Fixes 'Built-in' status for Intel Gigabit Ethernet on Intel Series 7 chipsets
# Also adds it to the PCI Cards list in System Info
#
into method label _DSM parent_label GLAN remove_entry;
into device label GLAN insert
begin
\n
Method (_DSM, 4, NotSerialized)\n
{\n
    Store (Package (0x0C)\n
        {\n
            "AAPL,slot-name",\n 
            "Built In",\n
            "name",\n
            "Intel Ethernet Controller",\n
            "model",\n 
            "Intel 82579V Gigabit Network Controller",\n
            "device_type",\n
            "Ethernet Controller",\n
            "built-in",\n
            Buffer (One)\n
            {\n
                0x01\n
            },\n
            "location",\n 
            Buffer (0x02)\n
            {\n
                "1"\n
            }\n
        }, Local0)\n
    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
    Return (Local0)\n
}
end

Link to comment
Share on other sites

into method label _DSM parent_adr 0x001F0006 remove_entry;
into device name_adr 0x001F0006 insert
begin
Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method\n
                {\n
		     If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
			Return (Package()\n
                        {\n
                            "AAPL,slot-name", "Built In",\n
			    "built-in", \n
                            Buffer ()\n
                            {\n
                                 0x00     \n                                      
                            }, \n
                            "model", \n
                            Buffer ()\n
                            {\n
                                "PUT MODEL HERE"\n
                            }, \n
                            "name", \n
                            Buffer ()
                            {\n
                                "Ethernet Controller"\n
                            }, \n
                            "device_type", \n
                            Buffer ()
                            {\n
                                "Ethernet Controller"\n
                            }, \n
                            "empty", \n
                            Zero\n
                        })\n
                }\n
end

LAN.txt.zip

Without DTGP

  • Like 1
Link to comment
Share on other sites

 

VIA VL800 xHCI [1106:3432] 

 

and to finish as I add the specification of this usb 3.0 chip to the descriptions of the PCI that appear but not detailed. As for the other I worked perfectly, I looked at it in the attached photo, I just stayed to leave it ok.

 

https://www.dropbox.com/s/9jac3xfga4w53wd/DSDT.aml?dl=0

I leave my modified DSD by my

 

Captura_de_pantalla_2017_12_20_a_las_11_

  • Like 1
Link to comment
Share on other sites

ok 

 

 

# Fix the VIA VL800 USB 3.0 xHCI

 

into device Label PXSX parent_label RP05 replace_content  begin

 

Name (_ADR, Zero)\n

 

Name (_PRW, Package (0x02) {0x09,0x04})\n

 

Method (_DSM, 4, NotSerialized)\n

 

{\n

 

Store (Package (0x17) {\n

 

"AAPL,clock-id", Buffer (One) { 0x02 },\n

 

"AAPL,slot-name", "Built In",\n

 

"name", "VIA xHCI Controller",\n

 

"model", "VIA VL800 USB xHCI Controller",\n

 

"device_type", Buffer (0x0E) {"USB Controller"},\n

 

"AAPL,current-available", 0x0834,\n

 

"AAPL,current-extra", 0x0A8C,\n

 

"AAPL,current-in-sleep", 0x03E8,\n

 

"AAPL,current-extra-in-sleep", 0x0834,\n

 

"AAPL,max-port-current-in-sleep", 0x0A8C,\n

 

"AAPL,device-internal", 0x02,\n

 

Buffer (One) {0x00}\n

 

}, Local0)\n

 

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n

 

Return (Local0)\n

 

}

 

end;

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...