You are not logged in.

#1 2022-01-28 02:26:22

NerdKid50
Member
Registered: 2021-12-25
Posts: 10

Can't get wifi to work during install

[SOLVED] I am using an Intel Corporation Wireless 7260. When running ip link it shows state DOWN mode DORMANT and I am unable to bring it up.

Last edited by NerdKid50 (2022-01-29 04:12:48)

Offline

#2 2022-01-28 02:46:35

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Can't get wifi to work during install


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2022-01-28 03:07:39

NerdKid50
Member
Registered: 2021-12-25
Posts: 10

Re: Can't get wifi to work during install

Sorry a bit of a noob here. How would I go about doing this? After running lspci -k I can see the kernel driver in use is iwlwifi. I can also see the interface I just can't enable it.

[EDIT] Yes i just checked and the firmware for my card is in use.

Last edited by NerdKid50 (2022-01-28 03:10:19)

Offline

#4 2022-01-28 04:45:08

ggumbo
Member
Registered: 2022-01-20
Posts: 8

Re: Can't get wifi to work during install

NerdKid50 wrote:

Sorry a bit of a noob here. How would I go about doing this? After running lspci -k I can see the kernel driver in use is iwlwifi. I can also see the interface I just can't enable it.

[EDIT] Yes i just checked and the firmware for my card is in use.

I don't remember this but iwd or NetworkManager should be installed by default

you can run sudo iwctl or nmtui

Both of them should be able to get you internet

IWD

https://wiki.archlinux.org/title/Iwd

NetworkManager (nmcli)

https://wiki.archlinux.org/title/Networ … i_examples

Sorry if im suppose to edit/format this better as this is my first post on this website

Offline

#5 2022-01-28 04:46:34

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,445

Re: Can't get wifi to work during install

NerdKid50 wrote:

Sorry a bit of a noob here. How would I go about doing this? After running lspci -k I can see the kernel driver in use is iwlwifi. I can also see the interface I just can't enable it.

[EDIT] Yes i just checked and the firmware for my card is in use.

And what, exactly, have you tried?

Offline

#6 2022-01-28 04:48:26

NerdKid50
Member
Registered: 2021-12-25
Posts: 10

Re: Can't get wifi to work during install

Neither of these work. The problem is I can't enable my wifi interface.

Offline

#7 2022-01-28 04:51:48

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,445

Re: Can't get wifi to work during install

If you see the interface, it's enabled, so you have to get past that mental block. Again, what, exactly, have you tried?

Offline

#8 2022-01-28 04:54:37

NerdKid50
Member
Registered: 2021-12-25
Posts: 10

Re: Can't get wifi to work during install

Scimmia wrote:

If you see the interface, it's enabled, so you have to get past that mental block. Again, what, exactly, have you tried?

That's why I am posting here I do not know what to try I have never had an issue like this before. iwctl says wifi is working, but when I scan nothing happens and I get no errors.

Offline

#9 2022-01-28 04:57:18

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,445

Re: Can't get wifi to work during install

So your actual issue is that iwctl isn't listing any access points/networks, is that correct?

Offline

#10 2022-01-28 05:27:57

NerdKid50
Member
Registered: 2021-12-25
Posts: 10

Re: Can't get wifi to work during install

I suppose that's an issue but the fact that I cannot bring up wlan0 is probably what is causing the problem.

Offline

#11 2022-01-28 05:37:04

ggumbo
Member
Registered: 2022-01-20
Posts: 8

Re: Can't get wifi to work during install

NerdKid50 wrote:

I suppose that's an issue but the fact that I cannot bring up wlan0 is probably what is causing the problem.

post the output of ip addr

Offline

#12 2022-01-28 05:44:35

NerdKid50
Member
Registered: 2021-12-25
Posts: 10

Re: Can't get wifi to work during install

Apologies for the quality I cannot ssh into the system (obviously)

IMG-20220127-233957.jpg

Offline

#13 2022-01-28 05:52:34

ggumbo
Member
Registered: 2022-01-20
Posts: 8

Re: Can't get wifi to work during install

NerdKid50 wrote:

Apologies for the quality I cannot ssh into the system (obviously)

https://i.ibb.co/fkBmsCq/IMG-20220127-233957.jpg

What happens when you do

ip link set interface up

example

ip link set wlan0 up ?

Offline

#14 2022-01-28 05:53:55

NerdKid50
Member
Registered: 2021-12-25
Posts: 10

Re: Can't get wifi to work during install

When I run

ip link set wlan0 up

I just get no output and nothing happens.

Offline

#15 2022-01-28 06:14:13

ggumbo
Member
Registered: 2022-01-20
Posts: 8

Re: Can't get wifi to work during install

NerdKid50 wrote:

When I run

ip link set wlan0 up

I just get no output and nothing happens.

I dont think anything is supposed to happen.

can you post ip addr again

Offline

#16 2022-01-28 10:03:42

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,445

Re: Can't get wifi to work during install

Forget about setting it up. The tool does that when it sets things up, you don't do that yourself.

Offline

#17 2022-01-28 10:40:51

randomxusr
Member
Registered: 2021-08-04
Posts: 30

Re: Can't get wifi to work during install

I think this is exactly what is supposed to be happening.

On the Intel site, it is listing a number of cards, including the 7260, which are not supported by the latest drivers.

Check - https://wireless.wiki.kernel.org/en/use … rs/iwlwifi

About half down the page it states that the recent drivers won't support a few of the 7000 and 3000 series cards.

I'm not an expert here, but to the Site Admins: Could the OC try one of previous drivers that Intel claims has support? Noting this might not be ideal.

Offline

#18 2022-01-30 06:33:40

ggumbo
Member
Registered: 2022-01-20
Posts: 8

Re: Can't get wifi to work during install

NerdKid50 wrote:

[SOLVED] I am using an Intel Corporation Wireless 7260. When running ip link it shows state DOWN mode DORMANT and I am unable to bring it up.

You should edit the title of the post and put in all caps [SOLVED]

Also how did you solve it?

Offline

Board footer

Powered by FluxBB