This is the first place to look for Linux hardware info - https://linux-hardware.org/?id=usb:2357-0138
You need a kernel 6.2 or higher, Bookworm has kernel 6.1 so you need to install a later kernel from Backports.
Enable the Backports repo - https://wiki.debian.org/Backports and do:This currently should install linux-image-6.7.12+bpo-amd64
If that doesn't work you may need to compile a driver from Github as linked in the linux-hardware page.
You also will need firmware-realtek.
If you don't have ethernet you may be able to tether a phone for connection, or download the kernel packages on another computer and copy them to a USB drive then install them manually. you would need to get
linux-image-6.7.12+bpo-amd64
linux-headers-6.7.12+bpo-amd64
Easier to take your computer to an ethernet connection though.
You need a kernel 6.2 or higher, Bookworm has kernel 6.1 so you need to install a later kernel from Backports.
Enable the Backports repo - https://wiki.debian.org/Backports and do:
Code:
apt install linux-image-amd64 linux-headers-amd64
If that doesn't work you may need to compile a driver from Github as linked in the linux-hardware page.
You also will need firmware-realtek.
If you don't have ethernet you may be able to tether a phone for connection, or download the kernel packages on another computer and copy them to a USB drive then install them manually. you would need to get
linux-image-6.7.12+bpo-amd64
linux-headers-6.7.12+bpo-amd64
Easier to take your computer to an ethernet connection though.
Statistics: Posted by sunrat — 2024-05-27 22:27 — Replies 1 — Views 37