Jump to content

BUFFALO WLI2-PCI-G54S airport kompatibel


ITABRA
 Share

3 posts in this topic

Recommended Posts

hallo ich habe ein problem, ich habe ein pci w-lan karte gekauft und habe ich bei wiki die anleitung gelesen aber bei schritt 16 ich weiss nicht was ich machen soll konnt ihr mir helfen ????

 

 

 

 

Ok Heres the deal, people with Broadcom Wireless (aka Dell Wireless) have been having trouble with getting it to work , or getting it recognize on 10.4.8 and people have been going to thread-to-thread just to find a solution so i decided to make this SIMPLE little tutorial to help all you Broadcom People, Ok lets begin

 

1: Open Terminal (Hard Drive icon -> Applications -> Utilities)

 

2: type this ->

CODE

sudo su

 

 

3: then this ->

CODE

cd /System/Library/Extensions

 

 

4: then ->

CODE

cd /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm4311.kext/Contents/

 

 

5: then

CODE

nano -w Info.plist

 

 

6: Ok then scroll down until you see:

 

<key>IONameMatch</key>

<array>

<string>pci14e4,4328</string>

<string>pci14e4,4329</string>

<string>pci14e4,432a</string>

<string>pci14e4,4311</string>

<string>pci14e4,4312</string>

<string>pci14e4,4313</string>

<string>pci14e4,4319</string>

<string>pci14e4,431a</string>

 

7: before <string>pci14e4,4319</string> add this: <string>pci14e4,4318</string> (change the 4318 to your ID, Mines is 4318 because i have Dell Wireless 1370)

 

8: then Control X, then Y then hit Enter

 

9: then Do:

CODE

sudo reboot

 

 

10: then you should see a Blank Baseball Feild Icon (airport icon) on the finder bar

 

11: Open up Terminal then type ->

CODE

sudo su

 

 

12: Then ->

CODE

cd /Library/Preferences/SystemConfiguration/

 

 

13: Then ->

CODE

nano -w /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

 

 

14: You should See this

 

<key>BSD Name</key>

<string>en0</string>

<key>IOBuiltin</key>

<false/>

<key>IOInterfaceType</key>

<integer>6</integer>

<key>IOInterfaceUnit</key>

<integer>0</integer>

<key>IOLocation</key>

<string></string>

<key>IOMACAddress</key>

<data>

 

15: change that to this:

 

<key>BSD Name</key>

<string>en1</string>

<key>IOBuiltin</key>

<false/>

<key>IOInterfaceType</key>

<integer>6</integer>

<key>IOInterfaceUnit</key>

<integer>1</integer>

<key>IOLocation</key>

<string></string>

<key>IOMACAddress</key>

<data>

16: then Ctrl-X -> Y -> Enter

 

17: Then

CODE

sudo reboot

 

 

18: After Reboot, Click the Airport Icon on the finder bar and click 'Network Preferences' It'll Say

 

Has Found the following Port

 

'Airport'

 

19: Click Ok then click the drop down box that has Show: next to it then click 'Airport' then click Apply Now and then, Click the Airport icon then select your Network and then Your Done

 

Congrats, You have Wireless in 10.4.8

Link to comment
Share on other sites

16: then Ctrl-X -> Y -> Enter

 

Das ist doch nur speichern in Programm Nano. Drückst die Tasten Ctrl und X und sagst mit Taste Y ja.

Kannst ja die plist Datei aufs Desktop kopieren, dort mit Textedit die Veränderungen machen und zurück kopieren

Link to comment
Share on other sites

 Share

×
×
  • Create New...