Hey, sorry for my english, i'm french,
3 on pc using mothercard ethernet port, so my question is how to use this port?
Ethernet mothercard port
Re: Ethernet mothercard port
Are you read the wiki? If not, look at: http://wiki.osdev.org/Category:Network_Hardware.SamyPesse wrote: 3 on pc using mothercard ethernet port, so my question is how to use this port?
This page contains some informations about standards Ethernet cards.
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
Re: Ethernet mothercard port
i have already read that and i have made a driver for the ne2000 card (pci connected), but in my pc, i have no ethernet card connected to the pci but a ethernet port in the mothercard, so i want to use this port
Re: Ethernet mothercard port
What is the model of your motherboard?SamyPesse wrote:i have already read that and i have made a driver for the ne2000 card (pci connected), but in my pc, i have no ethernet card connected to the pci but a ethernet port in the mothercard, so i want to use this port
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
Re: Ethernet mothercard port
sorry for mothercard
so my motherboard is a asus motherboard, intel 865PE Chipset, FSB 800Mhz, Dual DDR 400, Gigabit Ethernet Lan
so my motherboard is a asus motherboard, intel 865PE Chipset, FSB 800Mhz, Dual DDR 400, Gigabit Ethernet Lan
Re: Ethernet mothercard port
Your motherboard is probably an ASUS P4P800 SE or a P5P800 SE.SamyPesse wrote:sorry for mothercard
so my motherboard is a asus motherboard, intel 865PE Chipset, FSB 800Mhz, Dual DDR 400, Gigabit Ethernet Lan
So, the Ethernet controller is a Marvell 88E8001 Gigabit Lan Controller.
This controller is used on many ASUS boards.
You can find on Wikipedia some informations about Marvel controllers and their specifications.
URL: http://en.wikipedia.org/wiki/List_of_Ma ... p_chipsets.
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: Ethernet mothercard port
This "embedded" Ethernet port is on the PCI bus as well... you'll need to determine the vendor/product number and write a driver, presuming it isn't ne2k compatible.SamyPesse wrote:i have already read that and i have made a driver for the ne2000 card (pci connected), but in my pc, i have no ethernet card connected to the pci but a ethernet port in the mothercard, so i want to use this port
If it doesn't show up on the bus, then go into your BIOS and enable it.