Giter Site home page Giter Site logo

albrechtl / dab-rpi_raspbian_image Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 1.0 37.79 MB

Stores all files that dab-rpi needs to run on raspbian

License: GNU General Public License v3.0

Shell 0.01% JavaScript 0.10% CSS 0.22% C 7.99% C++ 80.52% Objective-C 4.08% CMake 0.67% QML 6.41%

dab-rpi_raspbian_image's Introduction

dab-rpi SD-card image

The dab-rpi SD-card image enables you to listen DAB and DAB+ radio with a Raspberry Pi 2 or 3.

Warning: At the moment dab-rpi and the Raspberry image are in an early development stage! Usage at your own risk!

dab-rpi Screenshot

Table of contents

Description

dab-rpi is based on SDR-J by Jan van Katwijk. You can find the original code here: https://github.com/JvanKatwijk/dab-rpi

At the moment the nice GUI that is presented here is not included on the official version. But it is planned to added the GUI to the official version. You find the fork with the GUI here: https://github.com/AlbrechtL/dab-rpi

This repository just holds all binary files to run dab-rpi with GPU acceleration on a Raspberry Pi 2 and 3 with the official raspbian image.

The image itself is based on 2016-05-27-raspbian-jessie-lite.img.

Usage of the Raspberry image

Hardware requirements

  • Raspberry Pi 2 or 3
  • Touch screen
  • A powerful power source (see section power issues)
  • A RTL2823U DVB-T stick to receive the radio signals

I tested the image only with a Raspberry Pi 3 and the official 7" touch display. But any other display should also work. You can also connect a mouse to the system if you don't have a touch display.

Download

You have to download the following file "20160731_dab-rpi.img.7z" and unpack it with 7zip.

Installation

  • You need a 2 GB SD-card

  • Unpack the image with 7zip

  • Copy the image to a SD-card

      $ sudo dd bs=4M if=20160731_dab-rpi.img /dev/mmcblk
    
  • Put the SD-card into your Raspberry Pi

Usage

dab-rpi starts automatically after the boot. You can use dab-rpi easily with a touch screen. If you closed dab-rpi you can restart it with the command $ dab-rpi

To login you can use to following users (ssh is also possible)

  • Username: pi

  • Password: raspberry

  • Username: root

  • Password: raspberry

Input sources

The following radio sources are supported. Both source are using auto gain control (AGC) by default.

  • RTL2823U DVB-T stick (by default)
  • rtl_tcp client

You can change it in the file "/etc/dab-rpi.ini" in the section "[General]"

   device=dabstick # RTL2823U DVB-T stick

or

   device=rtl_tcp # rtl_tcp client

rtl_tcp setup

rtl_tcp is a tool to connect the RTL2823U DVB-T stick to another PC and stream the raw data via TCP. The data rate about 5 MB/s so a simple Wifi network is not working.

  1. On the server PC start the tool with the following command on port 1235.
     $ rtl_tcp -a [local server IP] -p 1235
  1. Adapt the input device in the file "/etc/dab-rpi.ini" in the section "[General]"
     device=rtl_tcp # rtl_tcp client
  1. Adapt the server IP address in "/etc/dab-rpi.ini" in the section "[rtl_tcp_client]"
     remote-server=[server IP]

Power supply issues

TBD

Troubleshooting

If something is not working take a look into the file "/tmp/dab-rpi_output.log". All text output is redirected to this file.

Create your own Raspberry image

The following description bases on the raspbian image "2016-05-27-raspbian-jessie-lite.img"

  1. Download the raspbian lite image from https://www.raspberrypi.org/downloads/raspbian/
  2. Flash the image to a SD-card
  3. Boot the Raspberry image and login
  4. Create a root user and set a the password "raspberry"
$ sudo su
$ passwd
  1. Login as root
  2. Enable the ssh root login and change the line "PermitRootLogin without-password" to "PermitRootLogin yes"
$ nano /etc/ssh/sshd_config 
  1. Restart ssh
$ service ssh restart 
  1. Install software
    • dab-rpi needs the libraries libfaad2, libfftw3-3, libportaudio2, libusb-1.0-0, librtlsdr0 and libsndfile1
    • QT with EGLFS mode needs the libraries libinput5, libxcb-xinerama0, libts-0.0-0, tsconf, libxkbcommon0 and libfontconfig1
$ apt get update
$ apt-get install libfaad2 libfftw3-3 libportaudio2 libusb-1.0-0 librtlsdr0 libsndfile1 libinput5 libxcb-xinerama0 libts-0.0-0 tsconf libxkbcommon0 libfontconfig1
  1. On the host PC clone this repository
$ git clone https://github.com/AlbrechtL/dab-rpi_raspbian_image.git
  1. Copy the data to the Raspberry
$ cd dab-rpi_raspbian_image
$ rsync -av rootfs/ root@IP:/
  1. Back on the Raspberry fix the EGL/GLES libraries symbolic links
$ rm /usr/lib/arm-linux-gnueabihf/libEGL.so.1.0.0 /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0
$ ln -s /opt/vc/lib/libEGL.so /usr/lib/arm-linux-gnueabihf/libEGL.so.1.0.0
$ ln -s /opt/vc/lib/libEGL.so /usr/lib/arm-linux-gnueabihf/libEGL.so.1
$ ln -s /opt/vc/lib/libGLESv2.so /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0
$ ln -s /opt/vc/lib/libGLESv2.so /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2
  1. Fix librtsdr symbolic link
$ ln -s /usr/lib/arm-linux-gnueabihf/librtlsdr.so.0 /usr/local/lib/librtlsdr.so
  1. Run ldconfig to find the QT libraries and rtlsdr library
$ ldconfig
  1. Disable the blank screen after a while

    Edit /boot/cmdline and add "consoleblank=0" to end of the string

$ nano /boot/cmdline
$ cat /boot/cmdline
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait consoleblank=0
  1. If your screen is rotated add the following lines to /boot/config.txt
# Rotate display
lcd_rotate=2
  1. By default this image sets the 3.5 mm audio jack volume to 100 %. To change this change the line following line in "/etc/rc.local"
# Set the audio jack volume to 100 %
/usr/bin/amixer set PCM -- 100% >/tmp/amixer_output.log 2>/tmp/amixer_err_output.log
  1. Reboot the Raspberry and enjoy dab-rpi

dab-rpi and QT cross compiling

The tutorial is to cross compile dab-rpi and QT 5.7 with GPU acceleration for a Raspberry 2 or 3 and has to be followed one by one.

  1. Follow the tutorial https://wiki.qt.io/RaspberryPi2EGLFS but use QT lib 5.7 instead of 5.6
  2. If you get the following QT compile error please read the QTBUG-55029
 qeglfsbrcmintegration.cpp:35:22: fatal error: bcm_host.h: No such file or directory
 #include <bcm_host.h>
  1. Compile qtxmlpatterns on the host PC
# cd ~/raspi
# git clone git://code.qt.io/qt/qtxmlpatterns.git -b 5.7
# cd qtxmlpatterns
# ~/raspi/qt5/bin/qmake -r
# make
# make install
  1. Compile qtdeclarative on the host PC
# cd ~/raspi
# git clone git://code.qt.io/qt/qtdeclarative.git -b 5.7
# cd qtdeclarative
# ~/raspi/qt5/bin/qmake -r
# make
# make install
  1. Compile qtquickcontrols on the host PC
# cd ~/raspi
# git clone git://code.qt.io/qt/qtquickcontrols.git -b 5.7
# cd qtquickcontrols
# ~/raspi/qt5/bin/qmake -r
# make
# make install
  1. Compile qtquickcontrols2 on the host PC
# cd ~/raspi
# git clone git://code.qt.io/qt/qtquickcontrols2.git -b 5.7
# cd qtquickcontrols2
# ~/raspi/qt5/bin/qmake -r
# make
# make install
  1. Compile qtcharts on the host PC
# cd ~/raspi
# git clone git://code.qt.io/qt/qtcharts.git -b 5.7
# cd qtcharts
# ~/raspi/qt5/bin/qmake -r
# make
# make install
  1. Install all necessary libraries to compile dab-rpi on the RPi
# apt-get install libfaad-dev libfftw3-dev portaudio19-dev libusb-1.0-0-dev librtlsdr-dev libsndfile1-dev
  1. Resync all new files between the host PC and the RPi
# cd ~/raspi
# rsync -avz pi@IP:/lib sysroot
# rsync -avz pi@IP:/usr/include sysroot/usr
# rsync -avz pi@IP:/usr/lib sysroot/usr
# rsync -avz pi@IP:/opt/vc sysroot/opt
  1. Adjust symlinks to be relative
# cd ~/raspi
# ./sysroot-relativelinks.py sysroot
  1. Now you can setup QT Creator as it is explanied in the tutorial https://wiki.qt.io/RaspberryPi2EGLFS
  2. Clone dab-rpi and open it with QT Creator
# cd ~/raspi
# https://github.com/AlbrechtL/dab-rpi.git
  1. Cross compile dab-rpi, load it to the RPi and start it

dab-rpi_raspbian_image's People

Contributors

albrechtl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

vr2vye

dab-rpi_raspbian_image's Issues

Not working - latest RPI2

I have a dongle that works fine on PC/mac on RPI it appears as:
Bus 001 Device 004: ID 0bda:2832 Realtek Semiconductor Corp. RTL2832U DVB-T

This seems down to USB power - it needs a powered hub, other wise you get the log below.
Managed to tune a few local DAB stations, but most are missing like BBC etc.

However there is no audio!

here is the error log....
ini file = /etc/.dab-rpi.ini
Unable to query physical screen size, defaulting to 100 dpi.
To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
qrc:/QML/main.qml:223:5: QML Connections: Cannot assign to non-existent property "onNewDateTime"
qrc:/QML/main.qml:223:5: QML Connections: Cannot assign to non-existent property "onMotChanged"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onSignalPower"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onLanguageType"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onStationType"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onAudioType"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onDabType"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onBitrate"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onFicFlag"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onSyncFlag"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onSignalFlag"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onCurrentStation"
qrc:/QML/SettingsPage.qml:12:5: QML Connections: Cannot assign to non-existent property "onFoundChannelCount"
qrc:/QML/SettingsPage.qml:12:5: QML Connections: Cannot assign to non-existent property "onChannelScanProgress"
qrc:/QML/SettingsPage.qml:12:5: QML Connections: Cannot assign to non-existent property "onChannelScanStopped"
qrc:/QML/SettingsPage.qml:13: ReferenceError: cppGUI is not defined
qrc:/QML/main.qml:190: ReferenceError: stationModel is not defined
qrc:/QML/RadioView.qml:117: ReferenceError: cppGUI is not defined
qrc:/QML/main.qml:224: ReferenceError: cppGUI is not defined
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround40
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround41
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround50
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround51
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround71
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
Hostapis: 2

Api 0 is ALSA

Api 1 is OSS

Investigating Device 0

(output):item 1 wordt stream 0 (bcm2835 ALSA: - (hw:0,0))

Investigating Device 1

(output):item 2 wordt stream 1 (bcm2835 ALSA: IEC958/HDMI (hw:0,1))

Investigating Device 2

(output):item 3 wordt stream 2 (sysdefault)

Investigating Device 3

(output):item 4 wordt stream 3 (default)

Investigating Device 4

(output):item 5 wordt stream 4 (dmix)

added items to combobox
select device with 3
Suggested size for outputbuffer = 2560
stream opened
stream started
ofdmProcessor is closing down
QThread::start: Thread termination error: No such process
ofdm decoder is closing down now
OK, functions seem to be loaded
Found Rafael Micro R820T tuner
samplerate set to 2048000
Supported gain values (29): 49.6 48.0 44.5 43.9 43.4 42.1 40.2 38.6 37.2 36.4 33.8 32.8 29.7 28.0 25.4 22.9 20.7 19.7 16.6 15.7 14.4 12.5 8.7 7.7 3.7 2.7 1.4 0.9 0.0 QSettings::endGroup: No matching beginGroup()
qrc:/QML/SettingsPage.qml:13: ReferenceError: cppGUI is not defined
qrc:/QML/RadioView.qml:117: ReferenceError: cppGUI is not defined
qrc:/QML/main.qml:224: ReferenceError: cppGUI is not defined
Starting 1

Scan channel: 5A, 174928 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 5B, 176640 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 5C, 178352 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 5D, 180064 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 6A, 181936 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 6B, 183648 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 6C, 185360 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 6D, 187072 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 7A, 188928 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 7B, 190640 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 7C, 192352 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 7D, 194064 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 8A, 195936 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 8B, 197648 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 8C, 199360 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 8D, 201072 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 9A, 202928 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 9B, 204640 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 9C, 206352 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 9D, 208064 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 10A, 209936 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 10B, 211648 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 10C, 213360 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 10D, 215072 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 11A, 216928 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 11B, 218640 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 11C, 220352 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 11D, 222064 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 12A, 223936 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 12B, 225648 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 12C, 227360 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 12D, 229072 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 13A, 230748 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 13B, 232496 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 13C, 234208 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 13D, 235776 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 13E, 237488 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
Scan channel: 13F, 239200 kHz
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_write_reg failed with -9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9
r82xx_write: i2c wr failed=-9 reg=17 len=1
r82xx_set_freq: failed=-9
rtlsdr_demod_write_reg failed with -9
rtlsdr_demod_read_reg failed with -9

no audio latest RPI 2

output from error log:

ini file = /etc/.dab-rpi.ini
Unable to query physical screen size, defaulting to 100 dpi.
To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
qrc:/QML/main.qml:223:5: QML Connections: Cannot assign to non-existent property "onNewDateTime"
qrc:/QML/main.qml:223:5: QML Connections: Cannot assign to non-existent property "onMotChanged"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onSignalPower"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onLanguageType"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onStationType"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onAudioType"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onDabType"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onBitrate"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onFicFlag"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onSyncFlag"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onSignalFlag"
qrc:/QML/RadioView.qml:116:5: QML Connections: Cannot assign to non-existent property "onCurrentStation"
qrc:/QML/SettingsPage.qml:12:5: QML Connections: Cannot assign to non-existent property "onFoundChannelCount"
qrc:/QML/SettingsPage.qml:12:5: QML Connections: Cannot assign to non-existent property "onChannelScanProgress"
qrc:/QML/SettingsPage.qml:12:5: QML Connections: Cannot assign to non-existent property "onChannelScanStopped"
qrc:/QML/SettingsPage.qml:13: ReferenceError: cppGUI is not defined
qrc:/QML/main.qml:190: ReferenceError: stationModel is not defined
qrc:/QML/RadioView.qml:117: ReferenceError: cppGUI is not defined
qrc:/QML/main.qml:224: ReferenceError: cppGUI is not defined
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround40
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround41
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround50
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround51
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround71
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
Hostapis: 2

Api 0 is ALSA

Api 1 is OSS

Investigating Device 0

(output):item 1 wordt stream 0 (bcm2835 ALSA: - (hw:0,0))

Investigating Device 1

(output):item 2 wordt stream 1 (bcm2835 ALSA: IEC958/HDMI (hw:0,1))

Investigating Device 2

(output):item 3 wordt stream 2 (sysdefault)

Investigating Device 3

(output):item 4 wordt stream 3 (default)

Investigating Device 4

(output):item 5 wordt stream 4 (dmix)

added items to combobox
select device with 3
Suggested size for outputbuffer = 2560
stream opened
stream started
ofdmProcessor is closing down
QThread::start: Thread termination error: No such process
ofdm decoder is closing down now
OK, functions seem to be loaded
Found Rafael Micro R820T tuner
samplerate set to 2048000
Supported gain values (29): 49.6 48.0 44.5 43.9 43.4 42.1 40.2 38.6 37.2 36.4 33.8 32.8 29.7 28.0 25.4 22.9 20.7 19.7 16.6 15.7 14.4 12.5 8.7 7.7 3.7 2.7 1.4 0.9 0.0 QSettings::endGroup: No matching beginGroup()
qrc:/QML/SettingsPage.qml:13: ReferenceError: cppGUI is not defined
qrc:/QML/RadioView.qml:117: ReferenceError: cppGUI is not defined
qrc:/QML/main.qml:224: ReferenceError: cppGUI is not defined
Starting 1

Scan channel: 5A, 174928 kHz
Scan channel: 5B, 176640 kHz
OFDM spectrum correlation coefficient = 0.828957
OFDM spectrum correlation coefficient = 0.801387
Input buffer overflows: 796 (within 10 s), CPU to slow?
Scan channel: 5C, 178352 kHz
Scan channel: 5D, 180064 kHz
Input buffer overflows: 521 (within 10 s), CPU to slow?
Scan channel: 6A, 181936 kHz
OFDM spectrum correlation coefficient = 0.805817
Input buffer overflows: 2502 (within 10 s), CPU to slow?
Input buffer overflows: 2624 (within 10 s), CPU to slow?
Input buffer overflows: 2632 (within 10 s), CPU to slow?
Scan channel: 6B, 183648 kHz
Scan channel: 6C, 185360 kHz
OFDM spectrum correlation coefficient = 0.800164
Input buffer overflows: 1398 (within 10 s), CPU to slow?
Scan channel: 6D, 187072 kHz
Scan channel: 7A, 188928 kHz
OFDM spectrum correlation coefficient = 0.800759
Scan channel: 7B, 190640 kHz
Scan channel: 7C, 192352 kHz
Scan channel: 7D, 194064 kHz
Input buffer overflows: 1592 (within 10 s), CPU to slow?
Scan channel: 8A, 195936 kHz
Scan channel: 8B, 197648 kHz
Scan channel: 8C, 199360 kHz
Scan channel: 8D, 201072 kHz
OFDM spectrum correlation coefficient = 0.857771
Input buffer overflows: 2147 (within 10 s), CPU to slow?
Input buffer overflows: 2624 (within 10 s), CPU to slow?
Input buffer overflows: 2621 (within 10 s), CPU to slow?
Input buffer overflows: 2629 (within 10 s), CPU to slow?
Scan channel: 9A, 202928 kHz
Scan channel: 9B, 204640 kHz
Scan channel: 9C, 206352 kHz
Scan channel: 9D, 208064 kHz
OFDM spectrum correlation coefficient = 0.804178
Scan channel: 10A, 209936 kHz
Input buffer overflows: 1817 (within 10 s), CPU to slow?
Scan channel: 10B, 211648 kHz
OFDM spectrum correlation coefficient = 0.804262
Input buffer overflows: 266 (within 10 s), CPU to slow?
Scan channel: 10C, 213360 kHz
Scan channel: 10D, 215072 kHz
OFDM spectrum correlation coefficient = 0.823178
Input buffer overflows: 429 (within 10 s), CPU to slow?
Scan channel: 11A, 216928 kHz
Scan channel: 11B, 218640 kHz
OFDM spectrum correlation coefficient = 0.880540
Input buffer overflows: 498 (within 10 s), CPU to slow?
Input buffer overflows: 37 (within 10 s), CPU to slow?
Input buffer overflows: 68 (within 10 s), CPU to slow?
Input buffer overflows: 31 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Found channel 11B
Input buffer overflows: 1 (within 10 s), CPU to slow?
Found station Absolute C Rock
Input buffer overflows: 3 (within 10 s), CPU to slow?
Found station Gaydio
Input buffer overflows: 5 (within 10 s), CPU to slow?
Found station Fun Kids
Input buffer overflows: 2 (within 10 s), CPU to slow?
Found station Voice Of Islam
Input buffer overflows: 5 (within 10 s), CPU to slow?
Found station Bloomberg Radio
Found station ABN RADIO UK
Found station Matryoshka Radio
Found station Ahomka Radio UK
Found station Polish Radio Ldn
Found station LYCA DIL SE 1035
Scan channel: 11C, 220352 kHz
Input buffer overflows: 170 (within 10 s), CPU to slow?
Scan channel: 11D, 222064 kHz
OFDM spectrum correlation coefficient = 0.874778
Input buffer overflows: 253 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 5 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Scan channel: 12A, 223936 kHz
Input buffer overflows: 3 (within 10 s), CPU to slow?
Scan channel: 12B, 225648 kHz
OFDM spectrum correlation coefficient = 0.866429
Input buffer overflows: 74 (within 10 s), CPU to slow?
Input buffer overflows: 5 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 5 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Scan channel: 12C, 227360 kHz
Scan channel: 12D, 229072 kHz
Input buffer overflows: 31 (within 10 s), CPU to slow?
Scan channel: 13A, 230748 kHz
Scan channel: 13B, 232496 kHz
OFDM spectrum correlation coefficient = 0.850010
Input buffer overflows: 2074 (within 10 s), CPU to slow?
Input buffer overflows: 2619 (within 10 s), CPU to slow?
Input buffer overflows: 2623 (within 10 s), CPU to slow?
Scan channel: 13C, 234208 kHz
Scan channel: 13D, 235776 kHz
Input buffer overflows: 2375 (within 10 s), CPU to slow?
Scan channel: 13E, 237488 kHz
Scan channel: 13F, 239200 kHz
Input buffer overflows: 2370 (within 10 s), CPU to slow?
Input buffer overflows: 2550 (within 10 s), CPU to slow?
Input buffer overflows: 2542 (within 10 s), CPU to slow?
Input buffer overflows: 2614 (within 10 s), CPU to slow?
Input buffer overflows: 2624 (within 10 s), CPU to slow?
OFDM spectrum correlation coefficient = 0.869669
Input buffer overflows: 1670 (within 10 s), CPU to slow?
Input buffer overflows: 5 (within 10 s), CPU to slow?
we found for Bloomberg Radio serviceId 49627
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 9 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 5 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 25 (within 10 s), CPU to slow?
Input buffer overflows: 11 (within 10 s), CPU to slow?
Input buffer overflows: 20 (within 10 s), CPU to slow?
Input buffer overflows: 12 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 7 (within 10 s), CPU to slow?
Input buffer overflows: 5 (within 10 s), CPU to slow?
Found station LYCA RADIO 1458
Found station The Wireless
Found station Chill
Found station IBC Tamil
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 38 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 5 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 22 (within 10 s), CPU to slow?
Input buffer overflows: 13 (within 10 s), CPU to slow?
Found station Premier Gospel
Input buffer overflows: 6 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 5 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 25 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 16 (within 10 s), CPU to slow?
Input buffer overflows: 84 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 19 (within 10 s), CPU to slow?
Input buffer overflows: 8 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 43 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 5 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 6 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 7 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
Input buffer overflows: 6 (within 10 s), CPU to slow?
Input buffer overflows: 9 (within 10 s), CPU to slow?
Input buffer overflows: 7 (within 10 s), CPU to slow?
Input buffer overflows: 7 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 5 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 7 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 2 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 3 (within 10 s), CPU to slow?
Input buffer overflows: 1 (within 10 s), CPU to slow?
we found for ABN RADIO UK serviceId 49369
Input buffer overflows: 15 (within 10 s), CPU to slow?
Input buffer overflows: 72 (within 10 s), CPU to slow?
Input buffer overflows: 7 (within 10 s), CPU to slow?
Input buffer overflows: 4 (within 10 s), CPU to slow?
Input buffer overflows: 5 (within 10 s), CPU to slow?
Input buffer overflows: 8 (within 10 s), CPU to slow?

compiling tutorial for RPi 3

Tried to follow instructions for RPi cross compiling but when i try to start welle-io on Pi, i get the error, that the binary file can't be opened.

I also have problems while testing the qopenwidget. I followed the insturcion and "removed" EGL/GLES libraries and added symbolic links, but when i boot to command line, qopenwidget outputs the error about missing libraries.

Is it also possible to run welle-io on x desktop of Pi?

[Raspberry] no audio latest RPI 3

Title says it all....

Seems to tune in stations better than an RPI 2 but still audio is dead until I reset alsa to force jack out like this

amixer cset numid=3 1
amixer cset numid=2 1

Sound plays but 128k stereo is all choppy. mono 80k just about plays.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.