JvanKatwijk / dabradio

little brother of Qt-DAB for use under Linux-x64, Windows and RPI2/3 (Obsolete, see qt-dab/dab-mini)
GNU General Public License v2.0
14 stars 3 forks source link

Does not work with RTL2832 based Astrometa DVB-DAB-FM-SDR stick #7

Open sorabsuperstar opened 3 years ago

sorabsuperstar commented 3 years ago

Hi Jvan

Qt-DAB does not recognize Astrometa DVB-DAB-FM-SDR stick, tells me to "use one with RTL2823U or similar chipset) I am using the 2018 revision of the Astrometa stick as described here https://linuxtv.org/wiki/index.php/Astrometa_DVB-T2 . It has an RTL 2832 based tuner (also, but not relevant for DAB: it has a Sony CXD2837ER demodulator chip for DVBT2). The stick works just fine in welle.io and other SDR software such as Gqrx. OS is KDE Neon (Ubuntu 20.04) Linux Kernel 5.4. Happy to provide more information about the device if you are interested.

JvanKatwijk commented 3 years ago

did you build qt-dab yourself or did you use the appImage

Op ma 8 mrt. 2021 om 12:33 schreef sorabsuperstar <notifications@github.com

:

Hi Jvan Qt-DAB does not recognize Astrometa DVB-DAB-FM-SDR stick, tells me to "use one with RTL2823U or similar chipset) I am using the 2018 revision of the Astrometa stick as described here https://linuxtv.org/wiki/index.php/Astrometa_DVB-T2 . It has an RTL 2832 based tuner (also, but not relevant for DAB: it has a Sony CXD2837ER demodulator chip for DVBT2). The stick works just fine in welle.io and other SDR software such as Gqrx. OS is KDE Neon (Ubuntu 20.04) Linux Kernel 5.4. Happy to provide more information about the device if you are interested.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dabradio/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQHWRHWS7IJDBCGC3LDTCSYZXANCNFSM4YZHRJOQ .

-- Jan van Katwijk

JvanKatwijk commented 3 years ago

Strange behaviour. I assume you installed a support library on your system. If you are using a "home-built" version, you could look at what is written on the terminal, there are basically three possibilities. Either the library is not found, ot the library is found but there is no access through the usb port or the device cannot be found In all these cases you get the answer you were reporting

Op ma 8 mrt. 2021 om 13:07 schreef jan van katwijk j.vankatwijk@gmail.com:

did you build qt-dab yourself or did you use the appImage

Op ma 8 mrt. 2021 om 12:33 schreef sorabsuperstar < notifications@github.com>:

Hi Jvan Qt-DAB does not recognize Astrometa DVB-DAB-FM-SDR stick, tells me to "use one with RTL2823U or similar chipset) I am using the 2018 revision of the Astrometa stick as described here https://linuxtv.org/wiki/index.php/Astrometa_DVB-T2 . It has an RTL 2832 based tuner (also, but not relevant for DAB: it has a Sony CXD2837ER demodulator chip for DVBT2). The stick works just fine in welle.io and other SDR software such as Gqrx. OS is KDE Neon (Ubuntu 20.04) Linux Kernel 5.4. Happy to provide more information about the device if you are interested.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dabradio/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQHWRHWS7IJDBCGC3LDTCSYZXANCNFSM4YZHRJOQ .

-- Jan van Katwijk

-- Jan van Katwijk

JvanKatwijk commented 3 years ago

di you have further details?

Op ma 8 mrt. 2021 om 15:39 schreef jan van katwijk @.***>:

Strange behaviour. I assume you installed a support library on your system. If you are using a "home-built" version, you could look at what is written on the terminal, there are basically three possibilities. Either the library is not found, ot the library is found but there is no access through the usb port or the device cannot be found In all these cases you get the answer you were reporting

Op ma 8 mrt. 2021 om 13:07 schreef jan van katwijk @.***

:

did you build qt-dab yourself or did you use the appImage

Op ma 8 mrt. 2021 om 12:33 schreef sorabsuperstar < @.***>:

Hi Jvan Qt-DAB does not recognize Astrometa DVB-DAB-FM-SDR stick, tells me to "use one with RTL2823U or similar chipset) I am using the 2018 revision of the Astrometa stick as described here https://linuxtv.org/wiki/index.php/Astrometa_DVB-T2 . It has an RTL 2832 based tuner (also, but not relevant for DAB: it has a Sony CXD2837ER demodulator chip for DVBT2). The stick works just fine in welle.io and other SDR software such as Gqrx. OS is KDE Neon (Ubuntu 20.04) Linux Kernel 5.4. Happy to provide more information about the device if you are interested.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dabradio/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQHWRHWS7IJDBCGC3LDTCSYZXANCNFSM4YZHRJOQ .

-- Jan van Katwijk

-- Jan van Katwijk

-- Jan van Katwijk

sorabsuperstar commented 3 years ago

Hi Jvan

 

I am terribly sorry I have not been able to answer earlier. I really appreciate your quick resposiveness; so shame on me that I failed to return it.

 

I am using the App Image release. Havent been trying to compile it myself, because installing portaudio19-dev would break a lot of dependencies on my system (mostly *:i386 versions of system libraries).  

Yes, you are absolutely right, the problem was that Qt-DAB could not find librtlsdr.so.

The reason was that the library is called librtlsdr.so.0.6.0 on my machine.

So a simple sudo ln /usr/lib/x86_64-linux-gnu/librtlsdr.so.0.6.0 /usr/lib/x86_64-linux-gnu/librtlsdr.so did the trick for me. The application is starting now and recognizing the Astrometa stick :)

 

Thanks again and keep up your good work

 

Best regards

Sören

 

Gesendet: Montag, 15. März 2021 um 22:10 Uhr Von: "JvanKatwijk" @.> An: "JvanKatwijk/dabradio" @.> Cc: "sorabsuperstar" @.>, "Author" @.> Betreff: Re: [JvanKatwijk/dabradio] Does not work with RTL2832 based Astrometa DVB-DAB-FM-SDR stick (#7)

  di you have further details?

Op ma 8 mrt. 2021 om 15:39 schreef jan van katwijk @.***>:

Strange behaviour. I assume you installed a support library on your system. If you are using a "home-built" version, you could look at what is written on the terminal, there are basically three possibilities. Either the library is not found, ot the library is found but there is no access through the usb port or the device cannot be found In all these cases you get the answer you were reporting

Op ma 8 mrt. 2021 om 13:07 schreef jan van katwijk @.***

:

did you build qt-dab yourself or did you use the appImage

Op ma 8 mrt. 2021 om 12:33 schreef sorabsuperstar < @.***>:

Hi Jvan Qt-DAB does not recognize Astrometa DVB-DAB-FM-SDR stick, tells me to "use one with RTL2823U or similar chipset) I am using the 2018 revision of the Astrometa stick as described here https://linuxtv.org/wiki/index.php/Astrometa_DVB-T2 . It has an RTL 2832 based tuner (also, but not relevant for DAB: it has a Sony CXD2837ER demodulator chip for DVBT2). The stick works just fine in welle.io and other SDR software such as Gqrx. OS is KDE Neon (Ubuntu 20.04) Linux Kernel 5.4. Happy to provide more information about the device if you are interested.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dabradio/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQHWRHWS7IJDBCGC3LDTCSYZXANCNFSM4YZHRJOQ .

-- Jan van Katwijk

-- Jan van Katwijk

-- Jan van Katwijk — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JvanKatwijk commented 3 years ago

Thanks for letting me know!

If you have more questions (well, let us limit it to qt-dab), feel free to ask

all the best jan

Op vr 9 apr. 2021 om 14:56 schreef sorabsuperstar @.***

:

Hi Jvan

I am terribly sorry I have not been able to answer earlier. I really appreciate your quick resposiveness; so shame on me that I failed to return it.

I am using the App Image release. Havent been trying to compile it myself, because installing portaudio19-dev would break a lot of dependencies on my system (mostly *:i386 versions of system libraries).

Yes, you are absolutely right, the problem was that Qt-DAB could not find librtlsdr.so.

The reason was that the library is called librtlsdr.so.0.6.0 on my machine.

So a simple sudo ln /usr/lib/x86_64-linux-gnu/librtlsdr.so.0.6.0 /usr/lib/x86_64-linux-gnu/librtlsdr.so did the trick for me. The application is starting now and recognizing the Astrometa stick :)

Thanks again and keep up your good work

Best regards

Sören

Gesendet: Montag, 15. März 2021 um 22:10 Uhr Von: "JvanKatwijk" @.> An: "JvanKatwijk/dabradio" @.> Cc: "sorabsuperstar" @.>, "Author" @.> Betreff: Re: [JvanKatwijk/dabradio] Does not work with RTL2832 based Astrometa DVB-DAB-FM-SDR stick (#7)

di you have further details?

Op ma 8 mrt. 2021 om 15:39 schreef jan van katwijk @.***>:

Strange behaviour. I assume you installed a support library on your system. If you are using a "home-built" version, you could look at what is written on the terminal, there are basically three possibilities. Either the library is not found, ot the library is found but there is no access through the usb port or the device cannot be found In all these cases you get the answer you were reporting

Op ma 8 mrt. 2021 om 13:07 schreef jan van katwijk @.***

:

did you build qt-dab yourself or did you use the appImage

Op ma 8 mrt. 2021 om 12:33 schreef sorabsuperstar < @.***>:

Hi Jvan Qt-DAB does not recognize Astrometa DVB-DAB-FM-SDR stick, tells me to "use one with RTL2823U or similar chipset) I am using the 2018 revision of the Astrometa stick as described here https://linuxtv.org/wiki/index.php/Astrometa_DVB-T2 . It has an RTL 2832 based tuner (also, but not relevant for DAB: it has a Sony CXD2837ER demodulator chip for DVBT2). The stick works just fine in welle.io and other SDR software such as Gqrx. OS is KDE Neon (Ubuntu 20.04) Linux Kernel 5.4. Happy to provide more information about the device if you are interested.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dabradio/issues/7, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACCPHQHWRHWS7IJDBCGC3LDTCSYZXANCNFSM4YZHRJOQ

.

-- Jan van Katwijk

-- Jan van Katwijk

-- Jan van Katwijk — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dabradio/issues/7#issuecomment-816662349, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQF5N3DSROSATAF7C7LTH32RBANCNFSM4YZHRJOQ .

-- Jan van Katwijk