![]() |
2012-04-05
, 22:06
|
|
Posts: 1,625 |
Thanked: 998 times |
Joined on Aug 2010
|
#42
|
Before connecting the usb cable and activating mass storage mode:
"lsof | grep mmc1" returns empty
Output of:
"ls -lR /proc/ | grep mmc1> tmp;clear; cat tmp;rm tmp" is empty also:
/proc/irq/86/mmc1:
[root ~]#
Output of:
"lsof /dev/media/" is "lsof: status error on /dev/media: No such file or directory"[...]
lsof /media/mmc1
lsof /home/user/MyDocs
![]() |
2012-04-06
, 23:23
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#43
|
![]() |
2012-04-06
, 23:26
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#44
|
Nevertheless, i still have this problem - command shows nothing for the mmc, and still, i'm unable to connect it.
Any other ideas?
umount -l /wherever/mmc/is
![]() |
2012-04-07
, 00:19
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#45
|
![]() |
2012-04-07
, 00:28
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#46
|
I see what you were trying to do, you wanted to get rid of the error messages, but there is a easier, quicker and cleaner way to do that, just redirect the error messages straight to /dev/null e.g. "ls -lR /proc/ 2>/dev/null | grep mmc1"