On 4/25/2014 5:37 AM, Andreas Tauböck wrote: > > and I get a permission denied when i want to add it manually with: > > ubuntu@arm:/sys/devices/bone_capemgr.9$ sudo echo TT3201:001 >slots > -bash: slots: Permission denied
The redirect happens before the sudo, try: sudo su -c "echo TT3201:001 > slots" -- Charles Steinkuehler [email protected] -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
