wget http://www.sbrac.org/files/build-gnuradio chmod 755 build-gnuradio ./build-gnuradio --verbose
<!DOCTYPE html>
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# githubog: http://ogp.me/ns/fb/githubog#">
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>gnuradio-grc-examples/receiver/fm_rx.grc at master · csete/gnuradio-grc-examples · GitHub</title>
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub" />
<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<?xml version='1.0' encoding='ASCII'?>
<flow_graph>
<timestamp>Wed May 23 14:43:03 2012</timestamp>
<block>
<key>options</key>
<param>
<key>id</key>
<value>fm_rx</value>
</param>
<param>
<key>_enabled</key>
<value>True</value>
</param>
<param>
<key>title</key>
<value>FM Receiver</value>
</param>
<param>
<key>author</key>
<value>OZ9AEC</value>
</param>
<param>
<key>description</key>
<value>Simple FM receiver prototype</value>
</param>....
To view this discussion on the web visit https://groups.google.com/d/msg/ultra-cheap-sdr/-/di8rCtaG4kAJ.
--
You received this message because you are subscribed to the Google Groups "Ultra Cheap SDR" group.
To post to this group, send email to ultra-c...@googlegroups.com.
To unsubscribe from this group, send email to ultra-cheap-s...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ultra-cheap-sdr?hl=en.
When I try to use the script wrote by patchvonbraun (http://www.sbrac.org/files/build-gnuradio)
So I readily admit that I don't know everything, but looking at the error, it seems that parts of your Python installation are having problems with Unicode files. Unicode, unfortunately, still has a bit of corner cases and such... are you by chance a multilingual person? If you can find a way to cludge it to get it pas this error (try changing /usr/lib/python2.7/posixpath.py to not have any Unicode characters in it maybe) this may well pass and be fine... this appears to be only occurring in a part that is generating documentation that you may well never need, or can find elsewhere, or focus on working at a different time.
http://www.reddit.com/r/RTLSDR/comments/uiph9/e4000_debian_gnuradio_doesnt_work/
2012/6/5 Random Walk <trilli...@gmail.com>
To post to this group, send email to ultra-cheap-sdr@googlegroups.com.
To unsubscribe from this group, send email to ultra-cheap-sdr+unsubscribe@googlegroups.com.
Hello
I read very often the message in this group but now it's my turn. ;)
I'm already my E4000 dongle on windows with HDSR works great. But I would like to use is on my laptop who is under Debian.
...
Done building/installing rtl-sdr/gr-osmosdrExcept this 2 lines apparently
Done function rtl_build at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
Starting function extras at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
Done function extras at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
Starting function mod_groups at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
Group 'usrp' already in /etc/group
********************************************************************************
This script has just modified /etc/group to place your userid '('$USER')' into group 'usrp'
In order for this change to take effect, you will need to log-out and log back
in again. You will not be able to access your USRP1 device until you do this.
If you wish to allow others on your system to use the USRP1 device, you will need to use:
sudo usermod -a -G usrp userid
For each userid you wish to allow access to the usrp
********************************************************************************
Further
Done function mod_groups at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
Starting function mod_udev at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
cp: impossible de créer le fichier standard « /etc/udev/rules.d/10-usrp.rules »: Permission non accordée
chown: impossible d'accéder à « /etc/udev/rules.d/10-usrp.rules »: Aucun fichier ou dossier de ce type
chgrp: impossible d'accéder à « /etc/udev/rules.d/10-usrp.rules »: Aucun fichier ou dossier de ce type
Done function mod_udev at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
Starting function mod_sysctl at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
Required updates to /etc/sysctl.conf already in place
usrp group already has real-time scheduling privilege
Done function mod_sysctl at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
Starting function pythonpath at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
************************************************************
You should probably set your PYTHONPATH to:
/usr/local/lib/python2.7/dist-packages
Using:
export PYTHONPATH=/usr/local/lib/python2.7/dist-packages
in your .bashrc or equivalent file prior to attempting to run
any Gnu Radio applications or Gnu Radio Companion.
*************************************************************
Done function pythonpath at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
Done all functions at: mardi 5 juin 2012, 21:16:58 (UTC+0200)
All Done
Loading: "/home/n3b/Téléchargements/wbfm_mono.grc"
>>> Error: Block key "rtl2832_source" not found in Platform - grc(GNU Radio Companion)
None
>>> Error: Connection between rtl2832_source_0(0) and gr_fir_filter_xxx_0(0) could not be made.
source block id "rtl2832_source_0" not in block ids
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gnuradio/grc/base/FlowGraph.py", line 198, in import_dataStill missing block rtl2832. :/
raise LookupError('source block id "%s" not in block ids'%source_block_id)
LookupError: source block id "rtl2832_source_0" not in block ids
>>> Done
Showing: "/home/n3b/Téléchargements/wbfm_mono.grc"
Loading: "/home/n3b/Téléchargements/wfm_rx.grc"
Error: Opening and ending tag mismatch: link line 32 and head, line 44, column 10
>>> Failure
--
You received this message because you are subscribed to the Google Groups "Ultra Cheap SDR" group.
To view this discussion on the web visit https://groups.google.com/d/msg/ultra-cheap-sdr/-/GX9bZAswWJoJ.
To post to this group, send email to ultra-c...@googlegroups.com.
To unsubscribe from this group, send email to ultra-cheap-s...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Ultra Cheap SDR" group.
To view this discussion on the web visit https://groups.google.com/d/msg/ultra-cheap-sdr/-/dlnmz2IPmB4J.
I dreamed about a working gnuradio with a beautifull waterfall.
Sorry
2012/6/7 Benoit <benoit.miooglemail.com>
To post to this group, send email to ultra-cheap-sdr@googlegroups.com.
To unsubscribe from this group, send email to ultra-cheap-sdr+unsubscribe@googlegroups.com.
gqrx is a lot easier to use than GRC if all you want to do is listen and not design a radio, although you need gnuradio installed before you can build gqrx, so probably wouldn't have helped in this case.
--
You received this message because you are subscribed to the Google Groups "Ultra Cheap SDR" group.
To view this discussion on the web visit https://groups.google.com/d/msg/ultra-cheap-sdr/-/bR7U1ZPapN8J.
To post to this group, send email to ultra-c...@googlegroups.com.
To unsubscribe from this group, send email to ultra-cheap-s...@googlegroups.com.