NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/37653 - serious low priority sw-bug



The following reply was made to PR kern/37653; it has been noted by GNATS.

From: Scott Ellis <scotte%warped.com@localhost>
To: gnats-bugs%gnats.netbsd.org@localhost
Cc: dholland%NetBSD.org@localhost
Subject: Re: kern/37653 - serious low priority sw-bug
Date: Sun, 14 Dec 2008 07:50:42 -0800

 Unfortunately, this is still broken in -current.  Adding:
 
 {{ USB_VENDOR_COMPAQ, USB_PRODUCT_COMPAQ_IPAQLINUX }, CDCE_NO_UNION }
 
 to if_cdce.c allows the iPaq to be attached:
 
 cdce0: vendor 0x49f SA110 USB NIC, rev 1.00/0.00, addr2
 cdce0: faking address
 cdce0: address 2a:f6:60:01:00:00
 
 Upon ifconfig'ing an IPv4 address for it, I still get:
 
 cdce0: cannot assign link-local address
 
 Blindly pushing ahead, any attempt to communicate using that NIC (e.g., 
 ping the iPaq on the other end of the wire) yields:
 
 cdce0: usb error on rx: STALLED
 cdce0: at uhub0 port 1 (addr 2) disconnected
 cdce0: detached
 
 So it seems the change doesn't fix my issue.
 
        ScottE
 


Home | Main Index | Thread Index | Old Index