#debian thingy majig in #linux
229 messages · Page 1 of 1 (latest)
Nah it doesn't :)
ok
It's still amd64
Do you have a preferred de?
KDE
We can use the KDE iso instead then
is that still a dvd iso
It's the live iso
It contains only KDE as a de there so no
Wut
yeah of course.
i onlyt have one
That's fine
When you boot into the live choose the first option. You'll get the easier installer
right
Debian Installer can be a bit more complicated
Just use balena etcher.
sure
It's easier and you won't make mistakes
ok lemme use balena etcher rq
should i just
boot into the live environment
whenm its done
No issue? Start the installer :)
aa
ok my discord glithced a bit its fine now
where is the uhh
installer
ah found it
@install debian@
Yeah.
ok should i just go through it
Yep, please just read what it says. It's pretty much self explanatory
okay sur
btw
what does swap do
ive always wanted to know
im at the end do i just press install now
when you start to consume too much ram that space gets allocated to swap so that your system can use less ram space
Yep
cool
there we go its installin gno
w
this is going way smoother
than usual
bro ðŸ˜
What happened?
i was saying that cuz stuff is goin smooth
Hehe
You'll learn Linux in general more I think. But read the apt manual for users and the Debian administrator handbook :)
Did it finish or?
Yeah don't stop it lol
remove the usb first while im on the live thing?
Noo when you restart
i need to get discord working first
lmao
okay so give me a basic rundown
how do i search for uhh
packages
and update
and yk get the packages
apt search packagename
To update the repos
sudo apt update
To update the system:
sudo apt upgrade
No, sudo apt
Do not use apt-get
sudo apt install firefox
then whats sudo apt for ðŸ˜
I was telling you to use apt and not apt-get 😄
The latter is deprecated. You'll still find it around in some guide for compatibility with some old stuff and incompetence of the guide's writer.
Firefox is pre installed btw
You can login in discord from there
What's in /etc/apt/sources.list? @ocean notch
Nvidia right? Try X11 for now...
Try Wayland then
I guess you're on newer hardware which isn't yet supported on Debian.
Plus Nvidia so yeah, it checks out...
Can you go to a tty?
its only 2080 ti
Nice
This is an hardware issue for sure
sudo apt install firmware-linux-nonfree
There's a page for Nvidia, please follow it @ocean notch
can you link it
ah i found
the debian thingy
Update the list of available packages, then we can install the nvidia-driver package, plus the necessary firmware:
apt update
apt install nvidia-driver firmware-misc-nonfree
DKMS will build the nvidia module for your system, via the nvidia-kernel-dkms package.
Note about Secureboot : if you have SecureBoot enabled, you need to sign the resulting modules. Detailed instructions are available here.
Restart your system to load the new driver.
i think i just need to
restart
Do you have secure boot?
If you installed those yes
Good
alr lets see if this works
Well- not good. But for now it's fine
Install non free firmware too
And please send a screen of what it does
Do you have non free firmware in sources.list?
Please log on discord and send a screen or /etc/apt/sources.list.. @ocean notch
Please send a screen....
I knew it.
You don't have non-free and contrib
Add non-free contrib to the end of these lines.
uhw
what would happen
if i DID
have hem
them
would everything be fixed
also how do i edit files from the command line
i forgot how
sudo nano /path/to/file
No with that enabled you can install the non free stuff. It won't fix on it's own.
You could also try the backports I guess @ocean notch
this
Also, add a backports repository.
deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware contrib
Add this to sources.list.
Then sudo apt update
Then sudo apt install -t bookworm-backports linux-image linux-headers
@ocean notch
You'll get a newer kernel
ok
After you're done reboot
what happens aftr that
You'll get a newer kernel
Just to be sure. Where did you add that line?
In the /etc/apt/sources.list file.
You edit the file with sudo nano /etc/apt/sources.list
will it fix my issues
It should yeah
just gotta do this now
"unable to locate package linux-image"
"package linux-headers has no installation candidate"
linux-image-amd64 linux-headers-amd64