Re: xircom_cb and promiscious mode

Shaya Potter (spotter@cs.columbia.edu)
Thu, 18 Oct 2001 20:01:31 -0400 (EDT)


actually, it seems on my system, if my system goes to sleep (haven't
played around with it enough to figure out how to prevent that from
happening), it seems to crash on "wakeup" if I use the xircom_tulip_cb,
while the xircom_cb doesn't have that problem.

other thing is, xircom_tulip_cb used to work on my system (2.4.10) (xircom
realport card, rebranded for IBM), but with 2.4.12-ac3, it can't seem to
drive the card. it loads fine, detects the card, but no blinky lights.

<shrug/>

if it doesn't need promiscious mode always, shouldn't this be a module
param?

thanks,

shaya

On Thu, 18 Oct 2001 arjan@fenrus.demon.nl wrote:

> In article <Pine.GSO.4.31.0110181725190.764-100000@diamond.cs.columbia.edu> you wrote:
>
> > in looking through the source for the driver, it seems from the comments
> > that when the card is in interrupt handler mode, it has to turn
> > promiscious mode on. I don't know why, but I do know that it never seems
> > to turn it off. I basically stuck a return in the enable_promisc function
> > before it does anything, and that cleared up all my problems.
>
> It actually doesn't need the promisc for most revisions of the card, but for
> some it seems to be really needed.
>
> The xircom_tulip_cb driver is more advanced, and probably works well for
> your system. (It doesn't work for all cards, but I suspect that correlates
> highly with the revision that needs the promisc)
>

-
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/