Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to tell if my card is gigabit or not

Reply
Thread Tools Display Modes

How to tell if my card is gigabit or not

 
 
Ignoramus3635
Guest
Posts: n/a

 
      09-04-2007, 12:24 PM
I decided to undertake, slowly, a project to upgrade my home network
to gigabit speed. Starting with the main switch, I want to buy a 16
port gigabit speed switch.

I have a basement server computer with nVidia's CK804 chipset and
network built into the mobo.

My question is how to tell if this thing supports gigabit ethernet, or
not? At the moment I have no other gigabit speed devices. thanks

i
 
Reply With Quote
 
 
 
 
Robert Harris
Guest
Posts: n/a

 
      09-04-2007, 02:38 PM
Ignoramus3635 wrote:
> I decided to undertake, slowly, a project to upgrade my home network
> to gigabit speed. Starting with the main switch, I want to buy a 16
> port gigabit speed switch.
>
> I have a basement server computer with nVidia's CK804 chipset and
> network built into the mobo.
>
> My question is how to tell if this thing supports gigabit ethernet, or
> not? At the moment I have no other gigabit speed devices. thanks
>
> i


"lspci" will tell you what sort of Network Controller is on your board.

Robert
 
Reply With Quote
 
Ignoramus15584
Guest
Posts: n/a

 
      09-04-2007, 02:48 PM
On Tue, 04 Sep 2007 14:38:14 GMT, Robert Harris <(E-Mail Removed)> wrote:
> Ignoramus3635 wrote:
>> I decided to undertake, slowly, a project to upgrade my home network
>> to gigabit speed. Starting with the main switch, I want to buy a 16
>> port gigabit speed switch.
>>
>> I have a basement server computer with nVidia's CK804 chipset and
>> network built into the mobo.
>>
>> My question is how to tell if this thing supports gigabit ethernet, or
>> not? At the moment I have no other gigabit speed devices. thanks
>>
>> i

>
> "lspci" will tell you what sort of Network Controller is on your board.
>


That's exactly what it said:

root:~ ###lspci|grep Ethernet
00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)

 
Reply With Quote
 
Douglas Mayne
Guest
Posts: n/a

 
      09-04-2007, 03:30 PM
On Tue, 04 Sep 2007 07:24:48 -0500, Ignoramus3635 wrote:

> I decided to undertake, slowly, a project to upgrade my home network
> to gigabit speed. Starting with the main switch, I want to buy a 16
> port gigabit speed switch.
>
> I have a basement server computer with nVidia's CK804 chipset and
> network built into the mobo.
>
> My question is how to tell if this thing supports gigabit ethernet, or
> not? At the moment I have no other gigabit speed devices. thanks
>
> i
>

Perhaps, one of these will give the details.
# ethtool eth0
# mii-tool eth0

The network card in my system gives the details you are looking for using
ethtool.

--
Douglas Mayne

 
Reply With Quote
 
Darren Salt
Guest
Posts: n/a

 
      09-04-2007, 03:36 PM
I demand that Ignoramus15584 may or may not have written...

> On Tue, 04 Sep 2007 14:38:14 GMT, Robert Harris

<(E-Mail Removed)> wrote:
>> Ignoramus3635 wrote:

[snip]
>>> I have a basement server computer with nVidia's CK804 chipset and
>>> network built into the mobo.
>>> My question is how to tell if this thing supports gigabit ethernet, or
>>> not? At the moment I have no other gigabit speed devices. thanks

>> "lspci" will tell you what sort of Network Controller is on your board.


> That's exactly what it said:


> root:~ ###lspci|grep Ethernet
> 00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)


It should do; use "ethtool -i eth0" (as root, and assuming that the device is
indeed present as eth0) to check.

--
| Darren Salt | linux or ds at | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| + Buy local produce. Try to walk or cycle. TRANSPORT CAUSES GLOBAL WARMING.

Avoid colloquial stuff.
 
Reply With Quote
 
Ignoramus15584
Guest
Posts: n/a

 
      09-04-2007, 03:37 PM
On Tue, 04 Sep 2007 09:30:23 -0600, Douglas Mayne <(E-Mail Removed)> wrote:
> On Tue, 04 Sep 2007 07:24:48 -0500, Ignoramus3635 wrote:
>
>> I decided to undertake, slowly, a project to upgrade my home network
>> to gigabit speed. Starting with the main switch, I want to buy a 16
>> port gigabit speed switch.
>>
>> I have a basement server computer with nVidia's CK804 chipset and
>> network built into the mobo.
>>
>> My question is how to tell if this thing supports gigabit ethernet, or
>> not? At the moment I have no other gigabit speed devices. thanks
>>
>> i
>>

> Perhaps, one of these will give the details.
> # ethtool eth0
> # mii-tool eth0
>
> The network card in my system gives the details you are looking for using
> ethtool.
>


Thank you!!!!!!!! This is beautiful!!!

This ethtool is great. I used to use mii-tool for my laptop, which
stopped working in FC7. So I stopped using it, which was bad. Now I
know to use ethtool instead. For my basement server, it says:

root:~ ###ethtool eth0
Settings for eth0:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 9
Transceiver: external
Auto-negotiation: on
Supports Wake-on: g
Wake-on: d
Link detected: yes

So I think that I am all set for gigabit speed.

i
 
Reply With Quote
 
Ignoramus15584
Guest
Posts: n/a

 
      09-04-2007, 03:48 PM
On Tue, 04 Sep 2007 16:36:26 +0100, Darren Salt <(E-Mail Removed)> wrote:
> It should do; use "ethtool -i eth0" (as root, and assuming that the device is
> indeed present as eth0) to check.
>


Yes. It supports gigabit. My house is wired with Cat5e wiring, a
little haphazard, though. What speed do you think I could attain?

i
 
Reply With Quote
 
David M
Guest
Posts: n/a

 
      09-05-2007, 08:18 AM
On Tue, 04 Sep 2007 10:48:21 -0500, Ignoramus15584 rearranged some
electrons to form:

> On Tue, 04 Sep 2007 16:36:26 +0100, Darren Salt <(E-Mail Removed)> wrote:
> Yes. It supports gigabit. My house is wired with Cat5e wiring, a
> little haphazard, though. What speed do you think I could attain?
>


You're likely to be throttled by other factors-- hard drives & OS.
Just because you can send a packet at 1000 MB/sec doesn't mean you can
generate them or process them at 1000 MB/sec.

--
David M (dmacchiarolo)

 
Reply With Quote
 
Unruh
Guest
Posts: n/a

 
      09-05-2007, 02:08 PM
Robert Harris <(E-Mail Removed)> writes:

>Ignoramus3635 wrote:
>> I decided to undertake, slowly, a project to upgrade my home network
>> to gigabit speed. Starting with the main switch, I want to buy a 16
>> port gigabit speed switch.


Why? Is this a hobby? since I find it extremely unlikely that you are
transfering gigabytes of information between your home computers regularly.
It will help not at all with your surfing or getting stuff from outside
your home.

>>
>> I have a basement server computer with nVidia's CK804 chipset and
>> network built into the mobo.
>>
>> My question is how to tell if this thing supports gigabit ethernet, or
>> not? At the moment I have no other gigabit speed devices. thanks


So the network will be totally useless. networks are for transfering
information between computers. gigabit will not speed up transfers between
one computer with a gigabit card and another with a 100Mb card.


>>
>> i


>"lspci" will tell you what sort of Network Controller is on your board.


>Robert

 
Reply With Quote
 
Unruh
Guest
Posts: n/a

 
      09-05-2007, 02:10 PM
Ignoramus15584 <(E-Mail Removed)> writes:

>On Tue, 04 Sep 2007 09:30:23 -0600, Douglas Mayne <(E-Mail Removed)> wrote:
>> On Tue, 04 Sep 2007 07:24:48 -0500, Ignoramus3635 wrote:
>>
>>> I decided to undertake, slowly, a project to upgrade my home network
>>> to gigabit speed. Starting with the main switch, I want to buy a 16
>>> port gigabit speed switch.
>>>
>>> I have a basement server computer with nVidia's CK804 chipset and
>>> network built into the mobo.
>>>
>>> My question is how to tell if this thing supports gigabit ethernet, or
>>> not? At the moment I have no other gigabit speed devices. thanks
>>>
>>> i
>>>

>> Perhaps, one of these will give the details.
>> # ethtool eth0
>> # mii-tool eth0
>>
>> The network card in my system gives the details you are looking for using
>> ethtool.
>>


>Thank you!!!!!!!! This is beautiful!!!


>This ethtool is great. I used to use mii-tool for my laptop, which
>stopped working in FC7. So I stopped using it, which was bad. Now I
>know to use ethtool instead. For my basement server, it says:


>root:~ ###ethtool eth0
>Settings for eth0:
> Supported ports: [ MII ]
> Supported link modes: 10baseT/Half 10baseT/Full
> 100baseT/Half 100baseT/Full
> 1000baseT/Full
> Supports auto-negotiation: Yes
> Advertised link modes: 10baseT/Half 10baseT/Full
> 100baseT/Half 100baseT/Full
> 1000baseT/Full
> Advertised auto-negotiation: Yes
> Speed: 1000Mb/s
> Duplex: Full
> Port: MII
> PHYAD: 9
> Transceiver: external
> Auto-negotiation: on
> Supports Wake-on: g
> Wake-on: d
> Link detected: yes


>So I think that I am all set for gigabit speed.


No you are not. as I mentioned you need two computers, and all links
between to be gigabit to get any speed improvement.


>i

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Configureing speeds and duplex of Gigabit Card Mr. Tweak Linux Networking 8 02-20-2006 08:32 PM
Desktop gigabit card? John Rowe Linux Networking 3 04-14-2005 05:04 PM
Linux Lock-up on Broadcom Gigabit Card Glenn Turnbull Linux Networking 3 03-23-2005 08:30 PM
Recommended GigaBit Network Interface Card Lukas Ruf Linux Networking 2 06-04-2004 05:01 PM
Choosing a gigabit ethernet card Andre Majorel Linux Networking 0 05-09-2004 09:03 PM



1 2 3 4 5 6 7 8 9 10 11