Page 1 of 1
Debian 64 trixie no network
Posted: Sun Feb 09, 2025 10:16 am
by musa
Hi
I have a problem in Debian 64 trixie. My network won't start.
It's not a hardware problem.
I can find my network card
I can start it up but it doesn't get a correct ip address.
I can assign the network card a new ip address and give a route to my router
I get on my local network but can't get outside. I can ping everything on my local network but not outside.
I try to restart the network service but it fails and I get these error messages
I'm pretty sure it's a software problem that occurred during an update and now I can't
update so maybe the error could be solved that way.
Does anyone have a suggestion for a solution.
Many thanks in advance

Re: Debian 64 trixie no network
Posted: Sun Feb 09, 2025 10:50 am
by xeno74
Musa,
Which kernel do you use? Have you upgraded your Debian before this issue?
Please post the output of "ip a".
I use the PASEMI onboard ethernet and it works with the RC1 of kernel 6.14. Which ethernet interface do you use?
Thanks,
Christian
Re: Debian 64 trixie no network
Posted: Sun Feb 09, 2025 2:50 pm
by musa
xeno74 wrote: Sun Feb 09, 2025 10:50 am
Musa,
Which kernel do you use? Have you upgraded your Debian before this issue?
answer:Yes the error is after the last update
Please post the output of "ip a".
I use the PASEMI onboard ethernet and it works with the RC1 of kernel 6.14. Which ethernet interface do you use?
answer: I use device enp6s5 a 10-gigabit ethernet card. I've tried the built-in but no difference..
I use normel 5.11.0 to start, but have also used 6.14_rc1 same error
Thanks,
Christian
thanks for trying to help
The first photo is before I do anything. The second photo I used the following commands:
sudo ip a add 192.168.0.103/255.255.255.0 dev enp6s5
sudo ip link set enp6s5 up

Re: Debian 64 trixie no network
Posted: Sun Feb 09, 2025 4:16 pm
by xeno74
Maybe you need to configure the default gateway.
For example if the default gateway has the IP address 192.168.178.1:
Code: Select all
ip route add default via 192.168.178.1
The easiest way to configure your network is with dhclient.
Re: Debian 64 trixie no network
Posted: Sun Feb 09, 2025 7:25 pm
by musa
xeno74 wrote: Sun Feb 09, 2025 4:16 pm
Maybe you need to configure the default gateway.
For example if the default gateway has the IP address 192.168.178.1:
Code: Select all
ip route add default via 192.168.178.1
The easiest way to configure your network is with dhclient.
Hi
I had tried the first one without getting online. I hadn't tried dhclient and it did ,so now I could ping out. I started an upgrade and got the message that the last upgrade had failed. Now I suddenly remembered that it was the day my x1000 suddenly died in the middle of the update. Hope it's resolved now. Thank you very much for your help