yuvadm / marconi

An easy-to-use Vagrant-based setup for GNU Radio applications.
16 stars 5 forks source link

Support more RTL and USRP devices #3

Open yuvadm opened 11 years ago

yuvadm commented 11 years ago

Currently only generic rtl2832u devices (vendor id == 0x0bda) are supported.

Might want to support more RTL devices, as well as USRP devices in the future.

themainframe commented 11 years ago

I will test with my FUNcube Dongle Pro and report back.

yuvadm commented 11 years ago

Awesome. Note that you'll need to whitelist your USB device:

v.customize ['usbfilter', 'add', '0', '--target', :id, '--name', '<name>', '--vendorid', '0x<vid>']
themainframe commented 11 years ago

Got it :+1: - It's really a sound device so this might need some work on #4 too...

yuvadm commented 11 years ago

Yeah, #4 is the next issue I want to tackle. It's the last blocking item for a real working environment, given that most applications use sound one way or another.