OnBoard device help

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

OnBoard device help

Post by 01000101 »

Could someone point me in the right direction to find information on onboard ethernet controllers.

I have a nvidia gigabit port on my asus mobo but I have no clue how to interface with it. Kind of a noob question, but help would be much appreciated.
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

Post by digo_rp »

an advice? " take a linux source ", I think is better you
take the latest version kernel. and try to figure out how some device driver works

it´s so hard to find out information about devices such as " chipset, video
card, ethernet, etc " for free.

I must ask you sorry for my poor english. :-D
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

OpenBSD supports a lot of chipsets - including several NVIDIA Gigabit chipsets via the nfe driver .. 8)

My advice would be to boot the OpenBSD cd41.iso (or one of the snapshot CD's - cd41.iso) and check if OpenBSD detects your device.

If not you'll at least know a little more about the card from what the dmesg tells you..

Good luck..
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
Pavia
Posts: 23
Joined: Mon Jun 25, 2007 2:54 pm
Location: Russia

Post by Pavia »

Above lan chipset use realtek device.

http://www.realtek.com.tw/
What kaind ethernet controller you can detect use DVID, VDID and etc.
You can show use Everest, AIDA and othe.
Sorry, my bed english. =)
exkor
Member
Member
Posts: 111
Joined: Wed May 23, 2007 9:38 pm

Post by exkor »

I think everybody should say that linux is not gonna cut when they request docs. Its sources are too complicated to study for somebody who never read them before. Besides writing drivers based on somebody else's sources entirely means copying their mistakes.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Thanks.

Post by 01000101 »

I agree with exkor about the crazy linux source code.

Thanks brynet for the link, I have looked at NetBSD for reference to their PCI bus but I didn't like the way that they handled it, so i scratched that idea. I have heard alot of good things about NetBSD's driver support so maybe they will have some onboard eth support that I can learn from.

There is a HUGE lack of documentation on onboard ethernet devices and how to even access them.

I will keep searching though.
Back to the PCI bus.
Post Reply