![]() |
Laptop: how do I control subwoofer volume independently of speaker volume? - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Sound (https://www.linuxliteos.com/forums/forumdisplay.php?fid=23) +--- Thread: Laptop: how do I control subwoofer volume independently of speaker volume? (/showthread.php?tid=4966) |
Laptop: how do I control subwoofer volume independently of speaker volume? - m654321 - 02-11-2018 On an Asus G750JS I'm having problems when playing music. The subwoofer frequently cuts out, when playing quite loudly, the sound being mainly limited to the inbuilt front speakers. I need to be able to independently control (reduce) the volume on the subwoofer as I think too much power is going through it and making the cone 'stick' at the limit of its movement. The problem has been reported elsewhere, though everyone else with this laptop model are using windows 8.1 or 10 and of course have Windows software to allow independent control of the subwoofer, see https://rog.asus.com/forum/showthread.php?50616-ASUS-ROG-G750JS-Audio-Subwoofer-Issue How do I control the subwoofer volume independently from that of the front speakers in LL3.8? Many thanks for any help with this Re: Laptop: how do I control subwoofer volume independently of speaker volume? - Moltke - 02-11-2018 Hi [member=458]m654321[/member] Quote:I need to be able to independently control (reduce) the volume on the subwoofer You could try alsamixer to see if there's an option for that. Open your terminal and type Code: $ alsamixer Code: $ sudo apt-get install pulseaudio-equalizer Hope this helps! ![]() Re: Laptop: how do I control subwoofer volume independently of speaker volume? - m654321 - 02-12-2018 [member=7109]Moltke[/member] Many thanks for your reply - much appreciated. You've given me enough to be getting on with. I'll report back here in a day or two, as soon as I've fixed the problem. Cheers Mike Re: Laptop: how do I control subwoofer volume independently of speaker volume? - m654321 - 02-12-2018 (02-11-2018, 10:24 PM)Moltke link Wrote: Hi [member=458]m654321[/member] Okay, I had a closer look at each of these in turn, after everyone had woken up in the house and I could test it! Pavucontrol is the one that works: looking at volume control for "All Output Devices" option - as you advised I clicked on the padlock and this shows separate sound controls designated 'front-left' and 'front-right'. I found that the front left = subwoofer (bass); front right = rear speaker(s) (higher frequencies). Great, I now have control over the sound balance and have no annoying intermittent cutting out of the subwoofer anymore ! 8) Just a comment on the other two you mentioned: Alsamixer: only seems to have a master volume (not separate front speaker/subwoofer controls, at least I couldn't see them) Pulseaudio-equalizer: not listed in Ubuntu 16.04 repository (but I think is listed in 17.04), so consequently sudo apt-get install pulseaudio-equalizer did not work. Many thanks again Moltke Have a great day ![]() Mike Re: Laptop: how do I control subwoofer volume independently of speaker volume? - Moltke - 02-12-2018 Quote:Many thanks again MoltkeYou're welcome! you too have a nice day. Glad you sorted it out! ![]() Quote:Pulseaudio-equalizer: not listed in Ubuntu 16.04 repository (but I think is listed in 17.04), so consequently sudo apt-get install pulseaudio-equalizer did not work Yes, you're right. Sorry about that, I tried here and it worked, I didn't installed it but I had the option Code: The following additional packages will be installed: ![]() Code: $ sudo add-apt-repository ppa:nilarimogard/webupd8 Code: $ sudo apt-get update Code: sudo apt-get install pulseaudio-equalizer Re: Laptop: how do I control subwoofer volume independently of speaker volume? - iwar - 02-12-2018 Yes thanks moltke |