| Docsis --> EuroDocsis Frequency Change |
|
|
|
| Written by T C N I S O | |||||||||||||
| Saturday, 10 November 2007 17:13 | |||||||||||||
This tutorial outlines the process to change the annex on your modified cable modem from Eurodocsis to Docsis or vice versa. Keep in mind euro-docsis hardware may be used on docsis networks however docsis hardware cannot be used on eurodocsis networks. Step 1: Open a command line (Start ïƒ run ïƒ cmd.exe) or open your favorite telnet client. At the command line type: telnet 192.168.100.1 Step 2: Stop the scanning task, type BroadcomDebugMode(1); and hit enter. Step 3: Create an instance of the CmApi (which has your config in it): pCmApi=Instance__5CmApi() and then get a copy of your config: pCfg=GetCmConfig(pCmApi);
Step 4: Change the Frequency plan by running SetFreqPlanType(pCmApi,0x1);
*Note, the flag at the end of this command sets the scan table:
Step 5: With the instance of your modified class, save it to the Cable modem using this command: SetCmConfig(pCmApi,pCfg); Step 6: Reboot the modem and go to: http://192.168.100.1/configdata.html If you did everything right (and the shell did not crash) it should be changed. If the shell did crash, unplug the modem for 30 seconds and try it again TERMS OF USE THIS TUTORIAL IS INTENDED FOR THEORETICAL USE ONLY, USE ON PRODUCTION
|
|||||||||||||
| Last Updated on Wednesday, 27 May 2009 15:19 |