not sure about generic, but the console runs on a serial port with a pwm frequency. the ttys are digital
smol_mazunki2022-07-07 11:46:15
BytesIO2022-07-07 11:45:34
oh okay
that said I’ve never used tc
BytesIO2022-07-07 11:47:02
smol_mazunki2022-07-07 11:46:15
that said I’ve never used tc
I found this video very helpful
smol_mazunki2022-07-07 11:47:07
it’s not virtual. virtual terminals are usually called vty
smol_mazunki2022-07-07 11:47:44
when you open a terminal emulator you connect to the tty through a virtual interface, and in that case it’s a virtual tty
smol_mazunki2022-07-07 11:48:10
but when you just log in prior to the wm you’re connected directly to the tty
smol_mazunki2022-07-07 11:48:41
BytesIO2022-07-07 11:47:02
https://youtu.be/Ylf4J736JIg
I found this video very helpful
thanks I’ll take a look later
thecatvoid2022-07-07 11:49:37
smol_mazunki2022-07-07 11:47:07
it’s not virtual. virtual terminals are usually called vty
virtual console
thecatvoid2022-07-07 11:49:41
smol_mazunki2022-07-07 11:49:46
thecatvoid2022-07-07 11:49:37
virtual console
yeah same
thecatvoid2022-07-07 11:50:00
and i noticed i cant startx from agetty-console
smol_mazunki2022-07-07 11:50:08
remind me to show you how i set up agetty
smol_mazunki2022-07-07 11:50:28
thecatvoid2022-07-07 11:50:00
and i noticed i cant startx from agetty-console
makes sense, there’s not enough bandwidth probably
smol_mazunki2022-07-07 11:50:54
you usually use the agetty-console to run serial connections on embedded systems
thecatvoid2022-07-07 11:51:04
smol_mazunki2022-07-07 11:50:28
makes sense, there’s not enough bandwidth probably
its actually xorg restricting
smol_mazunki2022-07-07 11:51:09
thecatvoid2022-07-07 11:51:04
its actually xorg restricting
orly
thecatvoid2022-07-07 11:51:48
smol_mazunki2022-07-07 11:51:09
orly
reason for restricting is, it causes some weird glitches, bugs etc
smol_mazunki2022-07-07 11:52:30
yeah
thecatvoid2022-07-07 11:52:32
smol_mazunki2022-07-07 11:50:54
you usually use the agetty-console to run serial connections on embedded systems
yea, its how its done in android
smol_mazunki2022-07-07 11:52:35
analogue connections are not safe
Jamerive2022-07-07 17:58:01
A wild @Jamerive appeared and used steal. It’s super effective!
raytracer92022-07-07 18:25:00
I don’t mind it much if it’s not done with some bad intent and not too much. Maybe, that’s because I studied my highschool and intermediate under the same system, where getting beaten by teachers was not so much of a big deal.
raytracer92022-07-07 18:25:33
Yeah, and not same trick works on every person
marcotrosi2022-07-08 15:24:55
https://github.com/marcusbuffett/pipe-rename
GitHub – marcusbuffett/pipe-rename: Rename your files using your favorite text editor – GitHub Rename your files using your favorite text editor. Contribute to marcusbuffett/pipe-rename development by creating an account on GitHub.
ultrasigma02022-07-08 22:00:39
I wanna know the different between firmware image and firmware
marcotrosi2022-07-08 22:02:03
ultrasigma02022-07-08 22:00:39
I wanna know the different between firmware image and firmware
firmware is the software in general, an image is a specific build version as a file that can be flashed
ultrasigma02022-07-08 22:30:18
marcotrosi2022-07-08 22:02:03
firmware is the software in general, an image is a specific build version as a file that can be flashed
Load with kernel
ultrasigma02022-07-08 23:25:03
Or out side?
devmsv2022-07-09 10:29:13
<rant>Yes. I was born on 1995.
Society is a mess.
They fill everything with advertising of successful people which seems
that they are geniuses.
But, at the same time, they are promoting laziness because ey, enjoy
the moment, be spontaneous, “freedom” is to do what you want whenever
you want.
So they create a really large gap between “normal” people and
“successful” one. You don’t know how to fill that gap and you feel
terrible because you want to be what you dream of being, but don’t
know how to get there.
That dichotomy had made us (new generations) childish, incapable of
suffering and working hard.
Probably this has always been the case with teenage years, but for
some reason people is not maturing with the years, heck I even now
people with children selfish and incapable of suffer to take care of
their child…
Of course I’m universalizing, don’t feel personally attacked.
To close offtopic, thank God I got passionate about *UNIX* in my early
years and that had help me to motivate to study, get a certification
and in some near future get a degree.
</rant>
wviana2022-07-10 02:56:06
Hi there. Having a very hard time with it. Doesn’t anyone want to try some guesses? Didn’t have any progress on this since posted.
Kueppo2022-07-10 03:11:41
Maybe
mount –bind /dev /mnt/dev/
mount –bind /sys /mnt/sys/
mount –bind /proc /mnt/proc/ before archrooting?
What is /dev/sda1 really used for? I’ve legacy BIOS and I install grub via chroot all the time and I don’t remember doing so, just that idk the function of each partitions.
wviana2022-07-10 05:35:02
Kueppo2022-07-10 03:11:41
Maybe
mount –bind /dev /mnt/dev/
mount –bind /sys /mnt/sys/
mount –bind /proc /mnt/proc/
before archrooting?
What is /dev/sda1 really used for? I’ve legacy BIOS and I install grub via chroot all the time and I don’t remember doing so, just that idk the function of each partitions.