Jump to content

Most often in debian derivatives I find the issue is the adapter name (found in the `ip` command given earlier) doesn't match what's configured in `/etc/network/interfaces`

Main Rig: R9 5950X @ PBO, RTX 3090, 64 GB DDR4 3666, InWin 101, Full Hardline Watercooling

Server: R7 1700X @ 4.0 GHz, GTX 1080 Ti, 32GB DDR4 3000, Cooler Master NR200P, Full Soft Watercooling

LAN Rig: R5 3600X @ PBO, RTX 2070, 32 GB DDR4 3200, Dan Case A4-SFV V4, 120mm AIO for the CPU

HTPC: i7-7700K @ 4.6 GHz, GTX 1050 Ti, 16 GB DDR4 3200, AliExpress K39, IS-47K Cooler

Router: R3 2200G @ stock, 4GB DDR4 2400, what are cases, stock cooler
 

I don't have a problem...

Link to comment
https://linustechtips.com/topic/1277188-linux-mint-cinnamon/#findComment-14273132
Share on other sites

Link to post
Share on other sites

7 minutes ago, SpaceGhostC2C said:

I had the problem of no wifi (ethernet worked, though) on 19.3. Had to download a driver from some dude in github. 20.4 has been kinder.

 

To be clear, you have no connection or you don't see the interface as existing?

I just don't have connection.  I see the adapter. It says that it's trying to connect, but doesn't. 

Ryzen 7 3800x - ASUS B550-F - G.SKill Trident 32gb

Link to comment
https://linustechtips.com/topic/1277188-linux-mint-cinnamon/#findComment-14273139
Share on other sites

Link to post
Share on other sites

53 minutes ago, charlie_root said:

What is the output of running


ip a

in a terminal?

When i type this command, i get this.

 

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: enp7s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 3c:7c:3f:1d:9e:60 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::3781:56d8:42d4:2b42/64 scope link tentative
       valid_lft forever preferred_lft forever

 

Ryzen 7 3800x - ASUS B550-F - G.SKill Trident 32gb

Link to comment
https://linustechtips.com/topic/1277188-linux-mint-cinnamon/#findComment-14273197
Share on other sites

Link to post
Share on other sites

14 minutes ago, D_Lan said:

Have you attempted to turn it on manually?


sudo ip link set enp7s0 up

 

Yeah, that doesn't do anything for me.  The "tab" is switched to on/connect, but it just won't connect. I might give up until Mint gets a fix in. I don't care much for any other flavor of Linux. 

Ryzen 7 3800x - ASUS B550-F - G.SKill Trident 32gb

Link to comment
https://linustechtips.com/topic/1277188-linux-mint-cinnamon/#findComment-14273529
Share on other sites

Link to post
Share on other sites

Did you check to make sure the device is using the correct driver? You can use lshw to check.

lshw -c network
or
lshw -c network | grep driver

 

If you grab the device bus info from lshw you can search dmesg for possible errors. In my case my ethernet controller is on 00:19.0 but use yours in the command.

 

dmesg | grep 00:19.0

 

Link to comment
https://linustechtips.com/topic/1277188-linux-mint-cinnamon/#findComment-14273552
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×