This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7960 - Shows Ata Error instead of charging screen.
Attached to Project:
Rockbox
Opened by Alun Thomas (tspoon) - Monday, 15 October 2007, 09:05 GMT+2
Last edited by Nils Wallménius (nls) - Wednesday, 12 November 2008, 15:54 GMT+2
Opened by Alun Thomas (tspoon) - Monday, 15 October 2007, 09:05 GMT+2
Last edited by Nils Wallménius (nls) - Wednesday, 12 November 2008, 15:54 GMT+2
|
DetailsWhen the dc jack is plugged in to charge while the player is not running (switched off), the display says 'ATA Error -11'. It can't be reset except by removing the batteries and dc jack. I ran an older build from last year and it works fine.
|
This task depends upon
Thanks for posting, saved me a lot of trouble as I was contemplating replacing the HD.
I'm quite happy with how my V2 recorder works now and I haven't noticed any harm from disabling low battery shutdown.
I have 4 Recorders and 5 Players, all very good soldered ;-), new Aku inside, Hardware ok -
and with current build display this Problem *Panic*: ATA-11 on all AJB.
Player and Recorder would correct charge:
1.) with current builds, if You touch the (-) Buttom and put in the Charger - or -
2.) with TAC's Rockbox 2.5.1 (unsupported build)
Greetings doldi
- init() didn't detect the charger and display the charging screen, because charger_inserted() depended on the power management thread. This was fixed via
FS#10091in r20634- The charging screen quit because of an improper test for a USB connection. This was fixed in r17955.
- On all except the original recorder, ata_init() didn't call ide_power_enable(true) because ide_powered() returned true when HAVE_ATA_POWER_OFF wasn't defined. This was fixed in r25593 by making ide_powered() always return the real IDE power status. However, this doesn't explain why the recorder got ATA panics.
So, does this problem still occur on players and original recorders?
I can only think of one problem which remains: on FM and v2 recorders, IDE power is needed for measuring battery level (NEED_ATA_POWER_BATT_MEASURE). The power management thread starts before the charging screen, and if it sees an extremely low level, it causes a low battery shutdown. However, I don't think that would lead to an ATA panic.