Network issues on install

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
drgnbzc
Posts: 2
Joined: 2024-10-18 13:04

Network issues on install

#1 Post by drgnbzc »

Hello everyone on Debian Forums! Here is new Debian GNU/Linux user (still trying to become) with one issue.

Simply I cant fully install system because debian installer doesnt recognize my network so I can download all packages. Instead im left on the base system with command lines. I figured out that my enp5s0 is DOWN by default so with command

Code: Select all

ip link set enp5s0 up
I can set it UP. But I am struggling to install any Desktop environment.

Confused ahaha and this is first time installing Debian. Im grateful for any help and I just wanted to point out this problem since someone else on this forum had similar issue.

arzgi
Posts: 1408
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 56 times

Re: Network issues on install

#2 Post by arzgi »

Welcome!

Try

Code: Select all

ip a
and and then as root or use sudo if you have configured it

Code: Select all

dhclient

drgnbzc
Posts: 2
Joined: 2024-10-18 13:04

Re: Network issues on install

#3 Post by drgnbzc »

Thank you for answer and its not working unfortunately BUT I installed Debian now using live iso and it went without issues. Network worked (thats weird lmao) and system is perfect. Im so excited now to do new things and to experiment.

Also if anyone can troubleshoot this issue and maybe fix this I would be glad to co-op on that since it would help new users maybe.

Post Reply