1 Message

March 22nd, 2007 22:00

I followed all the steps and downloaded the lg driver. When I go to download, I get all the way to reboot the system. So I reboot and as it is progressing, I then get an error stating The system does not support the driver you are attempting to install. What do I do now?

7 Posts

April 5th, 2007 18:00

I tried installing the SigmaTel drivers from the LG website.  It was a very laborious process and required a few reboots before my Inspiron E1505 recognized the new driver.  Now, I do get an input on whatever is playing thru the speakers.  I can now record it using the onboard Windows sound recorder.  However, the audio quality is now absolutely horrible.  Lots of crackles and distortion.

 

I find it amazing that such a neat looking and well designed laptop doesn’t have the ability to record onboard audio that is playing thru a cd or an audio stream, etc…

 

3 Posts

April 17th, 2007 12:00

If you want to use the Dell drivers,download the R122161.exe and run it to install the files to \Dell\Drivers directory.
 
You will need to determine the .ini file used for your setup by opening the System Control Pannel, select the Hardware tab, click on "Device Manager", expand "Sound, video and game contollers", Double Click "SigmaTel High Definition Audio CODEC" to bring up the properties window, select the Details tab. Under that tab you will find the FUNC-VEN-DEV-SUBSYS numbers. 
 
Now open \Dell\Drivers\R122161\WDM\Sthda.ini and match the numbers to find the .INI file after the "=".
 
Edit the .INI file in the \Dell\Drivers\R122161\WDM directory using notepad. I modified the 92XXM2-3.INI (your system might use one of the other .ini) file for my system and changed
 
EnableInputMonitor    =  hex: 1
 
and added the folowing:
 
DigitalInputMonitor   =  hex: 1
DigitalStereoMix      =  hex: 1
 
So the section of the original file read:
...
EnabledPcmCaptureBitsAndRates = dword: 0xfffffffe
EnableInputMonitor      = hex: 0
KeepAdcAlwaysOn         = hex: 0
EnableHwSpeakerConfigurationSupport = hex: 0
EnableIntSpkrMute = hex: 1
GpioForSpdifMuteControl = hex: 1
TurnBiasOffOnNotSelectedPin = hex: 1
[HKR\Settings\gpio]
...
now reads:
...
EnabledPcmCaptureBitsAndRates = dword: 0xfffffffe
EnableInputMonitor      = hex: 1
KeepAdcAlwaysOn         = hex: 0
EnableHwSpeakerConfigurationSupport = hex: 0
EnableIntSpkrMute = hex: 1
GpioForSpdifMuteControl = hex: 1
TurnBiasOffOnNotSelectedPin = hex: 1
DigitalInputMonitor     = hex: 1
DigitalStereoMix = hex: 1
[HKR\Settings\gpio]
...
 
Just run the setup.exe file in the top directory (R122161) and you should have the "Stereo Mix" under recording devices and "Input Monitor" under playback devices.
 
You do not need to reboot.
 
Here is an aditional reference releted to the 92xxM2-2.INI file: http://www.togeo.com/togeo/wordpress/?p=38
 
No Events found!

Top