Mass storage driver stopped working


dimag0g

Very Active Member
Joined
Jan 12, 2011
Messages
608
Location
Strasbourg, France
Dear all,

I have a problem: my Pandora doesn't work as USB mass storage anymore. Whenever I choose an SD card to share and connect Pandora as a slave, nothing happens on either end.

Here's my lsmod output before I share:

pndr:/home$ lsmod
Module                  Size  Used by
g_cdc                  31886  0
ehci_hcd               39947  0
bluetooth             136546  0
bufferclass_ti          4858  0
omaplfb                 7576  0
pvrsrvkm              150826  2 bufferclass_ti,omaplfb
zram                   10294  1
snd_seq                47265  0
snd_seq_device          4491  1 snd_seq
snd_pcm_oss            37889  0
snd_mixer_oss          14120  1 snd_pcm_oss
ipv6                  232273  10
fuse                   58351  2
ads7846                 8449  0
(dmesg log of boot process: dmesg_before.gz)

and after:

pndr:/home$ lsmod
Module                  Size  Used by
g_file_storage         22274  0
ehci_hcd               39947  0
bluetooth             136546  0
bufferclass_ti          4858  0
omaplfb                 7576  0
pvrsrvkm              150826  2 bufferclass_ti,omaplfb
zram                   10294  1
snd_seq                47265  0
snd_seq_device          4491  1 snd_seq
snd_pcm_oss            37889  0
snd_mixer_oss          14120  1 snd_pcm_oss
ipv6                  232273  10
fuse                   58351  2
ads7846                 8449  0
(dmesg log of mass storage SD sharing: dmesg_after.gz)

This is happening to me a second time and I know a reflash will help, but it's not really an option to reflash every month, so I need to find the root cause.

Any ideas on what I should check?
 

Attachments

  • dmesg_before.gz
    6.4 KB · Views: 149
  • dmesg_after.gz
    515 bytes · Views: 150
Last edited by a moderator:
Are usb-net + scp an option ?
I doubt many printers are able to print from (or scan to) an scp storage, so not really.

EDIT: by the way, nothing seems to happen when I connect my pandora to a PC with g_cdc module loaded either.
 
Last edited by a moderator:
For future reference, the issue was fixed by resetting the contents of /lib/modules directory to its initial state.

Case closed.
 
Back
Top