Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: MP3 player doesn't mount.

  1. #1
    Join Date
    Mar 2008
    Location
    Vancouver, Canada
    Beans
    29
    Distro
    Ubuntu 12.04 Precise Pangolin

    Red face MP3 player doesn't mount.

    Running Hardy Heron Kubuntu, fully updated. I have a Panasonic SV-MP20V that does not seem to mount. I looked at this discussion: this discussion but I have the problem described by idr, i.e. when I type

    Code:
    sudo rmmod ehci_hcd
    password: <password>
    I get

    Code:
    'ERROR: Module ehci_hcd does not exist in /proc/modules'.
    Typing

    Code:
    sudo modprobe ehci_hcd
    allows the rmmod command to work without the error message (not that I know why, but it does). But it does not fix the mount problem.

    Here is my lsusb:
    Code:
    Bus 003 Device 001: ID 0000:0000  
    Bus 002 Device 005: ID 04da:3701 Panasonic (Matsushita) 
    Bus 002 Device 002: ID 04b4:0001 Cypress Semiconductor Corp. Mouse
    Bus 002 Device 001: ID 0000:0000  
    Bus 001 Device 001: ID 0000:0000
    which suggests that the player can be seen.

    When I type the following:

    Code:
    dmesg > dmesg.log
    grep usb dmesg.log
    I get

    Code:
    [ 3611.610061] usb 2-2: new full speed USB device using uhci_hcd and address 3
    [ 3611.798842] usb 2-2: configuration #1 chosen from 1 choice
    [ 3612.538273] usbcore: registered new interface driver libusual
    [ 3612.598127] usbcore: registered new interface driver usb-storage
    [ 3612.598714] usb-storage: device found at 3
    [ 3612.598718] usb-storage: waiting for device to settle before scanning
    [ 3617.596100] usb-storage: device scan complete
    [ 4686.888460] usb 2-2: reset full speed USB device using uhci_hcd and address 3
    [ 4894.638743] usb 2-2: USB disconnect, address 3
    [ 7550.791371] usb 2-2: new full speed USB device using uhci_hcd and address 4
    [ 7550.979612] usb 2-2: configuration #1 chosen from 1 choice
    [ 7551.015471] usb-storage: device found at 4
    [ 7551.015478] usb-storage: waiting for device to settle before scanning
    [ 7556.014283] usb-storage: device scan complete
    [ 7900.015047] usb 2-2: reset full speed USB device using uhci_hcd and address 4
    [ 8106.318595] usb 2-2: USB disconnect, address 4
    [ 8135.248684] usb 1-2: new full speed USB device using uhci_hcd and address 2
    [ 8135.436737] usb 1-2: configuration #1 chosen from 1 choice
    [ 8135.468865] usb-storage: device found at 2
    [ 8135.468873] usb-storage: waiting for device to settle before scanning
    [ 8140.467393] usb-storage: device scan complete
    [ 8206.668875] usb 1-2: USB disconnect, address 2
    [11521.688306] usb 2-2: new full speed USB device using uhci_hcd and address 5
    [11521.876811] usb 2-2: configuration #1 chosen from 1 choice
    [11521.905143] usb-storage: device found at 5
    [11521.905151] usb-storage: waiting for device to settle before scanning
    [11526.903442] usb-storage: device scan complete
    I suspect the above is the result of my monkeying about plugging and unplugging the player.

    This is a device that has mounted successfully under Win2k, WinXP, and even an old install of Linux (can't remember which -- may have been an old computer). I could just keep booting WinXP to get at the recordings I make on this device, but would rather not.

    Thanks in advance to anyone who can help.

  2. #2
    Join Date
    Oct 2005
    Beans
    94

    Re: MP3 player doesn't mount.

    This will happen if you unplug the device without unmounting it first.

  3. #3
    Join Date
    Sep 2006
    Location
    California, USA
    Beans
    1,045
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: MP3 player doesn't mount.

    What yoyoned means is that you probably mounted it into Windows and removed without unmounting it. This can cause problems when trying to mount in Ubuntu, such as you're having.

  4. #4
    Join Date
    Jun 2008
    Location
    UK
    Beans
    1,063

    Re: MP3 player doesn't mount.

    It appears the module has already been removed.
    It is possible windows has not release its lock on the usb device, if you can try connecting it to a windows machine and then click 'safely remove device' from the taskbar. If this does not work try:
    Code:
    sudo mkdir /media/mp3device
    Code:
    sudo mount /dev/sdb1 /media/mp3device
    or
    sudo mount -t vfat /dev/sdb1 /media/mp3device
    Replace sdb1 with you device, if you are not sure what to replace it with post the output of
    Code:
    sudo fdisk -l
    If this fails can you post the out put from the mount command, if it works
    Code:
    nautilus /media/mp3device
    should open you device

  5. #5
    Join Date
    Mar 2008
    Location
    Vancouver, Canada
    Beans
    29
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: MP3 player doesn't mount.

    Quote Originally Posted by tarps87 View Post
    It appears the module has already been removed.
    It is possible windows has not release its lock on the usb device, if you can try connecting it to a windows machine and then click 'safely remove device' from the taskbar. If this does not work try:
    Code:
    sudo mkdir /media/mp3device
    Code:
    sudo mount /dev/sdb1 /media/mp3device
    or
    sudo mount -t vfat /dev/sdb1 /media/mp3device
    Replace sdb1 with you device, if you are not sure what to replace it with post the output of
    Code:
    sudo fdisk -l
    If this fails can you post the out put from the mount command, if it works
    Code:
    nautilus /media/mp3device
    should open you device
    Thank you to all who replied.

    I followed your directions (mounting under XP then unmounting. It did not automount under Ubuntu, but the "sudo mount" command did work although I don't get an icon on my kubuntu desktop. Now I'm going to look elsewhere on this site to see how I can get it to automount.

    I'll post here with my results.

  6. #6
    Join Date
    Mar 2008
    Location
    Vancouver, Canada
    Beans
    29
    Distro
    Ubuntu 12.04 Precise Pangolin

    Cool Re: MP3 player doesn't mount.

    Well that was frustrating. There seem to be many people with various devices that have my problem, but none with a solution (unless there is something I've missed). Yes you can make a usb drive mount automatically on boot (or is that login), but that is not going to be my situation usually.

    Just to clarify: My system automounts properly for a 2GB Transcend pen drive, for a Sansa e250, and for a Sansa View 8GB (i.e. the icon appears on my desktop and the drive appears under "/media" when I plug it in). Just not my Panasonic SV-MP20V.

    I guess I can make a little script to mount it, and another to unmount, but that requires sudo/gksudo and hence typing in a password. But I suspect that perhaps there a table somewhere that I can edit to add this to the usb drives that the system recognizes, something like fstab.

    Any hints?

  7. #7
    Join Date
    Jun 2008
    Location
    UK
    Beans
    1,063

    Re: MP3 player doesn't mount.

    Could you post the output of this command please
    Code:
    gnome-mount -vbd /dev/sdb1
    This will pipe the output to a file if it makes it any easier
    Code:
    gnome-mount -vbd /dev/sdb1 > output.txt

  8. #8
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: MP3 player doesn't mount.

    Hardy has known issues with mounting some MP3 players, like the one sitting next to me If you have an Intrepid live CD, try it with that. If it mounts, then a good solution would be to upgrade to Intrepid.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  9. #9
    Join Date
    Jun 2008
    Location
    UK
    Beans
    1,063

    Re: MP3 player doesn't mount.

    Quote Originally Posted by 3rdalbum View Post
    Hardy has known issues with mounting some MP3 players, like the one sitting next to me If you have an Intrepid live CD, try it with that. If it mounts, then a good solution would be to upgrade to Intrepid.
    I missed that, I thought the op was using Intrepid. It is possible I know what the cause is and how to fix it but the output from
    Code:
    gnome-mount -vbd /dev/sdb1
    would confirm it.
    Upgrading to Intrepid may not be a bad idea, most of the bugs in KDE4 have been worked out now, trying the live CD before installing/upgrading would be a good idea though.

  10. #10
    Join Date
    Mar 2008
    Location
    Vancouver, Canada
    Beans
    29
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: MP3 player doesn't mount.

    Sorry it's taken so long to reply, and thanks for all the responses.

    My device shows up as "sdc", so the mount command that works for me is:

    Code:
    sudo mount -t vfat /dev/sdc /media/mp3device
    When I have device plugged in and not mounted, and I type:

    Code:
    gnome-mount -vbd /dev/sdc
    I get a little window popping up with the message:

    Unable to mount media.
    There is probably no media in the drive.
    In the command window line the response is

    Code:
    gnome-mount 0.8
    ** Message: Drive /dev/sdc does not contain media.
    which, of course makes no sense, since the mount command works fine. Is "gnome-mount" a wrapper for "mount"?

    BTW, when I use the "sudo mount ..." command, the files all have ownership of "root/root" (which I guess makes sense, since the command is executes as "root". But this means I cannot write to the drive.

    Thanks again for your help.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •