Config.txt File: Difference between revisions

From Sharpfin
Jump to navigation Jump to search
(New page, separating out the Config.txt file information from the "changing firmware" page.)
 
mNo edit summary
Line 1: Line 1:
( Page purpose - separating out the content of the Configxxxx.txt file details from "changing firmware" page.  Hopefully additional data can be added to this explaining the features in the config file, which features may be of benefit to which radio types, etc.. )
( Page purpose - separating out the content of the Configxxxx.txt file details from [[Changing Firmware]] page.  Hopefully additional data can be added to this explaining the features in the config file, which features may be of benefit to which radio types, etc.. )





Revision as of 20:06, 30 December 2007

( Page purpose - separating out the content of the Configxxxx.txt file details from Changing Firmware page. Hopefully additional data can be added to this explaining the features in the config file, which features may be of benefit to which radio types, etc.. )


Even with the old firmwares, there are many features of radios which are disabled. to enable these features, you may not even have to upgrade the firmware, but you will have to be familiar with Linux Command Line and the editor 'vi'.

  • Apply the sharpfin patch
  • Log into the radio using telnet (user & password = admin)
  • Look in /root or /root/hwconfig, depending on the current firmware version of your radio
  • Find your configxxxx.txt file (The xxxx is the Hardware Id, which you can find in 'Configure / Version'
  • Look in it and others in the same directory to work out what modifications you wish to make (such as enabling alarms)
  • Issue the command 'mount / -orw,remount' to unprotect the partition
  • Edit the configxxxx.txt file with 'vi configxxxx.txt'
  • Double Check your edits
  • Now trebble check them!
  • Write protect the drive with 'sync;mount / -oro,remount'
  • Reboot the radio

This thread on the Reciva website has a few clues as to what may be possible to experiment with; changing the items on the display, a "history" function (anyone know what it does yet?), etc.