@paul- You were correct. The path was not correct. The extension is
working fine now.
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.slimdevices.com/showthread.p
I would like to write some python scripts in PcP and I am running into
some issues with creating and using an extension that contains the
required python packages.
I installed python3.8-pip and installed all the required packages and my
script runs fine. Pip installed all the packages into
/u
The rotary knob just cycles through the various inputs on my units, I
don't see anything about display. Maybe different firmware.
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread:
Have you done anything with the Nuvoton processor on the Evo-Sabre
board? I would like to be able to put the left display into an "off" or
screen saver state without powering down the board. I would also like
to be able to select a specific input rather than cycle through with the
rotary encode
Thanks the image worked great. I still would like to understand why my
manual installation couldn't find that module.
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://foru
Please
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.slimdevices.com/showthread.php?t=114706
___
unix mailing list
un
I don't think I purchased the RPIs from Audiophonics. PcP 8 says RPI 4B
Revision c03112 PCB Rev 1.2 Memory: 4096
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.sl
It's installed:
Code:
tc@pCP:~$ tce-load -i /etc/sysconfig/tcedir/optional/evosabre-py38-deps.tcz
evosabre-py38-deps is already installed!
I started with a fresh PcP 8 install and then installed the extensions
and python script.
-
Hi Pete,
It looks like it's all there.
Code:
tc@pCP:~$ ls /etc/sysconfig/tcedir/optional/evo*
/etc/sysconfig/tcedir/optional/evosabre-py38-deps.tcz
tc@pCP:~$ more /etc/sysconfig/tcedir/onboot.lst
pcp.tcz
pcp-8.0.0-www.tcz
freetype.tcz
python3.8.tcz
I did a fresh install of PcP 8 and installed freetype.tcz, python3.8.tcz
and manually installed evosabre-py38-deps.tcz.
I'm getting an error running lms_oled_3.12_py3.py
Code:
tc@pCP:~$ python3 /home/tc/lms_oled_3.12_py3.py 192.168.1.170
Traceback (most recent call l
I am experiencing an error trying to download the files.
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.slimdevices.com/showthread.php?t=114706
__
I am very interested on getting the second display running on PcP.
Please post the files.
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.slimdevices.com/showthrea
Hi Paul,
Shouldn't pip list show all packages?
I think there is something up with the freetype package in reference to
my previous post.
Patrick
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
V
Hi Paul,
I tried a few times with --user and had the same result.
I did some reading about tinycore and extensions. I ended up using pip
with the --prefix switch and placed the packages in a known spot and
created an extension.
After boot:
Code:
$ pip list
Package
Hi Paul,
I'm still struggling. I installed everything using the --user option.
Code:
~$ sudo pip list
PackageVersion
-- ---
cbor2 5.2.0
Deprecated 1.2.10
luma.core 2.1.0
luma.oled 3.8.1
Pillow 8.0.1
pip20.1.1
pyftdi
Hi Paul,
I can't install luma.core or luma.oled:
Code:
$ python3 -m pip install luma.core
Collecting luma.core
Using cached luma.core-2.1.0-py2.py3-none-any.whl (67 kB)
Requirement already satisfied: RPI.GPIO in
/usr/local/lib/python3.8/site-packages (from luma.c
Hi Paul,
Here is what was added previously to get the Audiophonics scripts
running according to this thread:
https://forums.slimdevices.com/showthread.php?112288-AUDIOPHONICS-RASPDAC-MINI-Kit/page2&highlight=audiophonic
pillow
luma.oled
luma.core
pyftdi
smbus2
spidev
RPI.GPIO
pyusb
pyserial
pyl
Thanks so much for PcP 7!!!
The Audiophonics ISabre Q2M is working properly in PcP 7.0. It
recognizes the DAC immediately.
dmesg:
[5.174481] snd-rpi-i-sabre-q2m soc:sound: Audiophonics Device ID :
01
[5.174983] snd-rpi-i-sabre-q2m soc:sound: Audiophonics API revision
: 02
[5.175
Hi,
I am trying to get another OLED script running on PcP 7 with python3.8.
I get an error running req.pip with setup.py install for RPI.GPIO:
ERROR: Command errored out with exit status 1: /usr/local/bin/python3 -u
-c 'import sys, setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-zzs1y
Thanks
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.slimdevices.com/showthread.php?t=111835
___
unix mailing list
un
Hi Paul,
I only see 6.1. Can you send me a link?
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.slimdevices.com/showthread.php?t=111835
_
will do
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.slimdevices.com/showthread.php?t=111835
___
unix mailing list
u
Hi Paul,
I could send you my DAC for a visit.
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.slimdevices.com/showthread.php?t=111835
_
Dietpi also has the same error initially at boot but the driver does
load.
[ 1.964806] snd-rpi-i-sabre-q2m soc:sound: ASoC: CODEC DAI
i-sabre-codec-dai not registered - will retry
[ 1.964817] snd-rpi-i-sabre-q2m soc:sound: snd_soc_register_card()
failed: 517
[ 2.015940] snd-rpi-i-sabre-q2m
The dietpi has the same driver in config.txt
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.slimdevices.com/showthread.php?t=111835
__
I just rebooted. There is something not right:
Waiting for sound card DAC to populate. Done (1).
Waiting for network Done (13).
Starting ALSA configuration...Found hardware: "I-Sabre_Q2M_DAC" "" "" ""
""
Hardware is initialized using a generic method
.No state is present for card DA
amixer: Mixer hw:1 load error: Remote I/O error
pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.slimdevices.com/showthread.php?t=111835
___
Hello,
I am trying to setup piCorePlayer and the Audiophonics ISabre Q2M volume
control with the Audiophonics 2xES9038Q2M Fully Balanced board
(https://www.audiophonics.fr/en/dac-and-interfaces-for-raspberry-pi/audiophonics-evo-sabre-balanced-dac-2x-es9038q2m-usb-rpi-spdif-bt-xlr-rca-p-14562.html
Hello,
I would like to use an external volume control with PiCorePlayer and
wondered if anybody has anything like that running with PiCorePlayer? I
would like to have the PiCoreplayer digital output set at 100% and
control the volume with a Muses 72320 volume control after my RPI-DAC.
The inter
29 matches
Mail list logo