[JdeRobot] Cameraserver

Oscar Garcia oscar.robotica at linaresdigital.com
Wed Mar 25 10:01:43 CET 2015


El 25/03/15 a las 09:40, shahsahil escribió:
> For the command
> echo -e "blacklist snd_usb_audio\n uvcvideo timeout=10000 quirks=0x80
> nodrop=1" > /etc/modprobe.d/jderobot_workarround.conf
> I am getting error permission denied. I also used sudo but still have the
> same error.
>


Oh, sorry.

Try this:

echo "blacklist snd_usb_audio" | sudo tee 
/etc/modprobe.d/jderobot_workarround.conf
echo "uvcvideo timeout=10000 quirks=0x80 nodrop=1" | sudo tee -a 
/etc/modprobe.d/jderobot_workarround.conf

You need root privileges to create that file, "sudo tee" will do the 
trick (second "tee" append new line to previous generated file).

PS: Remember to reboot your virtual machine or do the steps described 
preceding "sudo" at them ("sudo rmmod ..." and "sudo modprobe ...").

Best regards,


More information about the Jde-developers mailing list