Send USRP-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of USRP-users digest..."
Today's Topics:
1. XISE project USRP3 B200 (Ezequiel)
2. USRP E100 - updating UHD (Leonardo S. Cardoso)
3. Problem when install UHD driver for USRP B210 (Tran Phi)
4. Re: Problem when install UHD driver for USRP B210 (Marcus M?ller)
5. Error when install UHD driver for USRP B210 (Tran Phi)
6. Re: Error when install UHD driver for USRP B210 (Marcus M?ller)
----------------------------------------------------------------------
Message: 1
Date: Fri, 3 Jul 2015 16:47:08 +0000
From: Ezequiel <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [USRP-users] XISE project USRP3 B200
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Hello , I want to synthesize the project .xise generated by the makefile
provided by GitHub ( USRP3 / top / b200 ) to generate a new FPGA bitstream with
some more verilog modules created by me , but when I open the project with
ISE14.7 i can't synthesize because of errors. How should I proceed to generate
the project to make changes?ThanksEzequiel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20150703/eefa237d/attachment-0001.html>
------------------------------
Message: 2
Date: Fri, 3 Jul 2015 15:08:50 +0200
From: "Leonardo S. Cardoso" <[email protected]>
To: [email protected]
Subject: [USRP-users] USRP E100 - updating UHD
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"
Hello everyone,
I?m facing some problems trying to update the UHD version of my USRP E100.
I?ve followed the steps described in the redmine:
http://code.ettus.com/redmine/ettus/projects/usrpe1xx/
<http://code.ettus.com/redmine/ettus/projects/usrpe1xx/> to update the kernel
modules as well as to re-compile UHD from the sources. Whenever I try to launch
any uhd command to test the new installation I get:
linux; GNU C++ version 4.5.3 20110311 (prerelease); Boost_104500;
UHD_003.005.004-140-gfb32ed16
Creating the usrp device with: ...
-- Loading FPGA image: /usr/local/share/uhd/images/usrp_e100_fpga_v2.bin...
done = 1
-- Configuration complete.
-- Initializing FPGA clock to 64.000000MHz...
-- USRP-E100 clock control: 10
-- r_counter: 2
-- a_counter: 0
-- b_counter: 20
-- prescaler: 8
-- vco_divider: 5
-- chan_divider: 5
-- vco_rate: 1600.000000MHz
-- chan_rate: 320.000000MHz
-- out_rate: 64.000000MHz
--
-- Opening device node /dev/usrp_e0...
-- Performing control readback test... Error: RuntimeError: fifo ctrl timed out
looking for acks
I?ve been googling for a while for an answer but with no luck. Do you guys have
any clues on how to fix this?
Best regards,
Leo
--
Leonardo S. Cardoso
Associate Professor
CITI lab, INSA-Lyon - INRIA
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20150703/50913975/attachment-0001.html>
------------------------------
Message: 3
Date: Fri, 3 Jul 2015 01:00:04 +0900
From: Tran Phi <[email protected]>
To: [email protected]
Subject: [USRP-users] Problem when install UHD driver for USRP B210
Message-ID:
<CABRpsF9=x5rzfvbbv8xmf06cj3jo+sotu6h6tjsm9pnuzmh...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi everybody !
I've received a board USRP B210 and tries to install the UHD driver for it.
I follow the steps:
sudo apt-get install libuhd-dev libuhd003 uhd-host
sudo bash -c 'echo "deb
http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/`lsb_release
<http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/lsb_release> -cs`
`lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list'
sudo apt-get update
sudo apt-get install -t `lsb_release -cs` uhd
But i always meet the error when run the last command:
root@dcn-desktop:/opt/OAI/UHD/uhd/host/build/examples# sudo apt-get install
-t `lsb_release -cs` uhd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
uhd
0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
Need to get 29.5 MB of archives.
After this operation, 137 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
uhd
Install these packages without verification? [y/N] y
Get:1 http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/trusty/
trusty/main uhd amd64 003.008.000-release [29.5 MB]
Fetched 29.5 MB in 8s (3,341
kB/s)
(Reading database ... 198639 files and directories currently installed.)
Preparing to unpack .../uhd_003.008.000-release_amd64.deb ...
Installing UHD.
Unpacking uhd (003.008.000-release) ...
dpkg: error processing archive
/var/cache/apt/archives/uhd_003.008.000-release_amd64.deb (--unpack):
trying to overwrite '/usr/share/man/man1/usrp2_card_burner.1.gz', which is
also in package uhd-host 3.5.5-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Errors were encountered while processing:
/var/cache/apt/archives/uhd_003.008.000-release_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
does anybody have the experice with this problem ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20150703/abe97e33/attachment-0001.html>
------------------------------
Message: 4
Date: Fri, 03 Jul 2015 19:04:18 +0200
From: Marcus M?ller <[email protected]>
To: [email protected]
Subject: Re: [USRP-users] Problem when install UHD driver for USRP
B210
Message-ID: <[email protected]>
Content-Type: text/plain; charset="windows-1252"
Hi Tran Phi,
it's absolutely essential that you uninstall all UHD packages coming
directly from Ubuntu, as these old versions will conflict with the new
version:
sudo apt-get remove uhd-host
Note that all the packages that Ubuntu ships (e.g. GNU Radio) that rely
on UHD will be removed -- there's no way around that, because they were
built using Ubuntu's prehistoric version, and can't work with the
current UHD. You will need to rebuild these packages from source code
yourself.
Luckily, there's help with that. So after you've installed UHD from the
Ettus repositories, go to http://pybombs.info and follow the
instructions there to get GNU Radio and related software.
Best regards,
Marcus
On 07/02/2015 06:00 PM, Tran Phi via USRP-users wrote:
> Hi everybody !
>
> I've received a board USRP B210 and tries to install the UHD driver
> for it.
> I follow the steps:
> sudo apt-get install libuhd-dev libuhd003 uhd-host
> sudo bash -c 'echo "deb
> http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/`lsb_release
> <http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/lsb_release> -cs`
> `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list'
> sudo apt-get update
> sudo apt-get install -t `lsb_release -cs` uhd
>
> But i always meet the error when run the last command:
>
> root@dcn-desktop:/opt/OAI/UHD/uhd/host/build/examples# sudo apt-get
> install -t `lsb_release -cs` uhd
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following NEW packages will be installed:
> uhd
> 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
> Need to get 29.5 MB of archives.
> After this operation, 137 MB of additional disk space will be used.
> WARNING: The following packages cannot be authenticated!
> uhd
> Install these packages without verification? [y/N] y
> Get:1 http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/trusty/
> trusty/main uhd amd64 003.008.000-release [29.5 MB]
> Fetched 29.5 MB in 8s (3,341
> kB/s)
> (Reading database ... 198639 files and directories currently installed.)
> Preparing to unpack .../uhd_003.008.000-release_amd64.deb ...
> Installing UHD.
> Unpacking uhd (003.008.000-release) ...
> dpkg: error processing archive
> /var/cache/apt/archives/uhd_003.008.000-release_amd64.deb (--unpack):
> trying to overwrite '/usr/share/man/man1/usrp2_card_burner.1.gz',
> which is also in package uhd-host 3.5.5-1
> dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
> Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
> Errors were encountered while processing:
> /var/cache/apt/archives/uhd_003.008.000-release_amd64.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>
> does anybody have the experice with this problem ?
>
>
> _______________________________________________
> USRP-users mailing list
> [email protected]
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20150703/465c35d4/attachment-0001.html>
------------------------------
Message: 5
Date: Sat, 4 Jul 2015 13:30:27 +0900
From: Tran Phi <[email protected]>
To: [email protected]
Subject: [USRP-users] Error when install UHD driver for USRP B210
Message-ID:
<cabrpsf-kbqjgvwus52muwz4wxrryq3hf+hxx8a8o5pcfzyd...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi everybody !
I've received a board USRP B210 and tries to install the UHD driver for it.
I follow the steps:
sudo apt-get install libuhd-dev libuhd003 uhd-host
sudo bash -c 'echo "deb
http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/`lsb_release
<http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/lsb_release> -cs`
`lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list'
sudo apt-get update
sudo apt-get install -t `lsb_release -cs` uhd
But i always meet the error when run the last command:
root@dcn-desktop:/opt/OAI/UHD/uhd/host/build/examples# sudo apt-get install
-t `lsb_release -cs` uhd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
uhd
0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
Need to get 29.5 MB of archives.
After this operation, 137 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
uhd
Install these packages without verification? [y/N] y
Get:1 http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/trusty/
trusty/main uhd amd64 003.008.000-release [29.5 MB]
Fetched 29.5 MB in 8s (3,341
kB/s)
(Reading database ... 198639 files and directories currently installed.)
Preparing to unpack .../uhd_003.008.000-release_amd64.deb ...
Installing UHD.
Unpacking uhd (003.008.000-release) ...
dpkg: error processing archive
/var/cache/apt/archives/uhd_003.008.000-release_amd64.deb (--unpack):
trying to overwrite '/usr/share/man/man1/usrp2_card_burner.1.gz', which is
also in package uhd-host 3.5.5-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Errors were encountered while processing:
/var/cache/apt/archives/uhd_003.008.000-release_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
does anybody have the experice with this problem ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20150704/e95b5091/attachment-0001.html>
------------------------------
Message: 6
Date: Sat, 04 Jul 2015 09:57:57 +0200
From: Marcus M?ller <[email protected]>
To: [email protected], [email protected]
Subject: Re: [USRP-users] Error when install UHD driver for USRP B210
Message-ID: <[email protected]>
Content-Type: text/plain; charset="windows-1252"
Hi Tran Phi,
I already replied to you yesterday -- maybe my mail ended up in the Spam
folder?
> Hi Tran Phi,
>
> it's absolutely essential that you uninstall all UHD packages coming
> directly from Ubuntu, as these old versions will conflict with the new
> version:
>
> sudo apt-get remove uhd-host
>
> Note that all the packages that Ubuntu ships (e.g. GNU Radio) that
> rely on UHD will be removed -- there's no way around that, because
> they were built using Ubuntu's prehistoric version, and can't work
> with the current UHD. You will need to rebuild these packages from
> source code yourself.
>
> Luckily, there's help with that. So after you've installed UHD from
> the Ettus repositories, go to http://pybombs.info and follow the
> instructions there to get GNU Radio and related software.
>
> Best regards,
> Marcus
Hope this one reaches you,
Marcus
On 07/04/2015 06:30 AM, Tran Phi via USRP-users wrote:
> Hi everybody !
>
> I've received a board USRP B210 and tries to install the UHD driver
> for it.
> I follow the steps:
> sudo apt-get install libuhd-dev libuhd003 uhd-host
> sudo bash -c 'echo "deb
> http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/`lsb_release
> <http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/lsb_release> -cs`
> `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list'
> sudo apt-get update
> sudo apt-get install -t `lsb_release -cs` uhd
>
> But i always meet the error when run the last command:
>
> root@dcn-desktop:/opt/OAI/UHD/uhd/host/build/examples# sudo apt-get
> install -t `lsb_release -cs` uhd
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following NEW packages will be installed:
> uhd
> 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
> Need to get 29.5 MB of archives.
> After this operation, 137 MB of additional disk space will be used.
> WARNING: The following packages cannot be authenticated!
> uhd
> Install these packages without verification? [y/N] y
> Get:1 http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/trusty/
> trusty/main uhd amd64 003.008.000-release [29.5 MB]
> Fetched 29.5 MB in 8s (3,341
> kB/s)
> (Reading database ... 198639 files and directories currently installed.)
> Preparing to unpack .../uhd_003.008.000-release_amd64.deb ...
> Installing UHD.
> Unpacking uhd (003.008.000-release) ...
> dpkg: error processing archive
> /var/cache/apt/archives/uhd_003.008.000-release_amd64.deb (--unpack):
> trying to overwrite '/usr/share/man/man1/usrp2_card_burner.1.gz',
> which is also in package uhd-host 3.5.5-1
> dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
> Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
> Errors were encountered while processing:
> /var/cache/apt/archives/uhd_003.008.000-release_amd64.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>
> does anybody have the experice with this problem ?
>
>
> _______________________________________________
> USRP-users mailing list
> [email protected]
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20150704/abec9ae3/attachment-0001.html>
------------------------------
Subject: Digest Footer
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
------------------------------
End of USRP-users Digest, Vol 59, Issue 4
*****************************************