Page 1 of 1

[DONE] Lenovo Y700 Subwoofer

PostPosted: Aug 1st, '17, 22:06
by vmvm
Hi,

I can't get my subwoofer to work on Lenovo Y700. The speakers work ok, but the woofer is silent.

I've tried 3 approaches and all have failed.

Approach A
add a line:
Code: Select all
load-module module-combine channels=4 channel_map=front-left,front-right,lfe

to
Code: Select all
/etc/pulse/default.pa


changed
Code: Select all
enable-lfe-remixing = yes
lfe-crossover-freq = 0


in
Code: Select all
/etc/pulse daemon.conf


Approach B1
install alsa-tools and use hdajackretask to set 0x17 pin to Internal Speaker LFE
set Audio Profile in Settings to 2.1 Output

Approach B2
set 0x11b to Internal Speaker LFE
set Audio Profile in Settings to 2.1 Output

Approach C
Run the following code:
Code: Select all
#! /usr/bin/env sh

dev="/dev/snd/hwC0D0"

hda-verb $dev 0x17 SET_POWER 0x0
hda-verb $dev 0x1a SET_POWER 0x0
hda-verb $dev 0x03 0x300 0xa055
hda-verb $dev 0x03 0x300 0x9055
hda-verb $dev 0x17 0x300 0xb000
hda-verb $dev 0x17 0x707 0x40
hda-verb $dev 0x1a 0x707 0x25


Please help..

I can provide you with any info you need.

Thank you in advance for your help.

Re: Lenovo Y700 Subwoofer

PostPosted: Aug 1st, '17, 23:39
by doktor5000
What speakers do you have, and how are they connected? HDMI or 3,5mm analog stereo ?

Re: Lenovo Y700 Subwoofer

PostPosted: Aug 2nd, '17, 20:41
by vmvm
These are on-board speakers.

Here's the full spec:
http://www3.lenovo.com/us/en/laptops/id ... 8IPY700618

Re: Lenovo Y700 Subwoofer

PostPosted: Aug 3rd, '17, 01:24
by doktor5000

Re: Lenovo Y700 Subwoofer

PostPosted: Aug 5th, '17, 09:08
by vmvm
Hi,

Thanks.

Back to Windows for me then...