Quest 3 USB Ethernet broken after April 2026 update — IpClient DHCP never starts (RTL8153B)
Hi, before the latest Quest OS update (April 2026) I was using Virtual Desktop over Ethernet via a USB-C hub (Baseus CAHUB-CW0G, Realtek RTL8153B chipset) and it worked great. After the update it stopped working completely.
The interface (eth0) shows up and the hub is detected, but the Quest never gets an IP address — it just stays on IPv6 link-local and never connects. Virtual Desktop shows "Not in same local network".
I spent several hours digging into this with ADB and found two things:
- The firmware file rtl_nic/rtl8153b-2.fw for the Realtek chip is missing — the driver logs an error on every connection attempt
- The DHCP client never actually starts — eth0 comes up but the Quest never sends a DHCP request to get an IPv4 address
I tried everything I could without root: cmd ethernet set-ip-configuration eth0 dhcp, static IP, replugging the hub, different flag values — nothing works because the fix requires system-level access.
This is affecting everyone using Ethernet with Virtual Desktop after this update. The Realtek RTL8153 chipset is by far the most popular one for these hubs so it's a wide impact.
Please restore the missing firmware file and fix the DHCP provisioning for USB Ethernet interfaces. This worked perfectly before the update so it should be a straightforward fix.
Thanks