From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 21561C282C7 for ; Sat, 26 Jan 2019 18:03:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F41852184C for ; Sat, 26 Jan 2019 18:02:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726215AbfAZSC7 convert rfc822-to-8bit (ORCPT ); Sat, 26 Jan 2019 13:02:59 -0500 Received: from saturn.retrosnub.co.uk ([46.235.226.198]:59962 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726089AbfAZSC7 (ORCPT ); Sat, 26 Jan 2019 13:02:59 -0500 Received: from archlinux (cpc91196-cmbg18-2-0-cust659.5-4.cable.virginm.net [81.96.234.148]) by saturn.retrosnub.co.uk (Postfix; Retrosnub mail submission) with ESMTPSA id 187DE9E793E; Sat, 26 Jan 2019 18:02:57 +0000 (GMT) Date: Sat, 26 Jan 2019 18:02:56 +0000 From: Jonathan Cameron To: Kerry Miller Cc: linux-iio@vger.kernel.org Subject: Re: A situation Message-ID: <20190126180256.7df9806b@archlinux> In-Reply-To: <9c9c74fe-0e0b-1d43-8e0f-4dab8f224857@comcast.net> References: <9c9c74fe-0e0b-1d43-8e0f-4dab8f224857@comcast.net> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Thu, 24 Jan 2019 08:46:07 -0700 Kerry Miller wrote: > Hi People, > > My situation is:  I have a PlutoSDR connected to a Raspberry Pi model > 3B+ with a 64Gb micro SD mass storage.  I have gotten the PlutoSDR > drivers loaded onto the Raspberry Pi,  I have gotten gnuradio with > gnuradio-companion loaded onto the Raspberry P.  The GUI lets me make a > flow graph including the PlutoSDR transmitter and receiver.  The Python > code generated by gnuradio-companion can't find the PlutoSDR gr-iio > driver to exercise the PlutoSDR. My question is:  How to expand Python's > view for the PlutoSDR iio interface? > Hi Kerry, This isn't really a kernel IIO related issue. Now there may be people on list that can help, but you are probably better off talking to the supplier (Analog I think?) or relevant SDR community. Jonathan