The officially official Devuan Forum!

You are not logged in.

#26 2023-09-14 22:12:35

ralph.ronnquist
Administrator
From: Clifton Hill, Victoria, AUS
Registered: 2016-11-30
Posts: 1,053  

Re: Input/output error with EasyCap capture card on VLC and OBS

Yes;  expanding on @alexkemp's note, the file mode string starts which a marker character to tell whether it's a block device (b), a character device (c, as here), a directory (d), a symbolic link (l) or a normal file (-). Next it shows three triplets to indicate the access mode setting for user, group and other (plus some special meanings depending in type).

In this case root is the user and root is the group, with read and write access, while all other users or groups only have read acccess. In other words, you only have read access (unless you are running this as root or your user is in root group)

Quite possibly the lack of write access to the USB device has been the cause here.

You change that, but only as root, and in this case you could use the command

# chmod o+w /dev/bus/usb/001/015

to add write access to other.

Offline

#27 2023-09-16 10:10:22

alexkemp
Member
Registered: 2018-05-14
Posts: 235  

Re: Input/output error with EasyCap capture card on VLC and OBS

@hunter0one:

Have you tried Ralph's advice?

(in a terminal):

  • Switch to the root user (which means su -; enter the root password, not sudo)

  • lsusb will show all connected usb devices

  • enable write access for the other user on the EasyCap device: chmod o+w /dev/bus/usb/001/015

  • Without rebooting, try qv4l2 & see if now it will allow you to see your vhs screen in the window.

I very much want to work with you to get my script to work with other devices (such as yours) & get a good result to allow folks to stream it to disc.

Last edited by alexkemp (2023-09-16 10:11:39)

Offline

Board footer