Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(961) : eval()'d code 34 errorHandler->error_callback
/global.php 961 eval
/showthread.php 28 require_once
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 43 - File: showthread.php(1621) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1621) : eval()'d code 43 errorHandler->error_callback
/showthread.php 1621 eval




Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
DAB PI Problem nach reboot
#1
Hallo zusammen,

Ich hoffe jemand kann mir mit meinem DAB Board helfen

Ich habe ein neu aufgesetztes Wheezy Betriebssystem aufm einer SD karte. (Raspberry Pi2)
Ich stelle die Grund-Config inkl. Enable SPI ein (Bei der frage wegen dem Default antworte ich mit yes)

Anschliessen führe ich einen Reboot druch und fange mit der Installation an z.b. mit dem Komplettpaket:
Einlogen als user pi mit password raspberry (absichtlich nicht geändert)
Ab hier arbeite ich über WinScp und Putty
Code:
wget https://github.com/elmo2k3/dabpi_ctl/raw/master/install_on_fresh_raspbian.sh
chmod a+x install_on_fresh_raspbian.sh
./install_on_fresh_raspbian.sh

Sobald alles Installiert und Kompiliert ist, wende ich mich der firmware zu. Diese habe ich von Björn erhalten, entpackt und mittels winscp in den Ordner dabpi_ctl kopiert.

Nun kommt z.b. folgende Ausgabe:
Code:
pi@raspberrypi ~/dabpi_ctl $ sudo ./dabpi_ctl -b
dabpi_ctl version v0.01-42-gad66780
si46xx_init_mode_fm()
si46xx_get_sys_state answer: 0x800000c001ff
Current mode:
FMHD is active
si46xx_get_part_info answer: 0x800000c0000000005012000000005012000000000100
si46xx_set_property(0x800,0x03)
0x800000c0
si46xx_set_property(0x3500,0x00)
0x800000c0
si46xx_set_property(0x1712,0x00)
0x800000c0
si46xx_set_property(0x202,0x1000)
0x800000c0
si46xx_set_property(0x3C02,0x01)
0x800000c0
si46xx_set_property(0x3900,0x01)
0x800000c0
si46xx_fm_tune_freq(105500)
0x808000c0
pi@raspberrypi ~/dabpi_ctl $

Oder
Code:
pi@raspberrypi ~/dabpi_ctl $ sudo ./dabpi_ctl -a -k 2
dabpi_ctl version v0.01-42-gad66780
si46xx_init_mode_dab()
si46xx_get_sys_state answer: 0x808000c002ff
Current mode:
DAB is active
si46xx_get_part_info answer: 0x808000c0000000005012000000005012000000000100
si46xx_init() done
si46xx_dab_set_freq_list(): 0x808000c0
si46xx_set_property(0xB501,0x00)
0x808000c0
si46xx_set_property(0xB505,0x00)
0x808000c0
si46xx_set_property(0xB400,0x00)
0x808000c0
si46xx_set_property(0x8100,0x01)
0x808000c0
si46xx_set_property(0x1712,0x01)
0x808000c0
si46xx_set_property(0x1710,0x1710)
0x808000c0
si46xx_set_property(0x1711,0x1711)
0x808000c0
si46xx_set_property(0x800,0x03)
0x808000c0
si46xx_dab_tune_freq(0): 0x818000c0
si46xx_dab_set_freq_list(): 0x818000c0
si46xx_dab_tune_freq(0): 0x818000c0
si46xx_dab_digrad_status():
Channel 0: ACQ: 0 RSSI: 13 SNR: 0
si46xx_dab_tune_freq(1): 0x818000c0
si46xx_dab_digrad_status():
Channel 1: ACQ: 0 RSSI: 11 SNR: -10
si46xx_dab_tune_freq(2): 0x818000c0
si46xx_dab_digrad_status():
Channel 2: ACQ: 0 RSSI: 11 SNR: 0

oder

Code:
pi@raspberrypi ~/dabpi_ctl $ sudo ./dabpi_ctl -i 1
dabpi_ctl version v0.01-42-gad66780
si46xx_dab_tune_freq(1): 0x818000c0

Nun führe ich einen Reboot durch und anschliessend kommen folgende Meldungen:
Code:
pi@raspberrypi ~/dabpi_ctl $ sudo modprobe snd-soc-rpi-dabpi
libkmod: ERROR ../libkmod/libkmod.c:554 kmod_search_moddep: could not open moddep file '/lib/modules/3.18.11+/modules.dep.bin'
Code:
pi@raspberrypi ~/dabpi_ctl $ dmesg | tail -n1
[   38.479433] Adding 102396k swap on /var/swap.  Priority:-1 extents:2 across:2134012k SSFS
Code:
pi@raspberrypi ~/dabpi_ctl $ lsmod
Module                  Size  Used by
Code:
pi@raspberrypi ~/dabpi_ctl $ sudo ./dabpi_ctl -b
dabpi_ctl version v0.01-42-gad66780
Unable to open SPI device: No such file or directory
Kann mir jemand helfen? Smile
Zitieren


Nachrichten in diesem Thema
DAB PI Problem nach reboot - von schnibli - 29.10.2015, 06:50
RE: DAB PI Problem nach reboot - von E-B - 29.10.2015, 10:46
RE: DAB PI Problem nach reboot - von schnibli - 29.10.2015, 15:45
RE: DAB PI Problem nach reboot - von E-B - 29.10.2015, 15:54
RE: DAB PI Problem nach reboot - von schnibli - 29.10.2015, 17:48
RE: DAB PI Problem nach reboot - von E-B - 29.10.2015, 18:38
RE: DAB PI Problem nach reboot - von schnibli - 29.10.2015, 19:02
RE: DAB PI Problem nach reboot - von schnibli - 30.10.2015, 13:10
RE: DAB PI Problem nach reboot - von E-B - 30.10.2015, 21:01
RE: DAB PI Problem nach reboot - von schnibli - 31.10.2015, 12:49
RE: DAB PI Problem nach reboot - von schnibli - 01.11.2015, 10:52
RE: DAB PI Problem nach reboot - von E-B - 01.11.2015, 12:28

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 2 Gast/Gäste
RasPiCarProjekt