Jump to content

debiansid

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by debiansid

  1. Hi,

    "rmmod hackrf" is THE solution for me ( :smile: ) (KaliLinux 3.18.0-kali3-amd643) to close the problem "hackrf_open() failed: HACKRF_ERROR_LIBUSB (-1000)"

    I created a "Blacklist file" in /etc/modprobe.d which contained only the following text "blacklist hackrf"

    So it works fine with root's rights :

    root@KaL:/home/david# hackrf_info
    Found HackRF board.
    Board ID Number: 2 (HackRF One)
    Firmware Version: 2014.08.1
    Part ID Number: XXXXXXXXXXXXXXXXXXXXXXXXXXX
    Serial Number: XXXXXXXXXX XXXXXXXXXXXXx XXXXXXXXXXX XXXXXXXXXXXXX

    BUT it's NOT work with simple user rights.

    I have got now the message :

    david@KaL:~$ hackrf_info
    hackrf_open() failed: HACKRF_ERROR_NOT_FOUND (-5)

    It is the same problem WITH or WITHOUT the "/etc/udev/rules.d/83-hackrf.rules" file

    What can I do now ????

    David for helps

  2. Hi,

    I am on Kali Linux 3.18.0-kali3-amd64

    apt-get update & upgrade done ...

    But for me, same same same problem (!!!) : hackrf_open() failed: HACKRF_ERROR_LIBUSB (-1000)

    "apt-get install libusb-1.0-0-dev" already done

    lsusb say :

    Bus 001 Device 024: ID 1d50:6089 OpenMoko, Inc.

    dmesg say :

    [27648.846849] usb 1-1: new full-speed USB device number 23 using xhci_hcd
    [27649.923714] usb 1-1: new high-speed USB device number 24 using xhci_hcd
    [27650.052432] usb 1-1: New USB device found, idVendor=1d50, idProduct=6089
    [27650.052439] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [27650.052443] usb 1-1: Product: HackRF One
    [27650.052445] usb 1-1: Manufacturer: Great Scott Gadgets
    [27650.053992] hackrf 1-1:1.0: Board ID: 02
    [27650.053997] hackrf 1-1:1.0: Firmware version: 2014.08.1
    [27650.054229] hackrf 1-1:1.0: Registered as swradio0
    [27650.054233] hackrf 1-1:1.0: SDR API is still slightly experimental and functionality changes may follow

    Firmware is OK, isn't it ??? (Firmware version: 2014.08.1)

    i have got no solution for HACKRF_ERROR_LIBUSB

    Anyone to help me ???

    Thanks

×
×
  • Create New...