Jump to content

"Intel Pro Wireless 2915abg" or "Broadcom NetXtreme Gigabit Ethernet" on Mac OS X 10.4.8


LazyGus
 Share

25 posts in this topic

Recommended Posts

How do I get Intel Pro Wireless 2915abg or Broadcom NetXtreme Gigabit Ethernet to work with Mac OS X 10.4.8. I have tried several guides for both of them but I can't get it to work. I would really like to get an internet connection, feels a bit useless without it.

 

If you can help me with this you will be my new hero!

Link to comment
Share on other sites

Hi i have Broadcom NetXtreme Gigabit Ethernet too, i downloaded this driver http://forum.insanelymac.com/index.php?act...ost&id=3114

 

To get on-board ethernet working - added by Embries.

 

Head to this post to get the .kext - http://forum.insanelymac.com/index.php?s=&...st&p=129533

 

Instructions:

 

@Gellius31: try the following instructions

 

1. unpack AppleBCM5751Ethernet.kext.zip

 

2. move AppleBCM5751Ethernet.kext to /System/Library/Extensions/

 

3. open Terminal

 

4. sudo -s

 

5. chown -R root:wheel /System/Library/Extensions/

 

6. cd /System/Library/Extensions/

 

7. chmod -R 755 AppleBCM5751Ethernet.kext

 

8. reboot

 

9. You will have MAC address of 00:00:00:00:00:00. Boot with ubuntu live cd, get MAC address of your NIC using ifconfig utility at terminal. Write it down.

 

10. Reboot to OS X, open terminal and set your MAC address manually:

 

sudo -s

 

ifconfig en0 ether <your mac address here>

 

Network should now be working!

 

i hope this helps, i'm a newbie and i don't use mac os that much, this days i've been playing with Vista och Linux.

 

 

SEARCH for "Broadcom" there is a lot of Broadcom posts/guides in this forum.

Edited by decaturguy
Link to comment
Share on other sites

Thanks for the reply but I can't get it to work!

In the last step of the guide:

"ifconfig en0 ether <your mac address here> " I get an error:

"ifconfig: interface en0 does not exist"

 

 

Does you Broadcom NetXtreme Gigabit Ethernet work with mac os x 10.4.8 or should I maybe install an earlier veresion of the OS?

 

All ideas are welcome!

Edited by LazyGus
Link to comment
Share on other sites

I think you need to edit the "Info.plist" file its inside "AppleBCM5701Ethernet.kext\Contents" the driver that you've downloaded.

maybe your vendor and device id is not listed in there.

 

<key>IONameMatch</key>
			 <array>
				 <string>pci106b,8</string>
				 <string>pci106b,9</string>
				 <string>pci106b,85</string>
				 <string>pci14e4,16a6</string>
				 <string>pci14e4,1648</string>
				 <string>pci14e4,165d</string>
				 <string>pci14e4,1696</string>
				 <string>pci14e4,165e</string>
				 <string>pci14e4,1659</string>
				 <string>pci14e4,1677</string					
			 </array>

 

mine is <string>pci14e4,1677</string>

u need to boot it windows or linux Livecd's to to look for your vendor and device ID. After you finish editing the file don't forget to fix the permission.

 

4. sudo -s

 

5. chown -R root:wheel /System/Library/Extensions/

 

6. cd /System/Library/Extensions/

 

7. chmod -R 755 AppleBCM5751Ethernet.kext

 

8. reboot

 

open the terminal and type ifconfig press return, if u get en0 it means you card its found.

Link to comment
Share on other sites

I did what you said and now the ethernet is working!! Thank you very very very much!!!!!!

 

Do you know how to make wireless work too?

Edited by LazyGus
Link to comment
Share on other sites

I'm sorry but i don't use wireless with mac but i tried it once with a cheap usb wireless and it worked after i downloaded the driver from chip maker.

There are some people here trying to port Intel PRO/Wireless 2200BG Driver for Linux to mac. maybe they can help you.

Here is the link to that thread http://forum.insanelymac.com/index.php?showtopic=36976

 

If the driver for your card is not available try to buy those cheap usb wireless. there is a list of working cards here in this forum. please use the search button.

The card that I've tried is BELKIN usb 802.11g 54 Mbps v4000 (also known as v4). But i don't recommend this card after reboot it needs to be unplugged and replugged.

 

Good Luck.

Link to comment
Share on other sites

  • 2 weeks later...

Hi guys. i followed these directions and was able to get my connection working. thanks. but, the connection only works until i reboot again and then i get a message that the driver was installed incorrectly and i have to follow these directions again, everytime i reboot. is there a way around this?

Link to comment
Share on other sites

G'day All,

 

I've got a Broadcom NetXtreme ethernet as well running 10.4.8 on a Thinkpad R52. I've followed all the instructions given above and still can't get the ethernet to work.

 

When I type in "ifconfig en0" in terminal, I also get the error "interface en0 does not exist.

 

I've checked in the plist if my vendor id and device id are there, they ar -

 

pci14e4,167d

 

Done all the repairs, etc.

 

Can anyone suggestion other possibilities to try??

 

many thanks in advance!!

 

I think you need to edit the "Info.plist" file its inside "AppleBCM5701Ethernet.kext\Contents" the driver that you've downloaded.

maybe your vendor and device id is not listed in there.

 

<key>IONameMatch</key>
			  <array>
				  <string>pci106b,8</string>
				  <string>pci106b,9</string>
				  <string>pci106b,85</string>
				  <string>pci14e4,16a6</string>
				  <string>pci14e4,1648</string>
				  <string>pci14e4,165d</string>
				  <string>pci14e4,1696</string>
				  <string>pci14e4,165e</string>
				  <string>pci14e4,1659</string>
				  <string>pci14e4,1677</string					
			  </array>

 

mine is <string>pci14e4,1677</string>

u need to boot it windows or linux Livecd's to to look for your vendor and device ID. After you finish editing the file don't forget to fix the permission.

 

 

 

open the terminal and type ifconfig press return, if u get en0 it means you card its found.

 

G'day All,

 

I've got a Broadcom NetXtreme ethernet, that isn't working, as well running 10.4.8 on a Thinkpad R52. I've followed all the instructions given above and in this thread and still can't get the ethernet to work.

 

When I type in "ifconfig en0" in terminal, I also get the error "interface en0 does not exist.

 

I've checked in the plist if my vendor id and device id are there, they are -

 

pci14e4,167d

 

Done all the repairs, etc.

 

Can anyone suggestion other possibilities to try??

 

many thanks in advance!!

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

Hey guys,

 

I also have the broadcom netextreme gigabit nic, my device id is 1600

I loaded the driver, and it shows that it is loaded, i have tried so many broadcom fixes for my dell d820 that when I load this driver up, my nic shows up as "en2"

 

when I try to:

sudo -s

 

ifconfig ether 00:19:b9:58:ce:04

 

I get:

 

ifconfig: ioctl (SIOCAIFADDR): Network is down

 

 

My first thought was maybe I should plug it in and then try, but same result, while there is a link, the system preferences does not show a difference weither there is a link or not, my dmesg shows:

 

AppleBCM5151Ethernet: 0 0 wakeUp - reset adapter failed

AppleBCM5151Ethernet: 0 0 wakeUp - enable - failed

 

 

 

Any Ideas??

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

hey guys

i have a proble with my notebook

i have

1- Broadcom 440x NIC

i know that MAC has the driver but for some reason it dosen't show

2- intel pro 2915 ABG wireless card

 

3- ATI R 9000 Video card 128MB

 

i was looking for the drivers to conig them but i came out with nothing :)

 

if any one can tell me where i can find them or how i can GET THEM TO WORK

 

thanks in advance.whistle.gif

 

3bood

Link to comment
Share on other sites

  • 1 month later...
Hey guys,

 

I also have the broadcom netextreme gigabit nic, my device id is 1600

I loaded the driver, and it shows that it is loaded, i have tried so many broadcom fixes for my dell d820 that when I load this driver up, my nic shows up as "en2"

 

when I try to:

sudo -s

 

ifconfig ether 00:19:b9:58:ce:04

 

I get:

 

ifconfig: ioctl (SIOCAIFADDR): Network is down

 

 

My first thought was maybe I should plug it in and then try, but same result, while there is a link, the system preferences does not show a difference weither there is a link or not, my dmesg shows:

 

AppleBCM5151Ethernet: 0 0 wakeUp - reset adapter failed

AppleBCM5151Ethernet: 0 0 wakeUp - enable - failed

 

 

 

Any Ideas??

I'm getting the exact same problem. It recognizes my ethernet card, but I get that error whenever I try to set my mac address. Does anyone know how to fix this?

Link to comment
Share on other sites

  • 1 month later...
Hi,

 

Work for me. But every reboot i've to change the mac address from 00:00:00:00:00:00 to mine.

 

Don't know how to fix it.

 

Any idea.

 

Thanks.

 

That's exactly my same problem with my Dell OptiPlex GX520... if I do an ifconfig, I see that the MAC address is always 00:00:00:00:00:00.

 

Thanks a lot in advance for any help.

 

See ya!

Truelies

Link to comment
Share on other sites

  • 8 months later...
I think you need to edit the "Info.plist" file its inside "AppleBCM5701Ethernet.kext\Contents" the driver that you've downloaded.

maybe your vendor and device id is not listed in there.

 

<key>IONameMatch</key>
                 <array>
                     <string>pci106b,8</string>
                     <string>pci106b,9</string>
                     <string>pci106b,85</string>
                     <string>pci14e4,16a6</string>
                     <string>pci14e4,1648</string>
                     <string>pci14e4,165d</string>
                     <string>pci14e4,1696</string>
                     <string>pci14e4,165e</string>
                     <string>pci14e4,1659</string>
                     <string>pci14e4,1677</string                    
                 </array>

 

mine is <string>pci14e4,1677</string>

u need to boot it windows or linux Livecd's to to look for your vendor and device ID. After you finish editing the file don't forget to fix the permission.

 

 

 

open the terminal and type ifconfig press return, if u get en0 it means you card its found.

 

This worked for me!! whoohoo!! I now have internet on my Acer hackintosh, no more booting to windows for internet.

 

FYI: I have a broadcom netextreme with: manufactid: 14E4 and device id: 1654

All I had to do, to get it working, was to change where it says: 165e to a 1654, so:

 

<key>IONameMatch</key>
                  <array>
                      <string>pci106b,8</string>
                      <string>pci106b,9</string>
                      <string>pci106b,85</string>
                      <string>pci14e4,16a6</string>
                      <string>pci14e4,1648</string>
                      <string>pci14e4,165d</string>
                      <string>pci14e4,1696</string>
                      <string>pci14e4,165e</string>
                      <string>pci14e4,1659</string>
                      <string>pci14e4,1677</string 
                                     </array>

 

becomes...

 

<key>IONameMatch</key>
                  <array>
                      <string>pci106b,8</string>
                      <string>pci106b,9</string>
                      <string>pci106b,85</string>
                      <string>pci14e4,16a6</string>
                      <string>pci14e4,1648</string>
                      <string>pci14e4,165d</string>
                      <string>pci14e4,1696</string>
                      <string>pci14e4,1654</string>
                      <string>pci14e4,1659</string>
                      <string>pci14e4,1677</string 
                                     </array>

 

..and change the mac address aswell, as it was just a bunch of 00000000000..

 

 

cheers everyone!

Vidar F.

Link to comment
Share on other sites

  • 5 months later...
  • 8 months later...
I think you need to edit the "Info.plist" file its inside "AppleBCM5701Ethernet.kext\Contents" the driver that you've downloaded.

maybe your vendor and device id is not listed in there.

 

<key>IONameMatch</key>
			  <array>
				  <string>pci106b,8</string>
				  <string>pci106b,9</string>
				  <string>pci106b,85</string>
				  <string>pci14e4,16a6</string>
				  <string>pci14e4,1648</string>
				  <string>pci14e4,165d</string>
				  <string>pci14e4,1696</string>
				  <string>pci14e4,165e</string>
				  <string>pci14e4,1659</string>
				  <string>pci14e4,1677</string					
			  </array>

 

mine is <string>pci14e4,1677</string>

u need to boot it windows or linux Livecd's to to look for your vendor and device ID. After you finish editing the file don't forget to fix the permission.

 

 

 

open the terminal and type ifconfig press return, if u get en0 it means you card its found.

 

When you say edit the "Info.plist".. where is this file and after I edit this what do I do with it?

 

Thanks

Link to comment
Share on other sites

  • 8 months later...
hey i'm in the same situation as one of the guys above, i followed the guide and my vendor/device id is in their ( the 167d one) but i still get "ifconfig: interface en0 does not exist"

 

FUJITSU LIFEBOOK S6240

Kalyway 10.5.2 EFI V8

Kernel 9.2.2

 

Graphics: Intel 915 (GMA900) WORKING WITH QE+CI

Ethernet: Broadcom netxtreme gigabit ethernet (BCM5751) WORKING

Wireless: Intel 2915ABG WORKING WITH IWIDARWIN DRIVER

Disc Drive: MAT{censored}A DVD-RAM UJ-841S WORKING

Proccessor: Intel Pentium M 740 1.73Ghz SSE2

Audio: Realtek High Definition Audio (ALC260) WORKING BUT NO LINE IN OR OUT

 

Buddy how are you making the 2915ABG work? Which Kext / Driver you using?

Link to comment
Share on other sites

  • 2 months later...
Hey guys,

 

I also have the broadcom netextreme gigabit nic, my device id is 1600

I loaded the driver, and it shows that it is loaded, i have tried so many broadcom fixes for my dell d820 that when I load this driver up, my nic shows up as "en2"

 

when I try to:

sudo -s

 

ifconfig ether 00:19:b9:58:ce:04

 

I get:

 

ifconfig: ioctl (SIOCAIFADDR): Network is down

 

 

My first thought was maybe I should plug it in and then try, but same result, while there is a link, the system preferences does not show a difference weither there is a link or not, my dmesg shows:

 

AppleBCM5151Ethernet: 0 0 wakeUp - reset adapter failed

AppleBCM5151Ethernet: 0 0 wakeUp - enable - failed

 

 

 

Any Ideas??

 

 

 

Hello i have also tried

 

sudo -s

ifconfig ether 00:19:b9:58:ce:04

 

I get:

 

ifconfig: ioctl (SIOCAIFADDR): Network is down

 

 

can anybody help me

 

thanks

Link to comment
Share on other sites

  • 2 months later...
Hello i have also tried

 

sudo -s

ifconfig ether 00:19:b9:58:ce:04

 

I get:

 

ifconfig: ioctl (SIOCAIFADDR): Network is down

 

 

can anybody help me

 

thanks

 

You have to have it active before you can change the mac address. Go to preferences > network > and see if there is that little green light next to it. It will only work if its active, remember to connect a cable to it.

Now the next step is having someone that can write a script that we can run on the start up or manually when the computer boots up, otherwise you'll have to manually change the info on terminal everytime.

 

hope this helps

Link to comment
Share on other sites

  • 1 year later...
 Share

×
×
  • Create New...