Before archrooting?

|
smol_mazunki 2022-07-07 11:45:07
not really: tc configures the kernel
smol_mazunki 2022-07-07 11:45:23
this list is for analysing and debugging purposes
BytesIO 2022-07-07 11:45:34
smol_mazunki 2022-07-07 11:45:07
not really: tc configures the kernel

oh okay

smol_mazunki 2022-07-07 11:45:57
not sure about generic, but the console runs on a serial port with a pwm frequency. the ttys are digital
smol_mazunki 2022-07-07 11:46:15
BytesIO 2022-07-07 11:45:34
oh okay

that said I’ve never used tc

BytesIO 2022-07-07 11:47:02
smol_mazunki 2022-07-07 11:46:15
that said I’ve never used tc

I found this video very helpful

smol_mazunki 2022-07-07 11:47:07
it’s not virtual. virtual terminals are usually called vty
smol_mazunki 2022-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_mazunki 2022-07-07 11:48:10
but when you just log in prior to the wm you’re connected directly to the tty
smol_mazunki 2022-07-07 11:48:41
BytesIO 2022-07-07 11:47:02
https://youtu.be/Ylf4J736JIg

I found this video very helpful

thanks I’ll take a look later

thecatvoid 2022-07-07 11:49:37
smol_mazunki 2022-07-07 11:47:07
it’s not virtual. virtual terminals are usually called vty

virtual console

thecatvoid 2022-07-07 11:49:41
unixusergroup-47117.jpg

smol_mazunki 2022-07-07 11:49:46
thecatvoid 2022-07-07 11:49:37
virtual console

yeah same

thecatvoid 2022-07-07 11:50:00
and i noticed i cant startx from agetty-console
smol_mazunki 2022-07-07 11:50:08
remind me to show you how i set up agetty
smol_mazunki 2022-07-07 11:50:28
thecatvoid 2022-07-07 11:50:00
and i noticed i cant startx from agetty-console

makes sense, there’s not enough bandwidth probably

smol_mazunki 2022-07-07 11:50:54
you usually use the agetty-console to run serial connections on embedded systems
thecatvoid 2022-07-07 11:51:04
smol_mazunki 2022-07-07 11:50:28
makes sense, there’s not enough bandwidth probably

its actually xorg restricting

smol_mazunki 2022-07-07 11:51:09
thecatvoid 2022-07-07 11:51:04
its actually xorg restricting

orly

thecatvoid 2022-07-07 11:51:48
smol_mazunki 2022-07-07 11:51:09
orly

reason for restricting is, it causes some weird glitches, bugs etc

smol_mazunki 2022-07-07 11:52:30
yeah
thecatvoid 2022-07-07 11:52:32
smol_mazunki 2022-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_mazunki 2022-07-07 11:52:35
analogue connections are not safe
Jamerive 2022-07-07 17:58:01
A wild @Jamerive appeared and used steal. It’s super effective!
raytracer9 2022-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.
raytracer9 2022-07-07 18:25:33
Yeah, and not same trick works on every person
marcotrosi 2022-07-08 15:24:55
https://github.com/marcusbuffett/pipe-rename

GitHub – marcusbuffett/pipe-rename: Rename your files using your favorite text editorGitHub
Rename your files using your favorite text editor. Contribute to marcusbuffett/pipe-rename development by creating an account on GitHub.
ultrasigma0 2022-07-08 22:00:39
I wanna know the different between firmware image and firmware
marcotrosi 2022-07-08 22:02:03
ultrasigma0 2022-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

ultrasigma0 2022-07-08 22:30:18
marcotrosi 2022-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

ultrasigma0 2022-07-08 23:25:03
Or out side?
devmsv 2022-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>

wviana 2022-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.
Kueppo 2022-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.

wviana 2022-07-10 05:35:02
Kueppo 2022-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.

Sda1 is a btrfs boot partition.

|