You are not logged in.
I bought a new Asus E200HA and I decided install it ArchLinux and now I have problems with the hardware
No soundcard is detected, the touchpad recognized as Mouse and extra keyboard keys not working
running lspci:
[jimmy@ArchX-Asus ~]$ lspci
00:00.0 Host bridge: Intel Corporation Device 2280 (rev 22)
00:02.0 VGA compatible controller: Intel Corporation Device 22b0 (rev 22)
00:0b.0 Signal processing controller: Intel Corporation Device 22dc (rev 22)
00:14.0 USB controller: Intel Corporation Device 22b5 (rev 22)
00:1a.0 Encryption controller: Intel Corporation Device 2298 (rev 22)
00:1c.0 PCI bridge: Intel Corporation Device 22c8 (rev 22)
00:1f.0 ISA bridge: Intel Corporation Device 229c (rev 22)
01:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 30)
lspci | grep Audio:
[jimmy@ArchX-Asus ~]$ lspci | grep Audio
[jimmy@ArchX-Asus ~]$
/proc/asound/cards:
[jimmy@ArchX-Asus ~]$ cat /proc/asound/cards
--- no soundcards ---
Xinput
[jimmy@ArchX-Asus ~]$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PDEC3393:00 0B05:8585 id=11 [slave pointer (2)]
⎜ ↳ FTE1000:00 0B05:0101 id=12 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ USB2.0 VGA UVC WebCam id=10 [slave keyboard (3)]
↳ Asus WMI hotkeys id=13 [slave keyboard (3)]
synclient command:
[jimmy@ArchX-Asus ~]$ synclient
Couldn't find synaptics properties. No synaptics driver loaded?
uname -a
Linux ArchX-Asus 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64 GNU/Linux
Please Help me
Last edited by Jimmynex (2016-11-10 15:01:41)
Offline
I bought a new Asus E200HA and I decided install it ArchLinux and now I have problems with the hardware
No soundcard is detected, the touchpad recognized as Mouse and extra keyboard keys not working
running lspci:
[jimmy@ArchX-Asus ~]$ lspci 00:00.0 Host bridge: Intel Corporation Device 2280 (rev 22) 00:02.0 VGA compatible controller: Intel Corporation Device 22b0 (rev 22) 00:0b.0 Signal processing controller: Intel Corporation Device 22dc (rev 22) 00:14.0 USB controller: Intel Corporation Device 22b5 (rev 22) 00:1a.0 Encryption controller: Intel Corporation Device 2298 (rev 22) 00:1c.0 PCI bridge: Intel Corporation Device 22c8 (rev 22) 00:1f.0 ISA bridge: Intel Corporation Device 229c (rev 22) 01:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 30)
lspci | grep Audio:
[jimmy@ArchX-Asus ~]$ lspci | grep Audio [jimmy@ArchX-Asus ~]$
/proc/asound/cards:
[jimmy@ArchX-Asus ~]$ cat /proc/asound/cards --- no soundcards ---
Xinput
[jimmy@ArchX-Asus ~]$ xinput ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ PDEC3393:00 0B05:8585 id=11 [slave pointer (2)] ⎜ ↳ FTE1000:00 0B05:0101 id=12 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Video Bus id=7 [slave keyboard (3)] ↳ Power Button id=8 [slave keyboard (3)] ↳ Sleep Button id=9 [slave keyboard (3)] ↳ USB2.0 VGA UVC WebCam id=10 [slave keyboard (3)] ↳ Asus WMI hotkeys id=13 [slave keyboard (3)]
synclient command:
[jimmy@ArchX-Asus ~]$ synclient Couldn't find synaptics properties. No synaptics driver loaded?
uname -a
Linux ArchX-Asus 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64 GNU/Linux
Please Help me
Same problem! I've recently bought this laptop, sound and touchpad aren't working.
The audio codec of this laptop is a Conexant cx20723, the audio adapter is an intel I2S SST audio device.
This audio devices is supported by linux, but with this codec no, the only audio device that work with this codec is the intel HDA.
Anyone have a solution for audio?
About touchpad, I've unpacked the windows driver(Because in windows is recognized as Asus touchpad, no model), and in the driver is write that the touchpad is an elantech:
;============================================================================
; Installation file (.inf) for Windows XP/Vista/7.
;
; Copyright (c) ASUS Tek
;============================================================================
[Version]
Signature="$Windows NT$"
Provider=%VenderName%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Class=Mouse
CatalogFile=AsusTP.cat
DriverVer=01/13/2015, 6.0.0.41
[SourceDisksNames]
1=%DiskName%,,
[SourceDisksFiles]
AsusTP.sys = 1
;----------------------------------------------------------------------------
; Manufacturer Sections
;----------------------------------------------------------------------------
[Manufacturer]
%VenderName% = ASUS.Mfg, NTamd64, NTx86
[ASUS.Mfg.NTx86]
%PS2.ELANDeviceDesc% = ATP0105_Inst, ACPI\FLT0101 ; Image Sensor,15
%PS2.ELANDeviceDesc% = ATP0105_Inst, ACPI\FLT0102 ; Image Sensor,14
%PS2.ELANDeviceDesc% = ATP0105_Inst, ACPI\FLT0103 ; Image Sensor,10
[ASUS.Mfg.NTamd64]
%PS2.ELANDeviceDesc% = ATP0105_Inst, ACPI\FLT0101 ; Image Sensor,15
%PS2.ELANDeviceDesc% = ATP0105_Inst, ACPI\FLT0102 ; Image Sensor,14
%PS2.ELANDeviceDesc% = ATP0105_Inst, ACPI\FLT0103 ; Image Sensor,10
;----------------------------------------------------------------------------
; Install Sections
;----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ; Driver directory
ATPSys.CopyFiles = 12 ; Driver directory
[ATP_Service_Inst]
DisplayName = %PS2.DeviceDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
ServiceBinary = %12%\AsusTP.sys
LoadOrderGroup = Pointer Port
;----------------------------------------------------------------------------
; Common File Copy and Registry Operations
;----------------------------------------------------------------------------
[ATPSys.CopyFiles]
AsusTP.sys,,,0x00000001
;----------------------------------------------------------------------------
; PS/2 SmartPad
;----------------------------------------------------------------------------
[ATP0105_Inst]
Include=msmouse.inf
Needs=PS2_Inst
CopyFiles=ATPSys.CopyFiles
[ATP0105_Inst.Services]
Include=msmouse.inf
Needs=PS2_Inst.Services
AddService = ATP,0x00000000, ATP_Service_Inst
[ATP0105_Inst.HW]
AddReg = ATP_AddReg.HW
;----------------------------------------------------------------------------
[ATP_AddReg.HW]
HKR,,"UpperFilters",0x00010000,"ATP"
;----------------------------------------------------------------------------
; Entry point for Uninstallation.
; This section is executed as part of Uninstallation.
;----------------------------------------------------------------------------
[Uninstall]
CopyFiles = No_Files
DelFiles = No_Files
DelReg = Uninstall_DelReg
[No_Files]
;----------------------------------------------------------------------------
; Uninstall Section
;----------------------------------------------------------------------------
[Uninstall_DelReg]
;----------------------------------------------------------------------------
; String Table
;----------------------------------------------------------------------------
[Strings]
Publisher = "ASUS Tek. Corporation"
PS2.DeviceDesc = "ASUS Input Device"
PS2.ELANDeviceDesc = "ASUS Touchpad"
DiskName = "ASUSWare Driver Disk"
VenderName = "ASUS"
; Driver Information Entries
DriverProduct = "ASUS Input Device Driver"
DriverVersion = "6.0.0.41"
HID\VID_0B05&PID_1819&MI_01
HID\AsusVTouchDev&Col01
HID\FTE1000&Col01
HID\FTE1001&Col01
HID\FTE1002&Col01
HID\ELAN0100&Col01
HID\ELAN1000&Col01
HID\VID_0B05&PID_1807&MI_02&
HID\VID_0B05&PID_17E0&MI_02&
HID\VID_0B05&PID_1823&MI_01&
HID\{00001124-0000-1000-8000-00805f9b34fb}_VID&00020b05_PID&8502&Col07
HID\VID_06CB&PID_11F2&Col01
HID\VID_06CB&PID_11F1&Col01
HID\VID_06CB&PID_11F0&Col01
HID\VID_06CB&PID_11EF&Col01
HID\VID_06CB&PID_1631&Col01
HID\VID_0EEF&PID_7908&Col02
HID\Vid_0B05&Pid_17D9&MI_01&Col02
HID\VID_1B96&PID_1000&Col04
HID\VID_1B96&PID_1001&COL04
HID\VID_413C&PID_8162&Col01
USB\VID_0A81&PID_0103&MI_00*
USB\VID_0A81&PID_0103&MI_01*
HID\Vid_0A81&Pid_0103&MI_01&Col02
HID\Vid_0A81&Pid_0103&MI_01&Col03
HID\Vid_04B8&Pid_030E&Rev_0100&MI_*
HID\Vid_05E3&Pid_FFE2&Rev_0001&MI_*
HID\Vid_0A81&Pid_0103&Rev_0110&MI_*
USB\VID_0637&PID_0001*
HID\Vid_046e&Pid_6782&MI_00
HID\Vid_046e&Pid_6782&MI_01&Col01
HID\Vid_046e&Pid_6782&MI_01&Col02
HID\Vid_046e&Pid_6782&Rev_2110&MI_00
HID\Vid_046e&Pid_6782&Rev_2110&MI_01&Col01
HID\Vid_046e&Pid_6782&Rev_2110&MI_01&Col02
HID\VID_0A5C&PID_4503&REV_0100&Col01
HID\VID_413C&PID_8156
HID\VID_413C&PID_8152
HID\VID_0A5C&PID_8152
HID\VID_0A5C&PID_8156
HID\VID_0A5C&PID_8160
HID\VID_0A5C&PID_8103
HID\VID_0A5C&PID_8126
HID\VID_0A5C&PID_8127
HID\VID_0A5C&PID_8151
HID\VID_0A5C&PID_8169
HID\VID_0A5C&PID_8159
HID\VID_0A5C&PID_8155
HID\VID_0A5C&PID_8167
HID\VID_0A5C&PID_8168
HID\VID_0A5C&PID_8145
HID\VID_0A5C&PID_8146
HID\VID_0A5C&PID_8140
HID\VID_0A5C&PID_8154
HID\VID_0A5C&PID_8158
HID\VID_0A5C&PID_8162
HID\VID_413C&PID_8154
HID\VID_413C&PID_8157&REV_0100
HID\VID_413C&PID_8158&REV_0100&Col01
SERENUM\FJC5000
HID\Vid_0430&Pid_0002&Rev_0100&MI_00
HID\Vid_0430&Pid_0002&Rev_0100&MI_01
HID\Vid_0430&Pid_0002&MI_00
HID\Vid_0430&Pid_0002&MI_01
HID\FUJ02E5&Col02
HID\FUJ02E6&Col02
HID\WACOMVIRTUALHID&Col03
HID\Vid_0430&Pid_0501&Rev_5001
HID\Vid_0430&Pid_0501
HID\Vid_0430&Pid_0530&Rev_5001
HID\Vid_0430&Pid_0530
IBM0057
*IBM0057
ACPI\IBM0057
HID\IrDevice&Col08
HID\ITEirDevice&Col05
HID\Vid_0609&Pid_031d
HID\Vid_0609&Pid_032d
HID\VID_1CB6&PID_6680&REV_0100&MI_00&Col02
HID\VID_1CB6&PID_6680&MI_00&Col02
HID\VID_1CB6&PID_6680&REV_0100&MI_01
HID\VID_1CB6&PID_6680&MI_01
HID\Vid_413c&Pid_8162&Rev_0100&Col01
HID\IrDeviceV2&Col08
NCT1001
*NCT1001
ACPI\NCT1001
AUI0204
*AUI0204
ACPI\AUI0204
HID\VID_044F&PID_E000
HID\VID_04F2&PID_0001&MI_01
HID\VID_044F&PID_B304&REV_0100&COL02
HID\Vid_04f2&Pid_0001&Rev_0100&MI_00
HID\Vid_04f2&Pid_0001&Rev_0100&MI_01
HID\VID_1CB6&PID_6680&REV_0100&MI_00&Col02
HID\VID_1CB6&PID_6680&REV_0100&MI_01
HID\TOS_BT_MOU_0004&0005
HID\VID_1B96&PID_1001&REV_0001&Col04
HID\VID_1B96&PID_1001&Col04
Another question how did you to recognize the wireless card during setup?
Last edited by giamma1295 (2016-03-28 16:24:26)
Offline
Mine E200HA has same problem. Do not know what to do right now. The wifi has been fixed.
Offline
Hello Jimmynex, giamma1295 and liy90424 welcome to arch.
No soundcard is detected, the touchpad recognized as Mouse and extra keyboard keys not working
Those seem to be two separate issues as per Forum_etiquette
Choose one topic per thread.
Would suggest you pick one issue and start a separate thread for the other one.
For the touchpad issue could you please include the output of `dmesg`, xorg.log and any xorg configs.
For the sound card issue could you please include the output of dmesg.
Another question how did you to recognize the wireless card during setup?
That seems like a third separate issue.
Edit:
Additionally for the sound card issue please include the output of `lspci` and `lsusb`
Last edited by loqs (2016-03-29 15:01:22)
Offline
Hello Jimmynex, giamma1295 and liy90424 welcome to arch.
Jimmynex wrote:No soundcard is detected, the touchpad recognized as Mouse and extra keyboard keys not working
Those seem to be two separate issues as per Forum_etiquette
Choose one topic per thread.
Would suggest you pick one issue and start a separate thread for the other one.
For the touchpad issue could you please include the output of `dmesg`, xorg.log and any xorg configs.
For the sound card issue could you please include the output of dmesg.giamma1295 wrote:Another question how did you to recognize the wireless card during setup?
That seems like a third separate issue.
Edit:
Additionally for the sound card issue please include the output of `lspci` and `lsusb`
giamma1295@Infostrada-Service ~ $ lspci
00:00.0 Host bridge: Intel Corporation Device 2280 (rev 22)
00:02.0 VGA compatible controller: Intel Corporation Device 22b0 (rev 22)
00:0b.0 Signal processing controller: Intel Corporation Device 22dc (rev 22)
00:14.0 USB controller: Intel Corporation Device 22b5 (rev 22)
00:1a.0 Encryption controller: Intel Corporation Device 2298 (rev 22)
00:1c.0 PCI bridge: Intel Corporation Device 22c8 (rev 22)
00:1f.0 ISA bridge: Intel Corporation Device 229c (rev 22)
01:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 30)
giamma1295@Infostrada-Service ~ $ lsusb
Bus 002 Device 002: ID 0781:5583 SanDisk Corp.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 13d3:3496 IMC Networks
Bus 001 Device 002: ID 04f2:b54b Chicony Electronics Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The sound card is an intel sst cherry trail, and is an i2c card, is recognized but dmesg say :
[ 12.270548] intel_sst_acpi 808622A8:00: No matching machine driver found
the problem is the codec cx2072x(supported by intel hda but no by intel sst).
I think that in sound/soc/codec is missing the codec cx2072x:
https://github.com/torvalds/linux/tree/ … soc/codecs
and in sound /soc/intel/boards there are only cht_bsw_max98090_ti.c, cht_bsw_rt5645.c, cht_bsw_rt5672.c, is missing an eventual cht_bsw_cx2072x.c:
https://github.com/torvalds/linux/tree/ … tel/boards
Offline
@giamma1295 https://bugs.launchpad.net/ubuntu/+sour … ug/1563110 seems to match what you found so that would appear to be an upstream issue.
Offline
@giamma1295 https://bugs.launchpad.net/ubuntu/+sour … ug/1563110 seems to match what you found so that would appear to be an upstream issue.
that bug report I created myself.
I also did the bug reports to upstream developers.
I also report the audio problem:
https://bugzilla.kernel.org/show_bug.cgi?id=115531, but the solution is complicated
Offline
https://bugzilla.kernel.org/show_bug.cgi?id=115531, but the solution is complicated
Thank you for submitting the bug to and working with upstream.
Offline
so @giamma1295 you really gave the ASUS back? It's so annoying, this little machine could be the perfect buddy for 75% of daily tasks and it could be a perfect travel companion.
The Windows 10 performance compared to GNOME 3.20 on ArchLinux here are that bad, it's a shame ASUS wouldn't care and we won't get support for this any time soon.
Are you still suggesting to give the laptop back? Do you have any other similar product to suggest?
If you can confirm there's nothing to do maybe we should also close this post and mark it as [SOLVED] ... even if [NEVERSOLVED] would be more appropriate.
Ciao
Offline