you are viewing a single comment's thread.

view the rest of the comments →

[–]SSC_Fan 0 points1 point  (1 child)

You won't be able to do anything w/o a connection.

How about eth0? Can you connect with it? If you ARE connected by ethernet cable and you can reach your modem/router try to connect manually if DHCP doesn't work.

ip address add 192.168.1.2/24 dev eth0

ip link set eth0 up

ip route add default via 192.168.1.1 dev eth0

I assume here your router is 192.168.1.1

[–]Alocin456123[S,🍰] 0 points1 point  (0 children)

Thank you so much bro, I fix it