[Bug 278990] Framework 13 USB Ethernet Card (RTL8156) only periodically detected on 15.0-CURRENT

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 15 May 2024 18:18:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278990

--- Comment #5 from Kyle Taylor <kyle.a.taylor@gmail.com> ---
(In reply to Li-Wen Hsu from comment #4)

Didn't work for me.

wget -O /root/patch.diff https://reviews.freebsd.org/D45088?download=true
cd /usr/src && git pull --force && git apply --reject /root/patch.diff;
echo if_ure_load="YES" >> /boot/loader.conf # and remove if_cdce_load="YES"
make buildkernel CONFIG=GENERIC && make installkernel CONFIG=GENERIC && reboot

# ifconfig
lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384
        options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
        inet 127.0.0.1 netmask 0xff000000
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
        groups: lo
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=0
        ether f8:b5:4d:d6:f6:5f
        inet 192.168.*.* netmask 0xffffff00 broadcast 192.168.*.*
        groups: wlan
        ssid **** channel 153 (5765 MHz 11a) bssid 08:9b:*:*:*
        regdomain FCC country US authmode WPA2/802.11i privacy ON
        deftxkey UNDEF AES-CCM 3:128-bit txpower 23 bmiss 7 mcastrate 6
        mgmtrate 6 scanvalid 60 wme roaming MANUAL
        parent interface: iwlwifi0
        media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11a
        status: associated
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
pflog0: flags=1000141<UP,RUNNING,PROMISC,LOWER_UP> metric 0 mtu 33152
        options=0
        groups: pflog
tailscale0: flags=1008043<UP,BROADCAST,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu
1280
        options=80000<LINKSTATE>
        inet 100.*.*.* netmask 0xffffffff broadcast 100.84.109.115
        inet6 fd7a:115c:a1e0::5d01:6d73 prefixlen 48
        groups: tun
        nd6 options=101<PERFORMNUD,NO_DAD>
        Opened by PID 68864
vm-public: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP>
metric 0 mtu 1500
        options=0
        ether 8a:68:a1:*:*:*
        id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
        maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
        root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
        groups: bridge vm-switch viid-4c918@
        nd6 options=9<PERFORMNUD,IFDISABLED>

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