~hmatuschek/+junk/qdmr-package

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Hannes Matuschek
  • Date: 2020-07-07 14:34:22 UTC
  • mto: (17.1.1 qdmr-package)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: hmatuschek@gmail.com-20200707143422-1djcxrjkem3k5kb1
Tags: upstream-0.3.0
ImportĀ upstreamĀ versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
    sudo apt-get install dmrconf
45
45
 
 
46
### Permissions
 
47
When running *qdmr* or *dmrconf* under Linux, you may need to change the permissions to access USB devices.  Create a file /etc/udev/rules.d/99-dmr.rules with the following contents:
 
48
 
 
49
    # TYT MD-UV380
 
50
    SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE="666"
 
51
    
 
52
    # Baofeng RD-5R, TD-5R
 
53
    SUBSYSTEM=="usb", ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0073", MODE="666"
 
54
 
46
55
 
47
56
## License
48
57
qdmr - A GUI application and command-line-tool to programm DMR radios.