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