> On Mon, Mar 15, 2010 at 11:33:54PM +0200, Alexandru Diaconu wrote: >> Hi, >> >> The adapter in question is a LevelOne USB-0201 which, AFAIK, uses the >> ASIX >> AX88178 chipset. When I plug in the UTP cable, its status doesn't >> change, >> it remains set to "no carrier" as if nothing happened (yes, the other >> end >> of the cable is plugged in.) >> >> I get the same behavior on OpenBSD 4.6, OpenBSD 4.6-STABLE and on the >> latest snapshot. However, it worked without a hitch on FreeBSD 8 (using >> the 'ue' pseudo-device -- there were no man pages for 'ue'.) >> >> Currently running the latest snapshot on an ASUS EEEBOX B202. >> >> $ uname -a >> OpenBSD localhost 4.7 GENERIC.MP#447 i386 >> >> ifconfig output: http://pastie.org/870996 >> dmesg output: http://pastie.org/870992 >> >> Any ideas? > > yes, we need some variation on > http://people.freebsd.org/~yongari/axe.88178.patch4 > so it doesn't pickup the ghost phy. >
Hi, I've just tried applying that patch onto the -current source tree. As you might suspect, the patch couldn't be applied successfully. I have no idea how to alter the patch to suit my needs. # cd /usr/src && patch -p0 < axe.88178.patch4 => http://pastie.org/871800 To my mind, this seems like an issue affecting all OpenBSD users that own an adapter of this kind (or any other based on the ASIX AX88178 chipset?). So, my question is, should I file in a bug report? Thank you.