Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#287340 - 30/09/2006 01:36 Error: No Player! - I need HELP
bodybag
addict

Registered: 07/03/2002
Posts: 504
Loc: Southern California
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!
_________________________
Bodybag - So Cal
Not a Whiner any more!!!

Top
#287341 - 30/09/2006 01:40 Re: Error: No Player! - I need HELP [Re: bodybag]
bodybag
addict

Registered: 07/03/2002
Posts: 504
Loc: Southern California
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
_________________________
Bodybag - So Cal
Not a Whiner any more!!!

Top
#287342 - 30/09/2006 06:02 Re: Error: No Player! - I need HELP [Re: bodybag]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14478
Loc: Canada
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]


Edited by mlord (30/09/2006 06:04)

Top
#287343 - 30/09/2006 12:34 Re: Error: No Player! - I need HELP [Re: mlord]
pgrzelak
carpal tunnel

Registered: 15/08/2000
Posts: 4859
Loc: New Jersey, USA
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!


Edited by pgrzelak (30/09/2006 12:36)

Top
#287344 - 30/09/2006 14:53 Re: Error: No Player! - I need HELP [Re: pgrzelak]
bodybag
addict

Registered: 07/03/2002
Posts: 504
Loc: Southern California
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?
_________________________
Bodybag - So Cal
Not a Whiner any more!!!

Top
#287345 - 30/09/2006 14:58 Re: Error: No Player! - I need HELP [Re: bodybag]
bodybag
addict

Registered: 07/03/2002
Posts: 504
Loc: Southern California
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.


Edited by bodybag (30/09/2006 15:09)
_________________________
Bodybag - So Cal
Not a Whiner any more!!!

Top
#287346 - 30/09/2006 15:08 Re: Error: No Player! - I need HELP [Re: bodybag]
pgrzelak
carpal tunnel

Registered: 15/08/2000
Posts: 4859
Loc: New Jersey, USA
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?
_________________________
Paul Grzelak
200GB with 48MB RAM, Illuminated Buttons and Digital Outputs

Top
#287347 - 30/09/2006 15:10 Re: Error: No Player! - I need HELP [Re: pgrzelak]
bodybag
addict

Registered: 07/03/2002
Posts: 504
Loc: Southern California
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?
_________________________
Bodybag - So Cal
Not a Whiner any more!!!

Top
#287348 - 30/09/2006 15:34 Re: Error: No Player! - I need HELP [Re: bodybag]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14478
Loc: Canada
Quote:

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


No.

Top
#287349 - 30/09/2006 16:50 Re: Error: No Player! - I need HELP [Re: mlord]
pgrzelak
carpal tunnel

Registered: 15/08/2000
Posts: 4859
Loc: New Jersey, USA
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...
_________________________
Paul Grzelak
200GB with 48MB RAM, Illuminated Buttons and Digital Outputs

Top
#287350 - 30/09/2006 18:42 Re: Error: No Player! - I need HELP [Re: pgrzelak]
Mataglap
enthusiast

Registered: 11/06/2003
Posts: 384
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.

Top