General TC > Tiny Core Netbooks

Alsa not working on HP 245 netbook

<< < (4/5) > >>

Juanito:
Doesn't firefox use pulseaudio for sound?

If so, then there's no need to change any alsa settings, just use pavucontrol or cli pulseaudio commands.

julcar:
Update

last problem also solved:


--- Code: ---echo "amixer set "Master" 80 unmute" >> ~/.X.d/alsa
echo "amixer set "Mic" 10 unmute" >> ~/.X.d/alsa

--- End code ---

This fixed the muted state at start.

julcar:

--- Quote from: Juanito on January 18, 2019, 03:33:37 AM ---Doesn't firefox use pulseaudio for sound?

If so, then there's no need to change any alsa settings, just use pavucontrol or cli pulseaudio commands.

--- End quote ---

I decided to uninstall pavucontrol to make more lighter the boot, pulseaudio just works fine alone.

Rich:
Hi julcar

--- Quote from: julcar on January 18, 2019, 03:15:32 AM --- ... Now, the only problem to solve is that the laptop starts muted, I have to use alsamixergui to unmute all of the channels to get the audio working.
--- End quote ---
Based on what I did here:
http://forum.tinycorelinux.net/index.php/topic,22145.msg138620.html#msg138620
I think you left out the following steps (after setting your volume levels):

--- Code: ---sudo alsactl store
echo alsactl restore >> /opt/bootlocal.sh
echo usr/local/etc/alsa/asound.state >> /opt/.filetool.lst.
filetool.sh -b
--- End code ---

julcar:

--- Quote from: Rich on January 18, 2019, 09:10:16 AM ---Hi julcar

--- Quote from: julcar on January 18, 2019, 03:15:32 AM --- ... Now, the only problem to solve is that the laptop starts muted, I have to use alsamixergui to unmute all of the channels to get the audio working.
--- End quote ---
Based on what I did here:
http://forum.tinycorelinux.net/index.php/topic,22145.msg138620.html#msg138620
I think you left out the following steps (after setting your volume levels):

--- Code: ---sudo alsactl store
echo alsactl restore >> /opt/bootlocal.sh
echo usr/local/etc/alsa/asound.state >> /opt/.filetool.lst.
filetool.sh -b
--- End code ---

--- End quote ---

the alsactl store could be on shutdown.sh?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version