Open GoogleCodeExporter opened 8 years ago
AppleIntelCPUPowerManagment.kext has an issue when a macbookair plist is used.
MacbookAir1,1 causes a panic while
MabookAir2,1 causes the machine to run at 800mhz.
I'd consider patching the dvd app itself (say to work with MacbookPro5,1
instead of MacbooAir1,1), but that isn't
too likely (I don't like touching files not in /Extra unless if I have to or
they are just configuration files).
Original comment by Meklort@gmail.com
on 28 Mar 2010 at 11:07
Original comment by Meklort@gmail.com
on 28 Mar 2010 at 11:07
Interesting. I wonder what happens with other combinations --MacbookAir1,0,
MacbookAir5,1 (doesn't even exist yet).
Another possible solution I thought about was a .kext that creates a fake
internal
DVD drive--i.e. make DVDPlayer think there is an internal drive when there
really
isn't. Is that feasible?
Original comment by jmc...@gmail.com
on 28 Mar 2010 at 11:19
Making a fake dvd drive would probably work. I like that idea. I'll have to see
how DVDPlayer.app detects external
vs internal (If it looks for a certain class in the ioregistery such as
IOATAProtocolTransport. Hopefully it isn't too
much work.
Original comment by Meklort@gmail.com
on 28 Mar 2010 at 11:44
If it helps, the stock DVDPlayer does not work with external drives. Some have
been
able to get it to work by replacing various references to "internal" with
"external"
in the framework files. Hopefully you can figure out a way to fake it out
easily.
Original comment by jmc...@gmail.com
on 29 Mar 2010 at 2:27
Original issue reported on code.google.com by
jmc...@gmail.com
on 18 Mar 2010 at 2:45