Error: No Player! - I need HELP

Posted by: bodybag

Error: No Player! - I need HELP - 30/09/2006 01:36

Oh man. I did something wrong and now I've got a dead player.

I tried to put the maxfid V7 on, and did something that corrupted the player in empeg/bin. Now my boot log says "No player!" Can't connect via FTP because I don;t know what the IP addy is... HELP!
Posted by: bodybag

Re: Error: No Player! - I need HELP - 30/09/2006 01:40

Also, this is the maxfid file I used:

250633-set_empeg_max_fid.c

could someone tell me how to run it? I FTP'd it to empeg/bin, then chmod 250633-set_empeg_max_fid.c to player, then did a exec /empeg/bin/250633-set_empeg_max_fid.c, then ro, then reboot. now the player is missing empeg/bin/player or it's corrupt.

Could I get a simple step by step on how to execute this file? (once I get my player working again that is) TIA
Posted by: mlord

Re: Error: No Player! - I need HELP - 30/09/2006 06:02

Quote:
then chmod 250633-set_empeg_max_fid.c to player


What the heck was that??
[EDIT}And the last version file prefix posted was 250635[/EDIT]
Posted by: pgrzelak

Re: Error: No Player! - I need HELP - 30/09/2006 12:34

Greetings!

Step by step, assuming a working serial connection at the moment...

a) reinstall 2.0 developer
b) download this file - it is the executable version of maxfid.v7
c) read this thread for background info
d) do the following: (This assume very little familiarity with linux or the player, so I am sorry if I get too detailed.) My comments are marked with #(comment).

#(boot the player)
q #(exits player application, goes to shell)
rw #(read/write root filesystem)
rwm #(read/write music filesystems)
cd /empeg/bin #(go to a known directory)
#(use hyperterm to upload the file "250635-set_empeg_max_fid.v7" to this directory)
chmod 755 250635-set_empeg_max_fid.v7 #(makes it executable)
./250635-set_empeg_max_fid.v7 #(runs it)

You should see output similar to what was mentioned in that thread. It should modify your player binary to support larger numbers of fids. After this completes...

rom #(music filesystems to read only)
ro #(root filesystem to read only)
exit #(exits shell, player application restarts)
#(if all goes well, reboot player and test a sync...)

Hopefully, at this point you should have a working player that will also successfully sync. You may want to save this program (maxfid.v7) somewhere handy, because every time you reinstall the player application (going to an alpha, etc.), you will need to reapply this patch.

Edit: assuming you do not have a serial connection, this can be done through FTP. Check out that thread for details. Thanks!
Posted by: bodybag

Re: Error: No Player! - I need HELP - 30/09/2006 14:53

Quote:

#(boot the player)
q #(exits player application, goes to shell)
rw #(read/write root filesystem)
rwm #(read/write music filesystems)
cd /empeg/bin #(go to a known directory)
#(use hyperterm to upload the file "250635-set_empeg_max_fid.v7" to this directory)
chmod 755 250635-set_empeg_max_fid.v7 #(makes it executable)
./250635-set_empeg_max_fid.v7 #(runs it)

rom #(music filesystems to read only)
ro #(root filesystem to read only)
exit #(exits shell, player application restarts)
#(if all goes well, reboot player and test a sync...)


On the cd /empeg/bin part, do I need to specify drive0 or drive1 since the player has dual drives?
Posted by: bodybag

Re: Error: No Player! - I need HELP - 30/09/2006 14:58

Got it! Thanks a TON Paul. It's been a while since I mucked-around with any of my players, so I'm a bit rusty. I really appreciate the group support.
Posted by: pgrzelak

Re: Error: No Player! - I need HELP - 30/09/2006 15:08

Greetings!

I think (going from memory here) that /empeg/bin is not drive specific. You should be okay.

Glad you got the hyperterm upload working. And progress with the rest so far?
Posted by: bodybag

Re: Error: No Player! - I need HELP - 30/09/2006 15:10

I guess I replied at the same time you did. Eveything worked perfectly! Now I've just got to reinstall Hijack and I think I'll be all set.

BTW - Hijack won't undo what I just did will it?
Posted by: mlord

Re: Error: No Player! - I need HELP - 30/09/2006 15:34

Quote:

BTW - Hijack won't undo what I just did will it?


No.
Posted by: pgrzelak

Re: Error: No Player! - I need HELP - 30/09/2006 16:50

The maxfid.v7 patch is actually modifying the player application binary itself. That is why reinstalling the player software will overwrite this change. Hijack is the underlying kernel, so it is completely independent. Other than the fact that both of them are courtesy of Mark...
Posted by: Mataglap

Re: Error: No Player! - I need HELP - 30/09/2006 18:42

Quote:
I think (going from memory here) that /empeg/bin is not drive specific. You should be okay.


Sort of.... If you mean drive0 as a directory, then it's not relevant to "/empeg/bin". If you mean drive0 as hda, the physical master drive, then yes, /empeg/bin has to be on the master drive. BUT the first "/" means the root of the mounted filesystems and therefore if you say "/empeg/bin" you'll be fine -- it's an absolute reference. If you type "empeg/bin" then that's a relative reference and you could end up in the wrong place.