Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2009 01:09:14 -0500
From:      Steven Friedrich <freebsd@insightbb.com>
To:        freebsd-net@freebsd.org
Subject:   Re: uath under FreeBSD 8.0-STABLE
Message-ID:  <200912250109.14305.freebsd@insightbb.com>
In-Reply-To: <20091224220942.GC1491@weongyo>
References:  <200912151603.32111.freebsd@insightbb.com> <200912221754.25692.freebsd@insightbb.com> <20091224220942.GC1491@weongyo>

next in thread | previous in thread | raw e-mail | index | archive | help
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@laptop2(/dev/pts/1)/root/bugs 101%	kldload if_uath
root@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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912250109.14305.freebsd>