LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Possible to use Sony Walkman NW-E003F on linux? (https://www.linuxquestions.org/questions/linux-hardware-18/possible-to-use-sony-walkman-nw-e003f-on-linux-513560/)

pencilpoint 12-25-2006 08:32 AM

Possible to use Sony Walkman NW-E003F on linux?
 
hi, i just got a walkman for xmas. is it possible to use it on Linux?

b0uncer 12-25-2006 04:27 PM

There may be other opinions, with explanations hopefully too, but as far as I know that model won't work under Linux because it needs special (Sony's) software to transfer music between your computer and itself. Sony's software won't run on Linux and besides being heavy, I don't think they are going to write it to work under Linux. It's better to first make sure a device works under Linux and only then buy it, since there are some devices after all that would work (the hardware) but they don't because of the software.

I was about to buy the player mentioned some time ago, but decided not to since after some searching it became quite clear it is not going to work, unless you run Windows through VMware or try to emulate the transfer program with Wine (probably won't work too well).

If you find out a way to get it work, please tell the rest of us too; anyway, I wouldn't be too positive about it unless Sony started creating software for Linux.

pencilpoint 12-28-2006 11:35 AM

fix3d!
 
actually I got it to work without sonicstage or any emulation. if ya want a howto just ask me :) :) :) :) :D

lekkie 12-28-2006 12:43 PM

Quote:

Originally Posted by pencilpoint
actually I got it to work without sonicstage or any emulation. if ya want a howto just ask me :) :) :) :) :D


How'd get it 2 work?

davcefai 12-28-2006 01:09 PM

I was just about to ask if anybody knew how to connect to a Net MD Walkman under Linux so Pencilpoint, could we have the howto, pretty please?

XavierP 12-28-2006 03:29 PM

Hmm, from all my searching when I was trying to do the same with my Walkman (different model) everything pointed to this not being possible. I even tried Wine with SonicStage and VMWare to run Windows under Linux.

Please do tell us what you did and how you got it to work.

pencilpoint 12-30-2006 04:52 PM

Howto
 
I think that this only works for walkmans that are the NW00--- things. if ya don't have one of theese you can use other things just contact me.

so what you do is first start up your walkman and go to the menu (press the HOME button) and go to settings. then go to advanced settings -> initialize. reset the settings and also format the thing. then go to your PC. go to the following link:http://sourceforge.net/projects/nwe00xmp3man


now download the mp3 manager, and also download the OMGAUDIO thing that I think is in the Optionals directory. then plug in the mp3 into your computer (usb port mandatory) and open up the file manager. now ya gotta get into the USB walkman. usually it'll be under somethihng like /media/usbdisk or /media/usbdisk-1.

now go and open up a terminal and type in the following:

sudo cp [place file path to mp3 program here] [path to usb -- usually /media/usbdisk or /media/usbdisk-1]

now it should copy. now unpack the OMGAUDIO thing and copy and paste the OMGAUDIO directory into your usb thing.

now whatcha gotta do is go to the usbdisk directory and the .jar program and the OMGAUDIO directoy should be there. right click the .jar file and click "open with java runtime enviroment" or something like that. if that doesn't work then open up da terminal and navigate to usbdisk and type in java -jar [.jar file here]. It should execute and POP the Mp3 file manager should open up. so get all the songs that you want and click on them. then there should be a button that, on when you put your cursor on it, says something like put songs on player. then click on the floppy disk buttons and wait for the songs to get on. HORRAY they're on the player. but wait. now go into your filemanager (I HIGHLY reccoment Thunar) and you have to somehow unmount the usbdisk. On Thunar, right click the icon on the little tab on the left, and click unmount volume. now the thing will unmount and WALA all the songs should be there. if this doesn't work e-mail me at pencilpoint135@yahoo.com



ps: right now Im at mad river glen skiing :)

Kazade 01-03-2007 04:20 AM

Thank you!
 
I registered on here just to thank you! Ive been trying to transfer music to my walkman since Xmas with no luck. Thanks!

P.S. I had to install FFMPEG to make the transferred files play, but there is a warning when the program starts so its an obvious thing :)

davcefai 01-03-2007 01:10 PM

Unfortunately this doesn't seem to apply to an MZ-N710. However any suggestions appreciated.

The DRM on this abomination is unreal. You cannot transfer files from the Walkman to a PC, even if the files are your own recordings.

Sony's paranoia extends to the manual. If you read the PDF on-line the save function is disabled. (OK easy work around, but why on earth bother to do this?

Richie55 01-04-2007 02:30 PM

Hi,

I've tried this and it all goes well until I get to the java -jar NW-E003_MP3_File_Manager-0.10.jar part (I dont have a ight click option come up) and I get a Segmentation fault.

Please can you tell me what I'm doing wrong? Do I have the correct version of java installed? I have jre-1.5 at least thats the package I belive is the java. If not what do I need?

Thanks.

Edit
Ok after a few hours of playing around I've got it working... Yay! Happy times. Thank you for posting this howto I can now go back to just a linux computer and no longer have to duel boot!!!!!!

I had some big issues with the java install on my computer and had to run the command once cd'ing to /mnt/removable; /usr/java/jre1.6.0/bin/java -jar /mnt/removable/NW-E003_MP3_File_Manager-0.10.jar

But it works!!! will sort the java correcty another night I think.

ddd3 01-17-2007 08:41 PM

Seems to me that this is only going to work with Mp3 players, the NetMD uses ATRAC so it needs conversion software, and that's where Sony's Sonic Stage comes in. I got caught with this as well, just bought an MZ-9 and so far I've uncovered two aborted projects to get Linux to work with it and that's all. Wine doesn't seem to do it so I guess it's pay Cedega to write the sox or sell it on eBay...:cry:

pencilpoint 01-22-2007 08:51 AM

Vmware?
 
Quote:

Originally Posted by ddd3
Seems to me that this is only going to work with Mp3 players, the NetMD uses ATRAC so it needs conversion software, and that's where Sony's Sonic Stage comes in. I got caught with this as well, just bought an MZ-9 and so far I've uncovered two aborted projects to get Linux to work with it and that's all. Wine doesn't seem to do it so I guess it's pay Cedega to write the sox or sell it on eBay...:cry:


try vmware if you can.

XavierP 01-22-2007 02:45 PM

Pencilpoint - I think that this would make an excellent how to. Would you post it in the Tutorials section please (they don't show until they are released by a mod) so that it doesn't get pushed down the forums and lost.

Thanks

ddd3 01-22-2007 06:15 PM

Quote:

Originally Posted by pencilpoint
try vmware if you can.

I would, but it's my understanding that you also need Windows for VMWare to work. Can anyone confirm or deny this please?

davcefai 01-22-2007 11:17 PM

VMware and Xen will allow you to run multiple OSes concurrently, saving you having to reboot. However yes, you have to have Windows.

Moreover with Xen (don't know about VMware) you need a dual core CPU.


All times are GMT -5. The time now is 09:29 AM.