I bought a new HP Compaq Presario 707TU Notebook few days back. To my surprise there was no driver CD comes with it. I installed Windows XP Professional Edition in it and couldn’t find the driver on HP’s website.  They have only provided the drivers for Windows Vista Operation System. Later, I found that there are so many people having the same issue.
Now the best part is that, today, I got all drivers for it. Thanks to HP Technical help desk. Here are the links to download the drivers. Please remember that these drivers are for window XP OS. You can find the driver for windows Vista on the HP website.


Video driver:
http://downloadmirror.intel.com/14388/a08/win2k_xp14311.exe

Chipset driver:
http://downloadmirror.intel.com/13799/eng/ChipUtil.exe

Realtek RTL8100CL/RTL8110Sb NIC Driver:
ftp://ftp.hp.com/pub/softpaq/sp30001-30500/sp30156.exe

Realtek RTL8139/810x Family Fast Ethernet NIC Driver:
ftp://210.51.181.211/cn/nic/Driver_5671_XP_0703.zip


Intel Pro Wireless:
ftp://ftp.hp.com/pub/softpaq/sp33001-33500/sp33404.exe

Now Audio Drivers,
This model of Presario has an audio controller that supports the high definition audio. You need to have Microsoft Universal Audio Architecture (UAA) Bus Driver for High Definition Audio installed on the computer before installing the audio driver. Here is the link for the Microsoft Universal Audio Architecture driver that needs to be installed before installing the audio driver:  ftp://ftp.hp.com/pub/softpaq/sp33501-34000/sp33867.exe

After the installation of above drivers install the following drivers
Conexant CX20549-12 High Definition Audio driver:
ftp://ftp.hp.com/pub/softpaq/sp36001-36500/sp36090.exe

Here are the installation instructions for installing the above piece of audio driver:
After extracting sp36090.exe, follow these steps

  1. Click on Start and select Run. Now type devmgmt.msc and press enter.
  2. Right click on "Audio device on High Definition Audio Bus" and click Update driver.
  3. Select "Install from a list or specific location"
  4. Click Next. Then select "Don't search, I will choose the driver to install"
  5. Click Next and then select "Sound, video and game controller" from the list.
  6. Click Next and then click Have Disk.
  7. Click Browse C:\sp36090 folder and the double click the V32 folder. Select the .inf file, click open and Continue with the onscreen instructions.
Similarly install Modem Drivers given below
Conexant CX20548 Modem Driver for Microsoft Windows XP:
ftp://ftp.hp.com/pub/softpaq/sp36001-36500/sp36089.exe

HP Help and Support for Microsoft Windows XP:
ftp://ftp.hp.com/pub/softpaq/sp36501-37000/sp36545.exe

We have finished with all the XP drivers that are needed to be installed on your notebook. I believe the above will help you too.
Posted on Monday, December 24, 2007
comment Comments [42]

I have just finished modifications in my first dasBlog macro. This macro will add a shout-box to the dasBlog (see it on the right side of this blog). I have tested it successfully with Firefox and IE 5.5+. This macro is written for new version of dasBlog (version 2.0 - supports .Net framework 2.0). If you want to add this custom macro to your dasBlog, make sure you are using new version dasBlog 2.0.

On the best part, this macro uses Ajax to update the entries. It can refresh itself after a specified interval using Ajax calls. You can disable this behavior if you don’t want to update it silently. I have used XML to store the entires in a file on the webserver. So there is no need to bother about database. To make the look and feel for more controlled and customizable, I have added CSS support to shoutbox.

Here are few steps that will help you to add this macro to your blog. But before download macro and extract the zip file on your hard-drive.

1. After extracting, copy aakashjain.dll into the bin directory of your blog.

2. Now, edit the web.config file of your dasBlog application to make the following changes.

    a) Uncomment or Add the following code in the <configuration>/<configSections> of web.config file.

<section name="newtelligence.DasBlog.Macros" type="newtelligence.DasBlog.Web.Core.MacroSectionHandler, newtelligence.DasBlog.Web.Core" />

   
    b) Add or uncomment the following lines under the <configuration>.

<newtelligence.DasBlog.Macros>
    <add macro="AJmacros" type="AakashJain.AakashJainMacros,AakashJain"/>
</newtelligence.DasBlog.Macros>

    c) Add  the following line under the <httpHandlers> section of web.config.

    

<add verb="*" path="aakashjain/shoutBoxHandler.aspx" type="AakashJain.ShoutBoxHandler,AakashJain"/>


   d) One more setting is to be done. We need to tell dasBlog about the XML file where our entries will be stored. For this you have to create a key under <configuration>

<appSettings>
    <add key="AakashJainShouts" value="~/content/aakashjainshouts.xml"/>
</appSettings>

The above piece of code add a key "AakashJainShouts" to specify the location of XML file in which all entries of shoutbox will be saved. I have chosen content directory to save the xml file in the code above. You can specify any directory on the webserver but make sure it should have write permission.

Now add the following line in your homeTemplate.blogtemplate file at a suitable place where you want shout-box to appear. (You can find this file in the current theme folder of your blog.)

<%AjShoutBox(max char,refresh interval,max entries)|AJmacros%>

Here is the description of each parameter,

max char (int) – Maximum number of characters allowed to enter in the message textbox of shoutbox. For name this is fixed to 30 characters.

refresh interval (int) – Enter the number of seconds when the shoutbox will update from new server. If you want to disable this feature enter anything less than 5.

max entries (int) – Maximum number of entries shown at a time in shout-box.

For instance - <%AjShoutBox(150,50,30)|AJmacros%>
(In this example shoutbox will be refreshed in 50 seconds, upto last 30 entries will be shown and only upto 150 characters can be entered in the message.)

Now lets move to style part of shoutbox. After the above settings you would like to apply some styles and colors to shoutbox to match with your blog theme. For this matter I have kept all style related code in a separate style-sheet (ajshoutbox.css). You can find this stylesheet in the download package. To attach this stylesheet to your blog enter the following lines with in the <head> section of your homeTemplate.blogtemplate file.

<link media="all" rel="stylesheet" type="text/css" href="images/shoutbox.css"></link>

(You can keep the stylesheet file in any directory on your web server but I'd recommend the image directory of dasBlog. Attribute "href" specified the path of CSS file.)

Ok, now this shoutBox is ready to run on your blog. If you have any comments or suggestions please feel free to post them here.

 

Posted on Sunday, December 23, 2007
comment Comments [0]

Finally, much awaited dasBlog v2.0 is released.  I have been waiting this for a long time. The new version can now be hosted on ASP.Net 2.0 with Medium Trust. (download dasblog v2.0)

In the past, dasBlog can be hosted on Asp.Net 2.0 but only with Full Trust. This limitation of dasBlog create hosting issues as most of hosting companies doesn’t allowed .Net applications to run with Full Trust for security sake. Those who have faced this trust problem know what this new version mean (figured out in my previous post.) This release completely supports Asp.Net 2.0.  Now I can integrate those application which I wanted to but couldn’t due to the version incompatibility.

Umm, I got some work this weekend. :-)
Posted on Thursday, August 16, 2007
comment Comments [0]

This weekend I have added some Technical Interview questions in my site. This part is still in progress. I could have added them much earlier but there was some URL Rewriting problem. Anyway I have published them without using URL Rewrite module.
You can checkout that part here - .Net Interview Questions

 

ASP.Net Inverview Question

Vb.net Interview Questions

.Net Framework

Posted on Tuesday, July 17, 2007
comment Comments [0]

If you want to uninstall the windows vista operation system, then you wouldn’t be happy to know that there is no uninstalling option for Windows Vista. Yes, the Windows Vista installation is permanent. You cannot uninstall windows Vista from Add/Remove Programs.  In case of dual boot, most importantly you will have to restore the MBR to what it was before installing Windows Vista. Like in my case, I have windows XP installed on my Desktop PC and I install this Beta Trial version of Windows Vista.
(Windows Vista uses different mechanism to boot the system. Earlier OS have been using NLTDR but in the case of Windows Vista it is BOOTMGR.)
In any case, if you want to remove the Windows vista from dual boot system, follow the following steps I Performed for the same.  Remember it is not a task for faint hearted.
Given below are the steps I performed to remove the Windows Vista from my PC.
  1. Boot the computer in to Windows XP.
  2. Insert the Windows Vista DVD in the DVD Drive.
  3. Go to "Start" and "Run". Type in "d:\boot\bootsect.exe /nt52 ALL /force" (without quotes, d: is the DVD drive letter.).
  4. Restart the computer, and you will notice the boot selection menu is gone.
  5. Format the partition/drive where you had Vista installed.
  6. Remove two files (Boot.BAK & Bootsect.BAK) on XP root folder (C:)

Note. Bootsect.exe is a utility by Microsoft which updates the master boot code for hard disk partitions in order to switch between BOOT MGR and NTLDR. You can use this tool to restore the boot sector on your computer.

You can type "bootsect /help" for more detailed explanation of usage.
 
Performing the above step helps in returning to the previous state, when I didn’t installed the Windows Vista.
Posted on Sunday, May 27, 2007
comment Comments [4]

Here is a step by step walkthrough to setup dasBlog on Godaddy. But before let me tell you that dasBlog is a ASP.Net weblog application. It runs on .Net1.1 framework and maintains all its data and settings in XML files stored in a folder on the server. So there is no need of any database tool. dasBlog adds lots of additional features like Trackback, Pingback, Mail notifications. It’s a true weblog engine with lots of features and themes to use.

Setting up dasBlog is really very easy task, you will know it shortly. You can go through these generic notes provided by dasBlog (http://www.dasblog.info/SetupInstall.aspx )

Now once you have been through with the notes above, let’s go further with these steps to setup your dasBlog on Godaddy.

Upload all the files in dasblogce folder to your web server. You should keep the same structure of file and images. Any change in that may cause your web application not run properly.

[Note: Before uploading your files, make sure you have made the necessary changes the site.config file (as instructed in turorial). You need to change the <Root> value to your Blog root directory.]

You can upload the files in a new folder or in your root folder. Ex – If suppose you want to add your blog to this path (http://www.yoursite.com/blog) then you need to create a blog directory in the root and upload all contents of dasblogce in the blog directory.


After you finished uploading, open the hosting manager given by Godaddy and click on the “Directory Management”. This will brings up a new screen where you can create new directory and set the permission to the directories.

You need to set the write permission to the following directories:

  • Content
  • SiteConfig
  • Logs 

To create and set permission to the directory click on the “Create Directory” Button, it will bring up the new screen given below

 
 
Enter the directory name and check on the “read” and “write” checkboxes.

Your screen should look like this:

Click on the “Continue” button. Confirm your changes by clicking on “Add” button in the next screen.

Repeat the same steps SiteConfig and logs directory

[Note: You may also need to set the permission on content\binary directory. For this you can create a sub directory under content and set the permission as we have done above. Binary directory is used to store the images and files attached with your post.]

Now don't jump in hurry, allow sometime so that changes get applied. This is require by godaddy. 

Once all above is done your application is ready to run online.

Here one thing I like to mention is that you need to set your hosting account to use ASP.Net1.1. You cannot run this weblog with ASP.Net2.0 on Godaddy. This is due to some security reasons. dasBlog require Full level of trust to run under ASP.Net2.0 but Godaddy doesn't allow applications to run on the high/full level trust on shared hosting.
[Update: Now there is a newer version available that supported on Asp.Net 2.0 with medium trust.]
Posted on Wednesday, January 24, 2007
comment Comments [6]

Given below are the selected articles and tutorials (TOPIC: MS SQL Server, ASP.Net, ASP Articles, AJAX, VB.Net)

Posted on Friday, December 01, 2006
comment Comments [0]

Formerly known as Winfx, microsoft have released a new .net framework packed with four new technologies.

"It combines the power of the .NET Framework 2.0 with four new technologies: Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), Windows Workflow Foundation (WF), and Windows CardSpace (WCS, formerly "InfoCard")."

Source : http://msdn.microsoft.com/winfx/

Well, for programmers its a new overhead, unless they learn it ;)

Posted on Monday, September 25, 2006
comment Comments [1]


Navigation


Calendar Archives

<August 2008>
SunMonTueWedThuFriSat
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456

Post Timeline
Calendar with Post


Tags Cloud of Tags

.Net (10) dasBlog (8) Geek Stuff (6) Google (2) Microsoft (10) Misc (11) Musings (21) News (15) Office Open XML (2) Personal (30) Technical (8) Tweaking (2) Windows (1)

External Favorites Blogroll

Last.Fm Recent Tracks

  1. Neil Young - Comes a Time
  2. Neil Young - Rockin' in the Free World
  3. Neil Young - After the Gold Rush
  4. Neil Young & Crazy Horse - Down By The River
  5. Neil Young - Harvest Moon
  6. Neil Young - Rockin' in the Free World
  7. Neil Young & Crazy Horse - Hey Hey, My My (Into the Black)

Aakash's Last.Fm Profile Powered by Audioscrobbler

Last.Fm Shoutbox

  1. SINTU: hi
  2. GOOD: good
  3. GOOG: goof
  4. JAYANT @: hii,when i connect internet in my compaq presario c700 my orkut site and youtube.com are hacked a msg is open with laughing sound and say u are hacked. pls... give me an solution for remove it.
  5. LLLAAAQ: i am using the A933tu presario lap. my problem is when i am connecting internet through my lap the data receiving is so slow.but when i connecting internet thru my pc its on its best speed.what is my problem?is there any solution? reply pls...
  6. SHAFI @: i want to install xp on comapq prsario a933tu . please tell me where i can find the audio drivers for the same
  7. VICKY: help me plz?
  8. VICKY: I have installed XP in Compaq Presario 707TU Laptop. I have configured audio as below. Install Microsoft UAA sp31994, then install High-definition audio driver sp33443. But I get the error message "Driver Installation Failed: Could not find the MEDIA device for this driver."
  9. VICKY: help me?
  10. VICKY: I have installed XP in Compaq Presario 707TU Laptop. I have configured audio as below. Install Microsoft UAA sp31994, then install High-definition audio driver sp33443. But I get the error message "Driver Installation Failed: Could not find the MEDIA device for this driver."
  11. TEST: Hi! Testing
  12. PIYUSH: how did you develop this?
  13. PSC_25: gr8....solved my problems in jiffy....thanx
  14. CHUCK NORRIS: This is a great plugin!
  15. PETER: Who are you?
  16. AAKASH: hi
  17. HARSH: very helpful...link 4 video driver hs expired..cud u pls giv a new link
  18. SURAJIT: You are realy intelegent person.
  19. DINESH @: thank you for your support
  20. HAHA: shits!
  21. ERIC REYES @: i bought compaq c733tu, do you have audio driver?
  22. ROHITASH @: pls send Compaq presario C700 sound and modem drivers
  23. SUMESH @: pls send compaq nx5000 al drivers
  24. S P JAIN: hi
  25. SHADAB @: hi hi hi hi
  26. FARAZ: hi..........
  27. BRZA: Hi
  28. HAMID: hi lee
  29. HAMID: hi..
  30. LEE: hi

View Aakash Jain's profile on LinkedIn
Follow me
My Bookmarks


Powered by

newtelligence dasBlog 2.0.7226.0



Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Sign In