Jump to content

Nforce 4 A8N-E network FORCEDETH - logs included


Roike
 Share

4 posts in this topic

Recommended Posts

edit 1 -

 

the bootloader was fixed thanks to Maci.

 

edit 2 - Network problem

 

what i did :

 

kob$ sudo chown -R root:wheel forcedeth.kext

kob$ sudo chmod -R 755 forcedeth.kext

kob$ 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/kob/Desktop/forcedeth/build/Release/forcedeth.kext:

kextload: nForce 4 LAN

kextload: sending 6 personalities to the kernel

kextload: matching started for forcedeth.kext

kob$

 

on the tail terminal window i saw this :

 

forcedeth: Initializing.

forcedeth: Probing.

forcedeth: Starting.

forcedeth: PCI system 0x10DE:0x0057, subsystem 0x1043:0x8141 opened.

forcedeth: Mapped from 0xD2000000 of length 4096.

forcedeth: Allocated 3072 bytes of contiguous memory for DMA: rx at 0x246fd000, tx at 0x246fd400, wired at 0x10a49000.

forcedeth: Found nForce4 LAN with MAC: 00:17:31:BC:01:DE.

forcedeth: Found PHY 0x5040:0x0003 at address 9.

com_triton_forcedeth: Ethernet address 00:17:31:bc:01:de

 

what the hell am i doing wrong? im going crazy :S

 

i just need this to get Leo Fully working...

 

thanks in advance

Link to comment
Share on other sites

Fire up Disk Util, Select the Drive, hit info so you can see the disk identifier number

 

disk0 is the assumed drive here make sure for yourself your messing with the right one :D

 

Open up terminal

 

sudo -s

 

# (This puts the primary loader in)

fdisk -u /dev/rdisk0

 

y

 

Reboot

 

Open up terminal

 

sudo -s

 

# (now we activate the boot marker for INT13)

fdisk -e /dev/rdisk0

 

f 2

 

w

 

y

 

and done.

 

ForceDeth is a story on it's own -_-

 

Sincerely Yours,

 

Maci

Link to comment
Share on other sites

edit 1 -

 

the bootloader was fixed thanks to Maci.

 

edit 2 - Network problem

 

what i did :

on the tail terminal window i saw this :

what the hell am i doing wrong? im going crazy :S

 

i just need this to get Leo Fully working...

 

thanks in advance

 

Hey, I have an A8N-E and my forcedeth is working. I use forcedeth from TubGirl 10.4.10. Try it. If you don't have it, PM me and I send you the kext I'm using on Leopard.

 

Bye!

Link to comment
Share on other sites

 Share

×
×
  • Create New...