Jump to content

TI-1510 PCCard Treiber


Crockett
 Share

4 posts in this topic

Recommended Posts

Hallo,

 

habe schon lange das Forum und das Web durchsucht, aber leider noch nichts gefunden.

Unter Tiger gab es den FIX, der aber unter LEO nicht geht.

Ohne Firewire bekomme ich meine Video CAM nicht dran, sonst muß ich zurück zu Tiger.

Wäre doch schade, wo jetzt Leo mit EFI funzt.

 

mfg

Crockett

Link to comment
Share on other sites

Hab dies in Forum gefunden

*********************************************************
*step 1. backup your current system extensions folder. *
* darg /System/Library/Extensions to your account's desktop. *
* *
*********************************************************

step 2. six .kext files
- drag five .kexts to /System/Library/Extensions
1.AppleACPIPlatform.kext
2.AppleAPIC.kext
3.AppleSMBIOS.kext
4.IOACPIFamily.kext
5.IOPCCardFamily.kext
- open the "Terminal"
$ sudo -s
# cd /System/Library/Extensions
# chown -R root:wheel AppleACPIPlatfrom.kext/
# chmod -R 755 AppleACPIPlatform.kext/
*** Notice: please one by one to change owner, because every times to change ower, the spotlight will re-index again, it will spend too much time **

step 3. this step is key point ******
- open the "Terminal"
$ sudo -s
# cd /System/Library/Extensions/IOPCIFamily.kext/
# ls -F
IOPCIFamily Info.plist version.plist
# mv IOPCIFamily IOPCIFamily.org *** rename IOPCIFamily ***
# cp -R /Users/"your account"/Desktop/for\ Leopard\ fixed/IOPCIFmily.kext/IOPCIFamily /System/Library/Extensions/IOPCIFamily.kext
*** copy file into this folder. ***
# ls -l
-rw-r--r-- 1 root wheel 185036 Nov 5 01:26 IOPCIFamily
-rw-r--r-- 1 root wheel 316936 Nov 5 01:07 IOPCIFamily.org
-rw-r--r-- 1 root wheel 2321 Nov 5 01:19 Info.plist
-rw-r--r-- 1 root wheel 451 Nov 5 01:19 version.plist

# vi version.plist

*** find / edit ***
<key>CFBundleShortVersionString</key>
<string>2.4</string> ****<string>1.8</string>
<key>CFBundleVersion</key>
<string>2.4</string> ****<string>1.8</string>

# vi Ino.plist

*** find /edit **
<key>CFBundleGetInfoString</key>
<string>2.4, Copyright Apple Computer, Inc. 2000-2004</string>
*** <string>1.8, Copyright .....****
....
<key>CFBundleShortVersionString</key>
<string>2.4</string> ***<string>1.8</string>
....
<key>CFBundleVersion</key>
<string>2.4</string> ***<string>1.8</string>

# cd ..
# chown -R root:wheel IOPCIFamily.kext/
# chmod -R 755 IOPCIFamily.kext/

Link to comment
Share on other sites

Hallo riws,

viele Dank für die Hilfe!!!! Sehr gute Arbeit hier im Forum, alle Achtung!!!!icon4.gificon4.gificon4.gif

 

Ich nehme an, das dies die gefixten kext's aus der 10.4 er Version sind (die ja gut funktionieren).

Ich habe Leo mit EFI und den orginalen kext's am laufen.

Bevor ich die kext tausche und editieren habe ich noch einige Fragen.

1. Hat der Austausch der Leo kext's gegen die Tiger kext's Einfluss auf die stabilität, oder geht dass ohne Probleme.

Ich frage nur desshalb, weil die Installation jetzt ohne Fehler stabil läuft.

2. Werden die verschiedenen kext in der Anleitung nicht auch für andere Funktionen als PCCard Adapter benutzt und hat das dann Einfluss auf andere Funktionen.

 

mfg Crockett

Link to comment
Share on other sites

 Share

×
×
  • Create New...