Installed Manjaro kde and having issue with wifi and shutting down the system

hi, I have used manjaro once for an year to give new life to my system but that’s the thing past 6 years ago and as a beginner it worked well. because i don’t know much about the linux. now i can understand a little bit of linux, particularly of manjaro. but unable to figure out why my system is doing such thing explained below -

I have recently installed Manjaro Kde in my other system and when i boot the machine the Wi-Fi either not connected or if connect than disconnect automatically and did not show any available network. And if everything goes well and Wi-Fi keep connected than at the time of shutting down the system it got stuck and only get power off by pressing power button continuously.

please, help regarding the same as it gets difficult to use the machine.

Hi @Shrish, and welcome!

In order for us, or anyone for that matter, to be able to provide assistance, more information is necessary. To that end, please see:

Please also note and heed: Forum Rules - Manjaro

Hope you manage!


:bangbang: Tip: :bangbang:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby improving legibility and making it much easier for those trying to be of assistance.


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

Please edit your post accordingly.

Please also include the output, as specified above on how to do it, of:

Finding errors for specific boot

journalctl --priority=warning..crit --no-pager --boot=-1

Where:

  • The --priority=warning..err argument limits the output to warnings and errors only;
  • the --no-pager formats the output nicely for use here, on the forum; and
  • the --boot=-1 argument limits the output to log messages from the previous boot. This can be adjusted to -2 for the boot before that, -3 to the boot before that, and so on and so fort
2 Likes

Welcome to the Manjaro community.

The Update Announcements should be checked frequently for important update related information.

These announcements contain a Known Issues and Solutions section and should generally be checked before posting a request for support.

Output of the following command formatted according to forum requirements (see links above) may be useful for those wishing to help:

inxi --admin --verbosity=8 --filter --no-host --width

Be prepared to provide more information and outputs from other commands when asked.

Regards.