FM radio using /dev/radio0

Questions about Wine on Linux
Locked
linuxgrrl
Newbie
Newbie
Posts: 2
Joined: Sun Aug 30, 2015 6:38 pm

FM radio using /dev/radio0

Post by linuxgrrl »

hi. I have a Hauppauge TV card with FM radio tuner built in. Linux recognizes the tuner and sets it up as /dev/radio0

Code: Select all

mary@mythbox:~/Documents$ dmesg | grep radio
[   24.360809] tveeprom: has radio
[   24.399322] msp3400 10-0040: MSP3435G-B6 found on bt878 #0 [sw]: supports radio, mode is autodetect and autoselect
[   24.516986] bttv: 0: registered device radio0
I am trying to run a small program called radiodelay.exe (https://www.daansystems.com/radiodelay/) that pauses live radio. The program starts under WINE, but it doesn't "see" the tuner.

I realize the program is also available under linux, but it requires changing my version of glibc which I understand is dangerous and a bad idea. I have also tried solving this problem natively using mplayer but after lots of work, I have no success and their message board is defunct.

Is there a way to link a WINE program to /dev/radio0? I think my tuner is bt-8878 chip if that helps.
SetantaLP
Level 3
Level 3
Posts: 54
Joined: Mon Jul 31, 2017 3:55 am

Re: FM radio using /dev/radio0

Post by SetantaLP »

You could try adding it in the drive section of winecfg, since this section is used to list all kinds of devices that should be accessible for wine (e.g. COM ports if you have one on your computer). The only problem: if a driver is required to use the device that trick might not work, since drivers are usually quite low level while wine mostly works on api level.
Locked