Contribute
Register

samsung np370r5e-s06

Status
Not open for further replies.
In the default section ?

Probably. The real answer depends on what is in your DSDT header. But since you have this problem, I'm assuming the DSDT data doesn't match anything in any of laptop specific sections.

Note: If you're running Yosemite, perhaps you just need a DSDT patch to select the correct section in the existing Info.plist. Of course, it would seem unlikely you're running Yosemite, but posting in the "Mavericks Laptop Support" forum.
 
Probably. The real answer depends on what is in your DSDT header. But since you have this problem, I'm assuming the DSDT data doesn't match anything in any of laptop specific sections.

Ok... I understand that I need to dance harder )) When I found solution for this problem I will post how to solve it ...

Note: If you're running Yosemite, perhaps you just need a DSDT patch to select the correct section in the existing Info.plist. Of course, it would seem unlikely you're running Yosemite, but posting in the "Mavericks Laptop Support" forum.

Really sorry... Started from Mavericks but now on Yosemite... (problems/solutions are the same) It will be good to move this thread to Yosemite section.
 
...
Really sorry... Started from Mavericks but now on Yosemite... (broblems/solutions are the same) It will be good to move this thread to Yosemite section.

Post your native DSDT. The solution will likely be revealed by your DSDT header.

Problems/solutions on Yosemite are not always the same as Mavericks...
 
Post your native DSDT. The solution will likely be revealed by your DSDT header.

Problems/solutions on Yosemite are not always the same as Mavericks...

Do you mean "System DSDT" disassembled ASL file from MaciASL ?

While I'm waiting for your answer I have tried
MacBook-Pro-Denis:~ UniDay$ ioio -s ApplePS2Keyboard LogScanCodes 2
ioio: setting property 'ApplePS2Keyboard:LogScanCodes' as number to 2 (0x2)

system log show both evenst up and down...
DSDT is default (battery status not available)
 
Do you mean "System DSDT" disassembled ASL file from MaciASL ?

That will work for this purpose... I only need to see the DSDT header.

While I'm waiting for your answer I have tried
MacBook-Pro-Denis:~ UniDay$ ioio -s ApplePS2Keyboard LogScanCodes 2
ioio: setting property 'ApplePS2Keyboard:LogScanCodes' as number to 2 (0x2)

system log show both evenst up and down...

Good.

DSDT is default (battery status not available)

Battery status: http://www.tonymacx86.com/yosemite-...de-how-patch-dsdt-working-battery-status.html
 
That will work for this purpose... I only need to see the DSDT header.

/*
* Intel ACPI Component Architecture
* AML Disassembler version 20100331
*
* Disassembly of iASLEAGv2j.aml, Wed Dec 17 16:27:59 2014
*
*
* Original Table Header:
* Signature "DSDT"
* Length 0x00009052 (36946)
* Revision 0x02
* Checksum 0x68
* OEM ID "Apple "
* OEM Table ID "LH43STAR"
* OEM Revision 0x00000022 (34)
* Compiler ID "INTL"
* Compiler Version 0x20100331 (537920305)
*/
DefinitionBlock ("iASLEAGv2j.aml", "DSDT", 2, "Apple ", "LH43STAR", 0x00000022)
{
External (TNOT, MethodObj) // 0 Arguments
External (PDC7)
External (PDC6)
External (PDC5)
External (PDC4)
External (PDC3)
External (PDC2)
External (PDC1)
External (PDC0)
External (CFGD)
External (HNOT, MethodObj) // 1 Arguments
External (SNXD, MethodObj) // 1 Arguments
External (HWID, IntObj)
External (IDAB, MethodObj) // 0 Arguments
External (\_SB_.PCI0.IEIT.EITV, MethodObj) // 0 Arguments
External (\_SB_.PCI0.PEG0.PEGP.LCD_)
External (\_SB_.PCI0.PEG0.PEGH.WDID)
External (\_SB_.PCI0.PEG0.PEGP.SDID, FieldUnitObj)
External (\_SB_.PCI0.PEG0.PEGH.WVID)
External (\_SB_.PCI0.PEG0.PEGP.SVID, FieldUnitObj)
External (\_SB_.PCI0.PEG0.PEGP.NHDM)
External (\_SB_.PCI0.PEG0.PEGP.OPTF, IntObj)



Done (system log still receive both events up and down)

I think first time we applied to much patches (when trying to up my wifi) and they are conflict with each other.
 
...
DefinitionBlock ("iASLEAGv2j.aml", "DSDT", 2, "Apple ", "LH43STAR", 0x00000022)

You need this DSDT patch:
Code:
into method label _DSM parent_label PS2K remove_entry;
into device label PS2K insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
    Return (Package()\n
    {\n
        "RM,oem-id", "SECCSD",\n
        "RM,oem-table-id", "LH43STAR",\n
    })\n
}\n
end;
 
Done (system log still receive both events up and down)

What does battery status have to do with keyboard?

I think first time we applied to much patches (when trying to up my wifi) and they are conflict with each other.

No.
 
You need this DSDT patch:
Code:
into method label _DSM parent_label PS2K remove_entry;
into device label PS2K insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
    Return (Package()\n
    {\n
        "RM,oem-id", "SECCSD",\n
        "RM,oem-table-id", "LH43STAR",\n
    })\n
}\n
end;

Done

What changes it should to make ?

Notice: In Settings -> Monitor Brightness control disappear ((
 
Status
Not open for further replies.
Back
Top