Question : Drivers for Windows 7 on old machine

I have a Compaq Presario box (SR1817CL) that I've put a fresh install of Windows 7 on.  Everything works great with the exception of sound.  I haven't been able to find any drivers that work on this motherboard for Windows 7.  Any suggestions?

In my syscon tray it tells me "No Audio Output Device is installed"

Answer : Drivers for Windows 7 on old machine

This likely won't work if you have a repeating background.

You ultimately will want something like this [see attached code]:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>test </title>
	<style type="text/css">
		#myDiv{
			border: 1px solid red;
			background: #fff url('bg.jpg') no-repeat scroll 50% top;
			width: 100%;
			height: 400px;
		}
	</style>
</head>
<body>
	<div id="myDiv">
				
	</div>
</body>
</html>
Random Solutions  
 
programming4us programming4us