Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-03-08 Thread stephentw


Hmm I sm in Europe but I left the country code at US. Is that an issue
too?

So it shouldn't matter that the AP is in use at the same time as
Ethernet?





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-03-07 Thread stephentw


Hmm I just read another thread, AP sends traffic to eth 0? That would
explain my troubles I guess.

Is there a way to have the pi/LMS wired with the static I want (on a
seperate network to my internet facing network so no internet connection
and no wireless router) and also run the AP so I can connect to the web
interface still without connecting a cable to the switch?





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-03-07 Thread stephentw


I'm trying to setup the wireless AP on a Pi4 and it installs everything
then when I start the AP it appeared to drop the wired connection. What
I've discovered actually happens is upon starting the AP my manually
configured static IP settings in LMS get ignored and the pi picks up a
DHCP address. If I connect back to the web interface on the newly
assigned DHCP address and check the static IP settings under beta
functions it still shows as static and has the address I want in there.
Strange.

So I went back to wifi settings, WAP mode and changed autostart to no
then reboot the pi, my static IP works again. 

Also even when the AP is setup and the console says its started during
the boot sequence if i go into the web interface it always says "AP mode
not running" and the AP isn't visible when I scan for it. 

Sent from my H8314 using Tapatalk





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-03-02 Thread stephentw


Yes it seems it uses the same driver. I'll do some more research.
Thanks.





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-03-02 Thread stephentw


paul- wrote: 
> Yes we include the DS1307 driver in our rtc module pack. (you need to
> manually install that extension)  Not sure how long that supercapacitor
> will last, Not sure I would count on it lasting overnight.  There are
> battery powered boards too.
> 
> Couple of cautions.  RPI i2S cards are also going to connect to the i2C
> bus, but being a serial bus, it should live fine together, but you may
> need to so some soldering and such to connect everything to the rpi
> header.  The installation instructions are similar, but different.  The
> piCore OS just works different than raspbian.Quick question, I've been 
> reading a bit more and the DS3231 seems to
come up as a better RTC than the 1307. Is that PCP compatible too?

Also when you said installation is different to raspbian, are there
guides anywhere I could follow? I'm pretty in the dark on linux commands
etc if I need to setup that way.





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-02-29 Thread stephentw


paul- wrote: 
> A real-time  CLock board will hold time through reboots.  It will
> require some DIYing.Great thanks, looked it up and this looks reasonably 
> doable. Will pcp
support the board mentioned here? Coming from a mostly windows
background I dont fully understand how drivers work on pi yet. 

https://thepihut.com/products/mini-rtc-module-for-raspberry-pi





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-02-28 Thread stephentw


Ah ok I'm new to pi. So if I get an rtc and set that via NTP then it'll
survive reboots at least?





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-02-28 Thread stephentw


paul- wrote: 
> It comes from ntp, but its only ran at boot.  We dont run as a daemon.
> 
> If you have a local ntp server you can select that with a bootcode.  
> Beta Mode -> Extras -> Bootcodes.I dont. Is that my only option for setting 
> the time without an internet
connection?





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-02-28 Thread stephentw


paul- wrote: 
>  Note the time difference between 
> > 
Code:

  >   > [8.109830] Starting piCorePlayer v6.0.0-b9 startup.

> >   And when the drive is detected.
> 
> In "Beta" mode, goto "Extras" Then Bootcodes.  Increase the waitusb
> value by the time difference you noticed.pluse a second or two.  
> 
> 29586

Ok thanks, think I've managed to sort it now. Well at least it worked on
this reboot.

It has highlighted something else though, this might be a stupid
question with the pi not having a clock built in but is there a way to
set the time manually or does it have to come from the ntp? Or is there
a way to save the time from the previous boot where ntp was found? 

Mine isn't online but I do want the time to work. I know it'll drift but
I don't mind manually changing it occasionally.





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-02-28 Thread stephentw


Yeah using a pi4 and this is the only supported version, I think? Thanks
I'll have a look.





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-02-28 Thread stephentw


Is there a way to delay starting the LMS server? I've noticed if I
reboot the pi LMS starts before my USB drive mounts meaning LMS can't
see my files. I fixed it today by mounting with a new name then
remounting with the original name. Thinking about it restarting LMS
probably would have worked too.





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-02-26 Thread stephentw


Ah fixed it, I had to delete the "output setting" string in squeezelite
settings and it kicked in.





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-02-26 Thread stephentw


Oh ok well it doesn't work for me for some reason. It shows up as a
player and I can play songs from the web interface but I get no sound
from the headphones.





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-02-26 Thread stephentw


Jeff07971 wrote: 
> I've just burned a pCP6.0.0RC1 card and the on board sound seems to be
> working OK for me.
> 
> Its just a player in my system though
> 
> JeffWhich audio output device are you using? I've tried analogue and
analogue which I assumed was the 3.5mm jack on the pi.

Is it a pi4b you tried it on?





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-02-26 Thread stephentw


Hi, I saw way back that there was a known issue with the onboard sound,
has this been resolved? I can only find one mention in the whole thread.


I've got a pi4 i'm setting up as an LMS and wanted to just use the
onboard sound with some headphones to test playback. Music is playing
but no sound from the onboard jack socket.





stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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