Re: [SlimDevices: Unix] Experimental: Bluetooth Speaker support in piCorePlayer 3.22

2018-05-07 Thread paul-
Correct, as long as the wifi is using a 5Ghz band. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://sites.google.com/site/picoreplayer/home Please 'donate'

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-05-07 Thread paul-
If you did an insitu update to 3.5.0, you will not get upgraded addon packages. Remove and reinstall shairport-sync. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://sites.google.com/site/picoreplayer/home Please 'donate'

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-05-07 Thread foxsam
I did that but still something is wrong I dont know what. Here is some output: Code: tc@carCorePlayer:~$ lsmod Module Size Used by uinput 8751 1 evdev 11644 0 i2c_dev 6674 4 i2c_bcm2835

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-05-07 Thread Greg Erskine
vlycop wrote: > Hello, > I was wondering if an upgrade of the wifi script was planed anytime soon > ? > after some digging around, i found out that my wifi SSID crashed the > script because it have a "&" in it, and the input isn't sanitized. > I had no luck finding a workaround for now, witch

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-05-07 Thread foxsam
paul- wrote: > what board are you trying to use i2c on. > > I think you have too many modules loaded. > > I don't think you need all of those overlays loaded. i2c_arm is > already turned on by default in pCP. I would just include your i2c_rtc > overlay, and then modprobe i2c_dev in your

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-05-07 Thread paul-
what board are you trying to use i2c on. I think you have too many modules loaded. I don't think you need all of those overlays loaded. i2c_arm is already turned on by default in pCP. I would just include your i2c_rtc overlay, and then modprobe i2c_dev in your startup script.

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-05-07 Thread Greg Erskine
hi foxsam, Did you remove the "nortc" bootcode? regards Greg Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403 View this thread: http://forums.slimdevices.com/showthread.php?t=108852

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-05-07 Thread foxsam
I am having trouble getting i2c support enabled on picore 3.50. I am trying to use an i2c lcd and an rtc ds3231. With the rtc it seems like some kernel modules are not getting loaded. I tried to use the overlays but I am not sure if I am doing it the right way. here is my config.txt (relevent

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-05-07 Thread vlycop
Hello, I was wondering if an upgrade of the wifi script was planed anytime soon ? after some digging around, i found out that my wifi SSID crashed the script because it have a "&" in it, and the input isn't sanitized. I had no luck finding a workaround for now, witch force me to use raspbian, and

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-05-07 Thread Paul Webster
I suggest trying to get 1 i2c device to work at a time to avoid conflicts causing unexpected problems. If you can get each working independently then you would at least know that the basics are fine. For the LCD ... perhaps Slimmer