Yesterday I imaged a new hard drive for an old Tivo using the altepg-1_0b.iso cd. I got it up and working with DHCP, ran it through guided setup and let it index over night and I was happy.
This morning I decided to give it a static IP address, so I ran nic_config_tivo but found two problems with it:
- Using the standard Windows Vista telnet, nic_config_tivo was displaying control codes on screen, making it quite difficult to be sure that the correct values were being entered. For example:
- Code: Select all
? Enter IP Address.[9;59H?
? Leave null for DHCP.[10;59H?
- The other problem was that I could enter IP address, MAC address and subnet mask, but it skipped straight past the Gateway address without giving me the opportunity to adjust it.
I fixed these problems by editing the config file directly and it's all working now, but has anyone else seen these problems?
I'm guessing the first is a termcap problem but I'm not sure what to do to fix it. The second seems like a bug in the bash script.