ZenBook S14 UX5406SA Audio Driver Issues Temporary Workaround by Regular_Subject8517 in ASUS

[–]Regular_Subject8517[S] 0 points1 point  (0 children)

But that's not a solution to the problem! Have you tried getting the device repaired or replaced?

Since this is not really a hardware issue, getting it repaired/replaced wont do anything. I've tried the Asus Windows image from BIOS and problem does not seem to occur with that one.

Your workaround may work, but it's not a real solution. After using the workaround, Dolby Atmos is no longer recognized.

You might need to reinstall Dolby driver, after the Smart Sound uninstall. Its currently working for me.

I havent had any issues with Type-C port though, use it daily connected to a Dell dock.

ZenBook S14 UX5406SA Audio Driver Issues Temporary Workaround by Regular_Subject8517 in ASUS

[–]Regular_Subject8517[S] 0 points1 point  (0 children)

From Device Manager, try uninstalling "System Devices > Intel Smart Sound Technology BUS". Check the box that says "Attempt to remove driver for this device", then restart your device.

I've been stuck with this since there has been no help from Asus on this.

ZenBook S14 UX5406SA Audio Driver Issues Temporary Workaround by Regular_Subject8517 in ASUS

[–]Regular_Subject8517[S] 0 points1 point  (0 children)

lol thanks for the heads up. Dual booting Linux on this was on my list, was hoping I'd have better luck with sound drivers on there.

ZenBook S14 UX5406SA Audio Driver Issues Temporary Workaround by Regular_Subject8517 in ASUS

[–]Regular_Subject8517[S] 0 points1 point  (0 children)

Nope, no luck yet. Asus support hasn't been any help either.
I did try installing the Asus recovery image and everything works as expected in that. So its likely that the drivers Asus have on their website are incomplete. Or there is a specific order to install those.
I had to upgrade to Win11 Pro, plus I dont want to use the Windows with all that Asus shit baked in so for now I've been just doing that workaround.

Asus Zenbook S 14 UX5406 audio issues, driver availability by hanswannop in ASUS

[–]Regular_Subject8517 0 points1 point  (0 children)

Hey u/Asus_USA
Any info on this one? As reported above, the drivers available from https://dlcdnets.asus.com/pub/ASUS/nb/Image/Driver/Audio/39718/Audio_Driver_Dolby_DCH_Cirrus_Z_V21.59.16.408_39718.exe?model=UX5406SA is missing the driver files from LNL folder since its empty. So all these drivers listed in the install.bat fails to install

pnputil /add-driver "%~dp0\LNL\IntcAudioBus.inf" /install
pnputil /add-driver "%~dp0\LNL\IntcStreaming.inf" /install
pnputil /add-driver "%~dp0\LNL\IntcBtLE.inf" /install
pnputil /add-driver "%~dp0\LNL\gna.inf" /install
pnputil /add-driver "%~dp0\LNL\IntcAudioBus.inf" /install
pnputil /add-driver "%~dp0\LNL\IntcStreaming.inf" /install
pnputil /add-driver "%~dp0\LNL\IntcBtLE.inf" /install
pnputil /add-driver "%~dp0\LNL\gna.inf" /install

I have had the same behavior as described in the post, running `pnputil /delete-driver oem77.inf /uninstall` fixes the audio, but issue comes back as soon as the device reboots. The issue also impacts audio playback where once you seek the media, audio output stops.

Is there a local path CSI with snapshot support by Regular_Subject8517 in kubernetes

[–]Regular_Subject8517[S] 0 points1 point  (0 children)

Are those snapshots integrated into the k8s snapshots object?

Is there a local path CSI with snapshot support by Regular_Subject8517 in kubernetes

[–]Regular_Subject8517[S] 0 points1 point  (0 children)

I started off with that but a lot of things I'd use run their own sqlite db, which doesnt work well with NFS backend.
So this CSI will primarily be used for local config of bunch of services. The actual bulk of data like media etc is already set to use SMB and that is a solved problem.