Advertisement
Guest User

Untitled

a guest
Dec 8th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. rmmod saa716x_tbs_dvb
  4. rmmod saa716x_core
  5. rmmod dvb_core
  6. sleep 2
  7. modprobe saa716x_tbs_dvb
  8. modprobe saa716x_core
  9. modprobe dvb_core
  10.  
  11. ls -l /dev/dvb/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement