[Discuss-gnuradio] The RF LO does not support the requested frequency

2015-07-29 Thread Nur Jalaudin
hi. i am using ubuntu 14.04 and i am trying run wifi_rx.grc.when i try run this wifi_rx.grc it comes out with this: Generating: "/home/userr/Downloads/gr-ieee802-11-master/examples/wifi_rx.py" Executing: "/home/userr/Downloads/gr-ieee802-11-master/examples/wifi_rx.py" linux; GNU C++ version 4.8

[Discuss-gnuradio] help about gr-ieee802-11

2015-07-12 Thread Nur Jalaudin
hi.i am newbie using gnuradio.when i try run the wifi_loopback is comes out with this, Preferences file: /home/userr/.grc Block paths: /usr/local/share/gnuradio/grc/blocks /home/userr/.grc_gnuradio Loading: "/home/userr/gr-ieee802-11/examples/wifi_loopback.grc" >>> Done Showing: "/home/userr

Re: [Discuss-gnuradio] asking help about gr-ieee802.11

2015-07-08 Thread Nur Jalaudin
(gdb) run /home/user/gr-ieee802-11/examples/wifi_loopback.py Starting program: /home/user/gr-ieee802-11/examples/wifi_loopback.py No executable file specified. Use the "file" or "exec-file" command. (gdb) bt No stack. what can i do?i hope you can help me. -- Posted via http://www.ruby-forum.com/

Re: [Discuss-gnuradio] asking help about gr-ieee802.11

2015-07-05 Thread Nur Jalaudin
Preferences file: /home/user/.grc Block paths: /usr/local/share/gnuradio/grc/blocks /home/user/.grc_gnuradio Loading: "/home/user/gr-ieee802-11/examples/wifi_phy_hier.grc" >>> Done Showing: "/home/user/gr-ieee802-11/examples/wifi_phy_hier.grc" Generating: "/home/user/.grc_gnuradio/wifi_phy_h

Re: [Discuss-gnuradio] asking help about gr-ieee802.11

2015-07-05 Thread Nur Jalaudin
user@userr-X455LDB:~$ /home/user/gr-ieee802-11/examples/wifi_loopback.py linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.009.git-171-g51bc00ee Using Volk machine: avx_64_mmx_orc OFDM MAPPER: encoding: 0 set_min_output_buffer on block 31 to 96000 set_min_output_buffer on block 33 to 96000 set_

Re: [Discuss-gnuradio] asking help about gr-ieee802.11

2015-07-05 Thread Nur Jalaudin
if __name__ == '__main__': import ctypes import sys if sys.platform.startswith('linux'): try: x11 = ctypes.cdll.LoadLibrary('libX11.so') x11.XInitThreads() except: print "Warning: failed to XInitThreads()" import os import sys sys.pat

[Discuss-gnuradio] asking help about gr-ieee802.11

2015-07-05 Thread Nur Jalaudin
hi. I am newbie of gnuradio.i try run wifi_loopback.grc, all the port are connected.but when i run it comes out with this messege below: Generating: "/home/user/gr-ieee802-11/examples/wifi_loopback.py" >>> Warning: This flow graph may not have flow control: no audio or RF hardware blocks found. A