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
I'm trying to get the InvenSense MPU-6050 Six-Axis (Gyro + Accelerometer) working with brunch/chromeos, and have rebuilt the kernel to support this device and now having it loading the corresponding modules correct, but much like this user, the system is registering rotational events via cat /sys/bus/iio/devices/iio\:device0/in_accel_x_raw but the chromeos launcher/screen is not rotating, with tablet mode enabled or not.
cros_ec_sensors isn't loading on startup, but it will attach if I modprobe it, however, it has no effect on getting rotation to work.
I've attached the lsmod and dmesg output from my device: lsmod.txt dmesg.txt
I'm curious if theres any way to get chromeos to work like android-x86 does and use the ./hardware/libsensors/iio-sensors.cppmethods that is in use there...
Has anyone managed to get any iio devices supported in brunch/chromeos that originally weren't? And if so, how? :)
The text was updated successfully, but these errors were encountered:
Hi there,
I'm trying to get the
InvenSense MPU-6050 Six-Axis (Gyro + Accelerometer)
working with brunch/chromeos, and have rebuilt the kernel to support this device and now having it loading the corresponding modules correct, but much like this user, the system is registering rotational events viacat /sys/bus/iio/devices/iio\:device0/in_accel_x_raw
but the chromeos launcher/screen is not rotating, with tablet mode enabled or not.cros_ec_sensors
isn't loading on startup, but it will attach if Imodprobe
it, however, it has no effect on getting rotation to work.I've attached the lsmod and dmesg output from my device:
lsmod.txt
dmesg.txt
I'm curious if theres any way to get chromeos to work like android-x86 does and use the
./hardware/libsensors/iio-sensors.cpp
methods that is in use there...Has anyone managed to get any iio devices supported in brunch/chromeos that originally weren't? And if so, how? :)
The text was updated successfully, but these errors were encountered: