Monday, June 27, 2011

compaq presario v3751au



compaq presario v3751au DRIVER FOR WINDOWS XP.

Nvidia Chipset,install and reboot.If offered,choose the option to install ONLY the drivers.

NVIDIA CHIPSET:
DOWNLOAD(NVIDIA SITE)

NVDIA GRAPHIC:
DOWNLOAD

or If you have intel graphic
Video Drivers (Intel X3100):
Or
Mobile Intel 965 Express Chipset Family Video Driver:

Alps Touchpad:
DOWNLOAD

Ricoh Card Reader:
DOWNLOAD

------------------------------------------------------------------------------
(INSTALL NET FRAMEWORK FIRST BEFORE INSTALLING HP Quick Launch)
NET FRAMEWORK: DOWNLOAD

HP Quick Launch: DOWNLOAD
-------------------------------------------------------------------------------

SOUND DRIVER:

MS UAA(required with a reboot before Conexant):
DOWNLOAD or Download

Conexant SmartAudio 221:
DOWNLOAD or Dowload

Use this for audio.Unzip to a folder.Run installer.if it errors use Device Manager.

RIGHT CLICK MY COMPUTER>MANAGE>DEVICE MANAGER

From Device Manager,right click "Audio Device on HD",choose Update driver,

No to connect,

Install from a list or specific location,

Select Don't Search, I will choose the driver to install,

For the Hardware Type select 'Show All Devices'

Remove the check from "Show Compatible Hardware" and click on "Have Disk".

Next...browse to the unzipped folder and choose the "WiSVHe5.inf".

Ignore XP when it complains.
Reboot.
---------------------------------------------------------------------------------

Modem Drivers:
Conexant HDAUDIO Soft Data Fax Modem with SmartCP Driver:
Download

Broadcom Wireless LAN Driver:
Download
or
DOWNLOAD

HP Integrated Module with Bluetooth Wireless Technology
Download

HP Wireless Assitant:
Download

Network Driver (LAN):
Download

Alternate network Drivers:
(Realtek RTL8139/810x Family Fast Ethernet NIC Driver)
Download
Or
Download

Ricoh 5-in-1 Card Reader Host Controller:
Download

Thursday, June 23, 2011

Acer Aspire 4520 Windows XP and vista Drivers

Acer Aspire 4520 Windows XP Drivers :
Modem_Liteon_(2.1.77.9_logo).zip
Launch Manager_Xp,Vista x86,x64_(2.00 b12_logo).zip
VGA_XP(7.15.11.126_logo).zip
CCD_Bison_x86,x64_(v7.32.701.09_logo).zip
CCD_Suyin_WinXP,VISTA(32bit,64Bbit)(5.7.28.500_logo).zip
CIR_(7.1.64.1010_logo).zip
TouchPad_Synaptics_Vista_Vista64_x64_XP_2K_(9.2.3.1_logo).zip
Modem_Foxccon_Conexant_(2.1.77.9_logo).zip
Chipset(13.13_logo) + Lan(65.7.5.0_logo).zip
Wireles_Broadcom_XP_(4.100.15.5_logo).zip
Wireless_Atheros_XP32_XP64_WHQL_(5.3.0.45_logo).zip
Audio_WinXP,VISTA(32bit,64Bbit)_(5.10.0.5423_logo).zip
CardReader_WinXP,VISTA(32bit,64Bbit)(3.51.01_logo).zip

Download and install all packages Above.(please report broken link and leave comment if you have other relzted info and link).

For windows vista acer 4520 driver:

you can find other driver (VISTA) for acer 4520 at this site: http://www.notebook-drivers.com/

Tuesday, June 21, 2011

Acer Aspire 1640 Driver For Windows XP

image originally from: www.laptopviews.com

Aspire 1640 Driver For Windows XP

Foxcom Modem Driver
Version : 7.31.0
Category : Modem Driver
Operating System : Windows XP
Download

Intel Chipset
Version : 6.3.0.1007
Category : Chipset Driver
Operating System : Windows XP
Download

Intel VGA Driver
Version : 6.14.10.4332
Category : VGA Driver
Operating System : Windows XP
Download

Realtek Audio Driver
Version : 5.10.0.5148
Category : Audio/sound Driver
Operating System : Windows XP
Download

Realtek LAN Driver
Version : 5.621.304.2005
Category : LAN Driver
Operating System : Windows XP
Download

TouchPad Driver
Version : 7.12.3
Category : TouchPAD Driver
Operating System : Windows XP
Download

WLAN 802.11 (Atheros) Driver
Version : 4.0.0.14001
Category : WLAN Driver
Operating System : Windows XP
Download

WLAN 802.11 (Intel)
Version : 9.0.1.9.
Category : WLAN Driver
Operating System : Windows XP
Download

driver source originally taken from: http://www.laptopbeep.com/aspire-1640-driver-for-windows-xp

I can,t still find vista driver but you can get the latest update at the acer official support site.
http://www.acer.com.my/

Sunday, June 19, 2011

Remove Autorun.inf can't view hidden files

Recently i found that a virus(may be javascript virus) which detected as autorun.inf prevent our system to view hidden files. Not like brontox which disable task manager and make folder option dissapear.

If you face the problems listed below your system might have the autorun.inf virus:

  • can't view hidden files
  • can't open pendrive normally
  • can't sign in to YM(Yahoo messenger)
  • Firefox can't be open, or just last for 1 or 2 minutes before dissapearing
  • internet explorer can't connect to the internet
There are several ways to overcome this problems.

ANTIVIRUS: so far bitdefender 2008 and avg can detect those virus. The link given will redirect you to the official download site. to stay in this page right click and select open link in new tab/window.

download avg at the official site
download bitdefender 2008
(please update after installing the antivirus.)

MY way:

I use different way to remove the virus:

1. click Start>run and type cmd, after that click run,

after the black box appear(command prompt), copy the code below, copy all and paste anywhere in the black box,
if you are unable to right click and paste, just left click and press Ctrl+V.

@echo off
cls

if exist c:\autorun.inf attrib -h -a -s -r c:\autorun.inf
if exist d:\autorun.inf attrib -h -a -s -r d:\autorun.inf
if exist e:\autorun.inf attrib -h -a -s -r e:\autorun.inf
if exist f:\autorun.inf attrib -h -a -s -r f:\autorun.inf

REM Replace with harmless autorun.inf
REM
if exist c:\autorun.inf echo "[autorun]" c:\autorun.inf
if exist d:\autorun.inf echo "[autorun]" d:\autorun.inf
if exist e:\autorun.inf echo "[autorun]" e:\autorun.inf
if exist f:\autorun.inf echo "[autorun]" f:\autorun.inf

REM Make it read-only to prevent trojan from replacing its own copy.
REM
if exist c:\autorun.inf attrib +r c:\autorun.inf
if exist d:\autorun.inf attrib +r d:\autorun.inf
if exist e:\autorun.inf attrib +r e:\autorun.inf
if exist f:\autorun.inf attrib +r f:\autorun.inf

if exist c:\auto.exe attrib -h -a -s -r c:\auto.exe
if exist d:\auto.exe attrib -h -a -s -r d:\auto.exe
if exist e:\auto.exe attrib -h -a -s -r e:\auto.exe
if exist f:\auto.exe attrib -h -a -s -r f:\auto.exe

if exist c:\auto.exe echo "0"c:\auto.exe
if exist d:\auto.exe echo "0"d:\auto.exe
if exist e:\auto.exe echo "0"e:\auto.exe
if exist f:\auto.exe echo "0"f:\auto.exe

if exist c:\auto.exe attrib +r c:\auto.exe
if exist d:\auto.exe attrib +r d:\auto.exe
if exist e:\auto.exe attrib +r e:\auto.exe
if exist f:\auto.exe attrib +r f:\auto.exe

Run Hijack this to remove all unwanted trojans related to
"Generic.PWS.j"
Check the below files to get some ideas which files are related to
this trojan.
There may be additional files, and these files are created in series,
thus u could include latest
*.EXE and *.DLL files found in C:\WINNT (or C:\WINDWS) with respect
to the timestamp of files below.

"DIR /D C:\WINNT"
"DIR /D C:\WINNT\SYSTEM32"

Save this below text file in your local drive before reboot to safe
mode command-line

REM Deletion of the core trojan files:
REM

c:
cd %windir%
if exist DiskMan32.exe attrib -h -a -s -r DiskMan32.exe
if exist Kvsc3.exe attrib -h -a -s -r Kvsc3.exe
if exist AVPSrv.exe attrib -h -a -s -r AVPSrv.exe
if exist mppds.exe attrib -h -a -s -r mppds.exe
if exist MsIMMs32.exe attrib -h -a -s -r MsIMMs32.exe
if exist NVDispDrv.exe attrib -h -a -s -r NVDispDrv.exe
if exist cmdbcs.exe attrib -h -a -s -r cmdbcs.exe
if exist upxdnd.exe attrib -h -a -s -r upxdnd.exe
if exist DbgHlp32.exe attrib -h -a -s -r DbgHlp32.exe
if exist msccrt.exe attrib -h -a -s -r msccrt.exe

if exist DiskMan32.exe del DiskMan32.exe
if exist Kvsc3.exe del Kvsc3.exe
if exist AVPSrv.exe del AVPSrv.exe
if exist mppds.exe del mppds.exe
if exist MsIMMs32.exe del MsIMMs32.exe
if exist NVDispDrv.exe del NVDispDrv.exe
if exist cmdbcs.exe del cmdbcs.exe
if exist upxdnd.exe del upxdnd.exe
if exist DbgHlp32.exe del DbgHlp32.exe
if exist msccrt.exe del msccrt.exe

c:
cd %windir%
cd system32

if exist mppds.dll attrib -h -a -s -r mppds.dll
if exist upxdnd.dll attrib -h -a -s -r upxdnd.dll
if exist DiskMan32.dll attrib -h -a -s -r DiskMan32.dll
if exist cmdbcs.dll attrib -h -a -s -r cmdbcs.dll
if exist Kvsc3.dll attrib -h -a -s -r Kvsc3.dll
if exist DbgHlp32.dll attrib -h -a -s -r DbgHlp32.dll
if exist AVPSrv.dll attrib -h -a -s -r AVPSrv.dll
if exist MsIMMs32.dll attrib -h -a -s -r MsIMMs32.dll
if exist NVDispDrv.dll attrib -h -a -s -r NVDispDrv.dll
if exist msccrt.dll attrib -h -a -s -r msccrt.dll

if exist mppds.dll del mppds.dll
if exist upxdnd.dll del upxdnd.dll
if exist DiskMan32.dll del DiskMan32.dll
if exist cmdbcs.dll del cmdbcs.dll
if exist Kvsc3.dll del Kvsc3.dll
if exist DbgHlp32.dll del DbgHlp32.dll
if exist AVPSrv.dll del AVPSrv.dll
if exist MsIMMs32.dll del MsIMMs32.dll
if exist NVDispDrv.dll del NVDispDrv.dll
if exist msccrt.dll del msccrt.dll



after that you need to install portable antivirus,

download now(via softpedia.com)
-- this is a setup file which will install portable antivirus into you computer
or
you can protect your pendrive by download th standalone file and put it into your pendrive.
download standalone
download at the official site

after installing portable antivirus, scan until complete. after that under the task click repair modified registry, you will be prompt and click yes.

restart and i hope it work.=)

Friday, June 17, 2011

Compaq Presario f730us device driver for windows xp

Original source: yahoo.answer

Here are the links for downloading compatible XP drivers for your model presario;
: Chipset driver:
----------------
http://us.download.nvidia.com/Windows/163.71/163.71_forceware_winxp_32bit_english_whql.exe (or) ftp://ftp.hp.com/pub/softpaq/sp33001-33500/sp33031.exe
: Video driver:
---------------
ftp://ftp.hp.com/pub/softpaq/sp33501-34000/sp33537.exe
: 1. Click on Start and select Run. Now type devmgmt.msc and press enter.
2. Right click on "Video Controllers" 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 "Display Adapters" from the list.
6. Click Next and then click Have Disk.
7. Click Browse C:\swsetup\sp33549 folder and select the .inf file and click open and Continue with the onscreen instructions.
: Wireless driver:
----------------
ftp://ftp.hp.com/pub/softpaq/sp34001-34500/sp34152.exe
: Lan driver: http://www.sendspace.com/file/4s15q0
: Quicl Launch Button:
--------------------
ftp://ftp.hp.com/pub/softpaq/sp33001-33500/sp33258.exe
: Synaptics Touchpad:
-------------------
ftp://ftp.hp.com/pub/softpaq/sp33501-34000/sp33751.exe
: Card reader Driver (Ricoh 5-in-1 Card Reader):
--------------------------------------...
ftp://ftp.hp.com/pub/softpaq/sp33001-33500/sp33413.exe
: NOTE: Please do not click on the link. Copy the full link and paste it to the address bar of a new browser Window and try to open it.

: Installation Instructions :

1. Download the file to a directory on your hard drive.
2. Execute the downloaded file and follow the on-screen instructions.
3. Restart the notebook when the installation is complete.
: Audio Driver:
: In order to install the High definition audio driver we must install Microsoft HD driver.

: Microsoft Universal Audio Architecture (UAA) Bus Driver for High Definition Audio : ftp://ftp.compaq.com/pub/softpaq/sp32501-33000/sp32646.exe
: Installation Instructions

1. Download the file to a directory on your hard drive.
2. Execute the downloaded file and follow the on-screen instructions.
: Then restart the notebook to install Audio driver
: ftp://ftp.hp.com/pub/softpaq/sp34001-34500/sp34200.exe
Ben Finkel: ok
: This will create a swsetup folder in C drive ("C:\swsetup\sp34200")
: Installing this driver may result in an error. But continue with the following steps to get the audio driver installed correctly.
: 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:\swsetup\sp34200 folder and select the .inf (wis30b2a) file and click open and Continue with the onscreen instructions.
: Modem driver:
----------------
: First download and install the UAA driver from the following link:

ftp://ftp.compaq.com/pub/softpaq/sp32501-33000/sp32646.exe
: After installing this, download and install the modem driver

ftp://ftp.hp.com/pub/softpaq/sp33501-34000/sp33742.exe

This will create a swsetup folder in C drive ("C:\swsetup\sp33742")
: Installing this driver may result in an error. But continue with the following steps to get the audio driver installed correctly.
: 1. Click on Start and select Run. Now type devmgmt.msc and press enter.
2. Right click on "Modem" 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 "Modem" from the list.
6. Click Next and then click Have Disk.
7. Click Browse C:\swsetup\sp33742 folder and select the .inf (wis30b2a) file and click open and Continue with the onscreen instructions.
: I

Wednesday, June 15, 2011

COMPAQ PRESARIO C700 device driver for windows xp

(VGA) Driver:
http://downloadmirror.intel.com/13300/a0...

Chipset Driver:
http://downloadmirror.intel.com/13499/a0...
Wireless LAN Driver:
ftp://ftp.hp.com/pub/softpaq/sp34001-345...
ALPS Touchpad Pointing Device Driver:

ftp://ftp.hp.com/pub/softpaq/sp31001-315...
5 in 1 card reader driver:

ftp://ftp.hp.com/pub/softpaq/sp33501-340...
HP Quick Launch Buttons
ftp://ftp.hp.com/pub/softlib/software8/C...
LAN Driver
ftp://ftp.hp.com/pub/softpaq/sp30501-310...
To install audio / modem drivers, first download and install Microsoft Universal Audio Architecture (UAA) Bus Driver for High Definition Audio (sp32646):

ftp://ftp.hp.com/pub/softpaq/sp32501-330...


Conexant CX20549-12 Audio Driver for Microsoft Windows XP (sp36090.exe) (UAA Driver needed)

ftp://ftp.hp.com/pub/softpaq/sp36001-365...

This will create a swsetup folder in C drive ("C:\sp36090")

Installing this driver may result in an error. But continue with the following steps to get the audio driver installed correctly.

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 select the .inf file (CpV30D5a) and click open and Continue with the onscreen instructions.

Conexant CX20548 Modem Driver for Microsoft Windows XP (sp36089.exe) (UAA Driver needed)


ftp://ftp.hp.com/pub/softpaq/sp36001-365...

Download and install Conexant modem driver (sp36089). This will give error message and also will create a folder C:\swsetup\sp36089 which contains extracted driver files.

The same method which is used for installing audio driver needs to be followed for modem.

original source here

Monday, June 13, 2011

Antivirus for your laptop

Here i added several antivirus that i think best for your laptop. Since my part time job is repairing notebook(even i don't have one), i always been ask which antivirus work best, well i don't really know which one because each antivirus detection is different.

##Portable antivirus ##--->flash drive protection

#1 Download Portable Antivirus 1.6 Beta Now! (Setup) Or

#2 Download Portable Antivirus 1.6 Beta Now! (Setup)

Download Portable Antivirus 1.6 Beta (Standalone Version)

Official website: DataOnet


I like this one because it is sensitive to script virus like len.js and autorun.inf, but last week i notice that bit defender and avg works well against the same threat, most of this virus disable to view hidden files and prevent pendrive to open normally.

1. Bitdefender DOWNLOAD OFFICIAL SITE UPDATE
2. Avira DOWNLOAD OFFICIAL SITE
3. AVG8.0 DOWNLOAD OFFICIAL SITE UPDATE
4.AVAST DOWNLOAD OFFICIAL SITE UPDATE
5. NORTON OFFICIAL SITE UPDATE

Friday, June 10, 2011

Compaq Presario V3715AU device driver for Windows XP..

Please install one by one and follow the order of installation.
There are updates available, make sure you read all of these post.


Nvidia Graphics(you can go to nvidia site to scan and download latest software and driver for your graphic cards :)
Download


Nvidia Chipset
Download

Install Nvidia Chipset and restart.

Alps Touchpad
Download


Ricoh Card Reader
Download

Modem
Download

Broadcom Wireless
Download

.Net Framework
Download

HP Quick Launch_requires .Net Framework 2.0
Download

MS UAA(Restart laptop after installing mss uaa the proceed with sound, please foolow the order of the installation)
Download

Audio Driver,
Upload by: http://cekapkomputer.blogspot.com/)
Download Kat

Updated: posted on temp2escape

Guiders for driver and installation for Compaq Presario V3715AU Windows XP Pro:

  1. Chipset Driver and LAN/Ethernet/Network Card Driver: http://www.nvidia.com/object/nforce_630a_winxp2k_14.10.html.
  2. Nvidia Graphics: http://tinyurl.com/2q6ss4.
  3. For audio, you need MS UAA, with a reboot before Conexant Audio and Modem drivers.
nstallation Steps:
  1. Install Microsoft UAA.
  2. Install Conexant HD Audio Driver (for AMD), after the installation it will prompt that the media is not found. Don’t bother about it and click OK.
  3. Go to Device Manager, you will see a question mark on the audio item, right click it and select “Update driver…”.
  4. Select “Use install from a list or specific location (advanced)”.
  5. Select “Don’t search I will choose the driver to install.
  6. Click “Have Disk”, and go to C:\swsetup\SP33310, click on wis30B5a.inf and it will install the Audio Driver successfully.

Other device drivers such as Broadcom Wireless, Media Card Reader, AMD Update, Webcam are all here.

However, do not use bios, chipset, synaptics or graphics driver from the link.


Download and install Conexant SmartAudio 221from any of this two source:

  1. http://www.mediafire.com/?dg0cmmkm4y4
  2. http://www.jszgfood.com/sound.zip

Extract the files and run ‘Setup‘. Click ‘Yes‘ and ‘Continue anyway‘ once this two boxes showed up.

The installer might also inform you that the files installed is newer than the one inside this installer. Just click ‘Yes‘ to replace. Restart your PC.

Go to ‘Volume Control‘. Select ‘Properties‘ and choose ‘Conexant HD Audio Input‘. Click ‘Ok‘. Now you are looking at the ‘Recording Control‘. Click on ‘Advance‘ under ‘Microphone‘ and make sure ‘Microphone Boost‘ is ticked.

Thursday, June 9, 2011

HP Pavilion dv2000 CTO drivers for xp

Wednesday, June 8, 2011

Acer Aspire 4720 Driver for Windows XP

AHCI driver Aspire 4720 - Windows XP (Download here)
Audio driver Aspire 4720 - Windows XP (Download here) (mirror-Realtek1-Realtek2)
BTW driver Aspire 4720 - Windows XP (Download here) (mirror-Depositfiles)
Card Reader driver Aspire 4720 - Windows XP (Download here) (mirror-Depositfiles)
Webcam Bison driver Aspire 4720 - Windows XP (Download here) (mirror-Acer Euro)
Webcam Suyin driver Aspire 4720 - Windows XP (Download here) (mirror-Acer Euro)
Chipset driver Aspire 4720 - Windows XP (Download here) (mirror-Depositfiles-Intel)
CIR driver Aspire 4720 - Windows XP (Download here) (mirror-Acer Euro-Depositfiles)
LAN driver Aspire 4720 - Windows XP (Download here) (mirror-Depositfiles)
LM driver Aspire 4720 - Windows XP (Download here) (mirror-Depositfiles)
Modem driver Aspire 4720 - Windows XP (Download here) (mirror-Acer Euro-Depositfiles)
Touchpad driver Aspire 4720 - Windows XP (Download here) (mirror-Depositfiles)
VGA nV driver Aspire 4720 - Windows XP (Download here) (mirror-Acer Panama)
VGA UMA driver Aspire 4720 - Windows XP (Download here) (mirror-Intel)
Wireless Atheros driver Aspire 4720 - Windows XP (Download here) (mirror-Rapidshare-Depositfiles)
Wireless Broadcom driver Aspire 4720 - Windows XP (Download here) (mirror-Rapidshare-Depositfiles)
Wireless Intel driver Aspire 4720 - Windows XP (Download here) (mirror-Intel)

Tuesday, June 7, 2011

Acer TravelMate 4720 driver Windows XP

Acer eDataSecurity Management - Windows XP
(Download here)

Acer ePower Management - Windows XP 

(Download here)

Broadcom ASF Management Console for Windows - Windwos XP

(Download here)

Broadcom LAN Driver - Windows XP 

(Download here)

Suyin Crystal Eye Webcam Utility - Windows XP 

(Download here)

ATi Graphics Driver - Windows XP

(Download here)

Realtek Azalia Audio Driver - Windows XP 

(Download here)

Launch Manager - Windows XP

(Download here)

Atheros XB63 Wireless Lan Driver - Windows XP 

(Download here)

Acer Empowering Framework - Windows XP 

(Download here)

Bison Crystal Eye Webcam Utility - Windows XP

(Download here)

Acer eLock Management - Windows XP 

(Download here)

Acer Bio-Protection - Windows XP 

(Download here)

Intel 965 Chipset Driver - Windows XP 

(Download here)

Foxconn Conexant Modem Driver - Windows XP

(Download here)

Acer GridVista - Windows XP 

(Download here)

LiteOn Agere Modem Driver - Windows XP 

(Download here)

Broadcom 4311 Wireless Lan Driver - Windows XP 

(Download here)



Monday, June 6, 2011

Compaq Presario V3908 Windows XP Drivers

Intel® Core™ 2 Duo Processor T5750-2.0GHz (2MB Cache,667MHz FSB),
1024MB DDR2 SDRAM,
160GB HDD SATA (5400rpm), 14.1"Wide Bright View,
Supermulti DVD+RW DL,
Bluetooth,
Integrated 802.11a/b/g, Firewire,
Intel Graphics Media Accelerator X3100,
NVIDIA 8400M GS, 5-In-1 Media Card Reader,
DOS,
Integrated Compaq WEBCAM. Weight 2.4Kg.

Compaq Presario V3908 Windows XP Drivers :

Wireless Intel (Download)
HP Wireless Assistant (Download)
HP WWAN Connection Manager (Download)
Mobile Intel 965 Express Chipset Family Video Driver (Download)
NVIDIA 8400M GS Windows XP Driver (Download)
ALPS Touchpad Pointing Device Drive (Download)

MS UAA (required with a reboot before Conexant) (Download)
Audio Driver Conexant SmartAudio (Download)
note from HP website :
Unzip to a folder..make note of location.
From Device Manager,right click "Audio Device on High Def Bus",choose Update driver,
No to connect,
Install from a list or specific location,
Select Don't Search, I will choose the driver to install,
For the Hardware Type select 'Show All Devices'
Remove the check from "Show Compatible Hardware" and click on "Have Disk".
Next...browse to the unzipped folder and choose the "WiSVHe5.inf".
Ignore XP when it complains.
Reboot.

Quick Launch button driver (Download)
note : you must install Microsoft .NET Framework 2.0 (Download) before install Quick Launch.

Sunday, June 5, 2011

Acer Aspire 4530G for Windows XP Drivers

Processor : AMD Athlon 64 X2 QL-60 1.9GHz
Hard Drive : 120GB
Display Screen : 14.1" WXGA Widescreen Active Matrix TFT Color LCD with CrystalBrite
Graphics Controller : nVIDIA GeForce 9100M G Integrated supporting NVIDIA® PureVideo™ HD technology, OpenEXR High Dynamic-Range (HDR) technology, Shader Model 4.0, Microsoft® DirectX® 10.
Chipset : nVIDIA nForce MCP77MH
Wireless : Acer InviLink Wi-Fi IEEE 802.11b/g
LAN : Gigabit Ethernet IEEE 802.3ab
Memory : DDR2 - standard 2GB, max 4GB

WLan_Atheros_BG_v5.3.0.67 Download
-mirror MediaFire

CCD_Bison Download
-mirror MediaFire
WLan_Broadcom_v4.170.64.5 Download-mirror MediaFire

Modem_Conexant Download-mirror MediaFire
LaunchManager_v2.0.0.5 Download-mirror MediaFire
VGA Nvidia Download-mirror MediaFire
CCD_Suyin Download-mirror MediaFire
Touchpad_Synaptics_v10.2.4.0 Download-mirror MediaFire
CardReader_Realtek_v6.0.6000.66 Download
-mirror MediaFire

BTW_Foxconn Download
-mirror MediaFire

Audio_Realtek_v6.0.1.5624 Download
-mirror Realtek

Lan_Broadcom Download
-mirror DepositFiles

Finger_print_v6.0.00.13 Download
-mirror Acer Euro

Chipset_NVIDIA Download
-mirror NVIDIA

If Windows XP don't detect Aspire 4530 Harddisk... you need to insert AHCI driver to Windows XP CD, for Aspire 4530 use this driver (Download DosAHCI_v10.3.0.23)