Nexos™ Posted April 2, 2010 Share Posted April 2, 2010 GMA 00:02.0 VGA compatible controller [0300]: Intel Corporation Pineview Integrated Graphics Controller [8086:a011] 00:02.1 Display controller [0380]: Intel Corporation Pineview Integrated Graphics Controller [8086:a012] trag folgende IDs ein: a011 a012 WIFI: 02:00.0 Network controller [0280]: Atheros Communications Inc. Unknown device [168c:002c] (rev 01) ID: 002c Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1440618 Share on other sites More sharing options...
r0b3rt™ Posted April 2, 2010 Author Share Posted April 2, 2010 ja danke Nexos™, aber ich muss leider nochma ne dumme Frage stellen, wo soll ich die eintragen? ich bin echt nicht so gut xD Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1440623 Share on other sites More sharing options...
Nexos™ Posted April 3, 2010 Share Posted April 3, 2010 die der grafikkarte in die info.plist der AppleIntelGMA950.kext und die vom wifi in die info.plist der AirPortAtheros.kext die ein plugin der IO80211Family.kext ist Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1441281 Share on other sites More sharing options...
r0b3rt™ Posted April 3, 2010 Author Share Posted April 3, 2010 Sry aber ich echt Angst, dass meine Grafikkarte geschrottet wird... also was muss ich da bei den beiden Kexten ändern...? Sry wenn ich dich nerve, aber ich hab echt Angst, dass ich was kaputt mache^^ GMA 950: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>AppleIntelGMA950</string> <key>CFBundleGetInfoString</key> <string>AppleIntelGMA950 1.6.0.92</string> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleIntelGMA950</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>Apple Embedded Graphics Kernel Extension</string> <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleShortVersionString</key> <string>1.6.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>6.0.0</string> <key>IOKitPersonalities</key> <dict> <key>Intel915</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleIntelGMA950</string> <key>IOCFPlugInTypes</key> <dict> <key>ACCF0000-0000-0000-0000-000a2789904e</key> <string>AppleIntelGMA950GA.plugin</string> </dict> <key>IOClass</key> <string>Intel915</string> <key>IODVDBundleName</key> <string>AppleIntelGMA950VADriver</string> <key>IOGLBundleName</key> <string>AppleIntelGMA950GLDriver</string> <key>IOMatchCategory</key> <string>IOAccelerator</string> <key>IOPCIClassMatch</key> <string>0x03000000&0xff000000</string> <key>IOPCIPrimaryMatch</key> <string>0x27AE8086</string> <key>IOProbeScore</key> <integer>100</integer> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOSourceVersion</key> <string>0.0.0.0.0</string> </dict> </dict> <key>NSHumanReadableCopyright</key> <string>Copyright © 1999-2009 Apple Inc. All rights reserved.</string> <key>OSBundleLibraries</key> <dict> <key>com.apple.iokit.IOGraphicsFamily</key> <string>1.0.0b1</string> <key>com.apple.iokit.IONDRVSupport</key> <string>1.0.0b1</string> <key>com.apple.iokit.IOPCIFamily</key> <string>1.0.0b1</string> <key>com.apple.kernel.iokit</key> <string>1.0.0b1</string> <key>com.apple.kpi.bsd</key> <string>8.0.0</string> <key>com.apple.kpi.iokit</key> <string>8.0.0</string> <key>com.apple.kpi.libkern</key> <string>8.0.0</string> <key>com.apple.kpi.mach</key> <string>8.0.0</string> <key>com.apple.kpi.unsupported</key> <string>8.0.0</string> </dict> </dict> </plist> WIFI: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>AirPortAtheros</string> <key>CFBundleGetInfoString</key> <string>4.1.2, Copyright © 2006–2009 Apple Inc. All rights reserved.</string> <key>CFBundleIdentifier</key> <string>com.apple.driver.AirPort.Atheros</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>AirPortAtheros</string> <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleShortVersionString</key> <string>4.1.2</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>412.19.4</string> <key>IOKitPersonalities</key> <dict> <key>Atheros Wireless LAN PCI</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AirPort.Atheros</string> <key>IOClass</key> <string>AirPort_AthrFusion</string> <key>IOMatchCategory</key> <string>IODefaultMatchCategory</string> <key>IONameMatch</key> <array> <string>pci106b,0086</string> <string>pci168c,1c</string> <string>pci168c,23</string> <string>pci168c,24</string> </array> <key>IOProviderClass</key> <string>IOPCIDevice</string> </dict> </dict> <key>OSBundleLibraries</key> <dict> <key>com.apple.iokit.IO80211Family</key> <string>300.0</string> <key>com.apple.iokit.IONetworkingFamily</key> <string>1.6.0</string> <key>com.apple.iokit.IOPCIFamily</key> <string>2.0</string> <key>com.apple.kpi.bsd</key> <string>9.0.0</string> <key>com.apple.kpi.iokit</key> <string>9.0.0</string> <key>com.apple.kpi.libkern</key> <string>9.0.0</string> <key>com.apple.kpi.mach</key> <string>9.0.0</string> <key>com.apple.kpi.unsupported</key> <string>9.0.0</string> </dict> </dict> </plist> trotz allerdem werd ich es auch noch selbst probieren ;-) Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1441306 Share on other sites More sharing options...
Nexos™ Posted April 3, 2010 Share Posted April 3, 2010 gma: [...] WIFI: [...] Die Grafikkarte kann dadurch nicht kaputt gehen, das schlimmste was passieren kann ist das der grafiktreiber dannach nicht mehr funktioniert, deshalb backup von der kext machen, damit man sie notfalls nochmal zurückspielen kann Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1441388 Share on other sites More sharing options...
r0b3rt™ Posted April 3, 2010 Author Share Posted April 3, 2010 Ok vielen Dank :-) Ja ich hab schiss mit der GPU weil bei meinem altem Lappi mal die GPU nach der Installation von OSx86 geschrottet wurde... ich werds gleich mal mit den kexts ausprobieren... Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1441391 Share on other sites More sharing options...
r0b3rt™ Posted April 4, 2010 Author Share Posted April 4, 2010 Edit: Ich hab das jetz mal alles ersetzt... und neugestartet, aber leider hat sich nichts geändert... :-( Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1441652 Share on other sites More sharing options...
Nexos™ Posted April 4, 2010 Share Posted April 4, 2010 ja dann scheint der tipp von meklort nicht zu funktionieren. hast du mit -f neugestartet Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1441668 Share on other sites More sharing options...
r0b3rt™ Posted April 4, 2010 Author Share Posted April 4, 2010 ne hab ich nich...aber ich werds gleich mal ausprobieren, muss vorher noch kurz meinen Rechner neu aufsetzen ;-) mit -f funktioniert auch nichs... alles bleibt beim alten, ich ahb bloss iwie das gefühl das das system jetzt flüssiger läuft...aber Wifi und VGA_anschluss wie alle grafischen Anwendungen funktionieren nicht wirklich... Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1441715 Share on other sites More sharing options...
riws Posted April 4, 2010 Share Posted April 4, 2010 Es sollte 0xa0118086 und 0xa0128086 sein, du musst die Bins auch mit Hex ändern. Aber wozu? Die graka geht ja nicht. Ohne Treiber und mit Bootloader Graphics Mode bekommst du die Auflösung nicht? Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1441789 Share on other sites More sharing options...
r0b3rt™ Posted April 4, 2010 Author Share Posted April 4, 2010 also ich hab die Auflösung von 1024x600 schon, aber es geht der VGA-Anschluss nicht und die ganzen Sachen, wozu ich die Grafikkarte eben brauche...zb kann ich Timemachine nicht benutzen (Backup machen aber kann keins wiederherstellen, da ich auf dem Bildschirm nichts erkennen kann) Bilder über Vorschau kann ich mir auch nich angucken, sowie Bildschirmfotos machen ... Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1441813 Share on other sites More sharing options...
MacBlaster Posted July 7, 2010 Share Posted July 7, 2010 Hallo, habe die Installation auf das ASUS eeE-PC 1001P mit 10.6.2 hinbekommen, allerdings "fehlen" mir noch die "Treiber" für Grafik (GMA-3150 [950]), Sound u. WIFI - hat diese jemand ggf. fertig für den Einsatz? Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1506739 Share on other sites More sharing options...
r0b3rt™ Posted July 10, 2010 Author Share Posted July 10, 2010 Hallo, habe die Installation auf das ASUS eeE-PC 1001P mit 10.6.2 hinbekommen, allerdings "fehlen" mir noch die "Treiber" für Grafik (GMA-3150 [950]), Sound u. WIFI - hat diese jemand ggf. fertig für den Einsatz? Ich hab da so ein pack, da sind alle kexts die du brauchst, musst mal auf meiner Webseite gucken (Siehe Signatur) schau dich etwas um, denn wirst du es finden, wenn nicht, dann schreib mir ne PM. Komisch, bei mir ging der Ton gleich nach dem ersten ComboUpdate (10.6 zu 10.6.2) Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1508522 Share on other sites More sharing options...
S3D Posted September 5, 2010 Share Posted September 5, 2010 Hi...Ich hab das Asus 1001px und die Retail 10.6.0 per USB Stick und MyHack1.1 installiert bekommen. Sound funktioniert so halbwegs mit VoodooHDA.kext. Wie ich gelesen hab gibts für Intel GMA3150 keine Treiber. Ich hab 800x600. Geht da nochmehr!? Wifi AR2427 gibts auch nix. Naja werd mir nen anderen Wifi Stick besorgen. Aber wie hast du Ethernet hinbekommen (AR8132)??? "Ich hab da so ein pack, da sind alle kexts die du brauchst, musst mal auf meiner Webseite gucken (Siehe Signatur)..." Finde in deiner Signatur kein Link. Wäre nett wegen den Kexts. Saludos Link to comment https://www.insanelymac.com/forum/topic/214089-snow-leopard-auf/page/2/#findComment-1543306 Share on other sites More sharing options...
Recommended Posts