Results 1 to 3 of 3

Thread: <b> Sony Walkman Troubles. <b>

  1. #1
    Join Date
    Nov 2007
    Beans
    17

    <b> Sony Walkman Troubles. <b>

    Hi Guys.

    I have a Sony Walkman NWZ-S515.

    I love it and think its great but since changing to ubuntu hardy heron from Vista I've experienced problems with it.

    For instance, on Vista i could plug it in and transfer files and stuff over. Now i am unable to that as it just says 'Connecting' when i plug it in and no matter how long i leave it to connect, it never actually does so i am unable ot transfer files to and form my walkman.

    Can anybody please help me? It'd be greatly appreciated

    Cheers

  2. #2
    Join Date
    Oct 2006
    Location
    UK
    Beans
    16
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: <b> Sony Walkman Troubles. <b>

    I had the same problem.
    This thread gave me what I needed.
    http://ubuntuforums.org/showthread.php?t=790330

    lsusb to see if it's connected
    then sudo gparted to see where it's device name is (sdc in my case)
    then (just the once) sudo mkdir /media/nwz-s515 (to create the mount destination)
    finally sudo mount -t vfat /dev/sdc /media/nwz-s515

    and with luck you should have mounted the device.

    Alternatively and much simpler try using amarok and connect as an mtp device!

    Good luck

  3. #3
    Join Date
    Feb 2008
    Beans
    6

    Re: <b> Sony Walkman Troubles. <b>

    Hi,

    I'm a little late to this thread, but here is a solution that worked for me. Hopefully it will help somebody else.

    install pmount

    sudo fdisk -l to find out the location to mount ( /dev/sdb ) for me

    right click applications > choose edit menus

    click new item

    name new item whatever you want (I used mount walkman)

    put pmount /dev/<yourdevice> in the command line

    click ok

    do the same thing for an unmount but use pumount /dev/<yourdevice> for the command

    All that is left is to plug in your walkman and choose mount from the menu.


    This is not a automatic mount, but it works for me,

    Regards,

    Mike

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
  •