Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8013

Troubleshooting • Re: USB Gadget Mode via rpi-usb-gadget

$
0
0
Repeated the test with a fresh install of Trixie 64-bit Desktop (and ~123 updates) on a Pi4
Same result "Interfaces and Features" is not shown.
The process is running with the local json from ps:

Code:

/tmp/.mount_rpi-immCmPdC/usr/bin/rpi-imager file:///home/pi/local/os_list_local.rpi-imager-manifest/usr/bin/rpi-imager file:///home/pi/local/os_list_local.rpi-imager-manifest
I've just noticed in your screenshot rpi-imager is not displaying the name of your custom manifest file in the window title, so I suspect it's not loading it.

Try added the '--repo' parameter, or use the 'App Options -> Content Repository -> EDIT' option in the GUI.

Also, I'm not sure you need the 'file:' prefix...

Example:

Code:

rpi-imager --repo /home/pi/os_list_local.rpi-imager-manifest
EDIT:

This command results in rpi-imager failing to load the custom manifest file and quietly loading the online one instead, so you probably wouldn't notice:

Code:

pi@rpi5nvme:~ $ rpi-imager file:///home/pi/os_list_local.rpi-imager-manifest [snip]Manifest file not found: file:///home/pi/os_list_local.rpi-imager-manifest[snip]
This command results in rpi-imager failing to load the custom manifest file and then exting:

Code:

pi@rpi5nvme:~ $ rpi-imager --repo file:///home/pi/os_list_local.rpi-imager-manifest [snip]Custom repository file does not exist or is not a regular file: file:///home/pi/os_list_local.rpi-imager-manifestStopping network monitoringStopping background drive list pollingCleaning up CacheManagerCacheManager destructor: cleaning up background threadCacheManager destructor: cleanup complete

Statistics: Posted by phattmatt — Mon Feb 02, 2026 11:35 pm



Viewing all articles
Browse latest Browse all 8013

Trending Articles