Jump to content

DSDT Dell 7720/Help injecting Ethernet


WaldMeister
 Share

6 posts in this topic

Recommended Posts

Hi,

 

I need some help injecting my ethernet card into my DSDT. Found some solutions scattered around the web, but none of them seem to inject specific hardware information, which is needed.

 

Attached my current DSDT and ioreg file. The "airport" device is located under RP01, i think the information needs to be injected somewhere near that location.

 

Thanks for the help in advance.

ioreg.txt

DSDT.aml.zip

Link to comment
Share on other sites

Device was RP05.

 


           Device (LAN0)
           {
               Name (_ADR, Zero)
               Name (_SUN, 0x03)
               Name (_PRW, Package (0x02)
               {
                   0x0B, 
                   0x04
               })
               Method (_DSM, 4, NotSerialized)
               {
                   Store (Package (0x0C)
                       {
                           "built-in", 
                           Buffer (One)
                           {
                                0x00
                           }, 
                           "location", 
                           Buffer (0x02)
                           {
                               "1"
                           }, 
                           "network-type", 
                           Buffer (0x09)
                           {
                               "ethernet"
                           }, 
                           "revision-id", 
                           Buffer (0x04)
                           {
                                0x05, 0x00, 0x00, 0x00
                           }, 
                           "model", 
                           Buffer (0x22)
                           {
                               "Realtek RTL810SE Gigabit Ethernet"
                           }, 
                           "name", 
                           Buffer (0x09)
                           {
                               "ethernet"
                           }
                       }, Local0)
                   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                   Return (Local0)
               }
           }

 

Adding the above should work.

Link to comment
Share on other sites

 Share

×
×
  • Create New...