FM radio player (for WinTV PCI card) ?

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
User avatar
torm
Posts: 186
Joined: Sat 07 Mar 2015, 19:56

FM radio player (for WinTV PCI card) ?

#1 Post 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?


User avatar
torm
Posts: 186
Joined: Sat 07 Mar 2015, 19:56

#3 Post 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

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#4 Post 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?

Post Reply