uath under FreeBSD 8.0-STABLE
Steven Friedrich
freebsd at insightbb.com
Fri Dec 25 06:09:18 UTC 2009
On Thursday 24 December 2009 05:09:42 pm Weongyo Jeong wrote:
> OK. It looks weird idProduct didn't be decreased 1 after loading the
> firmware.
>
> And what I'd like to see is the *full* result of the following steps:
>
> 1. plugs in your USB device.
> 2. run commands as follows:
>
> # kldload if_uath
> # dmesg | tail
> # uathload -v -d /dev/ugen4.3
> # dmesg | tail
>
> In a theory, after loading the firmware normally the device which at the
> moment idProduct is 0x4251 is detached and reseted then it should be
> reattached with idProduct(0x4250).
>
root at laptop2(/dev/pts/1)/root/bugs 101% kldload if_uath
root at laptop2(/dev/pts/1)/root/bugs 102% dmesg|tail
info: [drm] Num pipes: 1
info: [drm] Loading R300 Microcode
info: [drm] Num pipes: 1
ugen4.3: <Atheros Communications Inc> at usbus4
info: [drm] Num pipes: 1
ugen4.3: <Atheros Communications Inc> at usbus4 (disconnected)
ugen4.3: <Atheros Communications Inc> at usbus4
info: [drm] Loading R300 Microcode
info: [drm] Num pipes: 1
info: [drm] Num pipes: 1
root at laptop2(/dev/pts/1)/root/bugs 103% uathload -v -d /dev/ugen4.3
Load firmware ar5523.bin (builtin) to /dev/ugen4.3
send block 0: 147368 bytes remaining
: data...
: wait for ack...
uathload: error reading msg (/dev/usb/4.3.1): No such file or directory
root at laptop2(/dev/pts/1)/root/bugs 104% dmesg|tail
info: [drm] Num pipes: 1
info: [drm] Loading R300 Microcode
info: [drm] Num pipes: 1
ugen4.3: <Atheros Communications Inc> at usbus4
info: [drm] Num pipes: 1
ugen4.3: <Atheros Communications Inc> at usbus4 (disconnected)
ugen4.3: <Atheros Communications Inc> at usbus4
info: [drm] Loading R300 Microcode
info: [drm] Num pipes: 1
info: [drm] Num pipes: 1
More information about the freebsd-net
mailing list