Re: D-Link DFE-580TX 4 port NIC problems

From: adi
Date: Fri Jul 27 2007 - 11:10:32 EST


On Fri, Jul 27, 2007 at 02:08:09PM +0200, Clemens Koller wrote:
> Can you try the latest kernel to see if the same problem
> persists?
> Is there any kernel version where it was working fine?

In my case, this is 'problem' occur when I do run snmpd on
the same machine, and I saw that snmpd doing something
like this:

...
} else if (ioctl(fd, SIOCDEVPRIVATE, &ifr) >= 0) {
new_ioctl_nums = 1;
}
....

That cause sundance printing a lot of debug messages (i.e netdev_ioctl()
in sundance.c) .. periodically, as long as snmpd running :-)

Regards,

P.Y. Adi Prasaja

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/