Wifi available but not working

what does that mean?

Hi @testingcont,
Can you execute the terminal command inxi -FN and put the output in the post?

In order to help you we must know something about the wifi adapter.

Hope it help, regards.

Edited the post

Hi, @testingcont,
Your wifi is down, although is present.
You can check whether is blocked or not with the following terminal command:
sudo rfkill list all.

I also suggest you to look at this couple of post, in order to try to solve your problem.
Wireless Connection randomly disconnects, restart is required

Wifi shows its connected for 5Ghz radio but will not resolve an address, but connecting with 2.4Ghz Radio always works

Hope it help, regards

Hey! Doesn’t seem to be blocked, but the wifi works on both windows and Linux Mint

Try:

sudo systemctl restart NetworkManager
nmcli networking on

Same thing, only now it shows “limited connectivity”

Could you also post the vendor and ID (chip ID)? Without it, it would really hard to find any possible solution if that one is really exotic…

inxi -Nazy

A Thinkpad has a wifi toggle FnF8.

Also check in the firmware if wifi-card is enabled.

There is specific power modules for Thinkpad is in the repo - so you should check your power settings both within KDE but also tlp. Install tlpui to get a GUI overview over the settings.

Network:
Device-1: Intel 82579LM Gigabit Network vendor: Lenovo driver: e1000e
v: kernel port: 6080 bus ID: 00:19.0 chip ID: 8086:1502
Device-2: Intel Centrino Advanced-N 6205 [Taylor Peak] driver: iwlwifi
v: kernel port: efa0 bus ID: 03:00.0 chip ID: 8086:0085

ok @testingcont , at least the wifi is not exotic and should work:

I guess there is more investigation needed then…

Could you run:

journalctl -f

and then try to connect? Any useful information in the log?

Quite a lot.
– Logs begin at Sun 2020-12-13 20:01:43 EET. –
Dec 14 15:07:01 victor-PC dolphin[5497]: kf.kio.core: “Can’t load /etc/samba/smb.conf - run testparm to debug it\n”
Dec 14 15:07:03 victor-PC kwin_x11[1136]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22864, resource id: 90177547, major code: 18 (ChangeProperty), minor code: 0
Dec 14 15:07:03 victor-PC kwin_x11[1136]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22879, resource id: 75497489, major code: 18 (ChangeProperty), minor code: 0
Dec 14 15:07:03 victor-PC systemd[1050]: app-org.kde.dolphin-fb7d1723ba524e4fba59e42cbc7ee9e2.scope: Succeeded.
Dec 14 15:07:03 victor-PC kwin_x11[1136]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22894, resource id: 35651876, major code: 18 (ChangeProperty), minor code: 0
Dec 14 15:07:05 victor-PC plasmashell[1182]: trying to show an empty dialog
Dec 14 15:07:07 victor-PC systemd[1050]: Started Konsole - Terminal.
Dec 14 15:07:07 victor-PC kwin_x11[1136]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24488, resource id: 12582925, major code: 18 (ChangeProperty), minor code: 0
Dec 14 15:07:08 victor-PC kwin_x11[1136]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24896, resource id: 16796128, major code: 3 (GetWindowAttributes), minor code: 0
Dec 14 15:07:08 victor-PC kwin_x11[1136]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 24897, resource id: 16796128, major code: 14 (GetGeometry), minor code: 0
Dec 14 15:07:15 victor-PC kwin_x11[1136]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. U
se this syntax instead: function onFoo() { … }

I also tried to follow this guide:this

and when I tried

/etc/modprobe.d/iwlwifi.conf

the file doesn’t exist.

You need to create that text file. :wink:

Also check in the firmware if wifi-card is enabled

Can you help in more details how do I do that?

Just a blank text file? What would that accomplish?

Of course with content xD

Your can try some other options like:

options iwlwifi 11n_disable=1 swcrypto=1

https://wiki.archlinux.org/index.php/Network_configuration/Wireless#iwlwifi

More information with:

modinfo iwlwifi
1 Like

ok… open nano and create a new file:

sudo nano /etc/modprobe.d/iwlwifi.conf

then copy and paste this:

into that file and with CTRL+S you save the file. Close with CTRL+X.

Reboot…

4 Likes

It works :smiley:. Thank you so much. Was the missing file the problem? I tried a bunch of other things

Nice :+1:

I guess not, but iwlwifi is a universal driver and some cards need options to be disabled sometimes. swcrypto is enabled now and it seems the hwcrypto does not work well on that card, or maybe not possible? :man_shrugging:

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.