Re: Receiving on two channels with E310/E312

2022-07-28 Thread Marcus D. Leech
On 2022-07-28 11:22, Lipski, Michael Victor wrote: I tried running rx_multi_samples, but I wasn't sure exactly what arguments to use: __ my@comp:/usr/local/lib/uhd/examples$ ./rx_multi_samples --args="addr=192.168.10.43" --rate=100 --channels="0,1" Creating the usrp device with: addr=192

Re: Problem seeing HackRF hardware on Mac via a Docker Container

2022-07-28 Thread George Edwards
Hi Marcus, do you know if a Docker Container on Mac talk to either the X310 or N310 radio? George On Thu, Jul 28, 2022, 11:32 AM Marcus Müller wrote: > Hi George, > > Docker on Mac OS cannot pass through USB devices: > > > https://docs.docker.com/desktop/faqs/general/#can-i-pass-through-a-usb-de

Re: Problem seeing HackRF hardware on Mac via a Docker Container

2022-07-28 Thread George Edwards
Thanks Marcus! George On Thu, Jul 28, 2022, 11:32 AM Marcus Müller wrote: > Hi George, > > Docker on Mac OS cannot pass through USB devices: > > > https://docs.docker.com/desktop/faqs/general/#can-i-pass-through-a-usb-device-to-a-container > > So, this is sadly impossible. > > Best regards, > M

Re: Problem seeing HackRF hardware on Mac via a Docker Container

2022-07-28 Thread Marcus Müller
Hi George, Docker on Mac OS cannot pass through USB devices: https://docs.docker.com/desktop/faqs/general/#can-i-pass-through-a-usb-device-to-a-container So, this is sadly impossible. Best regards, Marcus On 7/28/22 17:03, George Edwards wrote: Hello GNURadio Community! I am working with Gn

Re: Receiving on two channels with E310/E312

2022-07-28 Thread Lipski, Michael Victor
I tried running rx_multi_samples, but I wasn't sure exactly what arguments to use: my@comp:/usr/local/lib/uhd/examples$ ./rx_multi_samples --args="addr=192.168.10.43" --rate=100 --channels="0,1" Creating the usrp device with: addr=192.168.10.43... [INFO] [UHD] linux; GNU C++ version 9.4.0;

Problem seeing HackRF hardware on Mac via a Docker Container

2022-07-28 Thread George Edwards
Hello GNURadio Community! I am working with Gnuradio 3.9 on a Mac. Gnuradio runs inside a Docker Container. I build a Gnuradio flow graph with a soapy HackRF source block to interface with the HackRF hardware. When I run the flow graph, it says there is no matching HackRF. Will appreciate any sug