Re: [Discuss-gnuradio] Bitrate doubt

2010-01-16 Thread Tom Rondeau
Mattias Kjellsson wrote: amarnath alapati wrote: hi folks, I am using BENCHMARK_TX.PY, BENCHMARK_RX.PY to test the transmission and reception of signals. I have doubts regarding the outpu that is appearing on the screen. >>> gr_fir_fff: using SSE socket(PF_PACKET, SOCK_RAW, htons(0x

Re: [Discuss-gnuradio] Bitrate doubt

2010-01-16 Thread Tim Pearce
1) Run: sudo chmod u+s /usr/local/bin/usrp2_socket_opener 2) As root edit /etc/security/limits.conf and add the line: @usrp - rtprio 50 If your not already in the USRP group add your user with: useradd -G usrp username (This will create the group if it doesn't already exist) -- Tim On Sa

Re: [Discuss-gnuradio] Bitrate doubt

2010-01-16 Thread Mattias Kjellsson
amarnath alapati wrote: hi folks, I am using BENCHMARK_TX.PY, BENCHMARK_RX.PY to test the transmission and reception of signals. I have doubts regarding the outpu that is appearing on the screen. >>> gr_fir_fff: using SSE socket(PF_PACKET, SOCK_RAW, htons(0xBEEF)): Operation not perm