T43 speaker volume: how to change with command line options?
T43 speaker volume: how to change with command line options?
How can I reduce or increase the speaker volume of my T43 by using the command line? Obviously, the keyboard knobs modify the volume independently from the 'sounds and audio devices properties' of the control panel.
Only the mute function seems to work for both methods. While the sound volume on the control panel is set to the maximum, the keyboard knobs currently only show two green bars - and this setting clearly controls the speaker volume.
Peter
Only the mute function seems to work for both methods. While the sound volume on the control panel is set to the maximum, the keyboard knobs currently only show two green bars - and this setting clearly controls the speaker volume.
Peter
-
hunterman223
- Senior Member

- Posts: 749
- Joined: Thu May 13, 2010 4:27 pm
Re: T43 speaker volume: how to change with command line options?
NirCmd can do it. See here: http://www.nirsoft.net/utils/nircmd.html
Code: Select all
Increase the system volume by 2000 units (out of 65535) nircmd.exe changesysvolume 2000
Decrease the system volume by 5000 units (out of 65535) nircmd.exe changesysvolume -5000
Set the volume to the highest value nircmd.exe setsysvolume 65535
Mute the system volume nircmd.exe mutesysvolume 1
Unmute the system volume nircmd.exe mutesysvolume 0
Switch the system volume between the mute and normal state. nircmd.exe mutesysvolume 2
Create a shortcut on your desktop that switch the system volume between the mute and normal state. nircmd.exe cmdshortcut "~$folder.desktop$" "Switch Volume" mutesysvolume 2Hunter Thompson
ThinkPad T400: T9400, 8GB, LG WXGA+, Samsung 830 128GB + WD Scorpio Black 500GB, Intel 5300agn, Win7 Pro x64
Others: IBM ThinkPad R40, Sony VAIO NR Series, HP TouchPad running CM9, Jailbroken iPod Touch 4G
ThinkPad T400: T9400, 8GB, LG WXGA+, Samsung 830 128GB + WD Scorpio Black 500GB, Intel 5300agn, Win7 Pro x64
Others: IBM ThinkPad R40, Sony VAIO NR Series, HP TouchPad running CM9, Jailbroken iPod Touch 4G
Re: T43 speaker volume: how to change with command line options?
Thanks for your reply. I had already tested NirCmd. Unfortunately, NirCmd does not influence the volume settings of the Thinkpad which you can see onscreen (about 14 green bars), with the exception of mute/unmute. Therefore, e.g., if you have set the speaker volume to 3 bars using the keyboard knobs and you apply 'nircmd.exe changesysvolume 20000', the onscreen display will still show 3 bars! It looks like the keyboard control sits over the control panel loudness.
How can I modify the keyboard controlled speaker loudness with NirCmd or another command?
Currently, I've set the control panel loudness (on which NirCmd works) to the maximum and I then reduce or increase the actually desired speaker volume with the keyboard knobs.
Peter
How can I modify the keyboard controlled speaker loudness with NirCmd or another command?
Currently, I've set the control panel loudness (on which NirCmd works) to the maximum and I then reduce or increase the actually desired speaker volume with the keyboard knobs.
Peter
-
Colonel O'Neill
- ThinkPadder

- Posts: 1359
- Joined: Tue Oct 27, 2009 8:03 am
- Location: Vancouver
Re: T43 speaker volume: how to change with command line options?
You might want to update all of your drivers on that T43; the green bar indicators were changed quite a while ago.
W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen & MB168B+
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen
Re: T43 speaker volume: how to change with command line options?
It's certainly a good idea to update the drivers. But the installation of the newest Hotkey Features Integration driver version 3.4 did not change the basic behavior described above. The only difference to the old driver is that I now have a black and white slider with numbered levels instead of the green bars! Unfortunately, even the slider is not controlled by NirCmd.
Peter
Peter
-
Colonel O'Neill
- ThinkPadder

- Posts: 1359
- Joined: Tue Oct 27, 2009 8:03 am
- Location: Vancouver
Re: T43 speaker volume: how to change with command line options?
The NirCmd commands work fine for me... Maybe it's because you're running XP?
W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen & MB168B+
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen
Re: T43 speaker volume: how to change with command line options?
Yes, still on XP. When you are running the NirCmd command and e.g. reduce the speaker volume, can you then see the slider moved to the left and the level adjusted like you had used the keyboard knob?
Under my configuration, the actual sound level is also decreased but without changing the slider position and values!
Peter
Under my configuration, the actual sound level is also decreased but without changing the slider position and values!
Peter
-
Colonel O'Neill
- ThinkPadder

- Posts: 1359
- Joined: Tue Oct 27, 2009 8:03 am
- Location: Vancouver
Re: T43 speaker volume: how to change with command line options?
Yeah the slider appears. It just appears as the new value; no animating, and doesn't show the original value.
Further volume changes using either the knobs or using NirCmd again change the volume as expected.
Further volume changes using either the knobs or using NirCmd again change the volume as expected.
W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen & MB168B+
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen
Re: T43 speaker volume: how to change with command line options?
That's definitely different from my observation: I only get the black and white onscreen slider when I use the 'nircmd.exe mutesysvolume 0/1' command. All other nircmd volume commands have no visible effect. For the moment, I can only think of XP.
Peter
Peter
-
Colonel O'Neill
- ThinkPadder

- Posts: 1359
- Joined: Tue Oct 27, 2009 8:03 am
- Location: Vancouver
Re: T43 speaker volume: how to change with command line options?
That, or it's a Conexant vs SoundMax drivers thing.
Or, it could be that I'm running SRS HD Audio Labs, which appears as a seperate audio device to Windows.
Or, it could be that I'm running SRS HD Audio Labs, which appears as a seperate audio device to Windows.
W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen & MB168B+
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Invalid tar magic with tar command. Help.
by Blender » Fri Jan 06, 2017 1:35 am » in Linux Questions - 2 Replies
- 818 Views
-
Last post by jaspen-meyer
Mon Jan 09, 2017 2:06 am
-
-
- 3 Replies
- 2089 Views
-
Last post by jronald
Sun Feb 19, 2017 1:01 pm
-
-
T410 speaker fubbernucked - Solder wires??
by TPFanatic » Thu Feb 16, 2017 12:37 am » in ThinkPad T400/410/420 and T500/510/520 Series - 4 Replies
- 803 Views
-
Last post by TPFanatic
Thu Feb 16, 2017 10:44 am
-
-
-
Trying to connect my bluetooth speaker with my T430s
by vmqt » Sun Feb 26, 2017 9:14 am » in ThinkPad T430/T530 and later Series - 2 Replies
- 373 Views
-
Last post by UMPC2024
Sun Feb 26, 2017 4:35 pm
-
Who is online
Users browsing this forum: No registered users and 6 guests



