GNU bug report logs - #38650
hackrf: new package

Previous Next

Package: guix-patches;

Reported by: Christopher Howard <christopher <at> librehacker.com>

Date: Tue, 17 Dec 2019 14:46:02 UTC

Severity: normal

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#38650: closed (hackrf: new package)
Date: Tue, 28 Apr 2020 08:30:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 28 Apr 2020 10:29:25 +0200
with message-id <871ro82eu2.fsf <at> yamatai>
and subject line Re: [bug#38650] [PATCH] gnu: adds hackrf
has caused the debbugs.gnu.org bug report #38650,
regarding hackrf: new package
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
38650: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38650
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Howard <christopher <at> librehacker.com>
To: guix-patches <at> gnu.org
Subject: hackrf: new package
Date: Tue, 17 Dec 2019 05:45:14 -0900
[Message part 3 (text/plain, inline)]
Patch is attached for new package `hackrf'. Installing this package
installs the userspace hackrf utilities and C library. To install the
hackrf udev rules, you must add this package as a system service via
modify-services. E.g.:

'''
  (services
   (modify-services
    (append
     #| your other services |#
    (udev-service-type config =>
     (udev-configuration (inherit config)
      (rules (cons hackrf
                   (udev-configuration-rules config)))))))
'''

And also you need to add your local user to the `dialout' group. I did
a simple test with my HackRF One and hackrf_info was able to detect the
board, indicating that package works on x86_64.

-- 
Christopher Howard
p: +1 (907) 374-0257
w: https://librehacker.com
social: https://gnusocial.club/librehacker
gpg: ADDEAADE5D607C8D (keys.gnupg.net)
[0001-hackrf-new-package.patch (text/x-patch, attachment)]
[Message part 5 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: 38650-done <at> debbugs.gnu.org
Cc: Christopher Howard <christopher <at> librehacker.com>
Subject: Re: [bug#38650] [PATCH] gnu: adds hackrf
Date: Tue, 28 Apr 2020 10:29:25 +0200
[Message part 6 (text/plain, inline)]
Christopher Howard <christopher <at> librehacker.com> skribis:

> Can those minor tweaks be added by whomever is applying the patch, or
> do I need to submit a new patch?

I pushed the patch with the modifications
(commit 79c4fb4f366cff3ad75982b4a09c6bd82e604674).

I also added hackrf support to gnuradio-osmosdr (commit
62d45e463c3b1ecad90004c47356cba342dd23d8).
Could you test if it works with real hackrf hardware, and create a bug
report if it doesn't?
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 years and 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.