Wifi disabled issue

It takes time before it Dell icon load and show password screen , how can I fix this?

Provide output for systemd-analyze

Startup finished in 5.154s (firmware) + 2.940s (loader) + 2.406s (kernel) + 8.069s (userspace) = 18.569s 
graphical.target reached after 8.068s in userspace.

This is the output

18 seconds is too long for you? :thinking:

Let me restart it and see.

The behavior seems somehow

I just restarted it and the screen is all black. Something seems to be a miss, can’t just say what exactly.

If I may , what do you think the command below does:

sudo pacman -Syyu haveged
sudo systemctl enable haveged --now

I saw it as a fix to the boot issue: Manjaro hangs on Dell logo during boot - #19 by Aragorn

That was just a suggestion not a fix cause it didn’t work.
Those commands install and start haveged service. But I believe it’s already installed and running on you system. Check
systemctl status haveged

This is the output:

○ haveged.service - Entropy Daemon based on the HAVEGE algorithm
     Loaded: loaded (/usr/lib/systemd/system/haveged.service; enabled; preset: disabled)
     Active: inactive (dead)
  Condition: start condition unmet at Wed 2023-11-01 15:17:20 WAT; 22min ago
             └─ ConditionKernelVersion=<5.6 was not met
       Docs: man:haveged(8)
             http://www.issihosts.com/haveged/

Nov 01 15:17:20 codewhizperer-xps159500 systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped >
Nov 01 15:17:20 codewhizperer-xps159500 systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped >
lines 1-10/10 (END)


So it’s installed but not running.
sudo systemctl start haveged to start it during the current session
sudo systemctl enable haveged --now to start it automatically at boot

Btw, that service starts if ConditionKernelVersion=<5.6
If kernel 5.4 booted normally then you might need haveged after all. Just edit
/usr/lib/systemd/system/haveged.service so ConditionKernelVersion=>5.6

The suggestion was to use a LTS-kernel (not the newest one) :wink:
:footprints:

Looks like there is no driver installed… :thinking:

The is the behaviors I talked about. Kindly check out the video

What could be the fix

It doesnt boot pass this phase and sometime it does.

Personally, I never open foreign videos to understand OP’s issues…

Did you enable haveged?

Yes, i did

systemctl status haveged

I mean no harm. I just need to show the behavior thats why i recorded the video. I can place my hand on the fix

This video is absolutely not helpful. We need to see what’s going on under the hood, not look at the black screen. The working hypothesis right now is that the problem is a lack of entropy.
Provide output of systemctl status haveged once again

This is the output:

haveged.service - Entropy Daemon based on the HAVEGE algorithm
Loaded: loaded (/usr/lib/systemd/system/haveged.service; enabled; preset: disabled)
Active: inactive (dead)
condition: start condition unmet at Wed 2023-11-01 20:12:32 WAT; 3min 46s ago
L ConditionkernelVersion=<5.6 was not met
Docs: man:haveged(8)
http://www.issihosts.com/haveged/
Nov 01 20:12:29 codewhizperer-xps159500 systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped
Nov 01 20:12:30 codewhizperer-xps159500 systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped
Nov 01 20:12:32 codewhizperer-xps159500 systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped
lines 1-11/11 (END