mesa 7i96 connection refused

More
19 Apr 2021 16:52 #206420 by Aaron3309
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback


auto enp3s0
iface enp3s0 inet static
address 10.10.10.100/24

Please Log in or Create an account to join the conversation.

More
19 Apr 2021 17:33 - 19 Apr 2021 17:41 #206426 by PCW
Replied by PCW on topic mesa 7i96 connection refused
Are you editing the correct file?

The file would be

/etc/network/interfaces

and you need to use sudo when launching the editor

sudo gedit /etc/network/interfaces

(substitute your own text editor for gedit if you dont have gedit)

You can also check for syntax errors in the interface file with:

sudo ifup --no-act enp3s0
Last edit: 19 Apr 2021 17:41 by PCW.

Please Log in or Create an account to join the conversation.

More
19 Apr 2021 17:39 #206427 by Aaron3309
i typed in sudo nano /etc/network/interfaces and the file said only

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback


under which i added the text you provided, i wrote to the file closed and came back to make sure it was there. I dont know why it only had the loopback when i first went in, all the examples i have seen online have all the network connections that are shown under ip a in the file but mine does not.

Please Log in or Create an account to join the conversation.

More
19 Apr 2021 17:42 #206428 by PCW
Replied by PCW on topic mesa 7i96 connection refused
what does

sudo ifup --no-act enp3s0

return?

Please Log in or Create an account to join the conversation.

More
19 Apr 2021 17:43 #206430 by bevins
Replied by bevins on topic mesa 7i96 connection refused

i typed in sudo nano /etc/network/interfaces and the file said only

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback


under which i added the text you provided, i wrote to the file closed and came back to make sure it was there. I dont know why it only had the loopback when i first went in, all the examples i have seen online have all the network connections that are shown under ip a in the file but mine does not.


Your network connections that the gui sets are here: /etc/NetworkManager/system-connections it will have a file for your wired connections. post the contents of that file here.

Please Log in or Create an account to join the conversation.

More
19 Apr 2021 18:00 #206435 by Aaron3309
sudo ifup --no-acr enp3s0 returns ifup: interface enp3s0 already configured

/etc/NetworkManager/system-connections returns no such file or directory exists

Please Log in or Create an account to join the conversation.

More
19 Apr 2021 18:11 #206438 by PCW
Replied by PCW on topic mesa 7i96 connection refused
So if you do (with the 7i96 connected)

sudo ifdown -a
sudo ifup -a
ip a

What do you get?

Please Log in or Create an account to join the conversation.

More
19 Apr 2021 18:15 #206439 by bevins
Replied by bevins on topic mesa 7i96 connection refused

sudo ifup --no-acr enp3s0 returns ifup: interface enp3s0 already configured

/etc/NetworkManager/system-connections returns no such file or directory exists


Yeah sorry, thats was for linux mint. Your using debian I just read.

Please Log in or Create an account to join the conversation.

More
19 Apr 2021 18:24 #206443 by Aaron3309
When i did that the ip address seemed to change:

2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether f0:4d:a2:fe:86:3e brd ff:ff:ff:ff:ff:ff
inet 10.10.10.100/24 brd 10.10.10.255 scope global enp3s0
valid_lft forever preferred_lft forever
inet6 fe80::f24d:a2ff:fefe:863e/64 scope link
valid_lft forever preferred_lft forever

Then when i tried to open my machine it said resource temporarily unavailable (-11) and now ip a returns the 10.10.10.10/8 ip again

Please Log in or Create an account to join the conversation.

More
19 Apr 2021 18:25 #206444 by Aaron3309
the ip address only reverted after cycling the power on my mesa card

Please Log in or Create an account to join the conversation.

Time to create page: 0.332 seconds
Powered by Kunena Forum