It looks like the block device is appearing. Maybe the filesystem just
isn't getting mounted?

Try identifying the block device for your media player (one way is to
look at the output of dmesg just after plugging it in, you can see at
the end of the CurrentDmesg.txt attachment that it is device sde for
instance). Then try running the following commands in a terminal as a
test:

  mkdir mount-test
  sudo mount /dev/<block_device> mount-test

Do you get any errors in the terminal or in dmesg? Can you see the
contents of your media player in the mount-test directory?

If the mount is successful, run the following to unmount your media
player from that location.

  sudo umount mount-test

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851236

Title:
  Ubuntu 11.10 don't recognize my media-player anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/851236/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to