Re: [SlimDevices: Unix] piCorePlayer and Adafruit Si4713 (FM transmitter)?

2016-11-12 Thread paul-

The boot drive is not mounted by default.  Just mount it to edit the
config.

Yes, /opt/bootlocal.sh is the right place



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=106286

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] piCorePlayer and Adafruit Si4713 (FM transmitter)?

2016-11-12 Thread gestein

Now - I think - I managed to get the smbus-modul.


Code:

wget  http://tinycorelinux.net/7.x/armv6/tcz/py-smbus.tcz
  tce-load -i ./py-smbus.tcz



Is this correct? At least I can start now the python-script.

Btw:
There is no "/mnt/mmblk0p1/config.txt".
How can I check if I2C is enabled?

Is this the start-up script where I could place my script?
/opt/bootlocal.sh

I would place it after the last line in the file with:
sudo python \radio.py&
Is this correct?

Thanks and best regards
Gerhard



gestein's Profile: http://forums.slimdevices.com/member.php?userid=66143
View this thread: http://forums.slimdevices.com/showthread.php?t=106286

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2016-11-12 Thread bias

I successfully managed to install jivelite on the latest version of
raspbian usings a 3.2" Waveshare TFT. Everything is working fine except
the "when off" screensaver (when playing works fine!). I want it to
display the Clock but no matter what I select (not even Blank Screen),
nothing happens when i press the off button (music stops). If it matters
I am using jivelite to remote control squeezelite on another machine
(Behavior is the same if iI select one of my Squeezebox Radios)

Any help would be appreciated.
Tobias



bias's Profile: http://forums.slimdevices.com/member.php?userid=66250
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] piCorePlayer and Adafruit Si4713 (FM transmitter)?

2016-11-12 Thread gestein

Hello,

Unfortunately I have been away for some time.
Now I set up an new piCorePlayer and installed python GPIO
tce-load -wi python-RPi.GPIO.tcz

After this I made a df

Code:

FilesystemSize  Used Available Use% Mounted on
  tmpfs   391.1M 10.8M380.3M   3% /
  tmpfs   217.3M 0217.3M   0% /dev/shm
  /dev/mmcblk0p2   42.2M 27.6M 11.2M  71% /mnt/mmcblk0p2
  /dev/loop01.1M  1.1M 0 100% /tmp/tcloop/alsa-utils
  /dev/loop1  128.0K128.0K 0 100% /tmp/tcloop/alsa
  /dev/loop2  128.0K128.0K 0 100% 
/tmp/tcloop/busybox-httpd
  /dev/loop3  128.0K128.0K 0 100% /tmp/tcloop/dialog
  /dev/loop41.9M  1.9M 0 100% /tmp/tcloop/openssh
  /dev/loop51.1M  1.1M 0 100% 
/tmp/tcloop/firmware-atheros
  /dev/loop6  256.0K256.0K 0 100% 
/tmp/tcloop/firmware-rpi3-wireless
  /dev/loop7  128.0K128.0K 0 100% 
/tmp/tcloop/firmware-ralinkwifi
  /dev/loop8  256.0K256.0K 0 100% 
/tmp/tcloop/firmware-rtlwifi
  /dev/loop98.0K  8.0K 0 100% /tmp/tcloop/wifi
  /dev/loop10  10.0M 10.0M 0 100% /tmp/tcloop/python
  /dev/loop11 128.0K128.0K 0 100% 
/tmp/tcloop/python-RPi.GPIO
  /dev/loop12 384.0K384.0K 0 100% /tmp/tcloop/libasound
  /dev/loop13 256.0K256.0K 0 100% /tmp/tcloop/ncurses
  /dev/loop14 128.0K128.0K 0 100% /tmp/tcloop/libedit
  /dev/loop15   1.1M  1.1M 0 100% /tmp/tcloop/openssl
  /dev/loop16 128.0K128.0K 0 100% 
/tmp/tcloop/wireless_tools
  /dev/loop17 384.0K384.0K 0 100% 
/tmp/tcloop/wpa_supplicant
  /dev/loop18 128.0K128.0K 0 100% /tmp/tcloop/bzip2-lib
  /dev/loop19 128.0K128.0K 0 100% /tmp/tcloop/gdbm
  /dev/loop20 116.0K116.0K 0 100% /tmp/tcloop/readline
  /dev/loop21 512.0K512.0K 0 100% /tmp/tcloop/sqlite3
  /dev/loop22 768.0K768.0K 0 100% 
/tmp/tcloop/alsa-modules-4.4.20-piCore+
  /dev/loop23 128.0K128.0K 0 100% /tmp/tcloop/libiw
  /dev/loop24   2.8M  2.8M 0 100% 
/tmp/tcloop/wireless-4.4.20-piCore+
  /dev/loop25 256.0K256.0K 0 100% /tmp/tcloop/libnl



Then I made a directory "/mnt/mmcblk0p2/opt/Adafruit-Si4713-RPi" and
copied the python classes.
But when I start python with "python ./radio.py", I get the following
error:


Code:

Traceback (most recent call last):
  File "./radio.py", line 4, in 
  from Adafruit_Si4713 import Adafruit_Si4713
  File "/mnt/mmcblk0p2/opt/Adafruit-Si4713-RPi/Adafruit_Si4713.py", line 10, in 

  from Adafruit_I2C import Adafruit_I2C
  File "/mnt/mmcblk0p2/opt/Adafruit-Si4713-RPi/Adafruit_I2C.py", line 3, in 

  import smbus
  ImportError: No module named smbus



But I can not find any modul for the smbus.
Does anyone know how to solve this?

Thanks in advance
Gerhard



gestein's Profile: http://forums.slimdevices.com/member.php?userid=66143
View this thread: http://forums.slimdevices.com/showthread.php?t=106286

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2016-11-12 Thread soundcheck

audiomuze wrote: 
> I recently compiled and installed Squeezelite on an Amlogic S905 ARM
> Cortex-A53 1.5Ghz quad core CPU device running Arch Linux for Arm.  I
> installed using Arch's user repository which in effect pulls the files
> from https://github.com/ralph-irving/squeezelite
> 
> The compile and install ran without issue and squeezelite fires up, but
> on playback I get intermittent "static/ clicks" for lack of a better
> word.  The higher the resolution of the file the more I encounter this. 
> I also noticed squeezelite's CPU usage is far higher than I'd have
> anticipated (50%+).  Anyone else encountered this and any tips?

Only if SL "resamples" the load skyrockets. What are your startup
options?

On my PI2 (Arch Linux)  I'm looking at a load of around 0.5% @ 44.1



::: ' Touch Toolbox and more' (http://soundcheck-audio.blogspot.com) :::
by soundcheck

soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] PiCorePlayer cuts out.

2016-11-12 Thread d6jg

Back to the original topic. Have you tried reflashing the SD card?



*Vortexbox LMS 7.9 music on QNAP TS419p via NFS* iThingys/iPeng/Tablets
*Living Room* - SB3 -> Onkyo TS606 - > Celestion Ditton F20s - Zone 2 ->
Sony TA FE 320 -> Sennheiser RS 130 & B&W P7
*Office* - RPi -> Sony TA FE320 -> Celestion F10s / SB3 -> Onkyo CRN 755
-> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) -> Topping TP20 ->
Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=106411

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] PiCorePlayer cuts out.

2016-11-12 Thread d6jg

Man in a van wrote: 
> stop being an arse :p:)

I should have said "Thanks but ..." 😀



*Vortexbox LMS 7.9 music on QNAP TS419p via NFS* iThingys/iPeng/Tablets
*Living Room* - SB3 -> Onkyo TS606 - > Celestion Ditton F20s - Zone 2 ->
Sony TA FE 320 -> Sennheiser RS 130 & B&W P7
*Office* - RPi -> Sony TA FE320 -> Celestion F10s / SB3 -> Onkyo CRN 755
-> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) -> Topping TP20 ->
Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=106411

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2016-11-12 Thread audiomuze

I recently compiled and installed Squeezelite on an Amlogic S905 ARM
Cortex-A53 1.5Ghz quad core CPU device running Arch Linux for Arm.  I
installed using Arch's user repository which in effect pulls the files
from https://github.com/ralph-irving/squeezelite

The compile and install ran without issue and squeezelite fires up, but
on playback I get intermittent "static/ clicks" for lack of a better
word.  The higher the resolution of the file the more I encounter this. 
I also noticed squeezelite's CPU usage is far higher than I'd have
anticipated (50%+).  Anyone else encountered this and any tips?



*'puddletag' (http://puddletag.sourceforge.net/)* - now packaged in most
Linux distributions.

audiomuze's Profile: http://forums.slimdevices.com/member.php?userid=33613
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix