Hi,
By applying this patch on kernel 2.6.19.1 the effect is the opposite on
some Network Cards.
The Hardware I used to test it was 'D-Link DUB-E100 Rev. B1' and 'D-Link
DUB-E100 Rev. B1 Alternate'. It works without the patch, and stops
working after applying it.
The Network Card is detected, the driver is loaded with no apparent
errors, the ethtool seems to report the same applied settings but, not
even a ping gets trough.
Please take into consideration that this patch was already merged to
2.6.19.2, which turns ( at least ) those two NICs useless.
Regards,
Rui Santos
David Hollis wrote:
> A small typo in ax88772_bind() prevents the device from selecting the
> proper PHY, leaving the device useless. The attached patch fixes this.
> If this patch can be added to the 2.6.19.x series as well, that would be
> helpful for end-users.
>
> Signed-off-by: David Hollis <[EMAIL PROTECTED]>
>
> ------------------------------------------------------------------------
>
> --- a/drivers/usb/net/asix.c 2006-12-28 14:02:23.000000000 -0500
> +++ b/drivers/usb/net/asix.c 2006-12-28 14:02:28.000000000 -0500
> @@ -942,7 +942,7 @@ static int ax88772_bind(struct usbnet *d
> goto out2;
>
> if ((ret = asix_write_cmd(dev, AX_CMD_SW_PHY_SELECT,
> - 0x0000, 0, 0, buf)) < 0) {
> + 1, 0, 0, buf)) < 0) {
> dbg("Select PHY #1 failed: %d", ret);
> goto out2;
> }
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ------------------------------------------------------------------------
>
> _______________________________________________
> [email protected]
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel