Debian Images for Duo256/DuoS

Ok, i finally got it. For some reason, the ip which the board was giving to itself was being overridden by some device of my pc. After disabling said device, and rebooting the board, everything seems to work just fine!

Thanks for everything

3 Likes

i am trying to connect a video capture device, to milk v duo 256, i enabled usb, was able to get the usb recognised in lsusb

lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 003: ID 534d:0021 MacroSilicon MS210x Video Grabber [EasierCAP]

root@duo256:/home/debian# v4l2-ctl --list-devices
Cannot open device /dev/video0, exiting.
root@duo256:/home/debian# lsmod | grep uvcvideo
root@duo256:/home/debian# modprobe uvcvideo
modprobe: FATAL: Module uvcvideo not found in directory /lib/modules/5.10.4-20240527-2+
root@duo256:/home/debian# grep -i uvc /boot/config-$(uname -r)
CONFIG_USB_F_UVC=y
CONFIG_USB_CONFIGFS_F_UVC=y
CONFIG_USB_UVCG_SG_TRANSFER=y
root@duo256:/home/debian# lsmod | grep uvc

please help

1 Like