Jump to content

robi62

Members
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by robi62

  1. The only thing if I boot from lion usb install with my dsdt I only get half of screen 1024x768 instead of 1280x800 Brightness will start on max value when I unplug ac lcd dims down If you still want to patch my dsdt when you have the time I can test it
  2. A little improvement I stumbled across this 1. Download iASLMe http://www.mediafire.com/?jchmtymqlmd and use it to decompile your DSDT.aml to a DSDT.dsl (See instructions after opening the proggie but its as simple as drag and drop) 2. Edit your DSDT.dsl by adding this code: CODE: SELECT ALL Device (PNLF) { Name (_HID, EisaId ("APP0002")) Name (_CID, "backlight") Name (_UID, 0x0A) Name (_STA, 0x0B) } above the Device (PWRB) block of code. And now I have a working brightness slider is display preferences the ig error still shows at boot but Iam happy with what I have achived
  3. Hi I came across this at insanely Hi all. There are 2 drivers for brightness: 1. For those who have apple brightness slider working (max backlight>0 in ioreg) can use GenericBrightness.kext.zip. There is also VoodooPS2Controller with mapped keys for brightness for hp, acer, dell, samsung and lg. To make native slider work, you need to add PNLF device: CODE Device (PNLF) { Name (_HID, EisaId ("APP0002")) Name (_CID, "backlight") Name (_UID, 0x0A) Name (_STA, 0x0B) } After that you need to find where _BCM, _BCQ and _BCL methods are and what graphics you use, since a lot of dsdt had multiple methods, because there is support for multiple cards in bios. If your graphics is (for example) GFX0 (search it from ioreg), then you should find that device in dsdt. Under that device, there are other devices (usually LCD, CRT, TV...). Look for the device that has those methods (_BCM, _BCQ and _BCL) and then put Name (_HID, EisaId ("LCD1234")). Example: CODE Device (LCD) { Name (_ADR, 0x0400) Name (_HID, EisaId ("LCD1234")) //this must be added Method (_DCS, 0, NotSerialized) { } Method (_DGS, 0, NotSerialized) { } Method (_BCL, 0, NotSerialized) { } Method (_BCM, 1, NotSerialized) { } Method (_BQC, 0, NotSerialized) { } 2. The second one (NoSlider.zip) can control brightness without PNLF. But you still have to add some code to dsdt. Only Name (_HID, EisaId ("LCD1234")) is needed, like in first method. In NoSlider there are also 2 apps: console utility brightness with parameters: brightness get => returns current brightness brightness set yourbrightness => sets your brightness (from 0 to 100) brightness up => one step up (usefull for keyboard mapping) brightness down => one step down Second app is Brightness Menulet. It is menubar plugin with slider for setting brightness CODE I tried second solution but still no joy Definitely I am useless with editing dsdt
  4. Hi when I first boot in lion I had no dsdt my res was not right then I installed switch res to get right one 1280x 800 Then with pcwiz dsdtgui I created my dsdt I tried now the one from linux after compiling it with evo86 dsdte but still problem persists
  5. Hi Ialready tried both d630 and d830 dsdt.aml from edp1.9system won't boot get stuck... This is my dsdt.aml I got from linux 2day dsdt.aml.zip
  6. this is the linux one To run a command as administrator (user "root"), use "sudo <command>". See "man sudo_root" for details. ________________________________________ ( Lay on, MacDuff, and curs'd be him who ) ( first cries, "Hold, enough!". ) ( ) ( -- Shakespeare ) ---------------------------------------- o o ___ {~._.~} ( Y ) ()~*~() (_)-(_) mint@mint ~ $ lpcsi bash: lpcsi: command not found mint@mint ~ $ lspci 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) 00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03) 00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03) 00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03) 04:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8055 PCI-E Gigabit Ethernet Controller (rev 14) 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11a/b/g (rev 01) 1c:03.0 CardBus bridge: O2 Micro, Inc. OZ711SP1 Memory CardBus Controller (rev 01) 1c:03.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller (rev 02) 1c:03.3 Mass storage controller: O2 Micro, Inc. Integrated MS/xD Controller (rev 01) mint@mint ~ $ I think they are the same
  7. <div id="myEventWatcherDiv" style="display:none;"></div><div><br></div><div>Will this do Leon???</div>
  8. Hi I bought a fujitsu s6410 as a replacement for my dell d430 mainly because of ram limitations. I installed Lion gm which is working fine but I cannot control brightness because of error IG: Invalid firmware max backlight setting I saw in project osx that there was a solution with adding Device (PNFL) to dsdt I downloaded DSDTE from evo86 When I add the device PNLF to dsdt and try to compile it keep getting errors. I am not very good at editing dsdt .... Can someone point me in the right direction?????
  9. I see what kexts did you put in you extra folder???? my machine is running pretty fast but i can only boot -v when I wake up from sleep I get kp about usb and iopci If you read my post cannot get sound in lion it shows you my kext stat Ps there is no tick for virtual memory in Lion as there is in snow In Preferences Panel > Security > General check check: * Use secure virtual memory
  10. Zeppo is that on your d430 or desktop machine???
  11. Hi Bronxteck I know how to enable it in Snow was wandering how Fabio managed in lion
  12. does not work for me when I press power in system info it tell me there was an error and no info about battery etc etc
  13. Hi Fabio how did u get sleep to work on your d620??? On my d430 goes to sleep then when it wakes up I have kp......
  14. Hi slice is this specific for any of your laptops???
  15. This is how I installed it I used the guide from here http://hacklions.blogspot.com/ Then instead of using chimera (chameleon, stolen and rebranded) I installed chameleon v2 rc5 1096 pkg I omitted the part with multi beast I copied folder extra from my snow hdd with edp 1.8 but removed all extensions all I have in extra is fake smc nullcpupowermanagment and voodoo next for keyboard and mouse. I rebooted from lion installdvd and installed lion on my usb 320gb disk which has 4 partitions 1 lion dvd 2 a back up of my snow 3 lion this is where I installed 4snow leopard dvd It finished installation and when i rebooted i was surprised to see It had actually booted up filled all my details etc etc and here we are on working lion I installled coolbook to have speedstep and that is it then I installed the next to get ethernet working First thoughts It seems quite stable and quick considering I only have 1.5gb of ram it only boots with -v I think dstd needs to be adjusted to get more brightness for lcd is not as bright as in snow Fan seems to be working at most of times even if I switch it off with fn+z trick This is the photo of about my mac PS geekbench mark is higher in lion than in snow 1693 in lion 1638 in snow lion.tiff
  16. I managed to get sound working I had to put voodoohda and hda disabler in s/l/e to make it work The install of lion on my external hdd seemed much easier than when I tried first time with snow leopard.
  17. Hi I just installed lion on my d430 and funnily enough it works like a treat. my broad com wifi works oob cookbook works too;it seems quicker than snow but no luck with sound. I tried deleting apple hda from s/l/e no luck I put voodoo had plus hda disabler in e/e and not working either Any ideas????? All are stock kexts the only ones I have installed are fake smc voodoo keyboard and mouse ,voodootsync ,null cpumanagment AppleBCM5751Ethernet for lan and voodoo battery This are my kext loaded at start up: And this is log in kernel log: ul 24 23:59:54 localhost kernel[0]: Kext org.voodoo.driver.VoodooHDA - library kext com.apple.iokit.IOAudioFamily not found. Jul 24 23:59:54 localhost kernel[0]: Can't load kext org.voodoo.driver.VoodooHDA - failed to resolve library dependencies. Jul 24 23:59:54 localhost kernel[0]: Kext org.voodoo.driver.VoodooHDA failed to load (0xdc00800e). Jul 24 23:59:54 localhost kernel[0]: Failed to load kext org.voodoo.driver.VoodooHDA (error 0xdc00800e). Jul 24 23:59:54 localhost kernel[0]: Couldn't alloc class "VoodooHDADevice"
  18. A little update I managed to get sleep enabler and null cpunmanagment kexts working for 10.6.8 You need to change in applebootlist pmVersion=23 otherwise you will have kernel panic sleepenabler found here http://blog.nawcom.c...kext.10.6.8.zip null cpumanagment kext is the same as 10.6.7 Strange I cannot set my sleepmode to 0 keep getting this message My-Mac:~ default$ sudo pmset -a hibernatemode 0 Warning: Idle sleep timings for "Battery Power" may not behave as expected. - Disk sleep should be non-zero whenever system sleep is non-zero. Warning: Idle sleep timings for "AC Power" may not behave as expected. - Disk sleep should be non-zero whenever system sleep is non-zero. My-Mac:~ default$ So I cannot change to 0 Managed to change to 0 it was something to do with energy saving prefs but when system wakes from sleep blank screen
  19. hi I updated to 10.6.8 and these are my finding so far: display always reverts to lowest brightness setting at boot although I move the brightness slider to max in system preferences Cannot switch off fan with fn+Z as I could do b4 Fan seems to be running all the time system boots up as quick as it did b4 A little update I managed to get sleep enabler and null cpunmanagment kexts working for 10.6.8 You need to change in applebootlist pmVersion=23 otherwise you will have kernel panic sleepenabler found here http://blog.nawcom.com/SleepEnabler.kext.10.6.8.zip null cpumanagment kext is the same as 10.6.7
  20. Yes I get that too so you have to fiddle with volume and also equaliser to get a good output good luck
  21. Nope I have not tried it anyway trial is fully functional for 7 days so when you have a mo you can try and see if it works for you...
  22. I installed soundflower but in my case dont know y it wont install properly I get you dont have permission to open folder and even If I change permission no sound coming at all weird...... Parallel do you mean appl to run windows on osx??? If yes I have not installed it....
  23. Well I give this app thumbs up It increase system sound It has an equaliser with preset modes and also you can create your own preset Now when I play music from youtube I actually have to turn volume down 7 bucks well spent
×
×
  • Create New...