* OT: Which Gigabit ethernet card?
@ 2002-12-20 13:45 Jurgen Kramer
2002-12-20 18:29 ` Ben Greear
` (4 more replies)
0 siblings, 5 replies; 27+ messages in thread
From: Jurgen Kramer @ 2002-12-20 13:45 UTC (permalink / raw)
To: linux-kernel
Hi,
I know this is a bit OT but because here are the kernel driver hackers
this might be the right place to ask.
I am looking for a couple of PCI Gigabit ethernet adapters to play
around with SAN/NAS stuff like iSCSI and HyperSCSI and the like. There
are variuos adapters around which work with Linux. My choice would be
based on the following:
- Relatively cheap, around $100/EUR100
- 32 bit/33MHz PCI compatible
- Low cpu usage
- Busmaster DMA
- Opensource Linux driver
- zero-copy capable
- etc.
What card is best? 3Com, Intel or National Semi based?
Thanks,
Jurgen
^ permalink raw reply [flat|nested] 27+ messages in thread* Re: OT: Which Gigabit ethernet card?
2002-12-20 13:45 OT: Which Gigabit ethernet card? Jurgen Kramer
@ 2002-12-20 18:29 ` Ben Greear
2002-12-20 18:48 ` Bill Davidsen
` (3 subsequent siblings)
4 siblings, 0 replies; 27+ messages in thread
From: Ben Greear @ 2002-12-20 18:29 UTC (permalink / raw)
To: Jurgen Kramer; +Cc: linux-kernel
Jurgen Kramer wrote:
> Hi,
>
> I know this is a bit OT but because here are the kernel driver hackers
> this might be the right place to ask.
>
> I am looking for a couple of PCI Gigabit ethernet adapters to play
> around with SAN/NAS stuff like iSCSI and HyperSCSI and the like. There
> are variuos adapters around which work with Linux. My choice would be
> based on the following:
>
> - Relatively cheap, around $100/EUR100
> - 32 bit/33MHz PCI compatible
Try the Netgear 302t, with the tg3 driver.
Works pretty good if you are not also running a bunch of other interfaces.
If you are running lots of interfaces, it will still work, but may spew
warning messages to the console (maybe it's been fixed...I saw this 1-2 months ago)
Ben
> - Low cpu usage
> - Busmaster DMA
> - Opensource Linux driver
> - zero-copy capable
> - etc.
>
> What card is best? 3Com, Intel or National Semi based?
>
> Thanks,
>
> Jurgen
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Ben Greear <greearb@candelatech.com> <Ben_Greear AT excite.com>
President of Candela Technologies Inc http://www.candelatech.com
ScryMUD: http://scry.wanfear.com http://scry.wanfear.com/~greear
^ permalink raw reply [flat|nested] 27+ messages in thread* Re: OT: Which Gigabit ethernet card?
2002-12-20 13:45 OT: Which Gigabit ethernet card? Jurgen Kramer
2002-12-20 18:29 ` Ben Greear
@ 2002-12-20 18:48 ` Bill Davidsen
2002-12-20 20:15 ` Wes Felter
2002-12-20 21:08 ` Dax Kelson
` (2 subsequent siblings)
4 siblings, 1 reply; 27+ messages in thread
From: Bill Davidsen @ 2002-12-20 18:48 UTC (permalink / raw)
To: Jurgen Kramer; +Cc: Linux-Kernel Mailing List
On Fri, 20 Dec 2002, Jurgen Kramer wrote:
> I know this is a bit OT but because here are the kernel driver hackers
> this might be the right place to ask.
>
> I am looking for a couple of PCI Gigabit ethernet adapters to play
> around with SAN/NAS stuff like iSCSI and HyperSCSI and the like. There
> are variuos adapters around which work with Linux. My choice would be
> based on the following:
>
> - Relatively cheap, around $100/EUR100
> - 32 bit/33MHz PCI compatible
> - Low cpu usage
> - Busmaster DMA
> - Opensource Linux driver
> - zero-copy capable
> - etc.
>
> What card is best? 3Com, Intel or National Semi based?
01:07.0 Ethernet controller: Alteon Networks Inc. AceNIC Gigabit Ethernet
(Fibre) (rev 01)
Works for me, and I have a fait amount of other traffic on other NICs.
00:02.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970
[PCnet LANCE] (rev 44)
00:09.0 Ethernet controller: Intel Corporation 82557
[Ethernet Pro 100] (rev 08)
--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
^ permalink raw reply [flat|nested] 27+ messages in thread* Re: OT: Which Gigabit ethernet card?
2002-12-20 18:48 ` Bill Davidsen
@ 2002-12-20 20:15 ` Wes Felter
2002-12-20 21:06 ` Joel Jaeggli
0 siblings, 1 reply; 27+ messages in thread
From: Wes Felter @ 2002-12-20 20:15 UTC (permalink / raw)
To: Linux-Kernel Mailing List
On Fri, 2002-12-20 at 12:48, Bill Davidsen wrote:
> On Fri, 20 Dec 2002, Jurgen Kramer wrote:
>
> > I know this is a bit OT but because here are the kernel driver hackers
> > this might be the right place to ask.
> >
> > I am looking for a couple of PCI Gigabit ethernet adapters to play
> > around with SAN/NAS stuff like iSCSI and HyperSCSI and the like. There
> > are variuos adapters around which work with Linux. My choice would be
> > based on the following:
> >
> > - Relatively cheap, around $100/EUR100
> > - 32 bit/33MHz PCI compatible
> > - Low cpu usage
> > - Busmaster DMA
> > - Opensource Linux driver
> > - zero-copy capable
> > - etc.
> >
> > What card is best? 3Com, Intel or National Semi based?
>
> 01:07.0 Ethernet controller: Alteon Networks Inc. AceNIC Gigabit Ethernet
> (Fibre) (rev 01)
Good luck buying one of those for under $100, if you can find one at
all.
--
Wes Felter - wesley@felter.org - http://felter.org/wesley/
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-20 20:15 ` Wes Felter
@ 2002-12-20 21:06 ` Joel Jaeggli
0 siblings, 0 replies; 27+ messages in thread
From: Joel Jaeggli @ 2002-12-20 21:06 UTC (permalink / raw)
To: Wes Felter; +Cc: Linux-Kernel Mailing List
On 20 Dec 2002, Wes Felter wrote:
> > > What card is best? 3Com, Intel or National Semi based?
> >
> > 01:07.0 Ethernet controller: Alteon Networks Inc. AceNIC Gigabit Ethernet
> > (Fibre) (rev 01)
>
> Good luck buying one of those for under $100, if you can find one at
> all.
just as some background nortel completed it's aquisition of alteon in
early 2000. the acenic became the netgear ga620t along with a similar 3com
card, these are no longer on the market. like packet engines (aquired by
alcatel) the products and technologies these companies brought to market
have largely disappeared or died within the respective corprate parents...
joelja
>
>
--
--------------------------------------------------------------------------
Joel Jaeggli Academic User Services joelja@darkwing.uoregon.edu
-- PGP Key Fingerprint: 1DE9 8FCA 51FB 4195 B42A 9C32 A30D 121E --
In Dr. Johnson's famous dictionary patriotism is defined as the last
resort of the scoundrel. With all due respect to an enlightened but
inferior lexicographer I beg to submit that it is the first.
-- Ambrose Bierce, "The Devil's Dictionary"
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-20 13:45 OT: Which Gigabit ethernet card? Jurgen Kramer
2002-12-20 18:29 ` Ben Greear
2002-12-20 18:48 ` Bill Davidsen
@ 2002-12-20 21:08 ` Dax Kelson
2002-12-20 21:13 ` Eric Weigle
2002-12-21 12:44 ` Jurgen Kramer
4 siblings, 0 replies; 27+ messages in thread
From: Dax Kelson @ 2002-12-20 21:08 UTC (permalink / raw)
To: Jurgen Kramer; +Cc: linux-kernel
I've been very very happy with the Intel PRO1000 MT desktop adapter.
only $50 USD.
On 20 Dec 2002, Jurgen Kramer wrote:
> I am looking for a couple of PCI Gigabit ethernet adapters to play
> around with SAN/NAS stuff like iSCSI and HyperSCSI and the like. There
> are variuos adapters around which work with Linux. My choice would be
> based on the following:
>
> - Relatively cheap, around $100/EUR100
> - 32 bit/33MHz PCI compatible
> - Low cpu usage
> - Busmaster DMA
> - Opensource Linux driver
> - zero-copy capable
> - etc.
>
> What card is best? 3Com, Intel or National Semi based?
>
> Thanks,
>
> Jurgen
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-20 13:45 OT: Which Gigabit ethernet card? Jurgen Kramer
` (2 preceding siblings ...)
2002-12-20 21:08 ` Dax Kelson
@ 2002-12-20 21:13 ` Eric Weigle
2002-12-21 12:44 ` Jurgen Kramer
4 siblings, 0 replies; 27+ messages in thread
From: Eric Weigle @ 2002-12-20 21:13 UTC (permalink / raw)
To: Jurgen Kramer; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 794 bytes --]
FWIW-
We've used three types of GigE cards; old Alteon AceNIC (Tigon 2),
Broadcom/Tigon 3, and the el-cheapo 32 bit Intel e1000s. The Tigon 3 gives
the best performance, but the difference (600Mbps vs 750Mbps 'real-life'
performance) is generally not worth the extra cost if it's only going to be
serving NFS or something-- you probably won't be able to detect the difference.
GigE is now commodity. Check out pricewatch.
(http://www.pricewatch.com/1/211/3732-1.htm)
-Eric
--
------------------------------------------------------------
Eric H. Weigle -- http://public.lanl.gov/ehw/
"They that can give up essential liberty to obtain a little
temporary safety deserve neither" -- Benjamin Franklin
------------------------------------------------------------
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 27+ messages in thread* Re: OT: Which Gigabit ethernet card?
2002-12-20 13:45 OT: Which Gigabit ethernet card? Jurgen Kramer
` (3 preceding siblings ...)
2002-12-20 21:13 ` Eric Weigle
@ 2002-12-21 12:44 ` Jurgen Kramer
2002-12-21 17:28 ` Sampson Fung
4 siblings, 1 reply; 27+ messages in thread
From: Jurgen Kramer @ 2002-12-21 12:44 UTC (permalink / raw)
To: linux-kernel
Thanks! I am going to try the Intel card.
^ permalink raw reply [flat|nested] 27+ messages in thread* RE: OT: Which Gigabit ethernet card?
2002-12-21 12:44 ` Jurgen Kramer
@ 2002-12-21 17:28 ` Sampson Fung
2002-12-23 12:17 ` Roy Sigurd Karlsbakk
0 siblings, 1 reply; 27+ messages in thread
From: Sampson Fung @ 2002-12-21 17:28 UTC (permalink / raw)
To: linux-kernel
Can I just use a standard Cross Over UTP cable to link up two Intel
Gigabit card, just like Fast Ethernet does?
Sampson Fung
sampson@attglobal.net
-----Original Message-----
From: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Jurgen Kramer
Sent: Saturday, December 21, 2002 8:43 PM
To: linux-kernel@vger.kernel.org
Subject: Re: OT: Which Gigabit ethernet card?
Thanks! I am going to try the Intel card.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in the body of a message to majordomo@vger.kernel.org More majordomo
info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-21 17:28 ` Sampson Fung
@ 2002-12-23 12:17 ` Roy Sigurd Karlsbakk
2002-12-23 14:50 ` nick
0 siblings, 1 reply; 27+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-12-23 12:17 UTC (permalink / raw)
To: Sampson Fung; +Cc: linux-kernel
yes, but be careful, as cat 5e is pretty tough when it comes to the
connector specs
roy
On Saturday, December 21, 2002, at 06:28 PM, Sampson Fung wrote:
> Can I just use a standard Cross Over UTP cable to link up two Intel
> Gigabit card, just like Fast Ethernet does?
>
> Sampson Fung
> sampson@attglobal.net
>
> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org
> [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Jurgen Kramer
> Sent: Saturday, December 21, 2002 8:43 PM
> To: linux-kernel@vger.kernel.org
> Subject: Re: OT: Which Gigabit ethernet card?
>
>
> Thanks! I am going to try the Intel card.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel"
> in the body of a message to majordomo@vger.kernel.org More majordomo
> info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-23 12:17 ` Roy Sigurd Karlsbakk
@ 2002-12-23 14:50 ` nick
2002-12-23 17:23 ` Eric Weigle
2002-12-23 17:28 ` Justin Cormack
0 siblings, 2 replies; 27+ messages in thread
From: nick @ 2002-12-23 14:50 UTC (permalink / raw)
To: Roy Sigurd Karlsbakk; +Cc: Sampson Fung, linux-kernel
I belive this is incorrect. A traditional ethernet crossover crosses two
pairs, as ethernet & fast ethernet use 2 pairs. Gigabit ethernet uses all
4 pairs, and would need all 4 pairs crossed I assume.
Nick
On Mon, 23 Dec 2002, Roy Sigurd Karlsbakk wrote:
> yes, but be careful, as cat 5e is pretty tough when it comes to the
> connector specs
>
> roy
>
> On Saturday, December 21, 2002, at 06:28 PM, Sampson Fung wrote:
>
> > Can I just use a standard Cross Over UTP cable to link up two Intel
> > Gigabit card, just like Fast Ethernet does?
> >
> > Sampson Fung
> > sampson@attglobal.net
> >
> > -----Original Message-----
> > From: linux-kernel-owner@vger.kernel.org
> > [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Jurgen Kramer
> > Sent: Saturday, December 21, 2002 8:43 PM
> > To: linux-kernel@vger.kernel.org
> > Subject: Re: OT: Which Gigabit ethernet card?
> >
> >
> > Thanks! I am going to try the Intel card.
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel"
> > in the body of a message to majordomo@vger.kernel.org More majordomo
> > info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
> >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe
> > linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-23 14:50 ` nick
@ 2002-12-23 17:23 ` Eric Weigle
2002-12-23 17:28 ` Justin Cormack
1 sibling, 0 replies; 27+ messages in thread
From: Eric Weigle @ 2002-12-23 17:23 UTC (permalink / raw)
To: nick; +Cc: Roy Sigurd Karlsbakk, Sampson Fung, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1324 bytes --]
> > > Can I just use a standard Cross Over UTP cable to link up two Intel
> > > Gigabit card, just like Fast Ethernet does?
> > yes, but be careful, as cat 5e is pretty tough when it comes to the
> > connector specs
> I belive this is incorrect. A traditional ethernet crossover crosses two
> pairs, as ethernet & fast ethernet use 2 pairs. Gigabit ethernet uses all
> 4 pairs, and would need all 4 pairs crossed I assume.
According to spec, maybe, but in practice not necessary. Modern gigE cards
will run just fine over all sorts of pin-outs (even non-crossed over cables)
See
http://www.intel.com/network/connectivity/products/pro1000mt_desktop_adapter.htm
"automatically compensates for cable issues such as crossover cable, wrong
pin-out and polarity"
Or
http://www.intel.com/design/network/products/lan/controllers/82546.htm
"PHY detects polarity, MDI-X, 2 pair vs. 4 pair cables, and cable length
... No need to know the difference between crossover and non-crossover cables"
-Eric
--
------------------------------------------------------------
Eric H. Weigle -- http://public.lanl.gov/ehw/
"They that can give up essential liberty to obtain a little
temporary safety deserve neither" -- Benjamin Franklin
------------------------------------------------------------
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 27+ messages in thread* Re: OT: Which Gigabit ethernet card?
2002-12-23 14:50 ` nick
2002-12-23 17:23 ` Eric Weigle
@ 2002-12-23 17:28 ` Justin Cormack
2002-12-23 17:35 ` Jeff Garzik
` (2 more replies)
1 sibling, 3 replies; 27+ messages in thread
From: Justin Cormack @ 2002-12-23 17:28 UTC (permalink / raw)
To: nick; +Cc: Roy Sigurd Karlsbakk, Sampson Fung, Kernel mailing list
er, no. GigE over copper autodetects crossovers, so a standard cable
will work anyway. Actually this has been backported to some 100MB
switches now (presumably use same io interfaces) so crossover cables are
fast disappearing. You can even stick a non crossover cable between a
100MB pci card and a GigE one and it will work.
On Mon, 2002-12-23 at 14:50, nick@snowman.net wrote:
> I belive this is incorrect. A traditional ethernet crossover crosses two
> pairs, as ethernet & fast ethernet use 2 pairs. Gigabit ethernet uses all
> 4 pairs, and would need all 4 pairs crossed I assume.
> Nick
>
> On Mon, 23 Dec 2002, Roy Sigurd Karlsbakk wrote:
>
> > yes, but be careful, as cat 5e is pretty tough when it comes to the
> > connector specs
> >
> > roy
> >
> > On Saturday, December 21, 2002, at 06:28 PM, Sampson Fung wrote:
> >
> > > Can I just use a standard Cross Over UTP cable to link up two Intel
> > > Gigabit card, just like Fast Ethernet does?
> > >
> > > Sampson Fung
> > > sampson@attglobal.net
> > >
> > > -----Original Message-----
> > > From: linux-kernel-owner@vger.kernel.org
> > > [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Jurgen Kramer
> > > Sent: Saturday, December 21, 2002 8:43 PM
> > > To: linux-kernel@vger.kernel.org
> > > Subject: Re: OT: Which Gigabit ethernet card?
> > >
> > >
> > > Thanks! I am going to try the Intel card.
> > >
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe linux-kernel"
> > > in the body of a message to majordomo@vger.kernel.org More majordomo
> > > info at http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at http://www.tux.org/lkml/
> > >
> > >
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe
> > > linux-kernel" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at http://www.tux.org/lkml/
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
> >
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 27+ messages in thread* Re: OT: Which Gigabit ethernet card?
2002-12-23 17:28 ` Justin Cormack
@ 2002-12-23 17:35 ` Jeff Garzik
2002-12-24 1:43 ` nick
2002-12-23 18:57 ` Daniel Egger
2002-12-25 6:03 ` David Lloyd
2 siblings, 1 reply; 27+ messages in thread
From: Jeff Garzik @ 2002-12-23 17:35 UTC (permalink / raw)
To: Justin Cormack
Cc: nick, Roy Sigurd Karlsbakk, Sampson Fung, Kernel mailing list
On Mon, Dec 23, 2002 at 05:28:11PM +0000, Justin Cormack wrote:
> er, no. GigE over copper autodetects crossovers, so a standard cable
> will work anyway. Actually this has been backported to some 100MB
> switches now (presumably use same io interfaces) so crossover cables are
> fast disappearing. You can even stick a non crossover cable between a
> 100MB pci card and a GigE one and it will work.
Yep. This is called auto-polarity detection, FWIW.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-23 17:35 ` Jeff Garzik
@ 2002-12-24 1:43 ` nick
0 siblings, 0 replies; 27+ messages in thread
From: nick @ 2002-12-24 1:43 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Kernel mailing list
Ahh, thanks for the clarification. I wasn't aware of it, however I'd seen
hints in a few spec sheets that now make much more sense.
Thanks
Nick
On Mon, 23 Dec 2002, Jeff Garzik wrote:
> On Mon, Dec 23, 2002 at 05:28:11PM +0000, Justin Cormack wrote:
> > er, no. GigE over copper autodetects crossovers, so a standard cable
> > will work anyway. Actually this has been backported to some 100MB
> > switches now (presumably use same io interfaces) so crossover cables are
> > fast disappearing. You can even stick a non crossover cable between a
> > 100MB pci card and a GigE one and it will work.
>
> Yep. This is called auto-polarity detection, FWIW.
>
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-23 17:28 ` Justin Cormack
2002-12-23 17:35 ` Jeff Garzik
@ 2002-12-23 18:57 ` Daniel Egger
2002-12-25 6:03 ` David Lloyd
2 siblings, 0 replies; 27+ messages in thread
From: Daniel Egger @ 2002-12-23 18:57 UTC (permalink / raw)
To: Justin Cormack; +Cc: Kernel mailing list
[-- Attachment #1: Type: text/plain, Size: 489 bytes --]
Am Mon, 2002-12-23 um 18.28 schrieb Justin Cormack:
> er, no. GigE over copper autodetects crossovers, so a standard cable
> will work anyway. Actually this has been backported to some 100MB
> switches now (presumably use same io interfaces) so crossover cables are
> fast disappearing. You can even stick a non crossover cable between a
> 100MB pci card and a GigE one and it will work.
Woah, new (actually useful) features; can you say "Apple"?
--
Servus,
Daniel
[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 27+ messages in thread* Re: OT: Which Gigabit ethernet card?
2002-12-23 17:28 ` Justin Cormack
2002-12-23 17:35 ` Jeff Garzik
2002-12-23 18:57 ` Daniel Egger
@ 2002-12-25 6:03 ` David Lloyd
2002-12-25 13:50 ` Gerhard Mack
2 siblings, 1 reply; 27+ messages in thread
From: David Lloyd @ 2002-12-25 6:03 UTC (permalink / raw)
To: Justin Cormack; +Cc: nick, roy, sampson, linux-kernel
Justin,
> are fast disappearing. You can even stick a non crossover cable
> between a 100MB pci card and a GigE one and it will work.
Thank Goodness -- I've worked in places where they INSIST on making
crossover cables the same length and colour as normal cables. Then you
go, "huh? samba/the network/the kernel" is not working until someone
with better eyesight finds the problem.
*death to crossover cables*
DSL
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-25 6:03 ` David Lloyd
@ 2002-12-25 13:50 ` Gerhard Mack
2002-12-25 15:23 ` Michael Clark
0 siblings, 1 reply; 27+ messages in thread
From: Gerhard Mack @ 2002-12-25 13:50 UTC (permalink / raw)
To: David Lloyd; +Cc: Justin Cormack, linux-kernel
On Wed, 25 Dec 2002, David Lloyd wrote:
> Thank Goodness -- I've worked in places where they INSIST on making
> crossover cables the same length and colour as normal cables. Then you
> go, "huh? samba/the network/the kernel" is not working until someone
> with better eyesight finds the problem.
>
> *death to crossover cables*
That's pretty lame of them but shouldn't the ethernet link light be a good
indicator that it's a cable problem?
fix: Dud cable->trash bin "oops was that a crossover? it wasn't marked as
one."
Gerhard
--
Gerhard Mack
gmack@innerfire.net
<>< As a computer I find your faith in technology amusing.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-25 13:50 ` Gerhard Mack
@ 2002-12-25 15:23 ` Michael Clark
2002-12-25 17:23 ` Jeff Garzik
0 siblings, 1 reply; 27+ messages in thread
From: Michael Clark @ 2002-12-25 15:23 UTC (permalink / raw)
To: Gerhard Mack; +Cc: David Lloyd, Justin Cormack, linux-kernel
On 12/25/02 21:50, Gerhard Mack wrote:
> On Wed, 25 Dec 2002, David Lloyd wrote:
>
>
>>Thank Goodness -- I've worked in places where they INSIST on making
>>crossover cables the same length and colour as normal cables. Then you
>>go, "huh? samba/the network/the kernel" is not working until someone
>>with better eyesight finds the problem.
>>
>>*death to crossover cables*
>
>
> That's pretty lame of them but shouldn't the ethernet link light be a good
> indicator that it's a cable problem?
>
> fix: Dud cable->trash bin "oops was that a crossover? it wasn't marked as
> one."
Or take a two second look holding both RJ45 connectors next to each other
connector side up. If the colours are in the same order on both - it's
straight through. First and third are swapped - it's a crossover cable.
Once you learn this simple trick, you'll never have a problem again -
just get used to spending the extra two seconds before using the cable.
~mc
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-25 15:23 ` Michael Clark
@ 2002-12-25 17:23 ` Jeff Garzik
2002-12-25 17:33 ` Sean Neakums
0 siblings, 1 reply; 27+ messages in thread
From: Jeff Garzik @ 2002-12-25 17:23 UTC (permalink / raw)
To: Michael Clark; +Cc: Gerhard Mack, David Lloyd, Justin Cormack, linux-kernel
On Wed, Dec 25, 2002 at 11:23:25PM +0800, Michael Clark wrote:
> Or take a two second look holding both RJ45 connectors next to each other
> connector side up. If the colours are in the same order on both - it's
> straight through. First and third are swapped - it's a crossover cable.
>
> Once you learn this simple trick, you'll never have a problem again -
> just get used to spending the extra two seconds before using the cable.
Works great for people without color-blindness...
Jeff
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-25 17:23 ` Jeff Garzik
@ 2002-12-25 17:33 ` Sean Neakums
2002-12-27 9:45 ` daveman
0 siblings, 1 reply; 27+ messages in thread
From: Sean Neakums @ 2002-12-25 17:33 UTC (permalink / raw)
To: linux-kernel
commence Jeff Garzik quotation:
> On Wed, Dec 25, 2002 at 11:23:25PM +0800, Michael Clark wrote:
>> Or take a two second look holding both RJ45 connectors next to each other
>> connector side up. If the colours are in the same order on both - it's
>> straight through. First and third are swapped - it's a crossover cable.
>>
>> Once you learn this simple trick, you'll never have a problem again -
>> just get used to spending the extra two seconds before using the cable.
>
> Works great for people without color-blindness...
Depends on the type of colour-blindness, I suppose. The colours used
in Cat-V are green, orange, blue and brown, from what I recall. I
forget the various types of colour-blindness that exist.
--
/ |
[|] Sean Neakums | Questions are a burden to others;
[|] <sneakums@zork.net> | answers a prison for oneself.
\ |
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-25 17:33 ` Sean Neakums
@ 2002-12-27 9:45 ` daveman
2002-12-27 9:59 ` John Bradford
0 siblings, 1 reply; 27+ messages in thread
From: daveman @ 2002-12-27 9:45 UTC (permalink / raw)
To: Sean Neakums; +Cc: linux-kernel
On Wed, Dec 25, 2002 at 05:33:47PM +0000, Sean Neakums wrote:
> commence Jeff Garzik quotation:
>
> > On Wed, Dec 25, 2002 at 11:23:25PM +0800, Michael Clark wrote:
> >> Or take a two second look holding both RJ45 connectors next to each other
> >> connector side up. If the colours are in the same order on both - it's
> >> straight through. First and third are swapped - it's a crossover cable.
> >>
> >> Once you learn this simple trick, you'll never have a problem again -
> >> just get used to spending the extra two seconds before using the cable.
> >
> > Works great for people without color-blindness...
>
> Depends on the type of colour-blindness, I suppose. The colours used
> in Cat-V are green, orange, blue and brown, from what I recall. I
> forget the various types of colour-blindness that exist.
Well, if all else fails, you could always pick up a cable tester. They can tell you lots of nifty stuff, like data transfer quality as well as pinout. Good for the less obvious cable problems, like a broken strand.
--David
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-27 9:45 ` daveman
@ 2002-12-27 9:59 ` John Bradford
0 siblings, 0 replies; 27+ messages in thread
From: John Bradford @ 2002-12-27 9:59 UTC (permalink / raw)
To: daveman; +Cc: linux-kernel, sneakums
> Well, if all else fails, you could always pick up a cable
> tester. They can tell you lots of nifty stuff, like data transfer
> quality as well as pinout. Good for the less obvious cable problems,
> like a broken strand.
If you have a spare double RJ-45 wallplate, you could make a
wallmounted cable tester, with some LEDs and a 9v battery.
John.
^ permalink raw reply [flat|nested] 27+ messages in thread
[parent not found: <fa.io6mq9v.11gou0n@ifi.uio.no>]
* Re: OT: Which Gigabit ethernet card?
[not found] <fa.io6mq9v.11gou0n@ifi.uio.no>
@ 2002-12-31 2:22 ` Bill Davidsen
2002-12-31 8:47 ` Filip djMedrzec Zyzniewski
0 siblings, 1 reply; 27+ messages in thread
From: Bill Davidsen @ 2002-12-31 2:22 UTC (permalink / raw)
To: John Bradford; +Cc: Linux Kernel Mailing List
On Fri, 27 Dec 2002, John Bradford wrote:
> > Well, if all else fails, you could always pick up a cable
> > tester. They can tell you lots of nifty stuff, like data transfer
> > quality as well as pinout. Good for the less obvious cable problems,
> > like a broken strand.
>
> If you have a spare double RJ-45 wallplate, you could make a
> wallmounted cable tester, with some LEDs and a 9v battery.
I would hope a decent cable tester would test for effects at useful
frequency. The frequency of a battery is too low to reveal some problems.
--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
^ permalink raw reply [flat|nested] 27+ messages in thread* Re: OT: Which Gigabit ethernet card?
2002-12-31 2:22 ` Bill Davidsen
@ 2002-12-31 8:47 ` Filip djMedrzec Zyzniewski
2003-01-09 16:15 ` Bill Davidsen
0 siblings, 1 reply; 27+ messages in thread
From: Filip djMedrzec Zyzniewski @ 2002-12-31 8:47 UTC (permalink / raw)
To: Linux Kernel Mailing List
On Mon, Dec 30, 2002 at 09:22:54PM -0500, Bill Davidsen wrote:
> I would hope a decent cable tester would test for effects at useful
> frequency. The frequency of a battery is too low to reveal some problems.
"Frequency of a baterry"? What the hell is that? Baterry provides direct
current, not alternating one... Tester provides it's own testing signals.
bye,
Filip Zyzniewski
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2002-12-31 8:47 ` Filip djMedrzec Zyzniewski
@ 2003-01-09 16:15 ` Bill Davidsen
2003-01-09 16:39 ` John Bradford
0 siblings, 1 reply; 27+ messages in thread
From: Bill Davidsen @ 2003-01-09 16:15 UTC (permalink / raw)
To: Filip djMedrzec Zyzniewski; +Cc: Linux-Kernel Mailing List
On Tue, 31 Dec 2002, Filip djMedrzec Zyzniewski wrote:
> On Mon, Dec 30, 2002 at 09:22:54PM -0500, Bill Davidsen wrote:
>
> > I would hope a decent cable tester would test for effects at useful
> > frequency. The frequency of a battery is too low to reveal some problems.
>
> "Frequency of a baterry"? What the hell is that? Baterry provides direct
> current, not alternating one... Tester provides it's own testing signals.
Clearly I need to add a smiley for the humour-impared.
The original post you clipped implied that all you needed was a pair of
RJ45 sockets and a battery, which would do continuity testing only.
--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: OT: Which Gigabit ethernet card?
2003-01-09 16:15 ` Bill Davidsen
@ 2003-01-09 16:39 ` John Bradford
0 siblings, 0 replies; 27+ messages in thread
From: John Bradford @ 2003-01-09 16:39 UTC (permalink / raw)
To: Bill Davidsen; +Cc: lkml, linux-kernel
> > > I would hope a decent cable tester would test for effects at useful
> > > frequency. The frequency of a battery is too low to reveal some problems.
> >
> > "Frequency of a baterry"? What the hell is that? Baterry provides direct
> > current, not alternating one... Tester provides it's own testing signals.
>
> Clearly I need to add a smiley for the humour-impared.
>
> The original post you clipped implied that all you needed was a pair of
> RJ45 sockets and a battery, which would do continuity testing only.
Which is exactly what was *required* - we were talking about
identifying crossover and non-crossover cables, which is why I
suggested the battery and LED in a spare wallplate solution, which
works perfectly.
:-)
John.
^ permalink raw reply [flat|nested] 27+ messages in thread
end of thread, other threads:[~2003-01-09 16:34 UTC | newest]
Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-20 13:45 OT: Which Gigabit ethernet card? Jurgen Kramer
2002-12-20 18:29 ` Ben Greear
2002-12-20 18:48 ` Bill Davidsen
2002-12-20 20:15 ` Wes Felter
2002-12-20 21:06 ` Joel Jaeggli
2002-12-20 21:08 ` Dax Kelson
2002-12-20 21:13 ` Eric Weigle
2002-12-21 12:44 ` Jurgen Kramer
2002-12-21 17:28 ` Sampson Fung
2002-12-23 12:17 ` Roy Sigurd Karlsbakk
2002-12-23 14:50 ` nick
2002-12-23 17:23 ` Eric Weigle
2002-12-23 17:28 ` Justin Cormack
2002-12-23 17:35 ` Jeff Garzik
2002-12-24 1:43 ` nick
2002-12-23 18:57 ` Daniel Egger
2002-12-25 6:03 ` David Lloyd
2002-12-25 13:50 ` Gerhard Mack
2002-12-25 15:23 ` Michael Clark
2002-12-25 17:23 ` Jeff Garzik
2002-12-25 17:33 ` Sean Neakums
2002-12-27 9:45 ` daveman
2002-12-27 9:59 ` John Bradford
[not found] <fa.io6mq9v.11gou0n@ifi.uio.no>
2002-12-31 2:22 ` Bill Davidsen
2002-12-31 8:47 ` Filip djMedrzec Zyzniewski
2003-01-09 16:15 ` Bill Davidsen
2003-01-09 16:39 ` John Bradford
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox