Debian 64 trixie no network

AmigaOne X1000 platform specific issues related to Linux only.
Post Reply
User avatar
musa
Posts: 873
Joined: Tue Aug 23, 2011 8:58 pm

Debian 64 trixie no network

Post 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

Image

Image
AmigaX1000
User avatar
xeno74
Posts: 10707
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Debian 64 trixie no network

Post 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
User avatar
musa
Posts: 873
Joined: Tue Aug 23, 2011 8:58 pm

Re: Debian 64 trixie no network

Post 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

Image

Image
AmigaX1000
User avatar
xeno74
Posts: 10707
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Debian 64 trixie no network

Post 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.

Code: Select all

dhclient enp6s5
User avatar
musa
Posts: 873
Joined: Tue Aug 23, 2011 8:58 pm

Re: Debian 64 trixie no network

Post 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.

Code: Select all

dhclient enp6s5
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
AmigaX1000
Post Reply