Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-12-04 Thread bogasman


paul- wrote: 
> Is it a raspberry pi lcd?   Did you try to set the default to 1.  See.
> https://www.raspberrypi.com/documentation/computers/config_txt.html#video-options
> 
I have all set, see my config above.

> 
> Otherwise you need to see which frame buffer is being assigned to the
> display, and the set jivelite to use it.
> 
> /dev/fb0. Or /dev/fb1
I see only fb0.



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-11-29 Thread bogasman


paul- wrote: 
> Is it a raspberry pi lcd?   Did you try to set the default to 1.  See.
> https://www.raspberrypi.com/documentation/computers/config_txt.html#video-options
> 
Yes, it is official 7" DSI RPi Screen 800x480.
Did you mean display_default_lcd=1?

> 
> Otherwise you need to see which frame buffer is being assigned to the
> display, and the set jivelite to use it.
> 
> /dev/fb0. Or /dev/fb1
I see only fb0.



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-11-21 Thread bogasman


paul- wrote: 
> Keeping up with the HDMI stuff is getting harder and harder.
> 
> I just tested this on a RPI2B+ rev 1.2
> 
> Add to config.txt
> 
> dtoverlay=vc4-kms-v3d
> 
> You may also need to  comment out the line that says 
> gpu_mem=16
> 
> 
> Note this will also show a new soundcard on your system (vc4-hdmi)   You
> can disable this sound card by using this line instead.
> dtoverlay=vc4-kms-v3d,noaudio

Hi,
I can't sort it out to have Jivelite on my 7" DSI Screen instead of TV
through HDMI or on both. I have RPI 3B

I've modified config file and it lloks like this:


Code:

#pCP will retain these settings during insitu-update
  #---Begin-Custom-(Do not alter Begin or End Tags)-
  dtoverlay=vc4-kms-v3d
  max_framebuffers=2
  display_default_lcd=1
  framebuffer_priority=0
  #---End-Custom
  hdmi_drive=2
  hdmi_force_hotplug=1
  hdmi_force_edid_audio=1



I've also commented gpu_mem

Code:

#gpu_mem=16



Then, I've set up Audio Output device to HDMI audio and then i've set
Output setting to iec958:CARD=vc4hdmi,DEV=0.

With these settings I still can't see Jivelite on my DSI screen but
instead it goes to TV screen.
What else should I do to force Jivelite to be shown on DSI screen?



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] pCP7 and HDMI Audio

2021-11-21 Thread bogasman


paul- wrote: 
> Lets move this over here.
> 
> RPi has made a lot of changes in HDMI Audio.  Its really hard to
> trackdown without hardware to play with.   Note the kms driver will only
> currently work on the 32bit kernels.
> 
> (...)
> 

Welcome back.
I've verified this soultion and it works with version pcp 8.0 on RPI3. I
didn't check it with 7.0. 
The chosen Output setting should be

iec958:CARD=vc4hdmi,DEV=0

Thanks, regards!



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=113555

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] pCP7 and HDMI Audio

2020-12-29 Thread bogasman


OK, what do you expect me (us) to do now?



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=113555

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread bogasman


BitStream wrote: 
> Thanks for testing! I removed the 7" display and it works for me. The
> picture is now completely on the TV. This is not what I wanted but
> already a step further.
> 
> Without the 7" display, the HDMI devices are also recognized correctly.
> 

Yep, I confirm that unplugging 7" screen fixes the issue with the
output, but of course this is not a permanent solution in any way for
me.



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread bogasman


paul- wrote: 
> I would suggest connecting a monitor.  Make sure to power up the monitor
> before the PO.   Make sure your HDMI port is working.
> 
> HDMI has always been finicky on a RPi.

HDMI works properly. This is RPi 3 with original 7" screen (for
Jivelite) and it is connected directly to my Onkyo RZ-820.
I've just connected it directly to my TV, however nothing changes, still
no sound and still no soundcard b1 detected. I do have only video
signal.



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread bogasman


paul- wrote: 
> I made a quick edit to the HDMI routines to add those lines.  Run a
> "Patch Update" from the main menu, it will download a new WWW
> package(v00012).
> 
> Reboot after downloading the updated package. then select Analog/Save
> then Reselect HDMI/Save and reboot.

I've done it. Doesn't work, still can't find soundcard b1.

I've checked the config file and I've got it as below. Does it matter if
it's not within custom section, as the warning below?


Code:

#Custom Configuration Area, for config settings that are not managed by pCP.
  #pCP will retain these settings during insitu-update
  #---Begin-Custom-(Do not alter Begin or End Tags)-
  #---End-Custom
  hdmi_drive=2
  hdmi_force_hotplug=1
  hdmi_force_edid_audio=1




bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread bogasman


psketch wrote: 
> Did you reboot after changing to HDMI before looking for the outputs
> list?  It won't appear until HDMI is available.  On the config.txt
> change, i added them in the Custom section
> 
> > 
Code:

  >   > #---Begin-Custom-(Do not alter Begin or End Tags)-
  > hdmi_force_hotplug=1
  > hdmi_drive=2
  > #---End-Custom

> > 

Yep. I did it exactly as you wrote. I think we are on the same boat with
@BitStream



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread bogasman


psketch wrote: 
> Hi Paul
> 
> I just had another check, and it doesn't look like they get added.  I
> set back to USB, removed the lines I'd manually added, rebooted, changed
> it back to HDMI, rebooted, and squeezlite wouldn't load.  I checked
> config.txt and those lines aren't there - adding them manually and
> squeezelite works fine again.
> 
> I had the same problem when I did a clean install of 7.0 as well, which
> is what made me go and look for it again.
> 
> pete S

It didn't work for me. When I choose HDMI the output is being populated
with "sysdefault:CARD=b1". However there i no such device on the
available outputs list, hence squeezelite doesn't start.
I've added both lines into config.txt but it didn't change anything. If
I change back to Analog and then go back to HDMI again, then both lines
disappear and I have to add them back again.



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS issue "Audio::Scan (loaded 1.02, need 0.93)"

2018-10-21 Thread bogasman


paul- wrote: 
> You need to update the LMS first, but since your lms is now not
> starting, follow this procedure
> 
> https://www.picoreplayer.org/how_to_upgrade_lms.shtml

Thanks Paul. Solved!



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=109625

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[SlimDevices: Unix] LMS issue "Audio::Scan (loaded 1.02, need 0.93)"

2018-10-21 Thread bogasman


Hi,
Recently I've updated libs in LMS on my piCorePlayer 4.0.
I've just clicked   "Download and update LMS Binaries and Libraries".
Now LMS does not start and I'm getting:

"[ INFO ] Starting LMS...
[ INFO ] The following CPAN modules were found but cannot work with
Logitech Media Server:
Audio::Scan (loaded 1.02, need 0.93)

To fix this problem you have several options:
1. Install the latest version of the module(s) using CPAN: sudo cpan
Some::Module
2. Update the module's package using apt-get, yum, etc.
3. Run the .tar.gz version of Logitech Media Server which includes all
required CPAN modules.


Slimserver is not Running"

Can anybody tell me how can I fix this?



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=109625

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix