Page 1 of 1

FM radio player (for WinTV PCI card) ?

Posted: Wed 30 Dec 2015, 18:43
by torm
Probably a dumb question..
Then again, somehow I can't find anything that would work.

Nothing todo with webradios, it is for actual FM 88-108 MHz radio reception.
PC is: Fujitsu-Siemens Scaleo-E, WinTV PCI card (analog/digital TV, FM-radio, S-video)
TahrPup6** with VLC (vlc works fine with DVB-T, do I need something extra for FM?)

Any ideas?

Posted: Thu 31 Dec 2015, 08:33
by robwoj44

Posted: Tue 12 Jan 2016, 09:44
by torm
do these need Gtk1.* ?
:(

The one that needs compiling, didn't...
Probably I'm too dumb to figure out some missing dependencies or something.. :oops:

Think I'll try to install Gtk1 and see where it goes

Posted: Tue 12 Jan 2016, 10:46
by Semme
Torm, it would appear the one does.

Unless the binary's on your path, use ldd like this from within the same directory:

Code: Select all

ldd ./gradio
	linux-gate.so.1 =>  (0xffffe000)
	libgtk-1.2.so.0 => not found
	libgdk-1.2.so.0 => not found
	libgmodule-1.2.so.0 => not found
	libglib-1.2.so.0 => not found
Did you try DMCRadio? Does it find your device?