Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Wie erteile ich USB-Zugriffsberechtigung?

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    UNSOLVED Wie erteile ich USB-Zugriffsberechtigung?

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Reinhard 0 last edited by

      @reinhard-0

      Bitte keine Screenshots von KonsolenTEXT sondern Text auch als solchen in </> CodeTags posten. Kann man besser und überall lesen.

      R 1 Reply Last reply Reply Quote 0
      • R
        Reinhard 0 @Thomas Braun last edited by

        @thomas-braun
        Okay, wusste ich nicht danke für die Aufklärung.
        hier:

        apt policy rtl-sdr
        rtl-sdr:
          Installed: 0.6-1+rpt1
          Candidate: 0.6-1+rpt1
          Version table:
         *** 0.6-1+rpt1 500
              500 http://archive.raspberrypi.org/debian buster/main armhf Packages
              100 /var/lib/dpkg/status
             0.6-1 500
              500 http://raspbian.raspberrypi.org/raspian buster/main armhf Packages
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Reinhard 0 last edited by

          @reinhard-0

          lsmod | grep rtl
          
          R 1 Reply Last reply Reply Quote 0
          • R
            Reinhard 0 @Thomas Braun last edited by

            @thomas-braun

            lsmod | grep rtl
            rtl2832_sdr            24576  0
            rtl2832                20480  1
            i2c_mux                16384  1 rtl2832
            regmap_i2c             16384  1 rtl2832
            dvb_usb_rtl28xxu       28672  1
            dvb_usb_v2             28672  1 dvb_usb_rtl28xxu
            dvb_core              110592  2 dvb_usb_v2,rtl2832
            videobuf2_vmalloc      16384  2 rtl2832_sdr,bcm2835_v4l2
            videobuf2_v4l2         32768  5 bcm2835_isp,bcm2835_codec,rtl2832_sdr,bcm2835_v4l2,v4l2_mem2mem
            videobuf2_common       61440  6 bcm2835_isp,bcm2835_codec,rtl2832_sdr,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
            videodev              249856  7 bcm2835_isp,bcm2835_codec,videobuf2_common,rtl2832_sdr,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Reinhard 0 last edited by Thomas Braun

              @reinhard-0
              Das Kernelmodul muss geblacklisted werden:

              echo 'blacklist dvb_usb_rtl28xxu' | sudo tee --append /etc/modprobe.d/blacklist-dvb_usb_rtl28xxu.conf
              

              Dann am besten einmal durchstarten.

              sudo reboot
              

              Danach sollte

              rtl_test
              

              was gescheites ausgeben.

              R 1 Reply Last reply Reply Quote 0
              • R
                Reinhard 0 @Thomas Braun last edited by

                @thomas-braun

                pi@raspberrypi:~ $ rtl_test
                Found 1 device(s):
                  0:  Realtek, RTL2838UHIDIR, SN: 00000001
                
                Using device 0: Generic RTL2832U OEM
                Found Rafael Micro R820T tuner
                Supported gain values (29): 0.0 0.9 1.4 2.7 3.7 7.7 8.7 12.5 14.4 15.7 16.6 19.7 20.7 22.9 25.4 28.0 29.7 32.8 33.8 36.4 37.2 38.6 40.2 42.1 43.4 43.9 44.5 48.0 49.6
                [R82XX] PLL not locked!
                Sampling at 2048000 S/s.
                
                Info: This tool will continuously read from the device, and report if
                samples get lost. If you observe no further output, everything is fine.
                
                Reading samples in async mode...
                Allocating 15 zero-copy buffers
                lost at least 40 bytes
                
                
                Thomas Braun R 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Reinhard 0 last edited by

                  @reinhard-0
                  Da ich das Gerät und den Treiber nicht kenne...
                  Keine Ahnung ob das die Ausgabe ist, wie sie sein sollte.

                  1 Reply Last reply Reply Quote 0
                  • R
                    Reinhard 0 @Reinhard 0 last edited by

                    Habe auch Stick einmal ab und angesteckt. Funktioniert leider immer noch nicht.
                    IOBroker Log:

                    host.raspberrypi	2021-02-25 12:58:46.880	info	instance system.adapter.rtl_433.0 terminated with code 2 (INVALID_ADAPTER_CONFIG)
                    rtl_433.0	2021-02-25 12:58:46.501	info	(1466) cleaned everything up...
                    host.raspberrypi	2021-02-25 12:58:46.500	info	stopInstance system.adapter.rtl_433.0 send kill signal
                    rtl_433.0	2021-02-25 12:58:46.499	info	(1466) Got terminate signal TERMINATE_YOURSELF
                    host.raspberrypi	2021-02-25 12:58:46.492	info	stopInstance system.adapter.rtl_433.0 (force=false, process=true)
                    host.raspberrypi	2021-02-25 12:58:46.491	info	"system.adapter.rtl_433.0" disabled
                    rtl_433.0	2021-02-25 12:58:46.335	warn	(1466) Terminated (INVALID_ADAPTER_CONFIG): Without reason
                    rtl_433.0	2021-02-25 12:58:46.334	error	(1466) rtl_433 disconnected
                    rtl_433.0	2021-02-25 12:58:46.329	info	Please fix the device permissions, e.g. by installing the udev rules file rtl-sdr.rules
                    rtl_433.0	2021-02-25 12:58:46.329	info	(1466) rtl_433 STDERR: usb_open error -3
                    rtl_433.0	2021-02-25 12:58:46.235	info	(1466) starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.rtl_433, node: v12.21.0, js-controller: 3.2.16
                    host.raspberrypi	2021-02-25 12:58:45.030	info	instance system.adapter.rtl_433.0 started with pid 1466
                    host.raspberrypi	2021-02-25 12:58:14.990	info	Restart adapter system.adapter.rtl_433.0 because enabled
                    host.raspberrypi	2021-02-25 12:58:14.989	error	instance system.adapter.rtl_433.0 terminated with code 2 (INVALID_ADAPTER_CONFIG)
                    rtl_433.0	2021-02-25 12:58:14.962	info	(1447) cleaned everything up...
                    rtl_433.0	2021-02-25 12:58:14.446	warn	(1447) Terminated (INVALID_ADAPTER_CONFIG): Without reason
                    rtl_433.0	2021-02-25 12:58:14.445	error	(1447) rtl_433 disconnected
                    rtl_433.0	2021-02-25 12:58:14.441	info	Please fix the device permissions, e.g. by installing the udev rules file rtl-sdr.rules
                    rtl_433.0	2021-02-25 12:58:14.441	info	(1447) rtl_433 STDERR: usb_open error -3
                    rtl_433.0	2021-02-25 12:58:14.355	info	(1447) starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.rtl_433, node: v12.21.0, js-controller: 3.2.16
                    host.raspberrypi	2021-02-25 12:58:13.201	info	instance system.adapter.rtl_433.0 started with pid 1447
                    host.raspberrypi	2021-02-25 12:58:13.140	info	"system.adapter.rtl_433.0" enabled
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Reinhard 0 last edited by

                      @reinhard-0 sagte in Wie erteile ich USB-Zugriffsberechtigung?:

                      Please fix the device permissions, e.g. by installing the udev rules file rtl-sdr.rules

                      Gibt es das file? Und was steht drin?

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        Reinhard 0 @Thomas Braun last edited by

                        @thomas-braun
                        das File gibt's nicht. Muss das wohl nochmal neu installieren oder das File anlegen. Was soll denn in dem File stehen?

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Reinhard 0 last edited by Thomas Braun

                          @reinhard-0
                          Da steht u. a. drin, welcher user da mit welchen Rechten zugreifen darf.
                          Im Paket ist widererwarten keine 'blanko' Version der udev-Datei enthalten, dann musst du wohl selber eine schreiben.

                          https://osmocom.org/projects/rtl-sdr/repository/revisions/master/entry/rtl-sdr.rules

                          R 1 Reply Last reply Reply Quote 0
                          • R
                            Reinhard 0 @Thomas Braun last edited by

                            @thomas-braun

                            Vielen, vielen Dank!!!
                            Ich war schon verzweifelt, habe das File erstellt und es geht.

                            1 Reply Last reply Reply Quote 0
                            • 9
                              9_Mad-Max_5 last edited by

                              Sorry dass ich das alte Thema nochmal hochhole.
                              Aber ich habe heute auch meinen rtl-sdr bekommen und an sich funktioniert er auch.
                              Also ich kann direkt im Terminal meine Sensoren und ihre Werte sehen.
                              Nur leider bekomme ich den Iobroker Adapter nicht ans laufen.
                              Auch mit der Rules file nicht egal, ob die von dem RTL-SDR repo oder eine selbst geschnitzte es will einfach nicht.

                              Homoran 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @9_Mad-Max_5 last edited by Homoran

                                @9_mad-max_5 sagte in Wie erteile ich USB-Zugriffsberechtigung?:

                                Also ich kann direkt im Terminal meine Sensoren und ihre Werte sehen.
                                Nur leider bekomme ich den Iobroker Adapter nicht ans laufen.

                                das dürfte das alte Hghlander Symptom sein.

                                Es kann nur einen geben!

                                Entweder Konsole oder Adapter.

                                Also die Verbindung der Konsole zum USB-Port vor Initialisierung der Instanz vollständig beenden

                                9 1 Reply Last reply Reply Quote 0
                                • 9
                                  9_Mad-Max_5 @Homoran last edited by

                                  @homoran
                                  Es war mal wie immer die Benutzerrechte...
                                  https://github.com/aneisch/rtl_433_mqtt/issues/1#issuecomment-615933234

                                  Das hier hat mir geholfen dem ganzen Herr zu werden.
                                  Die rechte müssten eigentlich mit der Rule 666 sein. Bei mir wurde aber aus irgendeinem Grund nur 660 drauß und das hat iobroker nicht gereicht...

                                  Also manuell mit sudo chmod schnell angepasst.
                                  Mal schauen ob es den Neustart überlebt...

                                  twochannel created this issue in aneisch/rtl_433_mqtt

                                  closed device permission error #1

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @9_Mad-Max_5 last edited by Thomas Braun

                                    @9_mad-max_5

                                    Meist sind es nur fehlende Gruppenzugehörigkeiten.
                                    Hier vermutlich die Gruppe 'plugdev'

                                    Bevor du da die Rechte mit chmod wasauchimmer versaubeutelst...

                                    9 1 Reply Last reply Reply Quote 0
                                    • 9
                                      9_Mad-Max_5 @Thomas Braun last edited by

                                      @thomas-braun
                                      Ja habe ich auch von gelesen war es in meinem Fall aber nicht

                                      pi@iobroker:~ $ ls -la /dev/$(readlink /dev/rtl_sdr)
                                      crw-rw---- 1 root plugdev 189, 3 Aug 10 17:05 /dev/bus/usb/001/004
                                      pi@iobroker:~ $ sudo chmod 666 /dev/$(readlink /dev/rtl_sdr)
                                      pi@iobroker:~ $ ls -la /dev/$(readlink /dev/rtl_sdr)
                                      crw-rw-rw- 1 root plugdev 189, 3 Aug 10 17:05 /dev/bus/usb/001/004
                                      

                                      und schon lief das ganze

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @9_Mad-Max_5 last edited by

                                        @9_mad-max_5

                                        sudo -u iobroker groups
                                        
                                        9 1 Reply Last reply Reply Quote 0
                                        • 9
                                          9_Mad-Max_5 @Thomas Braun last edited by

                                          @thomas-braun

                                          pi@iobroker:~ $ sudo -u iobroker groups
                                          iobroker tty dialout audio video bluetooth gpio i2c
                                          

                                          Bin mir noch nicht ganz sicher was der output bedeutet..

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @9_Mad-Max_5 last edited by Thomas Braun

                                            @9_mad-max_5

                                            Der bedeutet exakt das was ich sagte:
                                            Der User 'iobroker' ist nicht in der Gruppe 'plugdev' enthalten und darf deswegen nicht auf das Gerät zugreifen.

                                            sudo usermod -aG plugdev iobroker
                                            

                                            Und dann mach den Schwachsinn mit 666 rückgängig.
                                            660 für die Gruppe 'plugdev' ist kein Fehler vom Paketbauer, der von dir korrigiert werden müsste, das hat schon seinen Grund warum das so voreingestellt wird.

                                            9 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            654
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            27
                                            2280
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo