[Bug 272204] axge(4) AX88179A not initialized on startup
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 272204] axge(4) AX88179A not initialized on startup"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jul 2023 07:04:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272204 --- 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="YES" --------------- from /etc/rc.conf hostname="sky21" ifconfig_ue0="DHCP" ifconfig_ue0_ipv6="inet6 accept_rtadv 2001:470:71:3fb::154 prefixlen 64 " rtsold_enable="YES" ---------- after boot up nothing seen in dmesg about nic ------------- # usbconfig ugen0.1: <Intel XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen1.1: <(0x1b21) XHCI root HUB> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen0.2: <Logitech USB Receiver> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (98mA) ugen0.3: <vendor 0x0416 HATOR gaming keyboard> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (400mA) -------------------- # usbconfig reset ugen0.1: <Intel XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen1.1: <(0x1b21) XHCI root HUB> at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen0.2: <Logitech USB Receiver> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (98mA) ugen0.3: <vendor 0x0416 HATOR gaming keyboard> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (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, 100baseTX, 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-FDX, 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 -------------------- -- You are receiving this mail because: You are the assignee for the bug.