Author Topic: Everything went flawless... EXCEPT.  (Read 11466 times)

0 Members and 1 Guest are viewing this topic.

Offline Kennedy

  • Newbie
  • Posts: 8
Everything went flawless... EXCEPT.
« on: August 05, 2005, 02:40:31 am »
It doesn't work.
2002 VW with Phatbox (plugged into Type J Navigation system HU).

So I took the last few days to read up here, and finally got the nuts to attempt a DMS hack.

Downloaded version 1.3 of the boot CD today, executed the Firmaware patch only.  Did not switch hard drives.

Instaleld DMS in PB, waited 30 seconds until song started... Actually song seemed to come in much faster.
Removed DMS and checked the log files.  Log files with "bushing" existed, I assume this means the patch was accepted.

I then restared the Boot CD and performed the FAQ procedure, but swapped harddrives.  
All went well,  Rebooted to windows, re-applied firmware, and loaded a few songs to test.

When I load the DMS in the PB I get red/green light for 15 seconds

Red and 2 flashing green lights for 15 seconds

The a red and quick flashing green light for a LONG time... like firmware is loading.

This cycle continues.
One the head unit, the CD is not selectable, like it's not installed.

Do you have to fully reassemble the DMS cartridge? Just asking in case there's a microswitch on the fangs and it's not registering as "seated".

Any ideas?

I have not swapped drived back yet, will report back.

Everythign went so flawlessly, I assumed this was cake... I'm stumped, but it's got to be something simple.

Offline Genesis

  • Getting the hang of things.
  • **
  • Posts: 83
  • Bite Me
Re: Everything went flawless... EXCEPT.
« Reply #1 on: August 05, 2005, 11:26:08 am »
What's in the log directory (just filenames and sizes is fine) on the original DMS?

If there is a file called "patch" in there, what's in THAT?

Offline Kennedy

  • Newbie
  • Posts: 8
Re: Everything went flawless... EXCEPT.
« Reply #2 on: August 05, 2005, 12:15:25 pm »
Genesis,
Update.  
I swapped to the OE drive in te DMS, unglugged the PB, inserted the drive, plugged in the PB, turned on the radio.

I heard the audio prompt "your phatbox has now been unlocked, yada yada"... Then the song started playing.

I again swapped harddrives to the new larger one, same result, blinking green light... Even after unplugging and resetting the PB.

Now I'm stumped.  Box apperas to be patched, and HDD seems to configured correctly.

What else can I show you?

Here's my "patch" logfile, not sure what to look for here...

Code: [Select]


: No such file or directory
2048+0 records in
2048+0 records out

hdparm - get/set hard disk parameters - version v3.9

Usage:  hdparm  [options] [device] ..

Options:
-a   get/set fs readahead
-A   set drive read-lookahead flag (0/1)
-c   get/set IDE 32-bit IO setting
-C   check IDE power mode status
-d   get/set using_dma flag
-D   enable/disable drive defect-mgmt
-E   set cd-rom drive speed
-f   flush buffer cache for device on exit
-g   display drive geometry
-h   display terse usage information
-i   display drive identification
-I   read drive identification directly from drive
-k   get/set keep_settings_over_reset flag (0/1)
-K   set drive keep_features_over_reset flag (0/1)
-L   set drive doorlock (0/1) (removable harddisks only)
-m   get/set multiple sector count
-n   get/set ignore-write-errors flag (0/1)
-p   set PIO mode on IDE interface chipset (0,1,2,3,4,...)
-P   set drive prefetch count
-Q   print out the drive id only (60bytes\n)
-q   change next setting quietly
-r   get/set readonly flag (DANGEROUS to set)
-R   register an IDE interface (DANGEROUS)
-S   set standby (spindown) timeout
-t   perform device read timings
-T   perform cache read timings
-u   get/set unmaskirq flag (0/1)
-U   un-register an IDE interface (DANGEROUS)
-v   default; same as -acdgkmnru (-gr for SCSI, -adgr for XT)
-V   display program version and exit immediately
-W   set drive write-caching flag (0/1) (DANGEROUS)
-w   flush os cache and wakeup drive
-X   set IDE xfer mode (DANGEROUS)
-y   put IDE drive in standby mode
-Y   put IDE drive to sleep
-Z   disable Seagate auto-powersaving mode
PhatPatch v0.4 - original code by bushing, additional patches by sbingner
Verifying:
Patch 1 @ 0bb8: make drive signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 2 @ 0bec: make rc.sh signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 3 @ 0c20: make phatd signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0019 1a00
Unverified!
Patch 4 @ 0c54: make linux signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 000c 1a00
Unverified!
Patch 5 @ 0354: make ramdisk invalid signature return 0 instead of 0xFFFFFFFF: [movlne r0, 0xFFFFFFFF -> movlne r0, #0]
Expected: 0000 13a0    Actual: 0000 13e0
Unverified!
Patch 6 @ 0c80: make ramdisk signature check verify 0 instead of 1: [cmp r0, #1 -> cmp r0, #0]
Expected: 0000 e350    Actual: 0001 e350
Unverified!
Patch 7 @ 0358: make ramdisk valid signature return 0 instead of 1: [moveq r0, #1 -> moveq r0, #0]
Expected: 0000 03a0    Actual: 0001 03a0
Unverified!
Segmentation fault
PhatPatch v0.4 - original code by bushing, additional patches by sbingner
Verifying:
Patch 1 @ 0bb8: make drive signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 2 @ 0bec: make rc.sh signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 3 @ 0c20: make phatd signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 4 @ 0c54: make linux signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 000c 1a00
Unverified!
Patch 5 @ 0354: make ramdisk invalid signature return 0 instead of 0xFFFFFFFF: [movlne r0, 0xFFFFFFFF -> movlne r0, #0]
Expected: 0000 13a0    Actual: 0000 13e0
Unverified!
Patch 6 @ 0c80: make ramdisk signature check verify 0 instead of 1: [cmp r0, #1 -> cmp r0, #0]
Expected: 0000 e350    Actual: 0001 e350
Unverified!
Patch 7 @ 0358: make ramdisk valid signature return 0 instead of 1: [moveq r0, #1 -> moveq r0, #0]
Expected: 0000 03a0    Actual: 0001 03a0
Unverified!
Segmentation fault
PhatPatch v0.4 - original code by bushing, additional patches by sbingner
Verifying:
Patch 1 @ 0bb8: make drive signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 2 @ 0bec: make rc.sh signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 3 @ 0c20: make phatd signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 4 @ 0c54: make linux signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 5 @ 0354: make ramdisk invalid signature return 0 instead of 0xFFFFFFFF: [movlne r0, 0xFFFFFFFF -> movlne r0, #0]
Expected: 0000 13a0    Actual: 0000 13e0
Unverified!
Patch 6 @ 0c80: make ramdisk signature check verify 0 instead of 1: [cmp r0, #1 -> cmp r0, #0]
Expected: 0000 e350    Actual: 0001 e350
Unverified!
Patch 7 @ 0358: make ramdisk valid signature return 0 instead of 1: [moveq r0, #1 -> moveq r0, #0]
Expected: 0000 03a0    Actual: 0001 03a0
Unverified!
: No such file or directory
2048+0 records in
2048+0 records out

hdparm - get/set hard disk parameters - version v3.9

Usage:  hdparm  [options] [device] ..

Options:
-a   get/set fs readahead
-A   set drive read-lookahead flag (0/1)
-c   get/set IDE 32-bit IO setting
-C   check IDE power mode status
-d   get/set using_dma flag
-D   enable/disable drive defect-mgmt
-E   set cd-rom drive speed
-f   flush buffer cache for device on exit
-g   display drive geometry
-h   display terse usage information
-i   display drive identification
-I   read drive identification directly from drive
-k   get/set keep_settings_over_reset flag (0/1)
-K   set drive keep_features_over_reset flag (0/1)
-L   set drive doorlock (0/1) (removable harddisks only)
-m   get/set multiple sector count
-n   get/set ignore-write-errors flag (0/1)
-p   set PIO mode on IDE interface chipset (0,1,2,3,4,...)
-P   set drive prefetch count
-Q   print out the drive id only (60bytes\n)
-q   change next setting quietly
-r   get/set readonly flag (DANGEROUS to set)
-R   register an IDE interface (DANGEROUS)
-S   set standby (spindown) timeout
-t   perform device read timings
-T   perform cache read timings
-u   get/set unmaskirq flag (0/1)
-U   un-register an IDE interface (DANGEROUS)
-v   default; same as -acdgkmnru (-gr for SCSI, -adgr for XT)
-V   display program version and exit immediately
-W   set drive write-caching flag (0/1) (DANGEROUS)
-w   flush os cache and wakeup drive
-X   set IDE xfer mode (DANGEROUS)
-y   put IDE drive in standby mode
-Y   put IDE drive to sleep
-Z   disable Seagate auto-powersaving mode
PhatPatch v0.4 - original code by bushing, additional patches by sbingner
Verifying:
Patch 1 @ 0bb8: make drive signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 2 @ 0bec: make rc.sh signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 3 @ 0c20: make phatd signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 4 @ 0c54: make linux signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 5 @ 0354: make ramdisk invalid signature return 0 instead of 0xFFFFFFFF: [movlne r0, 0xFFFFFFFF -> movlne r0, #0]
Expected: 0000 13a0    Actual: 0000 13a0
Verified!
Patch 6 @ 0c80: make ramdisk signature check verify 0 instead of 1: [cmp r0, #1 -> cmp r0, #0]
Expected: 0000 e350    Actual: 0000 e350
Verified!
Patch 7 @ 0358: make ramdisk valid signature return 0 instead of 1: [moveq r0, #1 -> moveq r0, #0]
Expected: 0000 03a0    Actual: 0000 03a0
Verified!
done
: No such file or directory
: No such file or directory
/dos/backup/patch.sh: kup/p: No such file or directory

Offline judb

  • Administrator
  • Veteran.
  • *****
  • Posts: 1329
  • ph4t l3wtz
Re: Everything went flawless... EXCEPT.
« Reply #3 on: August 05, 2005, 12:33:51 pm »
Your box is patched, but your drive signature wont copy over correctly.. There is something about the 20 gig DMS shipped with the Audi / VW boxes that doesn't copy over correctly and we haven't figured out what it is.

Do you know anyone with a non VW/Audi non 20 gig dms?

Offline Kennedy

  • Newbie
  • Posts: 8
Re: Everything went flawless... EXCEPT.
« Reply #4 on: August 05, 2005, 12:42:12 pm »
Jud, thanks for the reply...

My buddy has a Music Keg ordered... Would I try and use his "hash" on his DMS as the source?

I'll try and perform the manual DMS patch referenced here this evening:

http://forum.phathack.com/cgi-bin/yabb/YaBB.cgi?board=dmshack;action=display;num=1123119033

Offline phatman

  • Newbie
  • Posts: 4
Re: Everything went flawless... EXCEPT.
« Reply #5 on: August 05, 2005, 03:34:27 pm »
I had a similar problem, but I had used Norton Ghost at the start to back up the PHTSYS volume.
So I just put that on the new disk and all was well.

I have noticed that the PHTSYS volume is 256MB, I thought it was supposed to be 64Mb, maybe it is only the VW ones that are 256MB.
« Last Edit: August 05, 2005, 03:37:25 pm by phatman »

Offline Kennedy

  • Newbie
  • Posts: 8
Re: Everything went flawless... EXCEPT.
« Reply #6 on: August 05, 2005, 04:05:27 pm »
Phatman,
You think I could just copy and paste the PHTSYS volume from the old disk to the new disk...
(Since I've already formatted and assigned the signature via the Boot CD?)

Offline phatman

  • Newbie
  • Posts: 4
Re: Everything went flawless... EXCEPT.
« Reply #7 on: August 05, 2005, 04:53:02 pm »
I'm not sure as I am new to this myself.
Is the partition on the new disk the same size as the old disk as I think that mine wouldn't work when it was 64MB, I had to make it 256MB.

I don't see any reason why copying the files across wouldn't work.

Offline Kennedy

  • Newbie
  • Posts: 8
Re: Everything went flawless... EXCEPT.
« Reply #8 on: August 05, 2005, 04:59:57 pm »
I won't know until this evening, but if the partition is the wrong size, the data probably won't fit.

Anyone else have any input here?

Offline phatman

  • Newbie
  • Posts: 4
Re: Everything went flawless... EXCEPT.
« Reply #9 on: August 05, 2005, 05:02:48 pm »
The data will fit OK, it is only 21MB.

Offline Kennedy

  • Newbie
  • Posts: 8
Re: Everything went flawless... EXCEPT.
« Reply #10 on: August 05, 2005, 05:07:11 pm »
Quote
The data will fit OK, it is only 21MB.


Ugh...
OK, how would I repartition without Norton Ghost?



Offline chekm8

  • Newbie
  • Posts: 3
Re: Everything went flawless... EXCEPT.
« Reply #11 on: August 05, 2005, 06:07:00 pm »
Howdy guys.  Got the VW/Audi Phatbox myself.  Ran the patching, the drive switching, etc...

my issue with the new 60gb drive is that it does take a while for it to finally read and start.

Here's how my typical process to get it to work;

DMS already in keg,
1.  turn the ignition on, start car, etc...(dont have to start car, just really need power to the keg)
2.  switch to the CDC1 (or the phatnoise)
   a. HU sits there for a while and tries to run what it needs to run i guess.  Then it fails and switches to the internal CD and starts playing off of that.
   b.  switch to Phatbox again and same process.  sits there for about a good minute and then drops back to the CD.  Would like to note that I have the option to switch to CDC2 (which normally for my orginal DMS is to sort by playlist).  But once it's in CDC2, i can't go backwards to CDC1.
  c.  anyway, i try this a few times and press the forward buttons, etc, etc...  usually on the 3rd attempt, the phatbox finally comes alive and it acts like normal.

All i know is that when the power is cut (i.e., turn the ignition key off), then i have to play with it a few times to get it to work.  I've goten used to just playing with the phatbox until it finally gets detected and runs normal and then switch cd or fm.  As long as it's detected once, works, and there is power to it, then you can run as normal.

hope i made sense....

Also, I think i'm going to experiment with Ghost32.  I originally cloned my 20g to 60g before unlocking and it didnt' work while in the keg but had no issues when in the cradle.  since it's unlocked, do you think cloning the 20g into the 60g will fool the keg and play?

Offline bushing

  • Senior Member
  • Needs to get outside.
  • *****
  • Posts: 119
  • props to my peeps
Re: Everything went flawless... EXCEPT.
« Reply #12 on: August 05, 2005, 09:41:19 pm »
Quote
Howdy guys.  Got the VW/Audi Phatbox myself.  Ran the patching, the drive switching, etc...

my issue with the new 60gb drive is that it does take a while for it to finally read and start.


Welcome!  There are several things I wanted to reply to in your post, but I won't quote the whole thing here...

I have a 60 gig drive now in my PhatBox, and haven't noticed any slowdown as compared to the original 20 gig drive (VW Jetta unit).  When I turn the car on, I will commonly have 10 seconds (ish) where the radio is on and waiting for the PhatBox to boot up, but I've accepted that as normal. The behavior you've encountered sounds like a hardware problem, perhaps.

What are the red/green LEDs doing while it tries (unsuccessfully) to boot?

You could gain a *ton* of insight into what's going on when it tries to boot by looking at the logfile it creates as 'logfile.txt' on the PHTSYS partition.  I don't remember if it will always create it; in any case, to get more info, what you should do is install one of the rc.sh files from here: http://downloads.phathack.com/bushing/rc_pairs.zip.

Those are alternate versions of the rc.sh file it uses while booting; the only real difference is that they set an environmental variable that increases the level of logging.  We go these because one of our members, firefox, went digging through all of the PhatNoise firmware releases for all of the cars out there, and found a couple "testing" scripts that they had let slip.  (Including the rc.sig signature file, which you'll need too!)

If it does not even boot far enough to start phatd to begin logging, then play around with the bootload.log file: http://wiki.phathack.com/Bootloader_FAQ

***
To Jud + Terry,

I'm a little confused about what's going on with the drives that aren't taking the upgrade properly -- mine being one of them!  I used our linux cd to automatically do the upgrade and copy stuff from my VW Jetta 20gig DMS to a 60 gig Travelstar drive; when I tried to boot the PhatBox with it (as my flash was already patched, of course :P), I got the 11-blink error from the bootloader, and nothing in the bootload.log.  My understanding of that part of the bootloader code is a little murky, but I believe that it is a result of some sanity checks it does on the FAT failing.  (Error 11 is the last LED error message -- everything later is written to bootload.log).

I played around with the drive for a while -- using dd to copy the first meg or so from the good drive to the bad didn't work, but copying the first *200* megs did -- of course, I then had to repartition (using a partitionmagic clone) to get at the full 60 gigs.  I noticed 2 differences when I was messing around with it:

* Boot CD creates a 64MB PHTSYS partition, while my DMS had a 200-someodd MB partition
* The directory entries on PHTSYS (tts/ etc) took up more space on my "real" DMS (4096 bytes in the output of 'ls'), versus like 512-1024 on the 60 gig (at that point not working).  That may be something as little as the larger PHTSYS partition making the FAT code use bigger sectors -- if that's the case, maybe all you need to do is make that PHTSYS partition bigger.

As far as copying the signatures over -- I don't get this.   As far as I can tell, NOTHING AT ALL on the phatbox looks at the drive signature (the 512 bytes before partition 1) other than the bootloader, which we're patching, and perhaps aadec, which may or may not care; unclear. (And if aadec does check, it will mismatch against the drive's real ID now, anyway...)

The other weird encrypted data before the first partition is totally ignored by all of the PhatBox, as far as I can tell.  Maybe it's used by some of their other products?

Anyway, after copying over the first 200mb of my 20g DMS to the 60g drive, it worked -- I spent a couple hours fixing the partitions, and I'm good to go, although unfortunately I'm still not sure what caused it or what fixed it, or if it's even the same problem other are encountering.  (If you'd like, I can play around with "breaking" my 60g fake-DMS to troubleshoot...)

-b

Offline Kennedy

  • Newbie
  • Posts: 8
Re: Everything went flawless... EXCEPT.
« Reply #13 on: August 05, 2005, 10:56:31 pm »
Well,
With all that said... My most recent attempt has laft me dead in the water.  Keep in my mind I have executed the boot disk per the FAQ last night and appeared to run flawlessly... Until it gets installed in the PB, see my first post.

I came home today, and attempted to perform a manual DMS hack. It worked for "The Factor"

All was going well until until the part where you format the new disk.  I get Error Code LBD0004, No valid signature file.

I then backout and attempt to run the boot disk script... It worked last time. OE DMS drive reinstalled and I'm off.

Now I'm getting the "could not mount partition"  execute alt f4 /runbuild during step 2 when the script attempt to validate the DMS.

I'm stuck.  The OE DMS still works.  No idea what to do now.

Offline Genesis

  • Getting the hang of things.
  • **
  • Posts: 83
  • Bite Me
Re: Everything went flawless... EXCEPT.
« Reply #14 on: August 06, 2005, 04:09:16 am »
If the box is hacked, follow my instructions for MANUALLY building a new DMS.

That should work IF your hardware (the new disk) is ok.  It has worked for me and several others with VW/Audi DMSes, including the troublesome 20 gig ones - I originally had trouble with my 20G DMS and hacked on it for an entire evening before finally getting it to even patch - once it had patched it then pulled the "bad signature" stuff on me too.

I'm not quite sure what was going wrong, but building the disk manually worked.

The manual build procedure is here:

http://forum.phathack.com/cgi-bin/yabb/YaBB.cgi?board=dmshack;action=display;num=1123119033

Try that (all the steps are important, in order!) and let me know if it works.
« Last Edit: August 06, 2005, 04:09:53 am by Genesis »

Offline judb

  • Administrator
  • Veteran.
  • *****
  • Posts: 1329
  • ph4t l3wtz
Re: Everything went flawless... EXCEPT.
« Reply #15 on: August 06, 2005, 04:36:15 am »
Quote

***
To Jud + Terry,

I played around with the drive for a while -- using dd to copy the first meg or so from the good drive to the bad didn't work, but copying the first *200* megs did -- of course, I then had to repartition (using a partitionmagic clone) to get at the full 60 gigs.  I noticed 2 differences when I was messing around with it:

* Boot CD creates a 64MB PHTSYS partition, while my DMS had a 200-someodd MB partition
* The directory entries on PHTSYS (tts/ etc) took up more space on my "real" DMS (4096 bytes in the output of 'ls'), versus like 512-1024 on the 60 gig (at that point not working).  That may be something as little as the larger PHTSYS partition making the FAT code use bigger sectors -- if that's the case, maybe all you need to do is make that PHTSYS partition bigger.

Anyway, after copying over the first 200mb of my 20g DMS to the 60g drive, it worked -- I spent a couple hours fixing the partitions, and I'm good to go, although unfortunately I'm still not sure what caused it or what fixed it, or if it's even the same problem other are encountering.  (If you'd like, I can play around with "breaking" my 60g fake-DMS to troubleshoot...)

-b


Dude, that is a great idea with one exception,  the phatnoise recovery cd makes the 64 meg partition, we dont.  We call a script THEY wrote to do the partitions stuff.  Now perhaps their CD is a little dated and doesnt work well with the VW boxen.. We could play around with that and see..

.... hmm ...

Offline bushing

  • Senior Member
  • Needs to get outside.
  • *****
  • Posts: 119
  • props to my peeps
Re: Everything went flawless... EXCEPT.
« Reply #16 on: August 06, 2005, 04:42:15 am »
Quote
Dude, that is a great idea with one exception,  the phatnoise recovery cd makes the 64 meg partition, we dont.  We call a script THEY wrote to do the partitions stuff.  Now perhaps their CD is a little dated and doesnt work well with the VW boxen.. We could play around with that and see..


I know, that's why I was trying to keep my big mouth shut -- because I can't explain why it doesn't work.  Those were just the only observables I was able to come up with.

When I get a chance (maybe Sunday?), I'll sit down and make an image backup of my whole "real" DMS, and then maybe I'll start by running their original CD on it, see if that breaks it... try yours, see if it's different ... see how I can break it and what I can do  to fix it again, etc.  Hopefully I can come up with something useful.

-b

Offline Kennedy

  • Newbie
  • Posts: 8
Re: Everything went flawless... EXCEPT.
« Reply #17 on: August 06, 2005, 06:31:20 am »
Genesis...
Doesn't work.

As posted previously...

All was going well until until the part where you format the new disk.  I get Error Code LBD0004, No valid signature file

What to do now...

Offline Genesis

  • Getting the hang of things.
  • **
  • Posts: 83
  • Bite Me
Re: Everything went flawless... EXCEPT.
« Reply #18 on: August 11, 2005, 04:19:05 pm »
Use my manual instructions for the new disk that I posted earlier.

Offline chekm8

  • Newbie
  • Posts: 3
Re: Everything went flawless... EXCEPT.
« Reply #19 on: August 12, 2005, 06:11:59 pm »
Quote

Welcome!  There are several things I wanted to reply to in your post, but I won't quote the whole thing here...

-b


Hey Bushing, tx for the update.  Yah, I've taken the 10+/- seconds as a norm and I've gotten used to pressing the forward or fast forward buttons a few times until it loads.  Just a bit annoying that I have to do that every time after it looses power.  Pretty much everytime I pull my keys out.  Turning off the ignition and leaving the key there seems to work fine.

Haven't really looked at the lights, but will do and update you guys later...

Quick question.  When it oringally loads, it starts off at CDC1.  Never really tried the fast forward/scan on CDC1 because I normally switch to CDC2 and press those buttons.  The question is, is it normal to show a CDC2 even if you only have 1 playlist?  I originally had 2 playlists (Default ((empty)) and Audi (mp3s in them).  I eventually deleted the Default playlist and renamed Audi to Default.

As far as the logs, I only have;

dmesg.log (4kb)
logshere.txt (1kb)
patch.log (4kb)
PatchVerify.log (3kb)
PatchWrite.log (2kb)

Don't have a logfile.txt

I'll try copying the rc.sh over and see what I get as well.  Just to confirm, only the rc.sh no others in that zipped file?

Lastly, the drive I'm using is a 60gb 7200 rpm (probably overkill but had a great deal on it  ;D) Hitachi drive and it's brand new so shouldn't be an issue with the drive.  Thanks!