Bookworm - Mesa card block internet
04 Jun 2023 17:28 #272890
by zz912
Bookworm - Mesa card block internet was created by zz912
Hello,
I installed Debian Bookworm + RIP LCNC 2.9. It has fantastic latency about 20 000 ns with youtube video.
I have problem. If the mesa card is disconnected, the internet works fine for me. As soon as I connect the Mesa card and ping it, the internet stops working.
Network Manager is removed.
/etc/network/interfaces :
With mesa card is disconnected:
With mesa card is connected:
wlx7cc2c60ce052 - wifi usb dongle TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS]
enp2s0 - physic network card
I installed Debian Bookworm + RIP LCNC 2.9. It has fantastic latency about 20 000 ns with youtube video.
I have problem. If the mesa card is disconnected, the internet works fine for me. As soon as I connect the Mesa card and ping it, the internet stops working.
Network Manager is removed.
/etc/network/interfaces :
# 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
# sitova karta pro internet
allow-hotplug wlx7cc2c60ce052
iface wlx7cc2c60ce052 inet dhcp
wpa-ssid WLAN1-2RM279
wpa-psk DFYqj62GhH6ydTLr
# sitova karta pro MESU1
auto enp2s0
iface enp2s0 inet static
address 10.10.10.1
netmask 255.255.255.0
# gateway neni potreba
# sitova karta pro MESU2
auto eno1
iface eno1 inet static
address 10.10.10.2
netmask 255.255.255.0
# gateway neni potreba
#allow-hotplug enp2s0
#iface enp2s0 inet dhcp
hardware-irq-coalesce-rx-usecs 0 # Intel Ethernet chip
With mesa card is disconnected:
jarda@CNC:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,DYNAMIC,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 68:05:ca:5a:65:92 brd ff:ff:ff:ff:ff:ff
3: wlx7cc2c60ce052: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 7c:c2:c6:0c:e0:52 brd ff:ff:ff:ff:ff:ff
inet 192.168.8.121/24 brd 192.168.8.255 scope global dynamic wlx7cc2c60ce052
valid_lft 85608sec preferred_lft 85608sec
inet6 fdb4:8655:95c3:8200:7ec2:c6ff:fe0c:e052/64 scope global dynamic mngtmpaddr
valid_lft 7017sec preferred_lft 3417sec
inet6 fe80::7ec2:c6ff:fe0c:e052/64 scope link
valid_lft forever preferred_lft forever
With mesa card is connected:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 68:05:ca:5a:65:92 brd ff:ff:ff:ff:ff:ff
inet 169.254.91.41/16 brd 169.254.255.255 scope global enp2s0
valid_lft forever preferred_lft forever
inet6 fe80::6a05:caff:fe5a:6592/64 scope link
valid_lft forever preferred_lft forever
3: wlx7cc2c60ce052: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 7c:c2:c6:0c:e0:52 brd ff:ff:ff:ff:ff:ff
inet 192.168.8.121/24 brd 192.168.8.255 scope global dynamic wlx7cc2c60ce052
valid_lft 85321sec preferred_lft 85321sec
inet6 fdb4:8655:95c3:8200:7ec2:c6ff:fe0c:e052/64 scope global dynamic mngtmpaddr
valid_lft 6730sec preferred_lft 3130sec
inet6 fe80::7ec2:c6ff:fe0c:e052/64 scope link
valid_lft forever preferred_lft forever
wlx7cc2c60ce052 - wifi usb dongle TP-Link TL-WN722N v2/v3 [Realtek RTL8188EUS]
enp2s0 - physic network card
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19106
- Thank you received: 6398
04 Jun 2023 18:33 #272894
by tommylight
Replied by tommylight on topic Bookworm - Mesa card block internet
Not sure, but probably this should be removed
auto enp2s0
You have this
# sitova karta pro MESU1
auto enp2s0
iface enp2s0 inet static
address 10.10.10.1
netmask 255.255.255.0
# gateway neni potreba
-
But when you connect it, you get this
2: enp2s0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 68:05:ca:5a:65:92 brd ff:ff:ff:ff:ff:ff
inet 169.254.91.41/16 brd 169.254.255.255 scope global enp2s0
-
So, the IP from the interfaces file is not there, it as as "shared to other PC's".
auto enp2s0
You have this
# sitova karta pro MESU1
auto enp2s0
iface enp2s0 inet static
address 10.10.10.1
netmask 255.255.255.0
# gateway neni potreba
-
But when you connect it, you get this
2: enp2s0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 68:05:ca:5a:65:92 brd ff:ff:ff:ff:ff:ff
inet 169.254.91.41/16 brd 169.254.255.255 scope global enp2s0
-
So, the IP from the interfaces file is not there, it as as "shared to other PC's".
The following user(s) said Thank You: zz912
Please Log in or Create an account to join the conversation.
05 Jun 2023 20:06 #272970
by zz912
Replied by zz912 on topic Bookworm - Mesa card block internet
I don't know what it was. I had to reinstall the entire linux Bookwrom and now it works.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.076 seconds