[Git][venenux/alpine-espanol][master] tutoriales - arreglo carga modulos alsa en tunear

1 view
Skip to first unread message

VeGNUli (@vegnuli)

unread,
Oct 11, 2024, 5:33:30 PM10/11/24
to venenux...@googlegroups.com

VeGNUli pushed to branch master at venenux / alpine-espanol

Commits:

  • c2c17684
    by mckaygerhard at 2024-10-11T17:32:59-04:00
    tutoriales - arreglo carga modulos alsa en tunear
    

1 changed file:

Changes:

  • informes/tunear-despues-de-instalar.md
    ... ... @@ -44,9 +44,11 @@ sed "s|^[#]*PermitRootLogin.*|PermitRootLogin yes|g" -i /etc/ssh/sshd_config
    44 44
     
    
    45 45
     ```
    
    46 46
     apk add alsa-utils alsa-utils-doc alsa-lib alsaconf
    
    47
    -modprobe snd-pcm-oss and snd-mixer-oss
    
    48
    -echo "cuidado solo hacer una vez la siguente linea:"
    
    49
    -echo "snd-pcm-oss and snd-mixer-oss" >> /etc/modules
    
    47
    +modprobe snd-pcm-oss
    
    48
    +modprobe snd-mixer-oss
    
    49
    +sed -i '/snd-pcm-oss/d' /etc/modules
    
    50
    +sed -i '/snd-mixer-oss/d' /etc/modules
    
    51
    +echo -e "snd-pcm-oss\nsnd-mixer-oss" >> /etc/modules
    
    50 52
     rc-service alsa start
    
    51 53
     rc-update add alsa
    
    52 54
     ```
    


View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help

Reply all
Reply to author
Forward
0 new messages