The card wasnt functioning in windows before,
So i downloaded a driver, modded the pci id etc, and the windows driver works.
CODE
Intersil/Harris PrismGT/Prism45
PCIVENID 1260
DEVID 3890
SUBSYS 42031113
PCIVENID 1260
DEVID 3890
SUBSYS 42031113
So i took a look at the Tiger PrismGT drivers from gtdriver.binaervarianz.de
in the info.plist there is the vendor id 1260 + device ID 3890
Wich would mean that these drivers should work for this card
CODE
<key>IONameMatch</key>
<array>
<string>pci10b7,6001</string>
<string>pci1260,3890</string>
</array>
<array>
<string>pci10b7,6001</string>
<string>pci1260,3890</string>
</array>
Could it be that gthe PrismGT are USB drivers, and not for PCI ?
if so how to modify the GT driver to look for the card on PCI bus ?
Or are these drivers not suitable for an intel based mac ?
I then decided to take a look at the kext being loaded :
CODE
arthur-osx:Contents jr$ sudo kextload -v /System/Library/Extensions/GTDriver.kext
extension /System/Library/Extensions/GTDriver.kext has potential problems:
Warnings
{
"Kext has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style" = true
}
kextload: extension /System/Library/Extensions/GTDriver.kext appears to be loadable
kextload: loading extension /System/Library/Extensions/GTDriver.kext
kextload: extension /System/Library/Extensions/GTDriver.kext is already loaded
extension /System/Library/Extensions/GTDriver.kext has potential problems:
Warnings
{
"Kext has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style" = true
}
kextload: extension /System/Library/Extensions/GTDriver.kext appears to be loadable
kextload: loading extension /System/Library/Extensions/GTDriver.kext
kextload: extension /System/Library/Extensions/GTDriver.kext is already loaded
Since these drivers are for Tiger, they do NOT seem to work for Leopard 10.5.2
Are there any developers here that can help me get the PrismGT driver Leopard ready ?
ia how can i resolve the dependencie issue ?
Ow before anyone makes the suggestion to just buy a new card ... ppl that are familair with KisMAC know why i want this one to get to work