Hi All
I am tried to run bbn802.11 , but I faced the following error,
root@ala-laptop:/sdr/douggeiger/src/examples# ./bbn_80211b_rx.py
Traceback (most recent call last):
File “./bbn_80211b_rx.py”, line 37, in
from bbn_80211b_pkt import *
File “/sdr/douggeiger/src/examples/bbn_80211b_pkt.py”, line 32, in
from bbn_80211b import *
File “/sdr/douggeiger/src/examples/bbn_80211b.py”, line 46, in
class bbn_80211b_mod(gr.hier_block):
AttributeError: ‘module’ object has no attribute ‘hier_block’
I am using ubuntu 8.04,USRP1, Gnuradio 3.2.2 which work properly
I checked old discussion , but I couldn’t find the solution.
any suggestion please
–Alaelddin
It looks like you have the version of the bbn code that was not
converted over to the hier_block2 API (which is required in GNURadio
3.2.x). Where did you get your copy from?
On Thu, Oct 22, 2009 at 6:13 PM, Alaelddin Fuad Yousif Mohammed
[email protected] wrote:
class bbn_80211b_mod(gr.hier_block):
[email protected]
Discuss-gnuradio Info Page
–
Doug G.
[email protected]
Hi
I got my copy from
https://128.2.212.19/browser/projects/bbn_80211/branches/douggeiger
I installed usrp2_version by running
svn co
https://128.2.212.19/cgran/projects/bbn_80211/branches/usrp2_version/
but I am got the following errors.
root@ala-laptop:/sdr/bbn/gr-bbn/src/examples# ./bbn_80211b_rx.py -f
2.437G -v -b
Traceback (most recent call last):
File “./bbn_80211b_rx.py”, line 126, in
main ()
File “./bbn_80211b_rx.py”, line 121, in main
app = app_flow_graph()
File “./bbn_80211b_rx.py”, line 109, in init
self.u = usrp_rx(options.decim, options.verbose, options.gain,
options.freq)
File “./bbn_80211b_rx.py”, line 57, in init
gr.hier_block2.init(self, “usrp_rx”, gr.io_signature(0, 0, 0),
gr.io_signature(1, 2, gr.sizeof_gr_complex))
File
“/usr/local/lib/python2.5/site-packages/gnuradio/gr/hier_block2.py”,
line 42, in init
self._hb = hier_block2_swig(name, input_signature, output_signature)
File
“/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_py_runtime.py”,
line 995, in hier_block2_swig
return _gnuradio_swig_py_runtime.hier_block2_swig(*args, **kwargs)
RuntimeError: Hierarchical blocks do not yet support arbitrary or
variable numbers of inputs or outputs (usrp_rx)
dose urrp2_version works with usrp1 ?where can I find USRP1 version
converted over to the hier_block2 API.?
Best regards,
Alaelddin
On Fri, Oct 23, 2009 at 1:19 PM, Douglas G.
Hi:
I have the same error!!
It says "Hierarchical blocks do not yet support arbitrary or
variable
numbers of inputs or outputs
(usrp_rx)"when i ran the bbn_80211b_rx.py.
And i’m using usrp2.
Do you fix the problem now? If yes,then how did you fix it?
Hope to have your response soon!Thank you so much!
-------------
tonypaopao
* 744192332<at>qq.com* or *tonypaopao<at>gmail.com* are all
available
email address
Any communication about bbn_80211 project is so welcome!
–
View this message in context:
http://gnuradio.4.n7.nabble.com/problem-running-bbn802-11-tp31561p41221.html
Sent from the GnuRadio mailing list archive at Nabble.com.