
Sound problem
#16
Posted 15 January 2007 - 12:36 AM
Register to Remove
#17
Posted 15 January 2007 - 03:05 PM
#18
Posted 16 January 2007 - 10:03 AM
--------[ PCI / PnP Audio ]---------------------------------------------------------------------------------------------
SiS 7012 Audio Device PCI
--------[ Debug - PCI ]-------------------------------------------------------------------------------------------------
It looks like the driver I gave you was incorrect, my sincerest apologies. You can right-click the SoundMax entry(ies) in the device manager and click uninstall. Once completely uninstalled, restart your system. Then, do the following to get the correct driver:
- Go to http://www.sis.com/download/
- Check the box to accept the agreement and click the I agree button
- Select the following items:
- Windows XP
Audio Driver
SiS7012
- Windows XP
- Click Go
- Choose a download location (like Australia) and click Download Now
- Save the file to your computer
- Unzip the files to your computer
- In the unzipped folder, run SETUP.EXE
Ax
Kaspersky Online Virus Scan | Trend Micro HouseCall | Windows Live OneCare | Secunia Software Inspector
#19
Posted 16 January 2007 - 02:47 PM
Edited by Lochy, 16 January 2007 - 02:47 PM.
#20
Posted 16 January 2007 - 05:26 PM
Edited by Ax238, 16 January 2007 - 05:28 PM.
Kaspersky Online Virus Scan | Trend Micro HouseCall | Windows Live OneCare | Secunia Software Inspector
#21
Posted 17 January 2007 - 01:38 AM
#22
Posted 17 January 2007 - 08:03 AM
Edited by Ax238, 17 January 2007 - 08:03 AM.
Kaspersky Online Virus Scan | Trend Micro HouseCall | Windows Live OneCare | Secunia Software Inspector
#23
Posted 17 January 2007 - 03:23 PM
#24
Posted 17 January 2007 - 03:45 PM
Kaspersky Online Virus Scan | Trend Micro HouseCall | Windows Live OneCare | Secunia Software Inspector
#25
Posted 18 January 2007 - 02:05 AM
Register to Remove
#26
Posted 18 January 2007 - 01:54 PM

!!Please set a system restore point before continuing!!
The following are usually files related to particular hardware:
- An .INF file in C:\Windows\inf
- Several .SYS files in C:\Windows\System32\drivers
With all of the above said, in order to remove a driver from the system, you need to do more than just uninstall the driver:
- Uninstall the driver from Device Manager
- Delete the corresponding INF file from %windir%\inf
- Delete the driver files from %windir%\system32\drivers (Optional)
- TO UNINSTALL THE DEVICE USING DEVICE MANAGER:
- Open the Device Manager (click Start, right-click My Computer, select Properties, go to the Hardware tab, and click Device Manager)
- Find your device (SoundMAX) in the Device Manager
- Write down the device name exactly (case sensitive) as it appears. You will need that later.
- Do the following if you intend to delete the driver files:
- Double click device, open the Driver tab, and click the Driver Details button
- Write down all driver files and paths listed
- Close all device properties, right-click device, select Uninstall
- TO FIND AND REMOVE THE INF FILE:
- Go to Start|Run, type cmd and press Enter
- Type the following command, replacing Device_Name with the exact name of the driver that appears in the device manager (from step 1):
find /c "Device_Name" c:\windows\inf\*.inf | find ":" | find /v ": 0"
(It may be easier to just copy this command, click the icon in the upper left corner of the command prompt, and click Edit|Paste, then replace the device name with the SoundMAX device name) - Example for an NVIDIA GeFORCE FX 5200 video driver:
find /c "NVIDIA GeForce FX 5200" c:\windows\inf\*.inf | find ":" | find /v ": 0"
This would produce the following output:
=========================== C:\>find /c "NVIDIA GeForce FX 5200" c:\windows\inf\*.inf | find ":" | find /v ": 0" ---------- C:\WINDOWS\INF\NV4_DISP.INF: 4 C:\> ===========================
question (in the example above it is C:\WINDOWS\INF\NV4_DISP.INF). If you delete
this file, the corresponding driver will not be installed automatically anymore. - CLEANUP (OPTIONAL)
If you wish you can delete driver files using information you obtained in
Step 1.
Best Regards,
Ax
Kaspersky Online Virus Scan | Trend Micro HouseCall | Windows Live OneCare | Secunia Software Inspector
#27
Posted 18 January 2007 - 02:33 PM
#28
Posted 18 January 2007 - 03:15 PM
Kaspersky Online Virus Scan | Trend Micro HouseCall | Windows Live OneCare | Secunia Software Inspector
#29
Posted 18 January 2007 - 03:38 PM
#30
Posted 18 January 2007 - 03:44 PM
Kaspersky Online Virus Scan | Trend Micro HouseCall | Windows Live OneCare | Secunia Software Inspector
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users