Techno-Cranio Idiocracy

An idiotic approach to resolving technical maladies

November 2009 - Posts

Install HyperTerminal in Windows 7
I was tasked to configure our Cisco routers for the three leased lines we got from the ISP. The problem I had was that connecting to a Cisco router via the console is no longer possible in Windows 7 since HyperTerminal was removed. Now, don't get me wrong, Telnet I know is another option but these routers had been pre-configured and there is no other way I know to get into the IOS bypassing the implemented password (the dilemma of inheriting an existing network infrastructure without documentation). Hence, the need to install HyperTerminal. Here's how I did it:
 
1. From Windows XP copy:
      * hypertrm.exe from C:\Program Files\Windows NT\
      * hypertrm.dll from C:\Windows\System32\
    to the same folder location in Windows 7.
 
 2. Create a shortcut for HyperTerminal on the Desktop if you wish and run the application.
 
 3. You will be prompted to make HyperTerminal your default Telnet program. Tick Don't ask me this question again and Click No. Why No? Well, after I've configured the routers, I'll be using SSH for remote administration.
 
4. You will be prompted this time to fill up the location information form. Click Cancel and click Yes to confirm the action then click OK to dismiss the matter.
 
5. Type your desired connection name in the Name field (I usually use console) and click OK.
 
6. You will encounter steps 3 and 4 again then you will be presented with the Connect To dialog. Under Connect using, select from the list the correct com port
to use (in my case, COM7 via a USB Belkin portable com port where my console cable is attached) and click OK.
7. You will be presented next with the HyperTerminal Properies dialog. Click Restore Defaults and click OK.
 
That's it. You're now connected to your Cisco device. After bypassing the router's password, here's what I see...
 
 
Posted: 11-11-2009 10:52 AM by Faelmar Tañada | with no comments
Filed under:
Restore the Quick Launch toolbar in Windows 7

A couple of days back, I was trying to figure out how in the world am I supposed to keep a group of program shortcuts in one folder and drag it to the Quick Launch toolbar like I used to in Windows XP (sorry, never been a Windows Vista fan). My idiot instinct tells me it's time to fire-up Help and Support which I did with glee knowing I'd get a good answer to my question. Keying "quick launch" in the search field returned two results. One of which, a question that says "What happened to the Quick Launch toolbar?". The way the question was framed gave me a clear picture that the Quick Launch toolbar is but a fragment of history which of course was validated after reading the help information. Read the entire article here.

Enabling Lenovo N100 SoundMax audio in Windows 7

 
I recently installed Windows 7 (RTM) in my Lenovo 3000 N100 laptop. The installation went well and everything seemed perfect until I discovered that there was no audio. I checked the Device Manager and found no errors related to audio and others. My techie instinct tells me I needed to manually install the driver. Since no driver was available for Windows 7 from the Lenovo support website, I took the risk of dowloading the Windows Vista driver instead. After the download, I immediately installed the said driver but to no avail. Instead, Windows 7 loads its own high definition audio driver even when I uninstalled it and rebooted the machine. I searched the Internet for hours hoping I'd find a solution to the problem but become frustrated even more. Out of desperation, I did the following procedure to eventually solve the problem.
 
   1. Using Windows Explorer, open the C:\windows\system32\drivers folder.
   2. Select and right-click HdAudio.sys then select Properties from context menu.
   3. In the Properties applet, click the Security tab.
   4. In the Security tab, click Advanced then click the Owner tab thereafter.
   5. In the Owner tab, you should see your username listed, click Edit.
   6. You should see your username listed again. Select it and click OK.
   7. Click OK when a message box appears.
   8. Click OK again and click Edit.
   9. Click Add and click Advanced then click Find Now.
 10. Select your username and click OK and another OK.
       Notice that your username is selected.
 11. Tick the Full control checkbox and click OK.
 12. Click Yes when prompted and click OK.
 13. Delete HdAudio.sys and do the same for the other copies located in the following folders:
      * C:\Windows\LastGood\system32\drivers
      * C:\Windows\System32\DriverStore\FileRepository\hdaudio.inf_x86_neutral_9781e9d72e255b2e
      * C:\Windows\winsxs\x86_hdaudio.inf_31bf3856ad364e35_6.1.7600.16385_none_15368bf2c8c39eac
 14. Download the driver from Lenovo support by clicking HERE.
 15. When the download is completed, extract the SoundMax Vista driver by double-clicking it.
      By default, it will be extracted on C:\Drivers\WIN\Audio.
 16. Open the C:\Drivers\WIN\Audio\i386\Vista folder.
 17. Copy ADIHdAud.inf and ADIHdAud.sys to the following:
      * ADIHdAud.inf to C:\Windows\inf
      * ADIHdAud.sys to C:\Windows\System32\drivers\
      just click Continue when you encounter an access denied dialog box.
 18. Launch the Device Manager and expand Sound, video and game controllers then uninstall High Definition Audio Device.
 19. Reboot your computer.
 20. After the reboot, launch the Device Manager and double-click Audio Device on High Definition Audio Bus under Other Devices.
 21. Click the Driver tab.
 22. In the Driver tab, click Update Driver and select Browse my computer for driver software then select Let me pick a list of device drivers on my computer.
 23. Scroll down then select Sound, video and game controllers and click Next.
 24. From the list of compatible drivers, select SoundMax Integrated Digital HD Audio and click Next.  
 25. Click Close and another close then reboot your computer.
 That's it. Hopefully, this works for you. Wink