crazyrog17 Posted November 27, 2009 Share Posted November 27, 2009 I installed 10.6.2 to my hackintosh and found no errors other than the Swipe gesture for my Magic Mouse was not functioning. Funny because momentum scrolling and right click were. No number of restarts or .plist trashing could fix it. I decided to download and install the Wireless Mouse Software Update 1.0 from Apple's download page. I figured it wouldn't let me install on an operating system past 10.6.1, but the install went through and after the restart, the Swipe gesture was reinstated. Just wanted to post this for anyone who has the same difficulties as I. I was too optimistic as I've come to find after a restart, swipe is still broken under 10.6.2. I can still scroll and right click, but the swipe function is still disabled. I am using a bluetooth dongle from eBay that reports as a Cambridge Silicon Radio chip. In System Profiler, I see: USB > BT2.0: Product ID: 0x0001 Vendor ID: 0x0a12 (Cambridge Silicon Radio Ltd.) Version: 31.64 Speed: Up to 12 Mb/sec Location ID: 0xfd640000 Current Available (mA): 500 Current Required (mA): 0 BLUETOOTH > Apple Bluetooth Software Version: 2.2.4f3 Hardware Settings: 'Censored'MacPro: Address: 00-30-91-40-00-c7 Manufacturer: Cambridge Silicon Radio Firmware Version: 3164 Bluetooth Power: On Discoverable: Yes HCI Version: 3 ($3) HCI Revision: 3164 ($c5c) LMP Version: 3 ($3) LMP Subversion: 3164 ($c5c) Device Type (Major): Computer Device Type (Complete): Macintosh Desktop Composite Class Of Device: 3670276 ($380104) Device Class (Major): 1 ($1) Device Class (Minor): 1 ($1) Service Class: 448 ($1c0) Requires Authentication: No My Apple Bluetooth Keyboard (Aluminum, 3 Batteries) works just fine along with A2DP audio bridges and I can see and connect to my mobile phone. Any thoughts/solutions? Link to comment https://www.insanelymac.com/forum/topic/199698-need-help-1062-broke-swipe-magic-mouse/ Share on other sites More sharing options...
Andre Couture Posted December 14, 2009 Share Posted December 14, 2009 Got my Generic Bluetooth dongle to work; DevID: 0x0001 VendorID: 0x0a12 (Cambridge Silicon Radio Ltd.) LocationId: 0x3d100000 After some research on the web i came to realise that the built-in BT on my Macbook used also the Cambridge Silicon Radio device. So here is what i did to make my dongle work; goto /S/L/E/IOBluetoothFamily.kext/Contents/PlugIns/ edit AppleUSBBluetoothHCIController.kext/Contents/Info.plist In the IOKitPersonalities section add a key block just bellow the EricssonR0K101 key block as follow; <key>Generic BTD</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBBluetoothHCIController</string> <key>IOClass</key> <string>AppleUSBBluetoothHCIController</string> <key>IOProviderClass</key> <string>IOUSBDevice</string> <key>bcdDevice</key> <integer>0x3d10</integer> <key>idProduct</key> <integer>1</integer> <key>idVendor</key> <integer>0x0a12</integer> </dict> What I used for the bcdDevice is what I found in the Device Location from the system profiler. And all that works for me ;-) Hope it does for you guys too; Link to comment https://www.insanelymac.com/forum/topic/199698-need-help-1062-broke-swipe-magic-mouse/#findComment-1359184 Share on other sites More sharing options...
Recommended Posts