Re: [Discuss-gnuradio] Removing the old version and Installing gnuradio 3.7 on USRP E 110

2014-05-23 Thread Wafa Elhajhmida
Hi,

I have two questions:

1/ I followed  the different instructions mentioned in this link:

http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/

But when I typed:

root@usrp-e1xx:~# swapon /swapfile1
*swapon: /swapfile1: swapon failed: Device or resource busy*

I got the error above.

How to fix this error in order to create swap file in order to update
gnuradio ?

2/ For the following instruction , which count shall I put for the swap
file in order to update gnuradio on usrp e110 ?

 dd if=/dev/zero of=/swapfile1 bs=1024 count=524288

Best regards,

Wafa HAJ HMIDA






2014-05-22 16:57 GMT+02:00 Philip Balister phi...@opensdr.com:

 On 05/22/2014 10:25 AM, Wafa Elhajhmida wrote:
  Hi,
 
  The USRP E 110 is connected to internet.
  In fact, I followed the different commands described in the FAQ. But
 when I
  typed
   make I got this error :
 
  [ 49%] Built target _filter_swig_swig_tag
  [ 49%] Building CXX object
  gr-filter/swig/CMakeFiles/_filter_swig.dir/filter_swigPYTHON_wrap.cxx.o
  g++: Internal error: Killed (program cc1plus)
  Please submit a full bug report.
  See http://gcc.gnu.org/bugs.html
 https://owa.ece.fr/owa/redir.aspx?C=azMLHeTJTEeJAp-eApYyqBPwd5wXLNEIaWtGtAFgTFNK5I8pwshWTvAb5Aa2cq8hkqcLKU7Jt-8.URL=
 
  for instructions.
  make[2]: ***
  [gr-filter/swig/CMakeFiles/_filter_swig.dir/filter_swigPYTHON_wrap.cxx.o]
  Error 1
  make[1]: *** [gr-filter/swig/CMakeFiles/_filter_swig.dir/all] Error 2
  make: *** [all] Error 2
 
 
 
  How to fix it in order to update gnuradio embedded on usrp e110?

 You need to add a swapfile. There swig generated files take an enormous
 amount of memory to compile.

 Google should give guides on setting up a swapfile. here is one:

 http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/

 Philip

 
  Best regards,
 
  Wafa HAJ HMIDA
 
 
  2014-05-19 16:06 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com:
 
  I think I shall ask the network administrator to make the necessary
  configurations so that the usrp e110 will be recognized by the network.
 
  Thanks for helping,
 
  Best regards,
 
  Wafa HAJ HMIDA
 
 
  2014-05-19 15:58 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com
 :
 
  I tried the different commands but the command opkg update still don't
  work.
 
 
 
  2014-05-19 15:55 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com
 :
 
  the output is :
 
  ifup: interface eth0 already configured
 
 
  2014-05-19 15:39 GMT+02:00 Ettus Research Support supp...@ettus.com
 :
 
  I missed off the 'eth0' bit on the gateway setting:
 
  sudo route add default gw 192.168.1.1 eth0
 
 
  Mike
 
  --
  Mike Jameson M0MIK BSc MIET
  Ettus Research Technical Support
  Email: supp...@ettus.com
  Web: http://ettus.com
 
 
  On Mon, May 19, 2014 at 2:34 PM, Ettus Research Support 
  supp...@ettus.com wrote:
 
  On Ubuntu the alternative way to set an IP address of 192.168.1.234,
  gateway of 192.168.1.1 and nameserver to 8.8.8.8 (google) is by
 doing the
  following:
 
  sudo ifconfig eth0 up
  sudo ifconfig eth0 192.168.1.234
  sudo route add default gw 192.168.1.1
  sudo echo nameserver 8.8.8.8  /etc/resolv.conf
 
  Mike
 
  --
  Mike Jameson M0MIK BSc MIET
  Ettus Research Technical Support
  Email: supp...@ettus.com
  Web: http://ettus.com
 
 
  On Mon, May 19, 2014 at 2:14 PM, Marcus Müller 
  marcus.muel...@ettus.com wrote:
 
  Hi Wafa,
  to download packages, you obviously need internet connectivity.
  You need to manage that; as gr-discuss, we really can't help you
 with
  that.
 
  Greetings,
  Marcus
 
  On 19.05.2014 15:13, Wafa Elhajhmida wrote:
  I tried what you recommend me to do. But I got the same error, it
  isn't
  able to download the files for update.
  Is there any other alternative to fix this error ?
 
 
  2014-05-19 14:54 GMT+02:00 Ettus Research Support 
  supp...@ettus.com:
 
  You need an IP address.
 
  Try:
 
  sudo dhclient eth0
 
  Mike
 
  --
  Mike Jameson M0MIK BSc MIET
  Ettus Research Technical Support
  Email: supp...@ettus.com
  Web: http://ettus.com
 
 
  On Mon, May 19, 2014 at 10:11 AM, Wafa Elhajhmida 
  wafa.elhaj.hm...@gmail.com wrote:
 
   Hi,
 
  I connected the usrp e100 through an ethernet connection.
 
  And I obtained:
 
  root@usrp-e1xx:~# ifconfig eth0eth0  Link encap:Ethernet
   HWaddr A0:36:FA:95:32:E9inet6 addr:
  fe80::a236:faff:fe95:32e9/64 Scope:Link  UP BROADCAST
 RUNNING
  MULTICAST  MTU:1500  Metric:1  RX packets:334 errors:0
 dropped:0
  overruns:0 frame:0  TX packets:52 errors:3 dropped:0
 overruns:0
  carrier:0  collisions:0 txqueuelen:1000   RX
 bytes:22517
  (21.9 KiB)  TX bytes:14498 (14.1 KiB)  Interrupt:80
 
 
  When I typed opkg update, I got this error.
 
  *root@usrp-e1xx:~# opkg update *
 
  *Downloading
 
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/armv7a/Packages.gz
 
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/armv7a/Packages.gz
  .*
 
  * Downloading
 
 

Re: [Discuss-gnuradio] Removing the old version and Installing gnuradio 3.7 on USRP E 110

2014-05-23 Thread Marcus Müller
Hi Wafa,

root@usrp-e1xx:~# swapon /swapfile1
*swapon: /swapfile1: swapon failed: Device or resource busy*


The file is still opened; maybe you're already using it (check with
swapon without arguments)?
Have you been able to run mkswap on the file?

Also, you must use an external drive to store the swap file instead of
the root folder ( / ), because in the standard image on the standard 4GB
flash drive that the E100 uses, there won't be enough free space for a
reasonably large swap file.

Regarding question 2: swap can't be too big. Aim for 3-4GB.

Greetings,
Marcus

On 23.05.2014 11:50, Wafa Elhajhmida wrote:
 Hi,

 I have two questions:

 1/ I followed  the different instructions mentioned in this link:

 http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/

 But when I typed:

 root@usrp-e1xx:~# swapon /swapfile1
 *swapon: /swapfile1: swapon failed: Device or resource busy*

 I got the error above.

 How to fix this error in order to create swap file in order to update
 gnuradio ?

 2/ For the following instruction , which count shall I put for the swap
 file in order to update gnuradio on usrp e110 ?

  dd if=/dev/zero of=/swapfile1 bs=1024 count=524288

 Best regards,

 Wafa HAJ HMIDA






 2014-05-22 16:57 GMT+02:00 Philip Balister phi...@opensdr.com:

 On 05/22/2014 10:25 AM, Wafa Elhajhmida wrote:
 Hi,

 The USRP E 110 is connected to internet.
 In fact, I followed the different commands described in the FAQ. But
 when I
 typed
  make I got this error :

 [ 49%] Built target _filter_swig_swig_tag
 [ 49%] Building CXX object
 gr-filter/swig/CMakeFiles/_filter_swig.dir/filter_swigPYTHON_wrap.cxx.o
 g++: Internal error: Killed (program cc1plus)
 Please submit a full bug report.
 See http://gcc.gnu.org/bugs.html
 https://owa.ece.fr/owa/redir.aspx?C=azMLHeTJTEeJAp-eApYyqBPwd5wXLNEIaWtGtAFgTFNK5I8pwshWTvAb5Aa2cq8hkqcLKU7Jt-8.URL=
 for instructions.
 make[2]: ***
 [gr-filter/swig/CMakeFiles/_filter_swig.dir/filter_swigPYTHON_wrap.cxx.o]
 Error 1
 make[1]: *** [gr-filter/swig/CMakeFiles/_filter_swig.dir/all] Error 2
 make: *** [all] Error 2



 How to fix it in order to update gnuradio embedded on usrp e110?
 You need to add a swapfile. There swig generated files take an enormous
 amount of memory to compile.

 Google should give guides on setting up a swapfile. here is one:

 http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/

 Philip

 Best regards,

 Wafa HAJ HMIDA


 2014-05-19 16:06 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com:

 I think I shall ask the network administrator to make the necessary
 configurations so that the usrp e110 will be recognized by the network.

 Thanks for helping,

 Best regards,

 Wafa HAJ HMIDA


 2014-05-19 15:58 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com
 :
 I tried the different commands but the command opkg update still don't
 work.



 2014-05-19 15:55 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com
 :
 the output is :
 ifup: interface eth0 already configured


 2014-05-19 15:39 GMT+02:00 Ettus Research Support supp...@ettus.com
 :
 I missed off the 'eth0' bit on the gateway setting:
 sudo route add default gw 192.168.1.1 eth0


 Mike

 --
 Mike Jameson M0MIK BSc MIET
 Ettus Research Technical Support
 Email: supp...@ettus.com
 Web: http://ettus.com


 On Mon, May 19, 2014 at 2:34 PM, Ettus Research Support 
 supp...@ettus.com wrote:

 On Ubuntu the alternative way to set an IP address of 192.168.1.234,
 gateway of 192.168.1.1 and nameserver to 8.8.8.8 (google) is by
 doing the
 following:

 sudo ifconfig eth0 up
 sudo ifconfig eth0 192.168.1.234
 sudo route add default gw 192.168.1.1
 sudo echo nameserver 8.8.8.8  /etc/resolv.conf

 Mike

 --
 Mike Jameson M0MIK BSc MIET
 Ettus Research Technical Support
 Email: supp...@ettus.com
 Web: http://ettus.com


 On Mon, May 19, 2014 at 2:14 PM, Marcus Müller 
 marcus.muel...@ettus.com wrote:

 Hi Wafa,
 to download packages, you obviously need internet connectivity.
 You need to manage that; as gr-discuss, we really can't help you
 with
 that.

 Greetings,
 Marcus

 On 19.05.2014 15:13, Wafa Elhajhmida wrote:
 I tried what you recommend me to do. But I got the same error, it
 isn't
 able to download the files for update.
 Is there any other alternative to fix this error ?


 2014-05-19 14:54 GMT+02:00 Ettus Research Support 
 supp...@ettus.com:
 You need an IP address.

 Try:

 sudo dhclient eth0

 Mike

 --
 Mike Jameson M0MIK BSc MIET
 Ettus Research Technical Support
 Email: supp...@ettus.com
 Web: http://ettus.com


 On Mon, May 19, 2014 at 10:11 AM, Wafa Elhajhmida 
 wafa.elhaj.hm...@gmail.com wrote:

  Hi,

 I connected the usrp e100 through an ethernet connection.

 And I obtained:

 root@usrp-e1xx:~# ifconfig eth0eth0  Link encap:Ethernet
  HWaddr A0:36:FA:95:32:E9inet6 addr:
 fe80::a236:faff:fe95:32e9/64 Scope:Link  UP BROADCAST
 RUNNING
 MULTICAST  MTU:1500  Metric:1  RX packets:334 errors:0
 dropped:0
 overruns:0 frame:0  TX packets:52 

Re: [Discuss-gnuradio] Removing the old version and Installing gnuradio 3.7 on USRP E 110

2014-05-22 Thread Wafa Elhajhmida
Hi,

The USRP E 110 is connected to internet.
In fact, I followed the different commands described in the FAQ. But when I
typed
 make I got this error :

[ 49%] Built target _filter_swig_swig_tag
[ 49%] Building CXX object
gr-filter/swig/CMakeFiles/_filter_swig.dir/filter_swigPYTHON_wrap.cxx.o
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See 
http://gcc.gnu.org/bugs.htmlhttps://owa.ece.fr/owa/redir.aspx?C=azMLHeTJTEeJAp-eApYyqBPwd5wXLNEIaWtGtAFgTFNK5I8pwshWTvAb5Aa2cq8hkqcLKU7Jt-8.URL=
for instructions.
make[2]: ***
[gr-filter/swig/CMakeFiles/_filter_swig.dir/filter_swigPYTHON_wrap.cxx.o]
Error 1
make[1]: *** [gr-filter/swig/CMakeFiles/_filter_swig.dir/all] Error 2
make: *** [all] Error 2



How to fix it in order to update gnuradio embedded on usrp e110?

Best regards,

Wafa HAJ HMIDA


2014-05-19 16:06 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com:

 I think I shall ask the network administrator to make the necessary
 configurations so that the usrp e110 will be recognized by the network.

 Thanks for helping,

 Best regards,

 Wafa HAJ HMIDA


 2014-05-19 15:58 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com:

 I tried the different commands but the command opkg update still don't
 work.



 2014-05-19 15:55 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com:

 the output is :

 ifup: interface eth0 already configured


 2014-05-19 15:39 GMT+02:00 Ettus Research Support supp...@ettus.com:

 I missed off the 'eth0' bit on the gateway setting:

 sudo route add default gw 192.168.1.1 eth0


 Mike

 --
 Mike Jameson M0MIK BSc MIET
 Ettus Research Technical Support
 Email: supp...@ettus.com
 Web: http://ettus.com


 On Mon, May 19, 2014 at 2:34 PM, Ettus Research Support 
 supp...@ettus.com wrote:

 On Ubuntu the alternative way to set an IP address of 192.168.1.234,
 gateway of 192.168.1.1 and nameserver to 8.8.8.8 (google) is by doing the
 following:

 sudo ifconfig eth0 up
 sudo ifconfig eth0 192.168.1.234
 sudo route add default gw 192.168.1.1
 sudo echo nameserver 8.8.8.8  /etc/resolv.conf

 Mike

 --
 Mike Jameson M0MIK BSc MIET
 Ettus Research Technical Support
 Email: supp...@ettus.com
 Web: http://ettus.com


 On Mon, May 19, 2014 at 2:14 PM, Marcus Müller 
 marcus.muel...@ettus.com wrote:

 Hi Wafa,
 to download packages, you obviously need internet connectivity.
 You need to manage that; as gr-discuss, we really can't help you with
 that.

 Greetings,
 Marcus

 On 19.05.2014 15:13, Wafa Elhajhmida wrote:
  I tried what you recommend me to do. But I got the same error, it
 isn't
  able to download the files for update.
  Is there any other alternative to fix this error ?
 
 
  2014-05-19 14:54 GMT+02:00 Ettus Research Support 
 supp...@ettus.com:
 
  You need an IP address.
 
  Try:
 
  sudo dhclient eth0
 
  Mike
 
  --
  Mike Jameson M0MIK BSc MIET
  Ettus Research Technical Support
  Email: supp...@ettus.com
  Web: http://ettus.com
 
 
  On Mon, May 19, 2014 at 10:11 AM, Wafa Elhajhmida 
  wafa.elhaj.hm...@gmail.com wrote:
 
   Hi,
 
  I connected the usrp e100 through an ethernet connection.
 
  And I obtained:
 
  root@usrp-e1xx:~# ifconfig eth0eth0  Link encap:Ethernet
  HWaddr A0:36:FA:95:32:E9inet6 addr:
 fe80::a236:faff:fe95:32e9/64 Scope:Link  UP BROADCAST RUNNING
 MULTICAST  MTU:1500  Metric:1  RX packets:334 errors:0 dropped:0
 overruns:0 frame:0  TX packets:52 errors:3 dropped:0 overruns:0
 carrier:0  collisions:0 txqueuelen:1000   RX bytes:22517
 (21.9 KiB)  TX bytes:14498 (14.1 KiB)  Interrupt:80
 
 
  When I typed opkg update, I got this error.
 
  *root@usrp-e1xx:~# opkg update *
 
  *Downloading
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/armv7a/Packages.gz
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/armv7a/Packages.gz
 .*
 
  * Downloading
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/all/Packages.gz
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/all/Packages.gz.
 *
 
  *Downloading
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/usrp-e1xx/Packages.gz
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/usrp-e1xx/Packages.gz
 .*
 
  * Collected errors:  *
 
  ** opkg_download: Failed to download
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/armv7a/Packages.gz
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/armv7a/Packages.gz,
 wget returned 1. *
 
  * * opkg_download: Failed to download
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/all/Packages.gz
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/all/Packages.gz,
 wget returned 1.  *
 
  ** opkg_download: Failed to download
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/usrp-e1xx/Packages.gz
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/usrp-e1xx/Packages.gz,
 wget returned 1.*
 
  Can you lead me how to fix this error.
 
  Thanks a lot,
 
 
  Best regards,
 
  Wafa HAJ HMIDA
 
 
 
 
 
 
 
 
  2014-05-16 23:58 GMT+02:00 Philip Balister 

Re: [Discuss-gnuradio] Removing the old version and Installing gnuradio 3.7 on USRP E 110

2014-05-22 Thread Marcus Müller
Hi Wafa,

to cite an email of Marcus Leech (which I saidly can only find myself in
citations):

 This particular error comes from GCC running out of virtual memory during
 the compile.  You'll need to attach an external disk, make a swapfile on
 it, and then attach said swapfile to
   the swap pool using swapon.

Please consult the internet, your administrator or IT helpdesk on how to
set up a swap file on linux.

But your real question was:
 How to fix it in order to update gnuradio embedded on usrp e110?

I think the answer here is that I still think it might be a bit early
for you to work on the OFDM systems on your embedded device.
First, you should get a little more accustomed to doing Software Radio
on a PC, using simulations. After all, a simulation can give you a
feeling on how much processing power you'll need to do the real-time
transmission -- and if what you're planning to do is really feasible
with your specific combination of hardware, system and optimization
knowledge.

Greetings,
Marcus Müller

On 22.05.2014 16:25, Wafa Elhajhmida wrote:
 Hi,
 
 The USRP E 110 is connected to internet.
 In fact, I followed the different commands described in the FAQ. But when I
 typed
  make I got this error :
 
 [ 49%] Built target _filter_swig_swig_tag
 [ 49%] Building CXX object
 gr-filter/swig/CMakeFiles/_filter_swig.dir/filter_swigPYTHON_wrap.cxx.o
 g++: Internal error: Killed (program cc1plus)
 Please submit a full bug report.
 See 
 http://gcc.gnu.org/bugs.htmlhttps://owa.ece.fr/owa/redir.aspx?C=azMLHeTJTEeJAp-eApYyqBPwd5wXLNEIaWtGtAFgTFNK5I8pwshWTvAb5Aa2cq8hkqcLKU7Jt-8.URL=
 for instructions.
 make[2]: ***
 [gr-filter/swig/CMakeFiles/_filter_swig.dir/filter_swigPYTHON_wrap.cxx.o]
 Error 1
 make[1]: *** [gr-filter/swig/CMakeFiles/_filter_swig.dir/all] Error 2
 make: *** [all] Error 2
 
 
 
 How to fix it in order to update gnuradio embedded on usrp e110?
 
 Best regards,
 
 Wafa HAJ HMIDA
 
 
 2014-05-19 16:06 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com:
 
 I think I shall ask the network administrator to make the necessary
 configurations so that the usrp e110 will be recognized by the network.

 Thanks for helping,

 Best regards,

 Wafa HAJ HMIDA


 2014-05-19 15:58 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com:

 I tried the different commands but the command opkg update still don't
 work.



 2014-05-19 15:55 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com:

 the output is :

 ifup: interface eth0 already configured


 2014-05-19 15:39 GMT+02:00 Ettus Research Support supp...@ettus.com:

 I missed off the 'eth0' bit on the gateway setting:

 sudo route add default gw 192.168.1.1 eth0


 Mike

 --
 Mike Jameson M0MIK BSc MIET
 Ettus Research Technical Support
 Email: supp...@ettus.com
 Web: http://ettus.com


 On Mon, May 19, 2014 at 2:34 PM, Ettus Research Support 
 supp...@ettus.com wrote:

 On Ubuntu the alternative way to set an IP address of 192.168.1.234,
 gateway of 192.168.1.1 and nameserver to 8.8.8.8 (google) is by doing the
 following:

 sudo ifconfig eth0 up
 sudo ifconfig eth0 192.168.1.234
 sudo route add default gw 192.168.1.1
 sudo echo nameserver 8.8.8.8  /etc/resolv.conf

 Mike

 --
 Mike Jameson M0MIK BSc MIET
 Ettus Research Technical Support
 Email: supp...@ettus.com
 Web: http://ettus.com


 On Mon, May 19, 2014 at 2:14 PM, Marcus Müller 
 marcus.muel...@ettus.com wrote:

 Hi Wafa,
 to download packages, you obviously need internet connectivity.
 You need to manage that; as gr-discuss, we really can't help you with
 that.

 Greetings,
 Marcus

 On 19.05.2014 15:13, Wafa Elhajhmida wrote:
 I tried what you recommend me to do. But I got the same error, it
 isn't
 able to download the files for update.
 Is there any other alternative to fix this error ?


 2014-05-19 14:54 GMT+02:00 Ettus Research Support 
 supp...@ettus.com:

 You need an IP address.

 Try:

 sudo dhclient eth0

 Mike

 --
 Mike Jameson M0MIK BSc MIET
 Ettus Research Technical Support
 Email: supp...@ettus.com
 Web: http://ettus.com


 On Mon, May 19, 2014 at 10:11 AM, Wafa Elhajhmida 
 wafa.elhaj.hm...@gmail.com wrote:

  Hi,

 I connected the usrp e100 through an ethernet connection.

 And I obtained:

 root@usrp-e1xx:~# ifconfig eth0eth0  Link encap:Ethernet
  HWaddr A0:36:FA:95:32:E9inet6 addr:
 fe80::a236:faff:fe95:32e9/64 Scope:Link  UP BROADCAST RUNNING
 MULTICAST  MTU:1500  Metric:1  RX packets:334 errors:0 dropped:0
 overruns:0 frame:0  TX packets:52 errors:3 dropped:0 overruns:0
 carrier:0  collisions:0 txqueuelen:1000   RX bytes:22517
 (21.9 KiB)  TX bytes:14498 (14.1 KiB)  Interrupt:80


 When I typed opkg update, I got this error.

 *root@usrp-e1xx:~# opkg update *

 *Downloading
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/armv7a/Packages.gz
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/armv7a/Packages.gz
 .*

 * Downloading
 http://files.ettus.com/binaries/oe-classic-feeds/ipk/all/Packages.gz
 

[Discuss-gnuradio] Removing the old version and Installing gnuradio 3.7 on USRP E 110

2014-05-13 Thread Wafa Elhajhmida
Hi,

I'm working on USRP E 110 card in order to implement OFDM channel on it.

In fact, I would like to remove the old version of gnuradio installed in
USRP E 110.

Then, I would like to install gnuradio 3.7.4 on USRP E 110(the version that
as far as I know contains the different blocks necessary to implement

OFDM channel on USRP E 110).

Best regards,

Wafa HAJ HMIDA
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Removing the old version and Installing gnuradio 3.7 on USRP E 110

2014-05-13 Thread Wafa Elhajhmida
plz how to proceed ?

Thanks a lot


2014-05-13 11:47 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com:

 Hi,

 I'm working on USRP E 110 card in order to implement OFDM channel on it.

 In fact, I would like to remove the old version of gnuradio installed in
 USRP E 110.

 Then, I would like to install gnuradio 3.7.4 on USRP E 110(the version
 that as far as I know contains the different blocks necessary to implement

 OFDM channel on USRP E 110).

 Best regards,

 Wafa HAJ HMIDA

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Removing the old version and Installing gnuradio 3.7 on USRP E 110

2014-05-13 Thread Mike Jameson
If you Google USRP E100 update gnuradio it points to the following
instructions:

http://ettus-apps.sourcerepo.com/redmine/ettus/projects/usrpe1xx/wiki/FAQ#How-do-I-install-GNU-Radio-from-source

Mike

--
Mike Jameson M0MIK BSc MIET
Ettus Research Technical Support
Email: supp...@ettus.com
Web: http://ettus.com


On Tue, May 13, 2014 at 12:59 PM, Wafa Elhajhmida 
wafa.elhaj.hm...@gmail.com wrote:

 plz how to proceed ?

 Thanks a lot


 2014-05-13 11:47 GMT+02:00 Wafa Elhajhmida wafa.elhaj.hm...@gmail.com:

 Hi,

 I'm working on USRP E 110 card in order to implement OFDM channel on it.

 In fact, I would like to remove the old version of gnuradio installed in
 USRP E 110.

 Then, I would like to install gnuradio 3.7.4 on USRP E 110(the version
 that as far as I know contains the different blocks necessary to implement

 OFDM channel on USRP E 110).

 Best regards,

 Wafa HAJ HMIDA



 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Removing the old version and Installing gnuradio 3.7 on USRP E 110

2014-05-13 Thread Martin Braun
I recommend you spend some time with the OFDM blocks over simulated 
channels on your PC to become familiar with the basics. Using the E110 
is not a simple task, make sure you've become fully familiar with that 
device before you attempt to do something sophisticated.


M


On 13.05.2014 11:47, Wafa Elhajhmida wrote:

Hi,

I'm working on USRP E 110 card in order to implement OFDM channel on it.

In fact, I would like to remove the old version of gnuradio installed in
USRP E 110.

Then, I would like to install gnuradio 3.7.4 on USRP E 110(the version
that as far as I know contains the different blocks necessary to implement

OFDM channel on USRP E 110).

Best regards,

Wafa HAJ HMIDA


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio