~hmatuschek/+junk/qdmr-package

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Hannes Matuschek
  • Date: 2020-07-07 14:49:41 UTC
  • mfrom: (1.1.4)
  • Revision ID: hmatuschek@gmail.com-20200707144941-niwxz5phhmi0kt1w
* Finalized implementation of MD5R.
* Fixed RD-5R upload.

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.