4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
|
#!/bin/bash
|
||
|
rmmod snd_hda_intel
|
||
|
modprobe snd_hda_intel
|
||
|
alsactl init
|