I did the following:
// dir = 0, data = 1
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_MASK 0x08
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DIR 0x00
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DATA 0x08
// dir = 0, data = 0
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_MASK 0x08
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DIR 0x00
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DATA 0x00
// dir = 1, data = 0
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_MASK 0x08
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DIR 0x08
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DATA 0x00
// dir = 1, data = 1
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_MASK 0x08
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DIR 0x08
hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DATA 0x08
Repeat these for each GPIO pin, from 0 to 7.
I set the last parameter from 0x01, 0x02, 0x04, 0x08, ... 0x40, 0x80
while having something paying in the background - still no sound.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1850439
Title:
No sound on ASUS UX534FT
Status in linux package in Ubuntu:
Incomplete
Bug description:
Hi,
after instal Ubuntu in dual boot alongside Windows 10, I've realised
there is no sound coming out of mine new ASUS Zenbook 15 UX534FT-
AA024R in Ubuntu. In Windows there is no problem. Found this topic
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1810214 which had
the same problem with driver for Realtek ALC294 which is also mine
sound card. But even with this fix it is not working on UX534FT. Can
you please add fix also for this newer model?
Description: Ubuntu 18.04.3 LTS
Release: 18.04
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-5.0.0-32-generic 5.0.0-32.34~18.04.2
ProcVersionSignature: Ubuntu 5.0.0-32.34~18.04.2-generic 5.0.21
Uname: Linux 5.0.0-32-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct 29 15:11:25 2019
InstallationDate: Installed on 2019-10-29 (0 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64
(20190805)
SourcePackage: linux-signed-hwe
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp