Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # Load the PC speaker driver
  2. sudo modprobe snd-pcsp
  3. # Reload ALSA to find the new driver
  4. sudo alsa force-reload
  5. # You should now see pcsp (pcspeaker) as an ALSA output option
  6. sudo aplay -l
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement