Pi4 and Pimoroni LineOut : problem
Started by gaston




7 posts in this topic
gaston

4 posts 1 threads Joined: Aug 2022
01-09-22, 11:04 -
#1
Hello all  (from France),

I followed all instructions here http://chromakinetics.com/samplerbox/build.html

But it doesn't works !

Are the 3 configuration files ok and up to date ?

(Config : Pi4 + Pirate audio Line out + Sbox20220206.img image file)
This post was last modified: 01-09-22, 11:55 by gaston.
Guest

 
02-09-22, 13:04 -
#2
(01-09-22, 11:04)gaston Wrote: Hello all  (from France),

I followed all instructions here http://chromakinetics.com/samplerbox/build.html

But it doesn't works !

Are the 3 configuration files ok and up to date ?

(Config : Pi4 + Pirate audio Line out + Sbox20220206.img image file)

Me too (From Australia). I just get a blank screen Sad  I was looking forward to an easy setup!


I also tried the latest build but no-go either. I hope the check and re-fix it.
This post was last modified: 03-09-22, 18:48 by hansehv. Edit Reason: removed duplicated text
hansehv

168 posts 17 threads Joined: Dec 2020
03-09-22, 19:24 -
#3
(01-09-22, 11:04)gaston Wrote: I followed all instructions here http://chromakinetics.com/samplerbox/build.html
But it doesn't works !
Are the 3 configuration files ok and up to date ?
..........Australian addition:
I just get a blank screen Sad I was looking forward to an easy setup!
I also tried the latest build but no-go either. I hope the check and re-fix it.
Hi,
I looked at the three files mentioned there (config, configuration and wifinetworks) and they look pretty OK to me (as I don't own the pimoroni, I can't verify 100%).
You can try to comment the dtparam line like this:
Code:
#dtparam=audio=off
Sbox20220206.zip contains the latest build. In the archive you can find Sbox20210521_latest2.7.zip, which is the latest python2.7 build (so despite the name it's an old one). This does not support PI4 - as a PI4 refuses to start with this build, you'll get an empty screen.
For further help more info is needed, so no easy setup alas: please check the faqs and Commandline access and debugging page.
This post was last modified: 03-09-22, 20:38 by hansehv.
gaston

4 posts 1 threads Joined: Aug 2022
04-09-22, 08:07 -
#4
Thank you, i will try this

After some research I believe that : USB_MOUNTPOINT = /media/usb/ is missing in configuration.txt

When I use this files : https://github.com/hansehv/SamplerBox/bl...ration.txt

The pimoroni make sounds but the screen and the gpio are off ...
hansehv

168 posts 17 threads Joined: Dec 2020
04-09-22, 19:57 -
#5
(04-09-22, 08:07)gaston Wrote: After some research I believe that : USB_MOUNTPOINT = /media/usb/ is missing in configuration.txt

When I use this files : https://github.com/hansehv/SamplerBox/bl...ration.txt, the pimoroni make sounds but the screen and the gpio are off ...

Hi Gaston,
The line is present on the image, on GitHub and on the file on Glenn's site. If it got lost somehown on your local setup, this would indeed cause a crash on start = no sound, no lcd etc.

When you use the github file, you need to change the appropriate lines as indicated on Glenn's site:
Code:
USE_BUTTONS = True
USE_PIMORONI_LCD = True
BUT_incr=05             ; Increase button, increases value/proceeds to next menu choice
BUT_decr=06             ; Decrease button, opposite of above. It will return from submenu
BUT_sel=16              ; Select button, either selects menu choice or returns to menu
BUT_ret=24              ; Return button, returns to menu
They are a bit spread over the file.

Good luck, Hans
gaston

4 posts 1 threads Joined: Aug 2022
05-09-22, 08:07 -
#6
Hi Hans,

I'm sure that USB_MOUNTPOINT = /media/usb/ was missing on Gleenn's site

The site has been update maybe yesterday

I will ask Gleen

Now the samplerbox put this error   :Error loading optionnals (either buttons, http-gui or seria-midi)
gaston

4 posts 1 threads Joined: Aug 2022
Thumbs Up  05-09-22, 09:18 -
#7
Gleen has updated his site Sept 2, 2022

Now the screen and the buttons work Smile
hansehv

168 posts 17 threads Joined: Dec 2020
05-09-22, 19:37 -
#8
(05-09-22, 09:18)gaston Wrote: Gleen has updated his site Sept 2, 2022

Now the screen and the buttons work Smile

This explains it all.
Thanks Gaston for the feedback and Glenn for the update !
Have fun, Hans