You are on page 1of 2

Docsis --> EuroDocsis Frequency Change Written by T C N I S O Saturday, 10 November 2007

THIS TUTORIAL IS INTENDED FOR THEORETICAL USE ONLY, USE ON PRODUCTION SYSTEMS MAY VIOLATE YOUR ISP's TERMS OF SERVICE. THEORYSHARE TAKES NO RESPONSIBILITY FOR YOUR ACTIONS. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THIS SOFTWARE IS INTENDED FOR EDUCATIONAL USE ONLY AND MAY BE ILLEGAL IF USED IMPROPORLY. USERS ASSUME FULL RESPONSIBILITY FOR THEIR ACTIONS.

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: Scan Table North America Europe China Japan Flag 0x0 0x1 0x2 0x3 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

You might also like