Linux Lite Forums
ASUS E200HA sound doesn't work - Linux Lite 4.2 - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6)
+--- Forum: Sound (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=23)
+--- Thread: ASUS E200HA sound doesn't work - Linux Lite 4.2 (/showthread.php?tid=5874)



ASUS E200HA sound doesn't work - Linux Lite 4.2 - rafaelpg - 12-22-2018

Hi,

I need some help. I have a notebook, ASUS E200HA and I have just installed Linux Lite 4.2. Everything seems to be working really fine but the sound does not work. In the audio mixer everything seems to be ok, but I just don't get any audio. I've been searching for answers in internet but it seems that there is a different solution depending on the distro that you have. Something to do with the kernel not supporting this hardware. I haven't seen any entry in this forum about this model of ASUS. Does anybody have any solution to this problem?

Thank you so much!


Re: ASUS E200HA sound doesn't work - Linux Lite 4.2 - rafaelpg - 12-22-2018

My aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: Audio [Intel HDMI/DP LPE Audio], device 0: HdmiLpeAudio [Intel HDMI/DP LPE Audio]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: Audio [Intel HDMI/DP LPE Audio], device 1: HdmiLpeAudio [Intel HDMI/DP LPE Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Audio [Intel HDMI/DP LPE Audio], device 2: HdmiLpeAudio [Intel HDMI/DP LPE Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


My inxi -A


Audio:    Card Intel HDMI/DP LPE Audio driver: HdmiLpeAudio
          Sound: Advanced Linux Sound Architecture v: k4.15.0-43-generic



Re: ASUS E200HA sound doesn't work - Linux Lite 4.2 - DeepThought - 12-22-2018

Hi [member=8429]rafaelpg[/member]

Quote: In the audio mixer everything seems to be ok

is that the gui mixer ? if so you might be better trying alsamixer in the terminal, check the master column is not muted.



Re: ASUS E200HA sound doesn't work - Linux Lite 4.2 - rafaelpg - 12-22-2018

(12-22-2018, 07:28 PM)DeepThought link Wrote: Hi [member=8429]rafaelpg[/member]

Quote: In the audio mixer everything seems to be ok

is that the gui mixer ? if so you might be better trying alsamixer in the terminal, check the master column is not muted.


Hi, this is the printout of the alsamixer in the terminal:

┌────────────────────────────── AlsaMixer v1.1.3 ──────────────────────────────┐
│ Card: PulseAudio                                    F1:  Help              │
│ Chip: PulseAudio                                    F2:  System information │
│ View: F3:[Playback] F4: Capture  F5: All            F6:  Select sound card  │
│ Item: Master                                        Esc: Exit              │
│                                                                              │
│                                    ┌──┐                                    │
│                                    │▒▒│                                    │
│                                    │▒▒│                                    │
│                                    │▒▒│                                    │
│                                    │▒▒│                                    │
│                                    │▒▒│                                    │
│                                    │▒▒│                                    │
│                                    │▒▒│                                    │
│                                    │▒▒│                                    │
│                                    │▒▒│                                    │
│                                    │▒▒│                                    │
│                                    │▒▒│                                    │
│                                    ├──┤                                    │
│                                    │OO│                                    │
│                                    └──┘                                    │
│                                  100<>100                                  │
│                                  < Master >                                  │
└──────────────────────────────────────────────────────────────────────────────┘

Everything seems to be ok also...


Re: ASUS E200HA sound doesn't work - Linux Lite 4.2 - DeepThought - 12-22-2018

Found the following, which seems to be the most recent solution :

Code:
https://github.com/heikomat/linux/tree/cx2072x/cx2072x_fixes_and_manual



Re: ASUS E200HA sound doesn't work - Linux Lite 4.2 - rafaelpg - 12-22-2018

(12-22-2018, 08:07 PM)DeepThought link Wrote: Found the following, which seems to be the most recent solution :

Code:
https://github.com/heikomat/linux/tree/cx2072x/cx2072x_fixes_and_manual

Great, thanks. I will check it up and see if it works or I'm able to make it work.