Please attach the eos-diagnostic log file for any Endless OS problems, and a screenshot or camera image of the error message itself.
To generate an eos-diagnostic file:
Open the application called ‘Terminal’. You can search for it by typing into the search bar on the desktop.
In the Terminal, type the command: eos-diagnostics
The above command will create a file with the information of your system (example: eos-diagnostic-160614_111731_UTC + 0100.txt); Send us this file so we can analyze it and seek a possible solution
Something that would help us a lot to understand the problem would be this:
Open the application called ‘Terminal’
In this application run the command:
eos-diagnostics
The above command will create a file with the information of your system (example: eos-diagnostic-160614_111731_UTC + 0100.txt); Send us this file so we can analyze and see a possible solution
First of all i want to clarify few things so that my issue will be quickly resolved by endless os community.
i have created this topic by mistake without explaining in detail my issue and i didnt attached the eos diagnostic file.so i created another thread and i have uploaded this diagnostic file in hope that moderator would see this and delete the first topic that i have created,but he allowed this topic that i am now responding.
i will now explain the issue.
About a month ago my laptop broke down and i sent it to service to repair it.it came in yesterday and they replaced the motherboard of laptop.everything worked but endless os didnt recognize wifi connection anymore.i think that the problem could be a mac adress.is it possible that endless os remembered the old mac adress before the laptop broke down and now it isnt recognizing the wifi card of the new motherboard that was replaced.or maybe the wifi card isnt working on new motherboard.i wouldnt like to sent it again to service to repair it because i would wait another month so that they would fix it.maybe its software problem and not hardware.i have now wifi connection through usb wifi dongle.so please somebody help me to fix this problem!!! !eos-diagnostic-191127_204258_UTC 0100.txt (1.9 MB)
I would recommend you to completely remove any obsolete connections.
Open a terminal and write:
nmcli con
This will show all currently NetworkManager registered connections, something like
Lobby 0f91bb0d-e2be-4f8a-a00e-457c8bdaf9a9 802-11-wireless never
TTH-Zentral 2d3ddca9-772f-47d9-99a1-1559640b0f25 802-11-wireless never
attwifi 6be3c5aa-fc85-415c-96e4-5583b25c23bb 802-11-wireless never
uni-koblenz 8a0d1d51-672c-4ded-ad92-18e27b8215df 802-11-wireless
Then use:
nmcli con delete uuid 0f91bb0d-e2be-4f8a-a00e-457c8bdaf9a9
to delete obsolete entries. replace the uuid with the correct one, then reboot.
The Intel Wireless-AC 3168NGW WiFi card in your system seems to be recognized and is also supported by this version of EOS. I additionally would recommend you to upgrade to the latest version available as soon as possible.
After the reboot, you should be able to connect using the Intel card. Make sure that it’s enabled by entering:
i did everything you said and first time it created new connection on dlink usb wifi card but not on intel wifi card.and second time when i tried disconnecting usb wifi card it couldnt find wifi connection from intel card.i am starting to believe that intel card isnt working right and might be faulty.i have tried everything from cloning the mac adress to updating endless os to latest version but it just cannot detect wifi connection from intel wifi card.in screenshot that i have attached it shows intel wifi card without dlink usb wifi card.it says that state is disconnected and connectivity is limited and everything else is in enabled mode(i mean green words).is this a software or hardware problem,i am starting to wonder.
when i type in iw list it outputs large text which isnt similar like in your example.and if i try to do SSID scan it doesnt list intel wifi card.i have uploaded latest eos diagnostics file. eos-diagnostic-191129_132422_UTC 0100.txt (829.6 KB)
Very interesting. I don’t see anything that points into the direction that the hardware has any problems. Your Intel Wireless interface is even recognized correctly and got the name wlp2s0 assigned.
What happens if you try to force a connection with:
Before issuing the command above, open another Terminal and write:
journalctl -f -u NetworkManager
To eventually see more details about whats going on. Post the output of both terminals in this Thread.
/edit: Got another idea. You told us, that you had your notebook for service. Sometimes, they don’t attach the IPEX connector for the antennas correctly. So eventually, your issue is simply that your card get’s no signal?
The IPEX connectors are the two on the upper right. You can attach them with a needle nose plier, but probably need some kind of magnifying glass too, as they are really small.
i doubt now that anything can be fixed on the software side because probably as you have said wifi card isnt attached to laptop motherboard correctly.problem is that intel wifi card just isnt recieving any signal from my adsl2+ router.i am not sure that i can fix the issue myself so i will take the laptop to service again even if i dont like to wait for another month to get it again.thank you for your time and patience.
Before sending back your device for service, let’s try to switch back to some older firmware for your card. Download the following file and save it to ~/Downloads:
Every Intel Wireless card needs some firmware to be loaded during boot - these files are normally shipped with the Linux Kernel used in EOS, but we will save older versions of this firmware files to a directory which is used first.
Eventually something happend to the latest firmware in the Linux Kernel so we are switching to a older one.
Reboot after executing the above commands and then try again.
i am interested if this will work.but i am getting some errors when i try to execute those commands.note that i have endless os in croatian language so Downloads means Preuzimanja.
now everything went smoothly but it didnt help.i want to try one thing more before i return the laptop to service.how can i change the mac adress of intel wifi card???maybe this could help.
can you please explain what to write when i want to change this mac adress A0:AF:BD:2B:76:D6 in for example AA:BB:CC:DD:EE:FF.i am getting error: unknown connection ‘wifi’ when i try directly your command line.
This will erase all your stored network configurations, including wireless networks, VPN connections, … and allows you to completely start from scratch.