unknown errors after too many installations
I tried to migrate from Kali 1.10 a to Kali V2 . It scratched and I have to re install .
For now , forget gnuradio 3.7 in kali V2.0 . It took me some late evening to understand the way gnuradio is installed on Kali V2 . It is a mess . nothing is working even TETRA
I re installed a Kali 1.1.0 a 32 bits . This was working fine before my kali V2 tests .With my same routines and installations , I have the following errors running this script :
#!/bin/sh
export TETRA_HACK_PORT=7379
export TETRA_HACK_RXID=$1
ulimit -c unlimited
./osmo-tetra-sq5bpf/src/demod/python/fcdp-tetra_demod_fft_plus.py -D hw:1 -o /dev/stdout | ./osmo-tetra-sq5bpf/src/float_to_bits /dev/stdin /dev/stdout | ./osmo-tetra-sq5bpf/src/tetra-rx /dev/stdin
./osmo-tetra-sq5bpf/src/float_to_bits: error while loading shared libraries: libosmocore.so.4: cannot open shared object file: No such file or directory
./osmo-tetra-sq5bpf/src/tetra-rx: error while loading shared libraries: libosmocore.so.4: cannot open shared object file: No such file or directory
First error below
>>> gr_fir_ccc: using SSE
sample rate: 192000
>>> gr_fir_ccf: using SSE
audio_alsa_source[hw:1]: snd_pcm_hw_params failed: Erreur d'entrée/sortie (means I/O error) :
comments:
alsamixer is working fine
Traceback (most recent call last):
File "./osmo-tetra-sq5bpf/src/demod/python/fcdp-tetra_demod_fft_plus.py", line 96, in <module>
app = stdgui2.stdapp(my_top_block, "OsmoTETRA FCDP", nstatus=1)
File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 38, in __init__
wx.App.__init__ (self, redirect=False)
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 42, in OnInit
self._max_noutput_items)
File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 64, in __init__
self.panel = stdpanel (self, self, top_block_maker, max_nouts)
File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 94, in __init__
self.top_block.start ()
File "/usr/lib/python2.7/dist-packages/gnuradio/gr/top_block.py", line 97, in start
self._tb.start(max_noutput_items)
File "/usr/lib/python2.7/dist-packages/gnuradio/gr/gnuradio_core_runtime.py", line 3035, in start
return _gnuradio_core_runtime.gr_top_block_sptr_start(self, max_noutput_items)
RuntimeError: check topology failed on audio_alsa_source(1) using ninputs=0, noutputs=2
any ideas ?
I tried to migrate from Kali 1.10 a to Kali V2 . It scratched and I have to re install .
For now , forget gnuradio 3.7 in kali V2.0 . It took me some late evening to understand the way gnuradio is installed on Kali V2 . It is a mess . nothing is working even TETRA
I re installed a Kali 1.1.0 a 32 bits . This was working fine before my kali V2 tests .With my same routines and installations , I have the following errors running this script :
#!/bin/sh
export TETRA_HACK_PORT=7379
export TETRA_HACK_RXID=$1
ulimit -c unlimited
./osmo-tetra-sq5bpf/src/demod/python/fcdp-tetra_demod_fft_plus.py -D hw:1 -o /dev/stdout | ./osmo-tetra-sq5bpf/src/float_to_bits /dev/stdin /dev/stdout | ./osmo-tetra-sq5bpf/src/tetra-rx /dev/stdin
./osmo-tetra-sq5bpf/src/float_to_bits: error while loading shared libraries: libosmocore.so.4: cannot open shared object file: No such file or directory
./osmo-tetra-sq5bpf/src/tetra-rx: error while loading shared libraries: libosmocore.so.4: cannot open shared object file: No such file or directory
First error below
>>> gr_fir_ccc: using SSE
sample rate: 192000
>>> gr_fir_ccf: using SSE
audio_alsa_source[hw:1]: snd_pcm_hw_params failed: Erreur d'entrée/sortie (means I/O error) :
comments:
alsamixer is working fine
Traceback (most recent call last):
File "./osmo-tetra-sq5bpf/src/demod/python/fcdp-tetra_demod_fft_plus.py", line 96, in <module>
app = stdgui2.stdapp(my_top_block, "OsmoTETRA FCDP", nstatus=1)
File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 38, in __init__
wx.App.__init__ (self, redirect=False)
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 42, in OnInit
self._max_noutput_items)
File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 64, in __init__
self.panel = stdpanel (self, self, top_block_maker, max_nouts)
File "/usr/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 94, in __init__
self.top_block.start ()
File "/usr/lib/python2.7/dist-packages/gnuradio/gr/top_block.py", line 97, in start
self._tb.start(max_noutput_items)
File "/usr/lib/python2.7/dist-packages/gnuradio/gr/gnuradio_core_runtime.py", line 3035, in start
return _gnuradio_core_runtime.gr_top_block_sptr_start(self, max_noutput_items)
RuntimeError: check topology failed on audio_alsa_source(1) using ninputs=0, noutputs=2
any ideas ?