** Changed in: linux (Ubuntu)
       Status: Fix Released => Invalid

** Changed in: linux (Ubuntu Jammy)
       Status: Fix Released => Invalid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2077843

Title:
  Failure to detect i2c device on Mering

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Invalid

Bug description:
  Mering failed to detect any I2C devices when running the
  i2c_driver_test.py device test. This issue occurred despite the
  expectation of detecting at least one I2C device on any I2C bus.

  Test steps in i2c_driver_test.py:
  1. run `i2cdetect -l` to list all the detected buses
  2. run `i2cdetect -y -r` on each bus to check if there is any i2c devices

  Expect log:
  ```
  Detected buses: ['0', '1', '2', '3', '4', '5']
  Checking I2C bus 0
       0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
  00:                         -- -- -- -- -- -- -- -- 
  10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  50: 50 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  70: -- -- -- -- -- -- -- --  

  I2C device detected
  ```

  Test log:
  ```
  Detected buses: ['0', '1', '2', '3', '4', '5']
  Checking I2C bus 0
       0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
  00:                         -- -- -- -- -- -- -- -- 
  10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
  70: -- -- -- -- -- -- -- --                         

  No I2C device detected on any I2C bus
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2077843/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to