Jump to content

fluid | fixed

jerrywilborn

jerrywilborn

Member Since 31 Jan 2013
Offline Last Active May 03 2013 07:41 PM
-----

In Topic: [Guide] Backlight + Brightness for Intel 8086:0046 (1st gen HD) (GMA 5700MHD)

02 May 2013 - 05:10 PM

View Posttoanbk, on 02 May 2013 - 06:09 AM, said:

Thanks you, here is my dump code :

pcilib: 0000:00:02.0 64-bit device address ignored.
00:02.0 VGA compatible controller: Intel Corporation Arrandale Integrated Graphics Controller (rev 12) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Unknown device 14c2
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
Interrupt: pin A routed to IRQ 16
Region 0: Memory at d3400000 (64-bit, non-prefetchable)
Region 2: Memory at <ignored> (64-bit, prefetchable)
Region 4: I/O ports at e080
Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
Address: fee00000 Data: 4090
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCIe advanced features <?>
00: 86 80 46 00 07 04 90 00 12 00 00 03 00 00 00 00
10: 04 00 40 d3 00 00 00 00 0c 00 00 a0 0f 00 00 00
20: 81 e0 00 00 00 00 00 00 00 00 00 00 43 10 c2 14
30: 00 00 00 00 90 00 00 00 00 00 00 00 10 01 00 00
40: 09 00 0c 01 26 61 b1 00 88 00 c0 00 0f 17 17 17
50: 00 00 50 03 0b 00 00 00 00 00 00 00 00 00 00 ae
60: 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 05 d0 01 00 00 00 e0 fe 90 40 00 00 00 00 00 00
a0: 11 11 11 00 13 00 06 03 00 00 14 60 25 04 3a 30
b0: 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 01 a4 22 00 00 00 00 00 00 00 00 00 00 01 02 00
e0: 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 ab 0f 14 00 18 a0 d9 aa


and my BAR1 address is D3400004 ?


I don't know how to modifile, please help me

The OperationsRegions go right above the Scope _SB. These OperationsRegions are what the methods communicate; they correlate directly to memory in the physical hardware.  Add this above your Scope _SB:


OperationRegion (BRI1, SystemMemory, 0xD3048250, 0x08)
Field (BRI1, AnyAcc, Lock, Preserve)
{
         LEV2, 32,
         LEVL, 32
}
OperationRegion (BRI2, SystemMemory, 0xD30C8250, 0x08)
Field (BRI2, AnyAcc, Lock, Preserve)
{
         LEVW, 32,
         LEVX, 32
}

If you have your methods setup correctly you'll see the messages in your system.log (grep for ACPIBacklight).  If your regions are correct, then the methods will be able to speak to your card.

In Topic: [Guide] Backlight + Brightness for Intel 8086:0046 (1st gen HD) (GMA 5700MHD)

02 May 2013 - 05:11 AM

View Posttoanbk, on 30 April 2013 - 07:19 PM, said:

hi, my laptop does not have windows 7, I want to find BAR1 address in MAC OS, please help me

http://www.insanelym...20#entry1898325

You can determine your BAR in Linux as well. Create a bootable Ubuntu USB stick (I like using unetbootin) and run 'lspci -s 00:02.0 -vvxxxx' as root.  The line that says '10:', the first four bytes are your BAR (little endian).  Read baongoc124's post and you'll be able to see more clearly.

This is the easiest path to getting it.

In Topic: [GUIDE] Lenovo ThinkPad T510/510i (plus T410 and W510) 10.6-10.7-10.8 all wor...

01 May 2013 - 01:06 AM

If you're ever having trouble falling asleep, this helps: https://developer.ap...troduction.html

Got Xcode and subversion installed so I could fetch the source. Maybe I'll get to actually work on some code now. =)

In Topic: [GUIDE] Lenovo ThinkPad T510/510i (plus T410 and W510) 10.6-10.7-10.8 all wor...

29 April 2013 - 06:58 PM

View Postjoshhh, on 28 April 2013 - 04:19 PM, said:

I think it's same kext that was posted few pages before in this thread. Disappoint you, it won't work with Ricoh reader in t510/410 and w510 systems but works fine in my w530.

http://forge.voodoop.../VoodooSDHC.cpp

After reading the VoodooSDHC source, I'm betting you're right.  Tailing the system.log while inserting a card shows the lines "in power_sd(slot) / baseclock / sd clock" then the machine locks.  Mac development is far from my area of expertise, but I'm to tinker around with it and see if I have any luck.

In Topic: [GUIDE] Lenovo ThinkPad T510/510i (plus T410 and W510) 10.6-10.7-10.8 all wor...

27 April 2013 - 07:46 PM

http://olarila.com/f...9&t=2709#p25506

Ricoh SD/MCC PCIe card reader works with modified linux opensoarce SDHC driver (recompiled for mac)


There appears to be some hope for getting the SD card reader working. I've sent a message to this user, but so far, no reply.  Anyone know what he's talking about?

© 2013 InsanelyMac  |   News  |   Forum  |   Downloads  |   OSx86 Wiki  |   Mac Netbook  |   Web hosting by CatN  |   Designed by Ed Gain  |   Logo by irfan  |   Privacy Policy