View Single Post
Posts: 7 | Thanked: 4 times | Joined on Mar 2009 @ Spain
#21
Originally Posted by LABAUDIO View Post
i got this

Code:
BusyBox v1.6.1 (2008-09-18 09:43:17 EEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo gainroot
Root shell enabled


BusyBox v1.6.1 (2008-09-18 09:43:17 EEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # dpkg -i /mmc1 /x /*.deb
dpkg: error processing /mmc1 (--install):
 cannot access archive: No such file or directory
dpkg: error processing /x (--install):
 cannot access archive: No such file or directory
dpkg: error processing /*.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 /mmc1
 /x
 /*.deb
You should drop the spaces in the path. Besides, unless you've created a link, your external card is in /media/mmc1. I suppose you have a folder named "x" in there, so you should write:

dpkg -i /media/mmc1/x/*.deb
 

The Following User Says Thank You to Djiraan For This Useful Post: