Jump to content

Driver for nForce4 LAN


planetbeing
 Share

765 posts in this topic

Recommended Posts

After a lot of trying . I got my lan to work with focredeth-nockd.kext. I am using a asrock mob (K8NF6G-VSTA). The only problem I have is if i reboot. I have go over the whole process with regards to loading the kext. is there away I can save it so i wont have to do that every time i reboot.

 

Thanks

Link to comment
Share on other sites

After a lot of trying . I got my lan to work with focredeth-nockd.kext. I am using a asrock mob (K8NF6G-VSTA). The only problem I have is if i reboot. I have go over the whole process with regards to loading the kext. is there away I can save it so i wont have to do that every time i reboot.

 

Thanks

 

Got it to stay.

 

hi

when i load the kext my computer says a new network interface has been detected then it freezes. it looks like everything load right. i have os x 10.5.2 does anyone have any ideas thanks

 

I was getting that when i used the forcedeth . it stopped when i used the forcedeth-nockd

Link to comment
Share on other sites

I can't get this driver to work. As soon as I enter the last line into terminal I get the message that a network device has been detected and then my mouse and keyboard stiop responding. OSX does not crash. I had my iPod connected on one try and unplugged it after the freeze up and I was prompted on screen that the device was disconnected without safely ejecting it so the OS was still running.

 

Any ideas anyone?

Link to comment
Share on other sites

hi

when i load the kext my computer says a new network interface has been detected then it freezes. it looks like everything load right. i have os x 10.5.2 does anyone have any ideas thanks

 

I have the same problem,help please...

Link to comment
Share on other sites

Guest BuildSmart

There is a problem with the code that is wrapped around obtaining the MAC address, some information should be defined statically and it isn't and this also contributes to the messed up variable pointers and extending a variable beyond it's initial size without reallocation is nothing shy of sloppy programming.

 

Also of importance is the IRQ management, why is the driver managing the IRQ and not the Kernel/OS as it should be?

 

There are several versions of this driver floating around and each has it's own little quirks, a public current source where people can contribute patches would help make a better driver as issues are found and corrected but this also requires time of the author (or an assignee) to manage the project in an environment where users don't clutter the threads with mundane {censored} like "it don't work for me, please help!!!".

Link to comment
Share on other sites

I've found that using the marvell yukon (skge) driver is more stable than the nvidia/nforce4 lan driver

Link to comment
Share on other sites

Hi,

 

I've been using forcekext drivers ever since and it is working fine with my MSI K9N Neo-F motherboard. However, there is a problem with this driver and I'm pretty much sure everyone experience this problem. I'm in a dual boot system - Windows XP and Leopard (Leo4allv3). If I'm planning to boot to my MacOSX, I have to unplug the power cord and wait for 30 secs and plug it back then boot to OSX in order for the nforce Ethernet to work. (This scenario will happen when I'm in windows then soft restarted - then booted to OSX -- it also happens when from Windows then turn off [shutdown]).

 

I was just wondering if this problem is still experienced today? Is there a work around or probably an alternative driver that we can use?

 

Thanks in advanced!

Link to comment
Share on other sites

I got this when I added kext wit term from zephyroth

 

Last login: Sun Aug 17 02:34:47 on console
t3k-nerds-system-product-name:~ t3knerd$ sudo -s
Password:
bash-3.2# chown -R root:wheel ~/Desktop/forcedeth.kext
bash-3.2# chmod -R 755 ~/Desktop/forcedeth.kext
bash-3.2# kextload -v ~/Desktop/Forcedeth.kext
extension /Users/t3knerd/Desktop/Forcedeth.kext has potential problems:
Warnings
{
 "Kext has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style" = true
}

kextload: extension /Users/t3knerd/Desktop/Forcedeth.kext appears to be loadable
extension /Users/t3knerd/Desktop/Forcedeth.kext does not contain code for this architecture
bash-3.2#

Link to comment
Share on other sites

Hello guys, I have a problem with my nforce lan. I installed OS X using iDeneb 10.5.4 n it comes with forcedeth kext. I selected it, installed everything properly, n everything works fine, but for the ethernet. I have some screenshots here. Can anybody tell me wat i need to do or wat might be wrong with my system? I tried getting forcedeth -v variant but i cant find it anywhere online. I have it on leo4all disc, but i dont know how to extract it of the disc. Please help.

 

IMG_0679.jpg

 

IMG_0687.jpg

Link to comment
Share on other sites

I decided to do wat u have instructed to do in post #1 with the kext u attached in post #34. I still get the same issue as my post above. Here are the logs of wat appeared on the terminal. Im sorry but I dont know the right terms for them, so Im just gonna call the logs Tail and Bash, im sure u know the difference :(

 

here is the Bash, where i type all the codes

 

Last login: Mon Aug 25 18:55:41 on ttys001

sean-cadets-macpro31:~ seancadet$ cd ~/Desktop/forcedeth/build/Release

sean-cadets-macpro31:Release seancadet$ sudo chown -R root:wheel forcedeth.kext

sean-cadets-macpro31:Release seancadet$ sudo chmod -R 755 forcedeth.kext

sean-cadets-macpro31:Release seancadet$ sudo kextload -v forcedeth.kext

extension forcedeth.kext has potential problems:

Warnings

{

"Kext has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style" = true

}

 

kextload: extension forcedeth.kext appears to be loadable

kextload: loading extension forcedeth.kext

kextload: forcedeth.kext loaded successfully

kextload: sending personalities to kernel:

kextload: from extension /System/Library/Extensions/IONetworkingFamily.kext:

kextload: IONetworkStack

kextload: Kernel Debugging Driver

kextload: from extension /System/Library/Extensions/IOPCIFamily.kext:

kextload: IOPCI2PCIBridge-Name

kextload: IOPCI2PCIBridge-i386

kextload: IOPCI2PCIBridge-PCI

kextload: from extension /Users/seancadet/Desktop/forcedeth/build/Release/forcedeth.kext:

kextload: nForce 4 LAN

kextload: sending 6 personalities to the kernel

kextload: matching started for forcedeth.kext

sean-cadets-macpro31:Release seancadet$ sudo kextunload forcedeth.kext

kextunload: unload kext forcedeth.kext succeeded

sean-cadets-macpro31:Release seancadet$ sudo chown -R root:wheel forcedeth-nockd.kext

sean-cadets-macpro31:Release seancadet$ sudo chmoad -R 755 forcedeth-nockd.kext

sudo: chmoad: command not found

sean-cadets-macpro31:Release seancadet$ sudo chmod -R 755 forcedeth-nockd.kext

sean-cadets-macpro31:Release seancadet$ sudo kextload -v forcedeth-nockd.kext

extension forcedeth-nockd.kext has potential problems:

Warnings

{

"Kext has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style" = true

}

 

kextload: extension forcedeth-nockd.kext appears to be loadable

kextload: loading extension forcedeth-nockd.kext

kextload: forcedeth-nockd.kext loaded successfully

kextload: sending personalities to kernel:

kextload: from extension /System/Library/Extensions/IONetworkingFamily.kext:

kextload: IONetworkStack

kextload: Kernel Debugging Driver

kextload: from extension /System/Library/Extensions/IOPCIFamily.kext:

kextload: IOPCI2PCIBridge-Name

kextload: IOPCI2PCIBridge-i386

kextload: IOPCI2PCIBridge-PCI

kextload: from extension /Users/seancadet/Desktop/forcedeth/build/Release/forcedeth-nockd.kext:

kextload: nForce 4 LAN

kextload: sending 6 personalities to the kernel

kextload: matching started for forcedeth-nockd.kext

sean-cadets-macpro31:Release seancadet$ sudo kextunload forcedeth-nockd.kext

kextunload: unload kext forcedeth-nockd.kext succeeded

sean-cadets-macpro31:Release seancadet$

 

and here is the Tail, where the log is

 

Last login: Mon Aug 25 18:34:09 on ttys001

sean-cadets-macpro31:~ seancadet$ tail -f /var/log/system.log

Aug 25 18:53:12 sean-cadets-macpro31 kernel[0]: forcedeth: Stopping

Aug 25 18:53:12 sean-cadets-macpro31 kernel[0]: forcedeth: Freeing.

Aug 25 18:53:12 sean-cadets-macpro31 kernel[0]: forcedeth: Disabling

Aug 25 18:53:12 sean-cadets-macpro31 kernel[0]: forcedeth: Stopping

Aug 25 18:53:12 sean-cadets-macpro31 kernel[0]: forcedeth: Freeing.

Aug 25 18:53:18 sean-cadets-macpro31 login[218]: DEAD_PROCESS: 218 ttys000

Aug 25 18:53:18 sean-cadets-macpro31 login[233]: DEAD_PROCESS: 233 ttys001

Aug 25 18:53:21 sean-cadets-macpro31 /System/Library/CoreServices/ManagedClient.app/Contents/MacOS/ManagedClient[285]: ODUEthernetAddress(): GetEthernetAddress()== 5

Aug 25 18:53:21 sean-cadets-macpro31 com.apple.loginwindow[39]: ODUEthernetAddress(): GetEthernetAddress()== 5

Aug 25 18:54:25 sean-cadets-macpro31 login[290]: USER_PROCESS: 290 ttys000

Aug 25 18:55:33 sean-cadets-macpro31 login[303]: USER_PROCESS: 303 ttys001

Aug 25 18:55:35 sean-cadets-macpro31 login[303]: DEAD_PROCESS: 303 ttys001

Aug 25 18:55:41 sean-cadets-macpro31 login[313]: USER_PROCESS: 313 ttys001

Aug 25 18:55:47 sean-cadets-macpro31 login[313]: DEAD_PROCESS: 313 ttys001

Aug 25 18:55:52 sean-cadets-macpro31 login[323]: USER_PROCESS: 323 ttys001

Aug 25 18:56:37 sean-cadets-macpro31 sudo[333]: seancadet : TTY=ttys001 ; PWD=/Users/seancadet/Desktop/forcedeth/build/Release ; USER=root ; COMMAND=/usr/sbin/chown -R root:wheel forcedeth.kext

Aug 25 18:56:51 sean-cadets-macpro31 sudo[334]: seancadet : TTY=ttys001 ; PWD=/Users/seancadet/Desktop/forcedeth/build/Release ; USER=root ; COMMAND=/bin/chmod -R 755 forcedeth.kext

Aug 25 18:57:01 sean-cadets-macpro31 sudo[335]: seancadet : TTY=ttys001 ; PWD=/Users/seancadet/Desktop/forcedeth/build/Release ; USER=root ; COMMAND=/sbin/kextload -v forcedeth.kext

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Initializing.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Probing.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: WARNING - your nVidia device 0x10DE:0x0373 is not known to work. Continuing anyway...

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Starting.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: PCI system 0x10DE:0x0373, subsystem 0x10DE:0xC55E opened.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Mapped from 0xCFFFA000 of length 4096.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Allocated 3072 bytes of contiguous memory for DMA: rx at 0x54a0a000, tx at 0x54a0a400, wired at 0x33a85000.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Found nForce4 LAN with MAC: 00:04:4B:09:F9:F2.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Found PHY 0x5040:0x0003 at address 1.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Initializing.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Probing.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: WARNING - your nVidia device 0x10DE:0x0373 is not known to work. Continuing anyway...

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Starting.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: PCI system 0x10DE:0x0373, subsystem 0x10DE:0xC55E opened.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Mapped from 0xCFFF7000 of length 4096.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Allocated 3072 bytes of contiguous memory for DMA: rx at 0x54beb000, tx at 0x54beb400, wired at 0x3b316000.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Found nForce4 LAN with MAC: 00:04:4B:09:F9:F3.

Aug 25 18:57:02 sean-cadets-macpro31 kernel[0]: forcedeth: Found PHY 0x5040:0x0003 at address 2.

Aug 25 18:57:03 sean-cadets-macpro31 kernel[0]: com_triton_forcedeth: Ethernet address 00:04:4b:09:f9:f2

Aug 25 18:57:03 sean-cadets-macpro31 kernel[0]: com_triton_forcedeth: Ethernet address 00:04:4b:09:f9:f3

Aug 25 18:57:03 sean-cadets-macpro31 kernel[0]: forcedeth: Enabling... 1 2 3 4 5 6 7

Aug 25 18:57:03 sean-cadets-macpro31 kernel[0]: forcedeth: Starting transmit/receive engines

Aug 25 18:57:03 sean-cadets-macpro31 kernel[0]: forcedeth: Network link down.

Aug 25 18:57:03 sean-cadets-macpro31 kernel[0]: forcedeth: Enabling... 1 2 3 4 5 6 7

Aug 25 18:57:03 sean-cadets-macpro31 kernel[0]: forcedeth: Starting transmit/receive engines

Aug 25 18:57:03 sean-cadets-macpro31 kernel[0]: forcedeth: Network link down.

Aug 25 18:59:19 sean-cadets-macpro31 /Applications/TextEdit.app/Contents/MacOS/TextEdit[288]: Had to sleep for 200 milliseconds to clear transactions race for -102/(.TemporaryItems/folders.501/TemporaryItems/(A Document Being Saved By TextEdit),(null))

Aug 25 19:00:19 sean-cadets-macpro31 sudo[343]: seancadet : TTY=ttys001 ; PWD=/Users/seancadet/Desktop/forcedeth/build/Release ; USER=root ; COMMAND=/sbin/kextunload forcedeth.kext

Aug 25 19:00:20 sean-cadets-macpro31 kernel[0]: forcedeth: Disabling

Aug 25 19:00:20 sean-cadets-macpro31 kernel[0]: forcedeth: Stopping

Aug 25 19:00:20 sean-cadets-macpro31 kernel[0]: forcedeth: Freeing.

Aug 25 19:00:20 sean-cadets-macpro31 kernel[0]: forcedeth: Disabling

Aug 25 19:00:20 sean-cadets-macpro31 kernel[0]: forcedeth: Stopping

Aug 25 19:00:20 sean-cadets-macpro31 kernel[0]: forcedeth: Freeing.

Aug 25 19:00:29 sean-cadets-macpro31 /System/Library/CoreServices/ManagedClient.app/Contents/MacOS/ManagedClient[345]: ODUEthernetAddress(): GetEthernetAddress()== 5

Aug 25 19:00:29 sean-cadets-macpro31 com.apple.loginwindow[39]: ODUEthernetAddress(): GetEthernetAddress()== 5

Aug 25 19:00:51 sean-cadets-macpro31 sudo[347]: seancadet : TTY=ttys001 ; PWD=/Users/seancadet/Desktop/forcedeth/build/Release ; USER=root ; COMMAND=/usr/sbin/chown -R root:wheel forcedeth-nockd.kext

Aug 25 19:01:12 sean-cadets-macpro31 sudo[349]: seancadet : TTY=ttys001 ; PWD=/Users/seancadet/Desktop/forcedeth/build/Release ; USER=root ; COMMAND=/bin/chmod -R 755 forcedeth-nockd.kext

Aug 25 19:01:29 sean-cadets-macpro31 sudo[350]: seancadet : TTY=ttys001 ; PWD=/Users/seancadet/Desktop/forcedeth/build/Release ; USER=root ; COMMAND=/sbin/kextload -v forcedeth-nockd.kext

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Initializing.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Probing.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: WARNING - your nVidia device 0x10DE:0x0373 is not known to work. Continuing anyway...

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Starting.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: PCI system 0x10DE:0x0373, subsystem 0x10DE:0xC55E opened.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Mapped from 0xCFFFA000 of length 4096.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Allocated 3072 bytes of contiguous memory for DMA: rx at 0x54bec000, tx at 0x54bec400, wired at 0x3c289000.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Found nForce4 LAN with MAC: 00:04:4B:09:F9:F2.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Found PHY 0x5040:0x0003 at address 1.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Initializing.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Probing.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: WARNING - your nVidia device 0x10DE:0x0373 is not known to work. Continuing anyway...

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Starting.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: PCI system 0x10DE:0x0373, subsystem 0x10DE:0xC55E opened.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Mapped from 0xCFFF7000 of length 4096.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Allocated 3072 bytes of contiguous memory for DMA: rx at 0x54a0a000, tx at 0x54a0a400, wired at 0x3a619000.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Found nForce4 LAN with MAC: 00:04:4B:09:F9:F3.

Aug 25 19:01:30 sean-cadets-macpro31 kernel[0]: forcedeth: Found PHY 0x5040:0x0003 at address 2.

Aug 25 19:01:31 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:31 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:32: --- last message repeated 98 times ---

Aug 25 19:01:32 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:32 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:33: --- last message repeated 93 times ---

Aug 25 19:01:33 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:33 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:34: --- last message repeated 91 times ---

Aug 25 19:01:34 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:34 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:35: --- last message repeated 93 times ---

Aug 25 19:01:35 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:35 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:36: --- last message repeated 92 times ---

Aug 25 19:01:36 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:36 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:37: --- last message repeated 92 times ---

Aug 25 19:01:37 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:37 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:38: --- last message repeated 93 times ---

Aug 25 19:01:38 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:38 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:39: --- last message repeated 91 times ---

Aug 25 19:01:39 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:39 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:40: --- last message repeated 93 times ---

Aug 25 19:01:40 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:40 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:41: --- last message repeated 91 times ---

Aug 25 19:01:41 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:41 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:42: --- last message repeated 93 times ---

Aug 25 19:01:42 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:42 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:43: --- last message repeated 92 times ---

Aug 25 19:01:43 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:43 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:44: --- last message repeated 92 times ---

Aug 25 19:01:44 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:44 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:45: --- last message repeated 93 times ---

Aug 25 19:01:45 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:45 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:46: --- last message repeated 91 times ---

Aug 25 19:01:46 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:46 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:47: --- last message repeated 93 times ---

Aug 25 19:01:47 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:47 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:48: --- last message repeated 91 times ---

Aug 25 19:01:48 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:48 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:49: --- last message repeated 93 times ---

Aug 25 19:01:49 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:49 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:50: --- last message repeated 92 times ---

Aug 25 19:01:50 sean-cadets-macpro31 kernel[0]: 000062e

Aug 25 19:01:50 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:50: --- last message repeated 93 times ---

Aug 25 19:01:50 sean-cadets-macpro31 sudo[352]: seancadet : TTY=ttys001 ; PWD=/Users/seancadet/Desktop/forcedeth/build/Release ; USER=root ; COMMAND=/sbin/kextunload forcedeth-nockd.kext

Aug 25 19:01:50 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:51: --- last message repeated 34 times ---

Aug 25 19:01:51 sean-cadets-macpro31 kernel[0]: forcedeth: Disabling

Aug 25 19:01:51 sean-cadets-macpro31 kernel[0]: forcedeth: packet 80000000 - 8000062e

Aug 25 19:01:51 sean-cadets-macpro31 kernel[0]: forcedeth: Stopping

Aug 25 19:01:51 sean-cadets-macpro31 kernel[0]: forcedeth: Freeing.

Aug 25 19:01:51 sean-cadets-macpro31 kernel[0]: forcedeth: Disabling

Aug 25 19:01:51 sean-cadets-macpro31 kernel[0]: forcedeth: Stopping

Aug 25 19:01:51 sean-cadets-macpro31 kernel[0]: forcedeth: Freeing.

Aug 25 19:02:00 sean-cadets-macpro31 /System/Library/CoreServices/ManagedClient.app/Contents/MacOS/ManagedClient[353]: ODUEthernetAddress(): GetEthernetAddress()== 5

Aug 25 19:02:00 sean-cadets-macpro31 com.apple.loginwindow[39]: ODUEthernetAddress(): GetEthernetAddress()== 5

 

I apologize if they are very lengthy. I just include everything dat appeared in the terminal. Please help me Planetbeing, help me figure out why i have the problem above.

 

Thank you very much.

Link to comment
Share on other sites

I'm also getting the freezing after the kextload issue. I'm using 10.5.4 and my dev ID is 0269. Anyone found a fix for this issue yet?

 

Edit: chuttenh's kext works okay for me and I don't get a kernel panic, per se, but the network link does go down after alot of bandwidth traffic goes through.

Link to comment
Share on other sites

Hie everybody, i just wanted to add a supported dev id for forcedeth kext : 0x01DE 0x0269

this is my lappie nforce mcp 51 integrated network card (10/100).

i hope it will be soon added to the official plist !

Link to comment
Share on other sites

EDIT:

 

The driver attached should now be fairly stable, but as with all OS X drivers, there is no guarantee of support. Complete system freezes have been known to occur with older versions and may reoccur, so avoid doing critical work on OS X. Source code is included for the sake of future generations. Here are my recommended instructions for getting it working on your computer:

 

1. Download the attached driver

2. Extract the contents onto the desktop

3. Open the Terminal application in the Applications/Utilities folder

4. Type "tail -f /var/log/system.log" to obtain debugging output for the first run.

5. Use the menu bar to open up a new Terminal window.

6. In this new window, type "cd ~/Desktop/forcedeth/build/Release"

7. sudo chown -R root:wheel forcedeth.kext

8. sudo chmod -R 755 forcedeth.kext

9. sudo kextload -v forcedeth.kext

10. Observe in the log window what happens. If there are no errors, and you eventually see the link going up with a proper speed, then the driver will work with your hardware. Otherwise, paste the log in this thread for help.

11. Test out the driver by browsing some websites, etc.

12. If there were any problems in steps 10 or 11, type "sudo kextunload forcedeth.kext", then repeat steps 7-11 for forcedeth-nockd.kext

13. To install the driver, type "sudo cp -R forcedeth.kext /System/Library/Extensions"

14. Lastly, update the extensions cache with "sudo kextcache -k /System/Library/Extensions"

 

I tried the above method but it didnt work for me....i am ataching the file....

 

I wuld appreciate if anyon culd get my ethernet working.... i have leo4all v3 installed on my AMD machine.

 

P.S: this could be of some help - (NVIDIA nForce Networking Controller) - 10de:0244 nVidia Corporation MCP51 Ethernet Controller

This was the output when I ran DPCIManager

 

thnx and waiting............

Related_to_OSx.txt

Link to comment
Share on other sites

ok, I was using forcedeth-d on my zeph 10.5.2 very nice.

I installed yesterday the 10.5.4 modbin 9.4.0 kernel (ideneb). The lan works but worse then never. I just can not navigate. TOO SLOW. Almost dead.

 

I tried to install the forcedeth-d again, keeps bad.

Then, I tried to install ALL the versions at the first post of this topic, and nothing changed.

Please I need some help. I dont know more what to do.

 

ok, I was using forcedeth-d on my zeph 10.5.2 very nice.

I installed yesterday the 10.5.4 modbin 9.4.0 kernel (ideneb). The lan works but worse then never. I just can not navigate. TOO SLOW. Almost dead.

 

I tried to install the forcedeth-d again, keeps bad.

Then, I tried to install ALL the versions at the first post of this topic, and nothing changed.

Please I need some help. I dont know more what to do.

 

EDIT: HOLD YOUR HORSES! It seems to be working good now. But I did so many tries that I dont remember the last driver I used, there is a way to know which one is in use know? I will make some tests. Any problem I will post here!

Link to comment
Share on other sites

As soon as I try to load the kext, OSX freezes... Too bad...

Got an older driver version working though, but then OSX is very unstable :(

 

So now we start the waiting process... :P

 

EDIT:

chuttenh's kext works for me too, but unfortunately OSX is rather unstable right now...

When I make "intesive" use of my network card OSX freezes :D

Boooo...

Link to comment
Share on other sites

new to this osx86 thing but have everything working except for ethernet using the lawlessppc 10.5.4. my motherboard is a ECS MCP61PM-HM. The only kext that has recognized my ethernet is the forcedeth 03 version but when i get it installed it shows the adapter has been recognized then freezes. unable to get a log due to it freezing right away. any suggestions?

Link to comment
Share on other sites

an update. i tried installing the same forcedeth in safemode and then rebooted. It now recognizes my ethernet card however it shows inactive and cable unplugged. my router is assigning an ip address but the Nic is not sending hence still no internet. tried several things but the ethernet card seems like it is just going to stay crippled. If you need comp specs i'm running a HP m8300f. I also bought a netgear ga311 ethernet card and can't get that to work either. So far its a no win situation as far as internet goes.

Link to comment
Share on other sites

I recommend try the forcedeth-d kext...

weird: After shutdown the pc, unplugged the energy cable... wait 5 or 10 minutes it worked OK... :blink:

 

 

I just tried that and still got nothing. I'm wondering how with the forcedeth 03 it recognizes the adapter and recieves packets but it shows inactive and is not able to send packets. This happens when I install in safe mode. If I try to install in regular mode it automatically recognizes the adapter then freezes. The router sees it. I've been on this for about 4 days with very little sleep. Everything else works so I don't want to give up but this is driving me insane.

Link to comment
Share on other sites

 Share

×
×
  • Create New...