Re: Xircom problems with test9-preX

2000-10-03 Thread David Hinds

On Wed, Oct 04, 2000 at 01:56:27AM +1100, Andrew Morton wrote:
> 
> This patchlet was selectively taken from the latest pcmcia-cs
> (3.1.21-beta).  It made my NIC work correctly - without this patch the
> Xircom NIC incorrectly enters half-duplex mode with disastrous
> performance consequences.

I doubt that the full duplex fix itself caused the problem.  I think
this is probably another instance of the receive filter issue.  When
you bring up the Xircom card, if you don't get incoming traffic, try
doing things like "ifconfig eth0 promisc" (which should always work);
sometimes it is also enough to do "ifconfig eth0 -promisc" a few
times (which should do nothing, but...)

-- Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Xircom problems with test9-preX

2000-10-03 Thread Andrew Morton

Tom Sightler wrote:
> 
> Is there a better location to report the issues for this driver?

David prefers to use a web system.

Current:
http://sourceforge.net/forum/forum.php?forum_id=33427

Old:
http://pcmcia.sourceforge.org/cgi-bin/HyperNews/get/pcmcia/xircom.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Xircom problems with test9-preX

2000-10-03 Thread Tom Sightler

Quoting Andrew Morton <[EMAIL PROTECTED]>:

> But it broke yours completely, so I guess the hunk should be backed out
> until David has a chance to do a full merge.  Are you able to test with
> the latest pcmcia-cs package?
> 
> A number of people (esp. David) have spent a lot of time trying to make
> the Xircom driver work correctly.  It's being a real problem.

 I will try to test the latest pcmcia-cs package shortly and report my findings
later this afternoon.

Is there a better location to report the issues for this driver?

Later,
Tom
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Xircom problems with test9-preX

2000-10-03 Thread Andrew Morton

Tom Sightler wrote:
> 
> Hi all,
> 
> My Xircom RBEM56G-100 almost completely stops working in the latest test9-pre8
> and pre9 versions.  It will still get an IP address via DHCP, but that's it, no
> pings or anything.
> 
> It works mostly correctly with test8 (quits responding when leaving promisuous
> mode, and seems to hang under heavy load/collisions, but these are problems you
> can usually live with).
> 
> Backing out the attached patch returns it to the previous, mostly working
> condition.

This patchlet was selectively taken from the latest pcmcia-cs
(3.1.21-beta).  It made my NIC work correctly - without this patch the
Xircom NIC incorrectly enters half-duplex mode with disastrous
performance consequences.

But it broke yours completely, so I guess the hunk should be backed out
until David has a chance to do a full merge.  Are you able to test with
the latest pcmcia-cs package?

A number of people (esp. David) have spent a lot of time trying to make
the Xircom driver work correctly.  It's being a real problem.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Xircom problems with test9-preX

2000-10-03 Thread Tom Sightler

Hi all,

My Xircom RBEM56G-100 almost completely stops working in the latest test9-pre8
and pre9 versions.  It will still get an IP address via DHCP, but that's it, no
pings or anything.

It works mostly correctly with test8 (quits responding when leaving promisuous
mode, and seems to hang under heavy load/collisions, but these are problems you
can usually live with).  

Backing out the attached patch returns it to the previous, mostly working
condition.

Later,
Tom



 xircom_tulip_cb.patch


Xircom problems with test9-preX

2000-10-03 Thread Tom Sightler

Hi all,

My Xircom RBEM56G-100 almost completely stops working in the latest test9-pre8
and pre9 versions.  It will still get an IP address via DHCP, but that's it, no
pings or anything.

It works mostly correctly with test8 (quits responding when leaving promisuous
mode, and seems to hang under heavy load/collisions, but these are problems you
can usually live with).  

Backing out the attached patch returns it to the previous, mostly working
condition.

Later,
Tom



 xircom_tulip_cb.patch


Re: Xircom problems with test9-preX

2000-10-03 Thread Andrew Morton

Tom Sightler wrote:
 
 Hi all,
 
 My Xircom RBEM56G-100 almost completely stops working in the latest test9-pre8
 and pre9 versions.  It will still get an IP address via DHCP, but that's it, no
 pings or anything.
 
 It works mostly correctly with test8 (quits responding when leaving promisuous
 mode, and seems to hang under heavy load/collisions, but these are problems you
 can usually live with).
 
 Backing out the attached patch returns it to the previous, mostly working
 condition.

This patchlet was selectively taken from the latest pcmcia-cs
(3.1.21-beta).  It made my NIC work correctly - without this patch the
Xircom NIC incorrectly enters half-duplex mode with disastrous
performance consequences.

But it broke yours completely, so I guess the hunk should be backed out
until David has a chance to do a full merge.  Are you able to test with
the latest pcmcia-cs package?

A number of people (esp. David) have spent a lot of time trying to make
the Xircom driver work correctly.  It's being a real problem.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Xircom problems with test9-preX

2000-10-03 Thread Tom Sightler

Quoting Andrew Morton [EMAIL PROTECTED]:

 But it broke yours completely, so I guess the hunk should be backed out
 until David has a chance to do a full merge.  Are you able to test with
 the latest pcmcia-cs package?
 
 A number of people (esp. David) have spent a lot of time trying to make
 the Xircom driver work correctly.  It's being a real problem.

 I will try to test the latest pcmcia-cs package shortly and report my findings
later this afternoon.

Is there a better location to report the issues for this driver?

Later,
Tom
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Xircom problems with test9-preX

2000-10-03 Thread Andrew Morton

Tom Sightler wrote:
 
 Is there a better location to report the issues for this driver?

David prefers to use a web system.

Current:
http://sourceforge.net/forum/forum.php?forum_id=33427

Old:
http://pcmcia.sourceforge.org/cgi-bin/HyperNews/get/pcmcia/xircom.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Xircom problems with test9-preX

2000-10-03 Thread David Hinds

On Wed, Oct 04, 2000 at 01:56:27AM +1100, Andrew Morton wrote:
 
 This patchlet was selectively taken from the latest pcmcia-cs
 (3.1.21-beta).  It made my NIC work correctly - without this patch the
 Xircom NIC incorrectly enters half-duplex mode with disastrous
 performance consequences.

I doubt that the full duplex fix itself caused the problem.  I think
this is probably another instance of the receive filter issue.  When
you bring up the Xircom card, if you don't get incoming traffic, try
doing things like "ifconfig eth0 promisc" (which should always work);
sometimes it is also enough to do "ifconfig eth0 -promisc" a few
times (which should do nothing, but...)

-- Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/