Yes, I have all speakers enabled. Here are more explanations of these verbs. ``` // set left speaker 0x20 0x500 0x24 0x20 0x400 0x41 // set right speaker (Legion 7i) 0x20 0x500 0x24 0x20 0x400 0x42 // set right speaker (Yoga 7i) 0x20 0x500 0x24 0x20 0x400 0x46 // reset settings and inactive speakers 0x20 0x500 0x26 0x20 0x400 0x1 0x20 0x400 0x0 0x20 0x400 0x1 0x20 0x4b0 0x20 // set to left channel 0x20 0x500 0x26 0x20 0x400 0xc 0x20 0x400 0x0 0x20 0x400 0x1a 0x20 0x4b0 0x20 // set to right channel 0x20 0x500 0x26 0x20 0x400 0xc 0x20 0x400 0x0 0x20 0x400 0x2a 0x20 0x4b0 0x20 // set to mono 0x20 0x500 0x26 0x20 0x400 0xc 0x20 0x400 0x0 0x20 0x400 0x3a 0x20 0x4b0 0x20 // activate speaker 0x20 0x500 0x26 0x20 0x400 0x2 0x20 0x400 0x0 0x20 0x400 0x0 0x20 0x4b0 0x20 ``` # Example Set the left speaker to the right channel: ``` // set left speaker 0x20 0x500 0x24 0x20 0x400 0x41 // reset settings and inactive speakers 0x20 0x500 0x26 0x20 0x400 0x1 0x20 0x400 0x0 0x20 0x400 0x1 0x20 0x4b0 0x20 // set to right channel 0x20 0x500 0x26 0x20 0x400 0xc 0x20 0x400 0x0 0x20 0x400 0x2a 0x20 0x4b0 0x20 // activate speaker 0x20 0x500 0x26 0x20 0x400 0x2 0x20 0x400 0x0 0x20 0x400 0x0 0x20 0x4b0 0x20 ``` (In reply to Cameron Berkenpas from comment #267) > The Legion verbs I provided don't enable your right speaker. Got it. > > But I'm unclear on your set of verbs. Do YOUR verbs enable your right > speaker? > > Thank you for the alsa-info. You have the same hardware ID's as woody64 > and the same problem with the right speaker. This is progress! > > On 6/23/21 10:31 AM,