tutoriales - arreglo carga modulos alsa en tunear
| ... | ... | @@ -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