#i want to install tkg-bmq kernel but i want to configure it first then start compiling it
1338 messages · Page 2 of 2 (latest)
So do I lol...just pls tell me cause ur more experienced than me
You just follow the steps on the ArchWiki page, that's really all there is to it
You just have to edit 2 files (arch.conf and loader.conf) and it tells you what to write
So see the load.conf entry at the start of the section and the arch.conf entry a bit further down
You can just copy it exactly and it'll work
And whenever it says "esp", that's just your /boot folder
Pfff...I just find it hard to understand from the wiki
Can u just please tell me what to type uh 😥
Please
Write this in the /boot/loader/loader.conf file
Write this in the /boot/loader/entries/arch.conf
Use any text editor
Default then tab arch.conf ? Or space
Yeah just delete it, it doesn't matter
If the line starts with a hashtag, systemd boot will ignore the line
Yep
Well the movie is starting in 5 minutes so I have to go
Hopefully it just works now, if not you can ask other people or Google it since a lot of people here use systemd boot
Reboot after this ?
Do bootctl update
Alright
And make sure bootctl list has the new boot entry
Install intel-microcode
Pacman -S intel-ucode ?
Oh I can't cause I didn't connect wifi
(if you're wondering how in still here, I forgot movies have like 30 minutes of commercials before starting lol)
ah yeah just run nmtui
Oh lol
Or maybe that wont work since network manager wouldn't be running
You might need to exit the chroot and connect normally
And then enter the chroot again
Ye didn't work
Entered the chroot..do I need to type any mount commands ?
Or just install directly intel-ucode
@foggy frigate
Just Install intel-ucode
yeah and see if the intel-ucode line is still red
Ye its there
Then yeah just reboot and it should work
Ah, right
I didn't read that part
You have to set your root's disk label to "arch_os"
How
It's weird that systemd boot uses these
Basically they're just a name you give a partition, idk why systemd would use these for something
Lemme look it up, I've never done it before
Really appreciate it
Install e2fsprogs and run
e2label /dev/sda1 "arch_os"
On the same screen that I'm on now ?
Nope you'd need to go back to the iso and mount the drives and arch-chroot again
K wait me a min
Not found
It can't find the e2fsprogs package?
Apparently it's in core
Try just running the command
Anyway movie is starting for real sorry, bye
mount root to /mnt
mount efi partition to /mnt/boot
arch-chroot /mnt
nano /mnt/boot/entries/arch.conf (could be a different file)
change the root parameter to root=/dev/sda2
save it
exit chroot (exit)
umount -R /mnt
restart
Someone sent me this when I sent them the picture with archos thing...don't know if its gonna help or no
- I still dunno if this is alr or no... Didn't even restart or anything...left it as it is
Hope u gonna come back soon cause I don't like sleeping late everyday... That makes my whole day bad uh
Imma sleep now uh...just tell me what to do exactly with commands pls and I'll do them tomorrow morning
you misspellede2fsprogs when installing it
and you want to use e2label on /dev/sda2, not 1
So I should try installing it now again ?
you shouldn't need to manually add a boot entry, just run grub-mkconfig -o /boot/grub/grub.cfg
if you want, but labels aren't required
I'm using system-d boot not grub
oh, i'm not familiar with systemd-boot
Nvm then I'll wait for jodi then ig
They are for systemd boot, at least it's recommended
@remote lichen I'm here now if you need help
You need to do sda2 instead of sda1 since sda2 is the root partition
How can I change that
@foggy frigate
Finally my first manual install that'd working with systemd boot and...phew I'm pretty happy now lol but IG I installed it so minimal...its not like when I installed it with arch install script ..many apps are missing
Can u recommend me app to unzip my files with thunar ? Cause terminal way is abit hard...I want a unzipping file the when I right click on a .zip file or .far for example it shows me extract here
and i installed pulseaudio and i noticed that it doesnt work..hope u know fix for it
The one for thunar is called xfxe-thunar-archive-plugin
.aw pulseaudio
Just check here and make sure everything is right
No results found
.aw pulseaudio
Some PulseAudio modules are not included in the main package and must be installed separately if needed:
pulseaudio-alsa for PulseAudio to manage ALSA as well, see #ALSA
pulseaudio-bluetooth for bluetooth support (Bluez), see bluetooth headset page
pulseaudio-equalizer for equalizer sink (qpaeq)
pulseaudio-jack for JACK sink, source and jackdbus detection
pulseaudio-lirc for infrared volume control with LIRC
pulseaudio-zeroconf for Zeroconf (Avahi/DNS-SD) support
do i have to install all that ?
@foggy frigate
You probably don't need any of them other than maybe alsa for old programs that only support alsa and I guess Bluetooth if you, yaknow, use bluetooth
no i dont use blutooth so..
sudo pacman -S pulseaudio-alsa
yea ?
I guess so
Is pulseaudio working anywhere though or just not in specific applications
You can check if the server is even active with pactl info
no...not working at all...sound icon not even on taskbar
[alu@arch ~]$ pactl info
Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 6
Tile Size: 65472
User Name: alu
Host Name: arch
Server Name: pulseaudio
Server Version: 16.1
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo
Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo
Cookie: 7083:40a4
[alu@arch ~]$
That sound icon is also a seperate package called xfce-pulseaudio-plugin
So yeah it's active
What programs don't have sound that you've tried
firefox yt
when you installed firefox, it should've asked you if you want jack or jack-pipewire
Which one did you pick
i dont remember actully..i just clicked enter on eveerything default
I think it's pipewire by defauly
should i uninstall it and try again ?
Just install jack and uninstall jack-pipewire and it'll be fine
pipewire is basically an alternative for pulseaudio (well more like a drop-in replacement)
sudo pacman -S jack
sudo pacman -Rs jack-pipeware
yea ?
Yeah
[alu@arch ~]$ sudo pacman -S jack
[sudo] password for alu:
warning: jack2-1.9.21-3 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) jack2-1.9.21-3
Total Installed Size: 1.89 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
its already installed ig
ill type n and uninstall pipeware jack now
[alu@arch ~]$ sudo pacman -Rs jack-pipeware
error: target not found: jack-pipeware
[alu@arch ~]$
You mispelled pipewire
oh
[alu@arch ~]$ sudo pacman -Rs jack-pipewire
error: target not found: jack-pipewire
[alu@arch ~]$
Oh it's pipewire-jack
[alu@arch ~]$ sudo pacman -Rs pipewire-jack
[sudo] password for alu:
error: target not found: pipewire-jack
should i just reinstall firefox ?
Means it wasn't installed
So seemingly it was installed correctly
Well first try to see if anything else that makes sound works
k sec
Also try installing pavucontrol to see your devices
Make sure your speakers or headphones or whatever even come up
no sound in videos in mpv too
sudo pacman -S pavucontrol
installed
what now
@foggy frigate
Run the pavucontrol app and see your devices and see if anything is there
What's in the output devices section
port headphones and i cant change anything in it ig
So your headphones are picked up
Weird how it doesn't work then
Your sound is up right
Like it's not muted or anything in pavucontrol
ye its up
Weird there's no audio then
Maybe unplug the headphones and plug them back in
lol worked
but uhm mic doesnt work
nvm ig its working...lemme check in 1 sec
yea nvm woking
uhm just wanna ask u about some more few things ig so its fully working as i want it to be..so uhm...why i dont see recycle bin in thunar ?
and what screenshot tool thats lightweight can i install on xfce
Xfce4-screenshooter
- when u boot ur pc up and shut it down do u also see the green text that says (ok)
ok
ok
ok
ok then turns off ? is there a way to remove them ?
No I do not, but I think that's a systemd thing
I don't use systemd
Because the recycling bin is also its own program
You need a thing called gvfs utils iirc, I've never used a recycling bin though so I don't remember
[alu@arch ~]$ sudo pacman -S Xfce4-screenshooter
error: target not found: Xfce4-screenshooter
[alu@arch ~]$
it'd probably just called xfce-screenshooter
You can search btw, if you make a minor spelling mistake just do pacman -Ss Xfce4-screenshooter and it'll list packages with similar names
if i didint install an app for recycle bin...everything i delete will be deleted forever ? or if i installed recycle bin ill see everything i deleted ?
Pretty sure it'll be deleted forever since it has no where to place it
It'll probably warn you about that too
[alu@arch ~]$ sudo pacman -Ss Xfce4-screenshooter
extra/xfce4-screenshooter 1.10.1-2 (xfce4-goodies)
An application to take screenshots
[alu@arch ~]$
so sudo pacman -S xfce4-goodies yea ?
it's just xfce4-screenshooter without a capital X
the thing in parantheses is just a group that it's in
If you do pacman -S xfce4-goodies it'll install like 40 programs, one of which will be that one
Imo it's always better to get each one seperately as you need it
You need to add the pulseaudio to your panel to do that heh
Just right click on the panel (thing on the top) and click "add items"
Then click the plus and double click on the pulseaudio plugin
After that you'll see the volume icon and also be able to use the volume keys
pulse not in the items when i click add
Did you install xfce-pulseaudio-plugin
oh no my bad
[alu@arch ~]$ sudo pacman -S xfce-pulseaudio-plugins
[sudo] password for alu:
error: target not found: xfce-pulseaudio-plugins
[alu@arch ~]$ sudo pacman -Ss xfce-pulseaudio-plugins
[alu@arch ~]$
ow u removed the s
Yeah
[alu@arch ~]$ sudo pacman -S xfce-pulseaudio-plugin
error: target not found: xfce-pulseaudio-plugin
[alu@arch ~]$
also can i diable anything in here ?
cause like why would xfce settings start by itself once i boot up and what can happen if i disabled power management from startup apps ?
Power management just shows you the current battery charge, it's not very useful unless you have a laptop
I think it also controls when the computer dims the screen after inactivity and stuff
I'd just leave it on
i have a laptop but i use it without battery at all...disabled battery from bios
God dammit
This is the single one called xfce4-pulseaudio-plugin instead of just xfce
https://archlinux.org/packages/extra/x86_64/xfce4-pulseaudio-plugin/
just install one
which
your choice, theres a lot
mousepad if you want it to be basically just notepad from windows
lightest 1 for xfce ?
gedit or kate if you want a full code editor
ig mousepad should be fine for me
i will send u the full thing i did and tell me if i need to change or add something to it...made it just incase kernel broke cause its arch lol...so i need to be ready for everything
@foggy frigate
loooks good
id also add more groups though
wheel,audio,video,netdev,plugdev
thats generally what youd want since some programs need it
(if some dont exist, just add them with ex: groupadd plugdev
should i add make too and fakeroot ?
i mean since its base not base-devel
you probably wont ever need those
base-devel is only needed if you plan on compiling programs
lol..i did need them to install yay actully
yeah which is compiling a program
and it should install it for you if you run makepkg -si
unless makepkg is also part of base-devel
yea but its needed for many things lol..most ppl use it...maybe even u
I use it because on gentoo you have to compile every package yourself (other than a few)
its also needed to clean temp files
on arch I also used it since I used the aur a lot and it installs it for you
yea
oh you mean yay
well yeah a lot of people use it, but itll install its dependencies for you
you dont need to manually install make and fakeroot
but either way it doesnt matter
if you think its helpful you can add it
i can force to remove them ? i guess ?
sudo pacman -Rndd
you probably shouldnt, basically every aur package will just reinstall them
already tried installing both without them and it gives error
how can i add network icon in the taskbar ?
@foggy frigate
xfce4-networkmanager-plugin
network-manager-applet
couldve sworn xfce had their own
installed and i dont see network in add items
You just have to run nm-applet
You can add it to your autostart in the session and autostart settings app
nah i just installed it to disable wifi then gonna uninstall it again
couldve just used nmtui or nmcli or anything else, its probably easier
for the future
oh
whats policykit and xfce settings for ? i mean why they are in startup apps ? and can i disable them ?
policykit basically allows apps to request privileges, it's not too important but quite a few apps use it
Any app that asks you for your password when you open it uses policykit
And settings is what applies all of the settings you set in the settings apps
So without it your autostart stuff won't work, if you have keybindings, those won't work
Etc
It's a good idea to keep it on
got u..thanks for explaining
do u know how can i disable that weird beeb sound ?
xset b off
You can add that to your autostart
can u lemme know how
nvm ill type it myself everytime i boot up since its already short
Just put it into the autostart section of the Sessions and Startup settings app
@foggy frigate if i wanted to install my xanmod kernel with my config now ill just put my config in the folder then do the commands u said then when i restart ill see it ? or its diffrent in systemd-boot ? + if i wanted to install lts kernel just as a backup ill just type sudo pacman -S linux-lts then ill see it in my boot options ? its just as simple as that or there is something i need to do?
should be the same yeah
no command to regenerate systemd ?
well, youd want to add a new entry for it
just duplicate the arch.conf entry and change the file it uses for the kernel
and then run bootctl update
if i want to use 2 kernels i can type the the same thing in arch.conf but under what is already written so i can keep both in boot ?
youd just duplicate the arch.conf file, call it like arch_xanmod.conf idk and do nothing other than change the
linux /vmlinuz-linux line to linux /xanmod-6.1.1-vmlinuz or whatever the file is called
you cant have them both in one file I dont think
i just wanted to do both in 1 file just incase something wrong happened to xanmod
you probably cant do both in 1 file nor would it matter at all
itll just use both files and give you an entry for each file
whats the diffrence when i update my arch with these commands? :
sudo pacman -Sy
sudo pacman -Syy
sudo pacman -Syu
sudo pacman -Syyu
yay
just wondering tho
i usually just type yay to update...rarely doing others
Sy is a partial upgrade, dont do this, it can break your system
Syy is the same except it also redownloads mirror databse files, also breaks your system but wastes bandwidth too
Syu is a regular update + upgrade
Syyu is a regular upgrade but also redownloads the mirror databsae, so its a regular update but wastes bandwidth
and yay just runs -Syu
Got u thanks for explaining tho
@foggy frigate is there a install script for gentoo ? my brother wants to install gentoo on his pc..and ive watched vids on yt and it seems waaaaaaaaaay harder than maunal arch install
no there isnt for very good reason, you get infinitely more choices than on arch
it wouldnt fit into one script
and no its actually easier than arch
the guide is very complete and explains everything unlike arch which assumes that you already know a lot
lol there is vids that takes hours to install it
it takes longer because you have to read more + you need to compile most of the system + unzip a tarball which is like 4gb of storage
a lot of it is just waiting
which if you arent ready for stuff to take hours, you shouldnt be using gentoo
on gentoo, you have to compile every package (other than a select few) which can take hours for certain packages
is it necessary to compile every single thing or optional
necessary and also the entire point of the distro
some have optional -bin stuff like you dont need to compile a kernel or a browser
theres also technically cache servers but they again defeat the entire point of the distro and also dont work very well and are a bit annoying to set up
hmm alright then..imma try to set it up for him using the guide
they should be able to do it themselves
it teaches them a lot thats necessary to know if youre using gentoo
its his first time using linux so..ig he cant do that himself
you need to know what software you chose, how to use portage, how to set USE flags, how to use a terminal, how to wait I guess, etc
he shouldnt be using gentoo then
it would be a terrible introduction
use something like linux mint, thats what I recommend to new people
told him to use arch and he refused and said he will learn gentoo once i set it up for him
why does he want to use gentoo?
lol tbh mint is for ppl who doesnt use thier brain
lemme just list the reasons for why gentoo isnt a good distro for new people, can you send this to him and see if he still wants to use it?
idk cause some of his friends uses it and they said its good so..
yea sure
1, its much more complicated than other distros, you need to understand your system completely and are expected to debug everything yourself since it gives you all the tools to do so
2, there isnt as much support, and while the wiki is great and an absolute must have, its not perfect
3, its very DIY, if you dont already know what you want, you probably wont get very far. you choose your init system, your coreutils, your window server, every single app, your desktop environment, your compiler, your compilation flags, your USE flags, and even your kernel/kernel config. There is no default for any of these
4, it simply just takes a long time, its a giant time investment and generally not something you can just get started on and see if you like linux and that it fits your work flow.
5, you often will have issues that simply dont exist on certain distros because of how gentoo is completely user specific and you choose every single component
its a good introduction
youd want to see an example of what you can do before you go in and build your own system
its also just nicer, while I personally wouldnt use linux mint, its perfect for many people
it ofc doesnt teach as much as installing arch and gentoo would, but its important to have a starting place
imma send it to him now, hope he changes his mind
id also say that if youre on an old processor, gentoo is really frustrating and offers very little benefits
if youre on at least like a 2012+ year old processor youll be fine though (mine is from 2013)
nah hes using high end pc (gaming actully)
anything before that wont have a lot of processor specific optimizations and the benefits of gentoo are mostly due to compile time optimization
since stuff is built specifically for your computer, they can be optimized very efficiently
if you use a binary based distro like archlinux, the packages are built for as wide support as possible which means they cant use any processor specific optimizations or anything introduced after like 2008
lol he changed his mind after sending him this...told me to install him arch manual way but wait lemme tell u his pc specs if it will run fine on arch
intel core i7-9700k
16gb ram 3200mhz
amd radeon rx 5700 xt
- if its gonna work fine...while installing the kernel it will install his gpu driver auto or do i need to install it manually ?
+should i install grub or systemd-boot for him since hes new in linux?
on amd you dont need to install any drivers
id also use grub just because its the most popular and what every guide online would be for
ah good
you do need an xorg module for it though
xf86-video-amd
technically its not needed but like yeah
which de should i go for him so he can learn on it
DWM ? or xfce or kde
ik dwm is not de but just asking which 1 should i install for him
xfce4
done installed arch for him
anyway uhm do u know what this kernel for ? https://github.com/torvalds/linux @foggy frigate
is this a serious question, I cant tell
i mean what is it aiming for
this is the original linux kernel
the one every other linux kernel is based off
ow
linus torvalds is the creator linux and this is all of his work lol
its still updated, hes been working on it for like 30 years
i thought there are ppl who works on the kernel...not himself
well yeah, its foss
it has thousands of contributors
but hes still working on it too
hmm alr...thats seems cool tbh that hes still working on it
mhm
happy new year btw