I hooked up an FM radio board on my computer, it is detected by Linux but I'm unable to make it work with VLC. I would like to listen to station 95.7Mhz, but VLC returns a video with a snowy signal and no sound. Here's the command I use:
Code: Select all
vlc v4l2:// :v4l2-dev=/dev/radio0 :v4l2-standard=0 :v4l2-tuner-frequency=95700000
Code: Select all
agpgart fd loop4 ppp ram4 shm tty16 tty3 tty43 tty57 ttyS11 ttyS25 urandom vcs6
autofs full loop5 psaux ram5 snapshot tty17 tty30 tty44 tty58 ttyS12 ttyS26 usbmon0 vcsa
block fuse loop6 ptmx ram6 snd tty18 tty31 tty45 tty59 ttyS13 ttyS27 usbmon1 vcsa1
bsg hidraw0 loop7 pts ram7 stderr tty19 tty32 tty46 tty6 ttyS14 ttyS28 usbmon2 vcsa2
btrfs-control hidraw1 mapper radio0 ram8 stdin tty2 tty33 tty47 tty60 ttyS15 ttyS29 usbmon3 vcsa3
bus hidraw2 mcelog ram0 ram9 stdout tty20 tty34 tty48 tty61 ttyS16 ttyS3 usbmon4 vcsa4
char hidraw3 mem ram1 random tty tty21 tty35 tty49 tty62 ttyS17 ttyS30 usbmon5 vcsa5
console hpet net ram10 rfkill tty0 tty22 tty36 tty5 tty63 ttyS18 ttyS31 v4l vcsa6
core input network_latency ram11 rtc tty1 tty23 tty37 tty50 tty7 ttyS19 ttyS4 vbi0 vga_arbiter
cpu kmsg network_throughput ram12 rtc0 tty10 tty24 tty38 tty51 tty8 ttyS2 ttyS5 vcs video0
cpu_dma_latency log null ram13 sda tty11 tty25 tty39 tty52 tty9 ttyS20 ttyS6 vcs1 zero
disk loop0 nvidia0 ram14 sda1 tty12 tty26 tty4 tty53 ttyprintk ttyS21 ttyS7 vcs2
dvb loop1 nvidiactl ram15 sda2 tty13 tty27 tty40 tty54 ttyS0 ttyS22 ttyS8 vcs3
ecryptfs loop2 oldmem ram2 sda5 tty14 tty28 tty41 tty55 ttyS1 ttyS23 ttyS9 vcs4
fb0 loop3 port ram3 sg0 tty15 tty29 tty42 tty56 ttyS10 ttyS24 uinput vcs5
Thanks,