Jump to content
3 posts in this topic

Recommended Posts

parts No. G86C0000A810 is Builtin Bluetooth module for Toshiba laptop,

(Toshiba Satellite A100 PSAA9L-02Z00C Bluetooth Module etc...)

 

This Bluetooth Modules can not Recognize to MacOSX 86 iDeneb, as normally.

then I edit as bellow File (this file can be edit By windows XP's Text Editor )

IOBluetoothFamily.kext\Contents\PlugIns\AppleUSBBluetoothHCIController.kext\Contents\Info.plist

I add key Item "ToshibaSSS01062W" for This Module.(cf to below)

 

<key>EricssonROK101</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>13</integer>

<key>idProduct</key>

<integer>4098</integer>

<key>idVendor</key>

<integer>3035</integer>

</dict>

 

<key>ToshibaSSS01062W</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>13</integer>

<key>idProduct</key>

<integer>1288</integer>

<key>idVendor</key>

<integer>2352</integer>

</dict>

 

 

just now Good running this Module On My Toshiba Dynabook SS/S30!!

File.zip

(additional Informations:"Toshiba Builtin Bluetooth modules's Installations")

Seem it not to recognize when toshibaACPI.kext is deleted, then this driver to be indispensable.

Please add This Extentions!!

 

(kexthelper is so usefull as Extention installing Tool)

toshbt.zip

  • 3 months later...
(additional Informations:"Toshiba Builtin Bluetooth modules's Installations")

Seem it not to recognize when toshibaACPI.kext is deleted, then this driver to be indispensable.

Please add This Extentions!!

 

(kexthelper is so usefull as Extention installing Tool)

 

My bluetooth is now working on my Portege R500 with iPC 10.5.6 using the two kexts.

 

Thanks a ton!

×
×
  • Create New...