Quote:
Originally Posted by Draven
Hey guys new to this but i ran into a problem in the steps prometheum listed on the previous page. when I run the command { sudo tee -a /etc/modprobe.d/blacklist } in terminal my terminal does nothing not even an error? any ideas on this.
thanx for all help... 
|
That's because the full command is
Code:
echo 'blacklist ath5k' | sudo tee -a /etc/modprobe.d/blacklist
Though running just what you did and typing "blacklist ath5k<enter><control-D>" would also work.