Questions tagged [i2c]

I2C (Inter-Integrated Circuit, eye-squared-C), alternatively known as I2C or IIC, is a synchronous, multi-controller/multi-target (controller/target), packet switched, single-ended, serial communication bus invented in 1982 by Philips Semiconductors. It is widely used for attaching lower-speed peripheral ICs to processors and microcontrollers in short-distance, intra-board communication.

13 questions
8
votes
0 answers

What's the next step in resolving non-working touchscreen?

The touchscreen on my dual-boot laptop doesn't work on Ubuntu. I've been looking around to what might be causing the problems and how to solve them but I've run into a dead end. The hardware works because Windows has no problem with it. The system…
Petr Doležal
  • 311
  • 1
  • 9
2
votes
0 answers

Goodix I2C Touchscreen recognised as a keyboard

I have an "Iota flo 360" laptop running ubuntu studio 22.04LTS on which the touchscreen doesn't work. It's a cheap Celeron based machine, I have it dual booting and the touchscreen works on Windows 10. The default ubuntu studio install has X11…
2
votes
1 answer

Why do lsusb and lspci command not show touchscreen device?

Ubuntu 20.04 My laptop has touchscreen device which enables touching function. I can view its info by command less /proc/bus/input/devices. It looks like: I: Bus=0018 Vendor=06cb Product=1a1b Version=0100 N: Name="06CB:00 06CB:1A1B" P:…
waltermitty
  • 123
  • 5
1
vote
0 answers

i2c error nvidia-gpu

I installed new kernel uname -r 6.0.0-1007-oem And after this I get error on booting and nvidia-driver (nvidia-driver-525-open) doesnt work Dec 7 21:38:57 pc kernel: [ 8.169416] nvidia-gpu 0000:01:00.3: i2c timeout error e0000000 Dec 7…
0
votes
0 answers

Ubuntu 22.04 i2c

I have install Ubuntu 22.04.2 LTS on my Asus T300 Kernel: Linux sea-console 5.19.0-43-generic #44~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon May 22 13:39:36 UTC 2 x86_64 x86_64 x86_64 GNU/Linux However, the touchscreen is not working. output of dmesg |…
Cytan
  • 9
  • 1
0
votes
0 answers

Upgrading broken ACPI tables on a Chuwi GemiBook Pro

I am trying to fix the acpi tables on my GemiBook Pro. On a stock Linux (any kernel version) I get ACPI errors in dmesg which lead to the i2c interface not working at all. Following the ACPI errors, I get this error in dmesg: [ 2.156560]…
Roku
  • 19
  • 3
0
votes
0 answers

Building C++ program with i2c-dev lib

I have been trying to build a C++ program using the i2c-dev.h library on Ubuntu Core 22.04.02 LTS, so I can read and write I2C packets. But I can't get my program to build correctly. I tried including the path in my makefile but the compiler returns…
0
votes
0 answers

Real Time Clock

I am trying to let a RTC works under Ubuntu 22.04. I have a Kunbus RevPi Core 3+ (i.e. a Raspberry CM 3 with some nice Hardware attached to it) which has on board a PCF2129 from NXP Semiconductor. I found the driver in the kernel tree rtc-pcf2127…
0
votes
0 answers

How do I install a driver for an Ilitek I2511 touchpad controller?

I am trying to set up a custom driver to do some experimentation with a proprietary device and access the firmware, which is possible to do via I2C but it needs to be set up in a specific way. Without doing this, it does not work. If it matters, the…
jj1999
  • 1
0
votes
0 answers

22.04 / HP Omen 17 / RGB Keyboard

Help,sometime in the recent past, my RGB keyboard sort of stopped working, it only works in breathing mode which I am assuming is the default mode when not connected. The keyboard used to work fine, you could only turn it off / on and not control…
gentijo
  • 1
  • 1
0
votes
1 answer

22.04 LTS booting 25s delay [ 25.710318] i2c_hid_acpi: probe of i2c-INT33D1:00 failed with error -61

I'm tired of waiting so long for my Acer R3-471 laptop to start up because of this error that shows every time. Apparently from a little googling it's an issue with the touchpad but other than some sketchy (for me) kernel patches for diffferent…
0
votes
0 answers

i2c devices listed in root group

I created an Ubuntu 18.04 headless image and flashed into eMMC on Nvidia Jetson nano module. After booting up, the i2c devices i2c-0, i2c-1, i2c-101, i2c-2, …, i2c-8 are listed in the folder of /dev/ as root user and root group instead of i2c group.…
0
votes
0 answers

i2c Installation Failing On Raspberry Pi Running Ubuntu

I am using a Raspberry Pi running Ubuntu, and I've been trying to set up a four-pin OLED screen (without success). For context, here's the tutorial I've been following. I understand that it is intended for Raspbian, but I'm confident that it could…