Jump to content

Problemi con iATKOS s3 v2


MarcoPBC
 Share

4 posts in this topic

Recommended Posts

salve a tutti sono nuovo di questo forum :)
Ho installato sul mio Asus EeePC 1015pd iATKOS s3 versione 2.
Ci sono dei problemi per quanto riguarda l utilizzo di tastiera e touchpad che non funzionano e per il collegamento ad internet, infatti ne WI-FI ne Ethernet vengono rilevati.

 

Scheda WI-FI: Atheros 802.11n 

Ethernet: Atheros AR8132 PCI-E Family

 

Per favore aiutatemi non so come risolvere è urgente. Grazie in anticipo

Link to comment
Share on other sites

Any DSDT? 

If not, install: http://www.osx86.net/view/3337-ar9285.html

 

If DSDT, use the following code, replace PXSX under RP01 (This is in my DSDT, it can differ):

 
                Device (ARPT)
                {
                    Name (_ADR, Zero)  // _ADR: Address
                    Name (_SUN, Zero)  // _SUN: Slot User Number
                    Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
                    {
                        If (LEqual (Arg2, Zero))
                        {
                            Return (Buffer (One)
                            {
                                 0x03
                            })
                        }
 
                        Return (Package (0x0E)
                        {
                            "AAPL,slot-name", 
                            Buffer (0x08)
                            {
                                "AirPort"
                            }, 
 
                            "built-in", 
                            Buffer (One)
                            {
                                 0x00
                            }, 
 
                            "device-id", 
                            Unicode ("*"), 
                            "device_type", 
                            Buffer (0x08)
                            {
                                "AirPort"
                            }, 
 
                            "model", 
                            Buffer (0x34)
                            {
                                "Atheros 9285 8802.11 b/g/n Wireless Network Adapter"
                            }, 
 
                            "subsystem-id", 
                            Buffer (0x04)
                            {
                                 0x8F, 0x00, 0x00, 0x00
                            }, 
 
                            "subsystem-vendor-id", 
                            Buffer (0x04)
                            {
                                 0x6B, 0x10, 0x00, 0x00
                            }
                        })
                    }
 
                    Name (_PRW, Package (0x02)  // _PRW: Power Resources for Wake
                    {
                        0x09, 
                        0x04
                    })
                }

If you get an error: Can not access PXSX... Go to that line, and replace PXSX with ARPT.

Link to comment
Share on other sites

 Share

×
×
  • Create New...