Jonathan Gray schrieb:
**snip**
>>>
>> Hello,
>>
>> here is what I've done.
>>
>> installed an openbsd
>> put src.tar.gz on it
>> made an cvs-update
> 
> A snapshot would have been easier for this bit.
> 
>> applied the diffs (by hand, as it were just a few lines and I didn't
>> find the right way to do this with patch/cvs, maybe some can tell me)
> 
> get -current src via cvs
> cd /usr/src/sys/dev/usb
> patch -p0 < /path/to/patch
> 
>> rebuild kernel
>> booted the system
>> rebuild userland
>> booted the system
>>
>> now I have done -current for the first time in my life ;-)
>>
>> Then I attached the usb-device and got following kernel message
>>
>> axe0 at uhub3 port 1 configuration 1 interface 0
>> axe0: D-Link DUB-E100 rev B1, rev 2.00/0.01, addr 2, AX88772, address
>> 00:80:c8:38:64:3f
>> rlphy1 at axe0 phy 3: IP101 10/100 PHY, rev. 4
>>
>> looks good, but
>> after configuring the network I wasn't able to send/receive packages
>> over the device.
>> The only thing I could see with tcpdump (while pinging another computer)
>> was the arp request, nothing more.
>> With windows the device works as it should *sigh*
>>
>> If there is another patch/diff I should try, please let me know.
> 
> Are you sure you don't have another default route active?
> Perhaps try set an ip address run tcpdump on the machine
> with the axe(4), and ping it from another computer.
> 
> Do you see anything then?
> 
> 

Hello Jonathan

I have now started from scratch,
installed the latest snapshot and src.tar.gz
updated the sources via cvs
Patched your diffs with the patch command and build a new kernel.
Everything works fine and with no problems.

As before the device is recognized and can be configured but did not
send or receive data.
Yes I doublechecked the network connection (direct connection to another
box, so no other network device like router or switch (which I tried
also before) is interfering)

As said before, if you have another patch or need some other information
 please tell me.

guido

Reply via email to