Hackintosh Draadloos Internet

  • Onderwerp starter Onderwerp starter Dinux
  • Startdatum Startdatum
Status
Niet open voor verdere reacties.

Dinux

Gebruiker
Lid geworden
20 jan 2010
Berichten
420
Hallo allemaal,

Ik heb Mac OS X (10.5 dus Leopard) geinstaleerd op mijn Dell Dimension e510. Na aardig wat geknutsel heb ik mijn mac aan de praat gekregen. Bijna alles doet het behalve het draadloos internet. Ik gebruik een Linksys usb voor het draadloos internet (WUSB54G). Heb al een beetje op internet gezocht naar de kernel extensie. Het bijkt dat ik de RT2500USB driver moet hebben. Die kan ik nergens op internet vinden, zelfs niet bij Ralink zelf. Als ik een andere driver download die beweerd het ook te doen krijg ik een probgamma in beeld dat alleen zegt: No Device! Ik heb ook nog een Sweex draadloos usb (54G zwart) maar daar is al helemaal niets voor te vinden. Heeft iemand de extensie die ik zoek of een andere werkende oplossing?

Dinux
 
Ik ben naar die site gegaan en ik heb dat bestand gedownload en geinstaleerd maar het werkt nog steeds niet. Ik krijg in het programma dat erbij zit te zien "No Device". Wat moet ik nu doen?
 
Ralink2500USB is dan verkerde driver.Bij MediaMarkt kan je beter kopen Sitecom WL252 ondersteunt (Leopard + Snow) of Netgear WG111v3 ondersteunt alleen Leopard.

Groeten
 
@mirad.. Dat is het zowat het zelfde als zeggen: Koop gewoon een Mac dan heb je het probleem niet meer :confused:
Ik zou ook niet een nieuwe wireless kaart gaan kopen alleen hier voor ;)

Code:
Step by step you have to:

1.- Donload the driver
2.- Install it
3.- Go to /System/Library/Extensions/ and find RT2500USBWirelessDriver.kext
4.- Right click or ctrl+click over RT2500USBWirelessDriver.kext
5.- From the CM choose "Show Package Contents". A new window should appear.
6.- On the new window go to Contents
7.- Open Terminal.app from the Utilities folder and write "sudo pico" (without quotes) and drag the Info.plist file to that terminal window.
8.- Find the line saying <key>IOKitPersonalities</key> and below that add: 
</dict>
<key>LinkSys</key> 
<dict> 
<key>CFBundleIdentifier</key> 
<string>com.Ralink.driver.RT2500</string> 
<key>IOClass</key> 
<string>RT2500USBWirelessDriver</string> 
<key>IOProviderClass</key> 
<string>IOUSBDevice</string> 
<key>bcdDevice</key> 
<integer>4</integer> 
<key>idProduct</key> 
<integer>13</integer> 
<key>idVendor</key> 
<integer>5041</integer> 


9.- Save and close the file by pressing ctrl+o and then ctrl+x
10.- Reboot
11.- Now connect your device
12.- Open System Preferences.app
13.- Go to Network… It must warn you about a new device found.
14.- Configure your network.
15.- If it's not already open, open WirelessUtilityUSB.app which should be in your Applications folder and configure your WLAN access.

Sometimes th driver is not loaded at startup, you can fix that by downloading This File. It will install a file named RT2500Replug.kext in /System/Library/Extensions/ you havo to go into that package as well and edit the Info.plist file the same way you edited the otherone but this time you have to add: 

<dict>
<key>Linksys</key>
<dict>
<key>CFBundleIdentifier</key>
<string>ch.walter.thomas.RT2500Replug</string>
<key>IOClass</key>
<string>ch_walter_thomas_RT2500Replug</string>
<key>IOKitDebug</key>
<integer>0</integer>
<key>IOProbeScore</key>
<integer>100000</integer>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>bcdDevice</key>
<integer>4</integer>
<key>idProduct</key>
<integer>13</integer>
<key>idVendor</key>
<integer>5041</integer>

and then reboot.

The WirelessUtilityUSB.app should be fired up after every reboot now.

You can find more info at: http://61.222.76.235/ (which is the Ralink forum)
Bron: http://macosx.com/forums/networking-compatibility/272286-linksys-wusb54g-usb-adapter-10-4-6-a.html
 
Ik heb inmiddels de Linux driver gepoort naar OS X en het werkte.
 
Ook al is het je eigen topic, het is niet nodig om topics van een jaar oud omhoog te kicken.

slotje.gif
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan