discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Getting the usrp and gnuradio going... Problems


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Getting the usrp and gnuradio going... Problems
Date: Sat, 17 Mar 2007 18:17:44 -0700
User-agent: Mutt/1.5.9i

On Sat, Mar 17, 2007 at 06:34:51PM -0500, Bob Cameron wrote:
> Hi all
> 
> SuSE 10.1, Subversion as of a day or two ago, sdcc built from source.
> USRP box arrived here two days ago..
> 
> Configure/build of gnuradio worked fine after I grabbed all the right
> packages. The SuSE instruction kind of has the wrong python path
> specified but that was easy to fix. I have done the udev/hotplug mod but
> am running as root whilst I work the problem.
> 
> Can turn LED on and off with usper. The USB info in /var/log/messages
> looks fine.
> 
> I have plugged in a basic and 0-50MHz RX in RX A. In a fit of problem
> solving I additionally plugged a basic RX into RX B.
> 
> When I try to run;
> 
> Type "cd gnuradio-examples/python/usrp" and hit Enter. Type "python
> test_counting.py" and hit Enter.
> 
> The LED rate slows down and maybe 10 seconds later I get a error dump;
> 
> usrp_open_interface:usb_claim_interface: failed interface 2
> could not claim interface 2: No such file or directory
> usrp_basic_rx: can't open rx interface

This happens when either your machine doesn't have a USB2 controller
(EHCI) or when the EHCI module isn't loaded.

On one of my SuSE 10.1 machines I get this:

address@hidden mail]$ lsmod | grep -E '(usb|ehci)'
usbhid                 44640  0
ehci_hcd               31880  0
usbcore               115716  4 usbhid,ehci_hcd,uhci_hcd




address@hidden mail]$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT 
Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML 
Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express 
Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
(rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 
(rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 
(rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 
02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 
02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 
02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 
02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 02)  <-- the EHCI controller
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA 
Storage Controller IDE (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet 
Controller
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network 
Connection (rev 02)
15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b4)
15:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 09)
15:00.2 Class 0805: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 
18)


Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]