Bug 21078

Summary: rtsol does not work on USB interface aue0
Product: Base System Reporter: James Housley <jim>
Component: binAssignee: Bill Paul <wpaul>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-STABLE   
Hardware: Any   
OS: Any   

Description James Housley 2000-09-06 13:00:01 UTC
rtsol aue0 does not configure the interface.  All the other machines
on my network, PIC NICs and PCMCIA, all are able to be configured by
rtsol except the USB NIC.  All are running from the same buildworld.

root@vaio:~ {2} rtsol -d aue0
checking if aue0 is ready...
aue0 is ready
send RS on aue0, whose state is 2
send RS on aue0, whose state is 2
send RS on aue0, whose state is 2
No answer after sending 3 RSs
stop timer for aue0
there is no timer
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-09-06 13:52:00 UTC
Responsible Changed
From-To: freebsd-bugs->wpaul

Over to aue maintainer.
Comment 2 Bill Paul freebsd_committer freebsd_triage 2000-11-01 18:28:32 UTC
State Changed
From-To: open->closed

The aue driver was not properly programming the multicast filter on 
the ADMtek Pegasus USB ethernet chip. Router solicitations and IPv6 
in general depend a lot on multicasting, so failing to receive multicasts 
would cause all sorts of failures. This bug has been fixed in both 
-current and -stable, and the fix should make it into FreeBSD 4.2-RELEASE. 

-Bill