You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for providing that repo. I installed it properly but on my device it does not work with recent Kubuntu 40 LTS. I tried different things for hours and have no clue what to do. There seems to be no solution on the web, but a lot of threads of people who tried to solve.
Installation of this repo ok:
git clone https://github.com/asus-linux-drivers/asus-accel-tablet-mode-driver
cd asus-accel-tablet-mode-driver
./install.sh
checking the sensor output returns infinite waiting state
monitor-sensor
Waiting for iio-sensor-proxy to appear
udevadm output does not recognize:
udevadm info --export-db | grep accel
udevadm info --export-db | grep iio
sensor-proxy says:
sudo /usr/libexec/iio-sensor-proxy -v -r
** (iio-sensor-proxy:7038): DEBUG: 10:25:19.470: Starting iio-sensor-proxy version 3.5
(iio-sensor-proxy:7038): GLib-GIO-DEBUG: 10:25:19.471: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
** (iio-sensor-proxy:7038): DEBUG: 10:25:19.486: No sensors or missing kernel drivers for the sensors
dmesg says:
dmesg | grep '0000:03:00.7'
[ 0.297152] pci 0000:03:00.7: [1022:15e4] type 00 class 0x118000 PCIe Endpoint
[ 0.297165] pci 0000:03:00.7: BAR 2 [mem 0xfe300000-0xfe3fffff]
[ 0.297174] pci 0000:03:00.7: BAR 5 [mem 0xfe7cc000-0xfe7cdfff]
[ 0.297180] pci 0000:03:00.7: enabling Extended Tags
[ 0.341050] pci 0000:03:00.7: Adding to iommu group 4
[ 0.656815] pcie_mp2_amd 0000:03:00.7: enabling device (0000 -> 0002)
[ 2.257338] pcie_mp2_amd 0000:03:00.7: Failed to discover, sensors not enabled is 0
[ 2.257355] pcie_mp2_amd: probe of 0000:03:00.7 failed with error -95
lspci -k
03:00.7 Signal processing controller: Advanced Micro Devices, Inc. [AMD] Sensor Fusion Hub
Subsystem: Advanced Micro Devices, Inc. [AMD] Sensor Fusion Hub
Kernel modules: amd_sfh
Messing around with kernel parameters in grub did not change the behaviour:
I am getting same issue with Asus Vivobook Flip TN3402Y (Ryzen 7 7730U) chip. Tried all the tests you have with same results. I am running linux and an NVME card off the USB C port, until I get it working the way I want, so am switching between, windows and ubuntu 24.04.
But still no solution that I can find.
EDIT:
Ok, some interesting thing.. I booted up on windows removed the "fast start" option, rebooted twice, then into linux and now monitor-sensor is actually giving me the orientation of the accelerometer!
EDIT AGAIN!:
I spoke too soon... installed the accel-tablet mode driver, rebooted and its gone.
Hi,
thanks for providing that repo. I installed it properly but on my device it does not work with recent Kubuntu 40 LTS. I tried different things for hours and have no clue what to do. There seems to be no solution on the web, but a lot of threads of people who tried to solve.
Installation of this repo ok:
Debugging says it does not find a sensor:
modinfo says:
modinfo amd_sfh
lsmod says the sensor is not used (0)
checking the sensor output returns infinite waiting state
udevadm output does not recognize:
sensor-proxy says:
dmesg says:
Messing around with kernel parameters in grub did not change the behaviour:
references:
is there any idea how to get that running?
The text was updated successfully, but these errors were encountered: