Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-07-11 Thread fvzeppelin
Hi all, I cannot mount a samba share in my home network which works well with other computers. I first tried to configure it via the GUI, but as it didn't work, I tried to debug it from the command line. dmesg output is: Code: [ 581.803946] CIFS: Attempting to mount

Re: [SlimDevices: Unix] piCorePlayer 6.x.x - Bluetooth

2020-06-13 Thread fvzeppelin
For those who have a more picky DAC and want to use it with a bluetooth player: Normally, you set the output format in the Squeezelite settings, but a bluetooth player seems to bypass these. So, here is what I did (for a Hifiberry driver forced to give 32bit output): - Modify /etc/asound.con

Re: [SlimDevices: Unix] piCorePlayer 6.x.x - Bluetooth

2020-06-12 Thread fvzeppelin
kossihh wrote: > No, no - may be i have not clearly express my suggestion: > Surely i'll configure everything via the web interface to prepare for a > successful connection. But the pairing and connection itself of a new > phone and the following usage of the pCP box as bluetooth speaker or > s

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2020-06-06 Thread fvzeppelin
Thanks, again! I have updated the Readme according to you description :) fvzeppelin's Profile: http://forums.slimdevices.com/member.php?userid=65388 View this thread: http://forums.slimdevices.com/showthread.php?t=110964

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2020-06-05 Thread fvzeppelin
Great that you could fix it :D Thanks a lot for documenting what you did (and for mentioning me :cool:)! Does this mean that you did not need to modify the ALSA config file? fvzeppelin's Profile: http://forums.slimdevices.

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2020-06-05 Thread fvzeppelin
By the way: Probably the C-3PO plugin for LMS will solve your problem with LMS as source for Volumio, if you use the same settings as you did in Volumio. fvzeppelin's Profile: http://forums.slimdevices.com/member.php?useri

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2020-06-05 Thread fvzeppelin
It is hard for me to help, as I don't have this setup running at the moment. But let me try: I think, the right file on pCP to place the change is /etc/asound.conf Additionally, you have to add etc/asound.conf to /opt/.filetool.lst (if it's not yet in there). Afterwards, do a backup from the pCP

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2020-06-05 Thread fvzeppelin
Have you done this part, too (and made it persistent) on pCp? > sudo nano ~/.asoundrc Copy and paste the following lines (paste by right clicking): pcm.InterpolatedOutput { type plug slave { pcm "hw:0,0" format S24_LE rate 48000 } } pcm.!default InterpolatedOutput ---

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2020-06-04 Thread fvzeppelin
Most likely, you have an inconsistent i2s configuration. Have you checked the wiring and ADAU1701 config as described in the original repo: https://github.com/MKSounds/ADAU1701-I2S-Audio-Driver-for-Raspberry-Pi#settings-of-the-adau1701 ---

Re: [SlimDevices: Unix] piCorePlayer 6.x.x - Bluetooth

2020-05-22 Thread fvzeppelin
First of all: Thank you for integration the bluetooth functions!! Really great improvement :) Question: Is it possible to permanently turn "Discover" on? Reason: After reboot I always need to pair my phone again with pCp. Because the pCp is not discoverable by default, I have to visit the web int

Re: [SlimDevices: Unix] Playing Bluetooth audio via piCorePlayer

2020-05-22 Thread fvzeppelin
Ah, sorry, just came across this: https://forums.slimdevices.com/showthread.php?111972-piCorePlayer-6-x-x-Bluetooth fvzeppelin's Profile: http://forums.slimdevices.com/member.php?userid=65388 View this thread: http://for

Re: [SlimDevices: Unix] Playing Bluetooth audio via piCorePlayer

2020-05-22 Thread fvzeppelin
Hi, I managed to get bluetooth streaming to a Pi Zero W AND squeezelite running in peaceful coexistence on a standard Raspbian Lite within 30 minutes following these 2 tutorials: 1. https://www.tutonaut.de/raspberry-pi-als-bluetooth-airplay-empfaenger-kombi/ 2. http://www.gerrelt.nl/RaspberryPi/w

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2019-09-14 Thread fvzeppelin
paul- wrote: > Put 48000 in the max sample rate field. (-r) > > The put vLX in the upsample setting. (-R). Thank you for this one :) Just checked it with a clean install and only using the dtbo on github. Worked like a charm :) ---

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2019-09-14 Thread fvzeppelin
paul- wrote: > Cool. You can do the resampling client side with squeezelite too.Where? > Couldn't find it :( Gesendet von meinem SM-A750FN mit Tapatalk fvzeppelin's Profile: http://forums.slimdevices.com/member.php?u

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2019-09-13 Thread fvzeppelin
fvzeppelin wrote: > > Nevertheless, music played via Squeezelite is played too fast, probably > a sample rate issue. Is there an easy way to force Squeezelite to > resample to 48kHz? C-3PO was the answer - now, everything seems to wo

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2019-09-13 Thread fvzeppelin
Ok, after replacing the spdif-transmitter with pcm5102a, it worked :) Put my files here: https://github.com/fvzeppelin/ADAU1701-I2S-Audio-Driver-for-Raspberry-Pi Nevertheless, music played via Squeezelite is played too fast, probably a sample rate issue. Is there an easy way to force Squeezelite

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2019-09-13 Thread fvzeppelin
paul- wrote: > I do not believe spdif-transmitter is an included driver. You can try > to grab it from > https://repo.picoreplayer.org/repo/10.x/armv6/releases/RPi/src/kernel/4.19.40-pcpCore_modules.tar.xz > Thanks again! I couldn't find it in the given archive :( Maybe I'll give it a try with

Re: [SlimDevices: Unix] ADAU1701 with piCorePlayer?

2019-09-13 Thread fvzeppelin
paul- wrote: > What is in dmesg? > > There must be a driver needed. What driver is used in Raspbian. 28194 Thank you for your reply! dmesg attached. As I read he dts, it uses - simple-audio-card - spdif-transmitter - i2s - Link to dts: https://github.com/MKSounds/ADAU1701-I2S-Audio-D

[SlimDevices: Unix] ADAU1701 with piCorePlayer?

2019-09-13 Thread fvzeppelin
Hello, I managed to get my ADAU1701 based Sure DAC running on Raspbian, basically using this guide and dto: https://digital-audio-labs.jimdofree.com/english/raspberry-pi/adau1701-i2s-driver/ Unfortunately, I couldn't get this running on piCorePlayer, which is what I need in the end: After putting

Re: [SlimDevices: Unix] piCorePlayer: Problem with Equalizer

2019-09-07 Thread fvzeppelin
fvzeppelin wrote: > Hello, > > I have a wonderful music player setup based on piCorePlayer on a Pi2, > and IQaudIO's Pi-DAC+/Pi-AMP+ combo :D > > But, as soon as I set up the equalizer, there are fast, periodic, plops > (serveral times/sec). > I played a lot with

Re: [SlimDevices: Unix] piCorePlayer IR support

2019-09-07 Thread fvzeppelin
paul- wrote: > Not a previously known issue, but it is now. > > You will need to ssh in, and edit the file > > /usr/local/etc/pcp/pcp.cfg > > Set these two variables to no. > > IR_LIRC="no" > IR_KEYTABLES="no"Thank you! I had one of these Sunfounder IR receiver modules > left over, which wo

Re: [SlimDevices: Unix] piCorePlayer IR support

2019-09-06 Thread fvzeppelin
Hello, after un-installing the lirc and keytables support, my pcp still only offers the uninstall buttons and I cannot install the keytables support, again. Is this a known problem? Can I fix this somehow, e.g. by manually installing stuff? Any help would be great! Frank ---

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-04-23 Thread fvzeppelin
bluetdi wrote: > Same question, I want to add the Screen Switcher applet. When I copied > the applet to > /home/tc/.jivelite/userpath/applets > it was gone the next time I rebooted piCore. Is it possible it was only > copied to RAM? How can I copy it on the SD-Card? Thank you for giving me this

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-04-22 Thread fvzeppelin
ralphy wrote: > Not without recompiling the jivelite binary. > > The Quit applet registers a Quit event which resides in the C code to > handle an orderly shutdown of all the resources jivelite opens. Ok - got it ;) Is there an easy way of adding applets to Jivelite? I' m afraid that I will ha

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-04-21 Thread fvzeppelin
Hi Ralphy, would it be possible to give the "Quit" button a Code: os.execute("sudo shutdown now") Frank fvzeppelin's Profile: http://forums.slimdevices.com/member.php?userid