Axel SchneiderAxel SchneiderAnonymous 16 Jul 2012 12:26
here is how to get it working in 64bit on Lion and Mountain Lion
go to /System/Library/Extensions/FormacLaptopDVB
- show Package Content
open Info.plist (with BBEdit)
change the last lines to
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.driver.AppleUSBMergeNub</key>
<string>1.8.3b1</string>
<key>com.apple.iokit.IOUSBFamily</key>
<string>1.9.4fc1</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0b3</string>
</dict>
</dict>
</plist>
save it and reboot or load it in terminal with kextutil or kextload.