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).
>
r...@laptop2(/dev/pts/1)/root/bugs 101% kldload if_uath
r...@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
r...@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
r...@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
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"