Hi, I bouth a new pc, an HP 290 G4 Microtower PC Intel i3-10100 (8) @ 4.300GHz Intel CometLake-S GT2 [UHD Graphics 630] Ram 7776 MiB freedos.
I installed manjaro xfce but since then I had a lot of problems:
- Ther’s a tic-tic that comes from the speaker.
They told me to put in the terminal
sudo su
echo 0 > /sys/module/snd_hda_intel/parameters/power_save
But every time I open the pc it returns, then they suggested me to do:
sudo touch /usr/local/set-audio-workaroud.sh
sudo chmod +x /usr/local/set-audio-workaround.sh
sudo nano /usr/local/set-audio-workaround.sh
Modify the file like this:
#!/usr/bin/env bash
echo 0 > /sys/module/snd_hda_intel/parameters/power_save
Then:
nano /etc/systemd/system/set-audio-workaround.service
Modify like this
[Unit]
Description=Audio workaround
#After=network.target
After=sound.target[Service]
Type=oneshot
ExecStart=/usr/local/set-audio-workaround.sh
#RemainAfterExit=true
#StandardOutput=journal[Install]
WantedBy=multi-user.target
And:
sudo systemctl enable --now set-audio-workaround.service
But it doesn’t work and the tic tic remains and the parameter returns to 1 every time I open the pc.
- I use toolbox for cleaning and the rest end and it reported me this:
checking systemctl ...
The following systemd service(s) have failed. Please fix them manually.
Display detailed information about a systemd service with: systemctl status <SYSTEMD SERVICE NAME>
UNIT LOAD ACTIVE SUB DESCRIPTION
● pkgfile-update.service loaded failed failed pkgfile database update
● set-audio-workaround.service loaded failed failed Audio workaround
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
2 loaded units listed.
I don’t know how to fix them and I think the problem it’s related to the one above.
- Toolbox also reported me a problem whit chromium.
checking symlinks ...
The following symbolic links are broken, please fix them manually:
./.config/chromium/SingletonLock
./.config/chromium/SingletonCookie
In the old pc it was a problem that I fixed removing gnome-keyring but now it doesn’t work.
I tried to fix using this guide but nothing and the files returns every time I open the pc.
Lilke you see I have a lot of problems…sorry if I put all in one topic but if the problems are related I prefere to concentrate the efforts.
Every ne that has an idea I’d like to hear it.
Thank to everyone.