You are not logged in.
I have that same USB dongle and successfully captured a stack of videos, but a year or so ago. So it was a different computer; probably beowulf but possibly ascii even.
You cabling sounds right; yellow is composite video, while red and white is audio (R/L). Use "Line Out" of course.
From memory I used uvccapture or possibly ffmpeg directly. I have a vague memory that only one of its two /dev/videoN worked. Package v4l-utils is also useful, eg list devices with v4l2 --list-devices.
EDIT: See also
https://gordonlesti.com/2017/12/
All testing is good; Ideally it will get a wide range of testing, with different setups and different usage patterns.
So it's a good thing also to test with virtual machines. We have of course tested in one such setup:
qemu with daedalus
using a qxl emulation graphics device
two users + root in 4 VTs, with one user in 2 VTs
all using startx jwm
testing with elogind installed
and testing with both elogind and seatd installed (defaults to using seatd)
VT switch triggered via chvt in root shell via ssh
There are many test scenarios but Xorg is kind of fundamental so the more it's tested before going into the release, the better.
Suggested hands-on to bring in test packages (xserver-xorg-core and xserver-xorg-common):
1 # echo "deb http://deb.devuan.org/devuan experimental main" > /etc/apt/sources.list.d/X.list
2 # apt-get update
3 # apt-cache policy xserver-xorg-core xserver-xorg-common
4 # apt-get install --no-install-recommends -t experimental xserver-xorg-coreNote that step 3 is for you to verify that the packages from experimental are available, and so you can make note of the original package versions.
Make a note of which packages get installed, if there for some reason are more than those (there shouldn't be).
Restore to version $VERSION with
# apt-get install xserver-xorg-core=$VERSION xserver-xorg-common=$VERSIONThis is a CALL FOR TESTERS:
if you run startx as non-root, using daedalus and ceres, you are invited to test the devuan/experimental build and send some feedback to me or LeePen.
The experimental Xorg an update that is happy about VT switching (supported by either seatd or elogind) but we want more confirming tests of this.
@rolfie, use http without the s
Yes, it's not very easy, but possible, to install from the Debian ISO with network backing a system that does not include any package with systemd in its name. Though to also get rid of the systemd-udev program I had to add daedalus into sources.list so as to install eudev.
Basically to succeed in it, you need to know how to configure apt and how to navigate the installer beneath its dialogue flow. Even so, it brings some comfort about the state of Debian packages.
It's not a race or competition, but (sadly) Devuan still needs to remain as way of offering it as an easier task for people to stay assured that the systemd infestation is kept away from their computers.
Yes, the bootloading doesn't work via cdrom drive for UEFI bios.
It (generally) works via disk drive for UEFI bios, e.g. with the media on a USB stick.
Well, the particular issue with the attempt of using the daedalus installer as cdrom on UEFI appears to be that the boot loader syslinux64.efi (duly named BOOTX64.EFI) has some difficulty with that use case.
Using the same ISO as disk image on UEFI runs the same program without error.
Note that the chimaera ISOs (as well as the debian ISO) use grub rather than syslinux for UEFI boot, and apparently the grub boot loader lacks that sensitivity to that use case difference (i.e. whether the media is presented via a cdrom drive or a disk drive).
Perhaps it's simply that the boot loader gets mislead by the difference in sector size (where a cdrom has 2k sectors and a disk has 0.5k sectors). Unfortunately there are layers upon layers of compiled software involved so it's far from trivial to investigate these details. OTOH it's FOSS, so it just takes a bit of interest and skill to drill down into the particulars to determine the technical cause, and possibly correct it.
And there are of course other ways to achieve the goal of a "cdrom on UEFI" installer...
When there are people to fix it, it might be fixed.
The "EFI PART" text is not a partition but the beginning of the GUID Partition Table (GPT), which it has in addition to the MBR partition table.
Both ISO sports 2 partitions, which you can read out from the MBR table (at 0x1c0-0x1ff).
The first partition is typed 0x00 (Empty) and it's defined to span the whole ISO from sector 0. The second partition is typed 0xef (EFI) and it's defined to span a block sequence within the ISO corresponding to the included FAT image.
The Debian ISO has both an MBR partition table and a GPT whereas the Devuan ISO only has an MBR. Presumably it's the lack of GPT that makes the Devuan ISO non-bootable for your UEFI use case.
It's good you had an alternative method for installation.
Great. I don't really know what that optional VTBOUND-edness of seatd means, but maybe my intuitive understanding has some foundation.
If you would find it within your comfort zone, you could submit a "bug report" to the Debian packager(s) and make a case that the setting should be the default for the system-wide seatd service. (it's package seatd, version 0.7.0-6). They may well be able to explain the current default, although I wouldn't be surprised if they haven't delved into it at all.
The technical underpinning is that seatd and Xorg come into conflict about the VT management, and in particular that Xorg fails to react properly to VT switching events. Instead it locks up the display. With setting of 0, seatd skips the VT management, which makes Xorg a happy camper.
@simon_a, try with adding the following to /etc/default/seatd
export SEATD_VTBOUND=0and then restart the service, which may well upset Xorg, but any goodness it might possibly bring doesn't take effect until its next start. A full reboot would also work.
You can check all available versions (wrt your sources.list) of a package P with
apt-cache policy PThat tells if there are any associated security updates.
You can also review package P (wrt to a larger sources.list) at https://pkginfo.devuan.org/P.
Have you done
apt-get update.. or whatever the corresponding button presses are on the gui tool?
Have you done
apt-get upgrade.. or whatever the corresponding button presses are on the gui tool?
Have you done
apt-get dist-upgrade.. or whatever the corresponding button presses are on the gui tool?
Thoe are the three steps to follow after having changed sources.list.
@Charon795, which ISO file did you download? Does it have a filename?
I thought I just did
Yes, go ahead.. see post #40
That should be possible.. I'll need to figure out how it was set up though; looks easy at a glance.
The main project would be "devuan/forum-lang" so you would work from that.
I see there is a German/forum-lang as well but I'm not sure what that is (possibly my memory is weak).
All the installer ISO have the same installer software and they only differ in which collections of packages they come with; the so called package pool. They work by installing that which you select, and then those selections expands by having dependencies. If you install with network mirror backing, they will all link up with the Devuan repository and they will all have all packages available.
The leanest system you can get from them is their base system where you opt for not installing anything else. That gives you a Linux operating system without all things you may expect, and in particular without graphical desktop environment. That's generally known as a "server system" although even a functional server would typically include some additional services such as perhaps ssh and web service.
The cinnamon desktop is generally understood to be "defined" by the task-cinnamon-desktop package, which is a content free-package that only depends on the collection detail packages that would make up a "cinnamon desktop". The "desktop" ISO contains all those packages, as do the collective of server+cd2+cd3+cd4 ISOs (both having also other packages that are outside of the task-cinnamon-desktop collection).
At a more general level, Devuan (like Debian) is like a warehouse of packages rather than an end-user "distribution", and it's up to the end-user to choose which subset of packages they will want to use. The installer offers some pre-packaged choices of end-user-like desktop collections, but that is supposed to be for convenience; in particular someone new to it may otherwise struggle a fair bit to pull together their best convenience package collection.
git.devuan.org is a "git store" just like github but owned by Devuan and not Microsoft.
The hands-on would be, after registration, to clone (aka fork) the project concerned, add into your clone and then issue a merge request for the main project developers to review and include it.
Nah. If you want to spout that shit you'll have to go elsewhere.
Yes, https://git.devuan.org/devuan/xorg-server is where it happens. The review process of a fix is in full swing so you may hold your breath. well, maybe not... breath easy, but expect there's something coming soon.
@Gregors, if you make a theme and email to me I can probably stuff it in as an option.
Are you able to try with the ISO on a stick by itself?
I'm not sure there is a bug report, but that particular issue of having multiple Xorg (in different VT) with seatd, is currently being worked on, and I believe an update is coming fairly soon.
yes it might be slower than some.. but to see an image on your screen of course requires it to be downloaded to your machine, whether or not you know to where on your machine it ends up. (and using "display $url" [from imagemagick] gives you that same vacuous experience all without ads and other junk).
Good idea though; perhaps devuan can find someone to set up and maintain it on the infrastructure.
re catbox; I don't use github since it became a microsoft site.