Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 07:04:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 272204] axge(4) AX88179A not initialized on startup
Message-ID:  <bug-272204-19105-ik5fYjEJEO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272204-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272204-19105@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272204

--- Comment #2 from rdunkle@smallcatbrain.com ---
I set the device aside for FreeBSD.  I use it on Win10.  I would use it this
nic if it worked.

device:  TP Link model: UE300C(UN)

# uname -a
FreeBSD  13.2-STABLE FreeBSD 13.2-STABLE stable/13-8557b8ba1 GENERIC amd64

usbconfig reset does not bring the device to life.
It appears to only work when I re-plug the nic.


/boot/loader.conf
if_axge_load=3D"YES"

---------------
from /etc/rc.conf
hostname=3D"sky21"
ifconfig_ue0=3D"DHCP"
ifconfig_ue0_ipv6=3D"inet6 accept_rtadv 2001:470:71:3fb::154  prefixlen 64 "
rtsold_enable=3D"YES"
----------

after boot up nothing seen in dmesg about nic
-------------
# usbconfig
ugen0.1: <Intel XHCI root HUB> at usbus0, cfg=3D0 md=3DHOST spd=3DSUPER (5.=
0Gbps)
pwr=3DSAVE (0mA)
ugen1.1: <(0x1b21) XHCI root HUB> at usbus1, cfg=3D0 md=3DHOST spd=3DSUPER =
(5.0Gbps)
pwr=3DSAVE (0mA)
ugen0.2: <Logitech USB Receiver> at usbus0, cfg=3D0 md=3DHOST spd=3DFULL (1=
2Mbps)
pwr=3DON (98mA)
ugen0.3: <vendor 0x0416 HATOR gaming keyboard> at usbus0, cfg=3D0 md=3DHOST
spd=3DFULL (12Mbps) pwr=3DON (400mA)
--------------------
# usbconfig reset
ugen0.1: <Intel XHCI root HUB> at usbus0, cfg=3D0 md=3DHOST spd=3DSUPER (5.=
0Gbps)
pwr=3DSAVE (0mA)
ugen1.1: <(0x1b21) XHCI root HUB> at usbus1, cfg=3D0 md=3DHOST spd=3DSUPER =
(5.0Gbps)
pwr=3DSAVE (0mA)
ugen0.2: <Logitech USB Receiver> at usbus0, cfg=3D0 md=3DHOST spd=3DFULL (1=
2Mbps)
pwr=3DON (98mA)
ugen0.3: <vendor 0x0416 HATOR gaming keyboard> at usbus0, cfg=3D0 md=3DHOST
spd=3DFULL (12Mbps) pwr=3DON (400mA)
usbconfig: could not open device: No error: 0
---------------------
# usbconfig -d ugen1.2 power_off
No device match or lack of permissions
----------------------

after re-plugging nic
/var/log/messages...

Jul 26 06:36:26 sky21 kernel: ugen1.2: <ASIX AX88179A> at usbus1
Jul 26 06:36:26 sky21 kernel: axge0 on uhub1
Jul 26 06:36:26 sky21 kernel: axge0: <NetworkInterface> on usbus1
Jul 26 06:36:27 sky21 kernel: miibus0: <MII bus> on axge0
Jul 26 06:36:27 sky21 kernel: ukphy0: <Generic IEEE 802.3u media interface>=
 PHY
3 on miibus0
Jul 26 06:36:27 sky21 kernel: ukphy0:  none, 10baseT, 10baseT-FDX, 100baseT=
X,
100baseTX-FDX, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
Jul 26 06:36:27 sky21 kernel: ue0: <USB Ethernet> on axge0
Jul 26 06:36:27 sky21 kernel: ue0: Ethernet address: f8:e4:3b:4b:20:5c
Jul 26 06:36:27 sky21 kernel: ue0: link state changed to DOWN
Jul 26 06:36:31 sky21 kernel: ue0: link state changed to UP
Jul 26 06:36:35 sky21 dhclient[1363]: New IP Address (ue0): 192.168.2.103
Jul 26 06:36:35 sky21 dhclient[1367]: New Subnet Mask (ue0): 255.255.255.0
Jul 26 06:36:35 sky21 dhclient[1371]: New Broadcast Address (ue0):
192.168.2.255
Jul 26 06:36:35 sky21 dhclient[1375]: New Routers (ue0): 192.168.2.1
--------
dmesg (after re-plugging nic)
ugen1.2: <ASIX AX88179A> at usbus1
axge0 on uhub1
axge0: <NetworkInterface> on usbus1
miibus0: <MII bus> on axge0
ukphy0: <Generic IEEE 802.3u media interface> PHY 3 on miibus0
ukphy0:  none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FD=
X,
1000baseT-FDX-master, auto, auto-flow
ue0: <USB Ethernet> on axge0
ue0: Ethernet address: f8:e4:3b:4b:20:5c
ue0: link state changed to DOWN
ue0: link state changed to UP
--------------------

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272204-19105-ik5fYjEJEO>