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
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
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
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
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.
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
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
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
---
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
---
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
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
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
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 :)
---
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
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
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
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
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
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
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
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
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
---
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
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
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
25 matches
Mail list logo