Greg Erskine wrote: 
> hi psketch,
> 
> I can confirm the Jivelite setup stops on the second page (screen
> resolution). Funny that it worked perfect out of the box when testing
> but stumbles later after we release it. :mad:
> 
> regards
> Greg

I had to remove these four lines from the bottom of config.txt to fix
picoreplayer starting with a scan out of range for my hdmi 1280x1024
monitor.
I never had to do this with the 1.20 test image.

Code:
--------------------
    hdmi_drive=2
  hdmi_force_hotplug=1
  hdmi_force_edid_audio=1
  hdmi_ignore_edid=0xa5000080
--------------------


The ext4 partition image still has errors.  Here are the commands to fix
it from another linux machine.

Code:
--------------------
    # mount -t ext4 -o ro,loop,offset=22020096 piCorePlayer1.19i.img /b
  mount: wrong fs type, bad option, bad superblock on /dev/loop1,
  missing codepage or helper program, or other error
  In some cases useful info is found in syslog - try
  dmesg | tail  or so
  
  # losetup /dev/loop1 -o 22020096 piCorePlayer1.19i.img
  
  # e2fsck /dev/loop1
  e2fsck 1.42.5 (29-Jul-2012)
  /dev/loop1: recovering journal
  Setting free blocks count to 19843 (was 19844)
  /dev/loop1: clean, 109/10272 files, 24125/43968 blocks
  
  # losetup -d /dev/loop1
  
  # mount -t ext4 -o ro,loop,offset=22020096 piCorePlayer1.19i.img /b
  
  #  ls /b
  lost+found  tce
  
  
--------------------


I am unable to reproduce the jivelite setup screen problem on my B+.  I
don't have a B2 to test the other image.

I picked the 1280x1024 skin, selected keep this skin, and then went to
Choose Player, selected piCorePlayer, and started up some tunes.

Here's how to delete the saved jivelite configuration, so that you will
be asked to pick the skin again.

1. Disable jivelite in the webgui and *reboot*.
2. After reboot, delete the .jivelite folder from /home/tc
3. Enable jivelite in the webgui and reboot.
4. Try the screen setup again.



Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to