Skip to content

Instantly share code, notes, and snippets.

@buzzkillb
Created February 15, 2023 18:33
Show Gist options
  • Save buzzkillb/a620b14aae847fb99ef7e174426dac26 to your computer and use it in GitHub Desktop.
Save buzzkillb/a620b14aae847fb99ef7e174426dac26 to your computer and use it in GitHub Desktop.
#Qubes OS - Asus Zephyrus or other similar PC that can't see Ledger since no default sys-usb Qube
#https://www.qubes-os.org/doc/how-to-use-usb-devices/#finding-the-right-usb-controller
#list devices
lsusb
#find ledger in list, shows on Bus 003
readlink /sys/bus/usb/devices/usb3
#look at ending 04:00.4/usb3
#use dom0:04_00.4
qvm-pci attach --persistent personal dom0:04_00.4
#If that doesn't work, go into Qube Personal appVM Qube Settings, advanced tab -> uncheck include in memory balancing, change Mode to HVM, Devices tab -> right arrow on the 04:00.4 USB controller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment