Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@f2cda8f3fbd3 /]# ddcutil environment --verbose
- The following tests probe the runtime environment using multiple overlapping methods.
- Current time (local): 2022-01-28 16:00:33 UTC
- Current time (UTC): 2022-01-28 16:00:33
- Seconds since boot: 281
- *** Basic System Information ***
- ddcutil version: 1.2.1
- /proc/version:
- Linux version 5.15.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 05 Jan 2022 16:20:59 +0000
- Architecture: x86_64
- Distributor id: (null)
- Release: (null)
- Found a known architecture
- /proc/cmdline:
- BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=<UUID> rw acpi=force quiet usbcore.autosuspend=-1
- Compiler information:
- C standard: 201710
- gcc compatible compiler:
- Compiler version: 11.1.0
- Processor information as reported by lscpu:
- Architecture: x86_64
- CPU op-mode(s): 32-bit, 64-bit
- Address sizes: 39 bits physical, 48 bits virtual
- Byte Order: Little Endian
- CPU(s): 8
- On-line CPU(s) list: 0-7
- Vendor ID: GenuineIntel
- Model name: Intel(R) Core(TM) i7-4900MQ CPU @ 2.80GHz
- CPU family: 6
- Model: 60
- Thread(s) per core: 2
- Core(s) per socket: 4
- Socket(s): 1
- Stepping: 3
- CPU max MHz: 3800.0000
- CPU min MHz: 800.0000
- BogoMIPS: 5589.25
- Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d
- Virtualization: VT-x
- L1d cache: 128 KiB (4 instances)
- L1i cache: 128 KiB (4 instances)
- L2 cache: 1 MiB (4 instances)
- L3 cache: 8 MiB (1 instance)
- NUMA node(s): 1
- NUMA node0 CPU(s): 0-7
- Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled
- Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
- Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable
- Vulnerability Meltdown: Mitigation; PTI
- Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
- Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
- Vulnerability Spectre v2: Mitigation; Full generic retpoline, IBPB conditional, IBRS_FW, STIBP conditional, RSB filling
- Vulnerability Srbds: Mitigation; Microcode
- Vulnerability Tsx async abort: Not affected
- DMI Information from /sys/class/dmi/id:
- Motherboard vendor: LENOVO
- Motherboard product name: 20AWS0RM00
- System vendor: LENOVO
- System product name: 20AWS0RM00
- Chassis vendor: LENOVO
- Chassis type: 10 - Notebook
- Byte order checks:
- Is big endian (local test): false
- WORDS_BIGENDIAN macro (autoconf): not defined
- __BYTE_ORDER__ macro (gcc): __ORDER_LITTLE_ENDIAN__
- *** Primary Check 1: Identify video card and driver ***
- Obtaining card and driver information from /sys...
- Primary video controller at PCI address 0000:00:02.0 (boot_vga flag is set)
- Device class: x030000 VGA compatible controller
- Vendor: x8086 Intel Corporation
- Device: x0416 4th Gen Core Processor Integrated Graphics Controller
- Subvendor/Subdevice: 17aa/220e ThinkPad T440p
- Driver name: i915
- Driver version: Unable to determine
- I2C device: i2c-3 name: i915 gmbus panel
- I2C device: i2c-10 name: DPMST
- I2C device: i2c-1 name: i915 gmbus ssc
- I2C device: i2c-6 name: i915 gmbus dpd
- I2C device: i2c-4 name: i915 gmbus dpc
- I2C device: i2c-11 name: DPMST
- I2C device: i2c-2 name: i915 gmbus vga
- I2C device: i2c-5 name: i915 gmbus dpb
- *** Primary Check 2: Check that /dev/i2c-* exist and writable ***
- Current user: root (0)
- Checking /dev/i2c-* devices...
- Devices /dev/i2c-* must exist and the logged on user must have read/write permission for those devices (or at least those devices associated
- with monitors).
- Typically, this access is enabled by:
- - setting the group for /dev/i2c-* to i2c
- - setting group RW permissions for /dev/i2c-*
- - making the current user a member of group i2c
- Alternatively, this can be enabled by just giving everyone RW permission
- The following tests probe for these conditions.
- Checking for /dev/i2c-* devices...
- crw-rw---- 1 root systemd-journal-remote 89, 0 Jan 28 16:00 /dev/i2c-0
- crw-rw---- 1 root systemd-journal-remote 89, 1 Jan 28 16:00 /dev/i2c-1
- crw-rw---- 1 root systemd-journal-remote 89, 10 Jan 28 16:00 /dev/i2c-10
- crw-rw---- 1 root systemd-journal-remote 89, 11 Jan 28 16:00 /dev/i2c-11
- crw-rw---- 1 root systemd-journal-remote 89, 2 Jan 28 16:00 /dev/i2c-2
- crw-rw---- 1 root systemd-journal-remote 89, 3 Jan 28 16:00 /dev/i2c-3
- crw-rw---- 1 root systemd-journal-remote 89, 4 Jan 28 16:00 /dev/i2c-4
- crw-rw---- 1 root systemd-journal-remote 89, 5 Jan 28 16:00 /dev/i2c-5
- crw-rw---- 1 root systemd-journal-remote 89, 6 Jan 28 16:00 /dev/i2c-6
- crw-rw---- 1 root systemd-journal-remote 89, 7 Jan 28 16:00 /dev/i2c-7
- crw-rw---- 1 root systemd-journal-remote 89, 8 Jan 28 16:00 /dev/i2c-8
- crw-rw---- 1 root systemd-journal-remote 89, 9 Jan 28 16:00 /dev/i2c-9
- Current user (root) has RW access to all /dev/i2c-* devices.
- Checking for group i2c...
- Group i2c exists
- Current user is root, membership in group i2c not needed
- Looking for udev rules files that reference i2c:
- Checking rules directory /lib/udev/rules.d:
- /lib/udev/rules.d/45-i2c-tools.rules:# Assigns the i2c devices to group i2c, and gives that group RW access:
- /lib/udev/rules.d/45-i2c-tools.rules:KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660"
- /lib/udev/rules.d/60-autosuspend.rules:SUBSYSTEM=="i2c", ATTR{name}=="cyapa", \
- /lib/udev/rules.d/60-persistent-input.rules:# allow empty class for platform, usb and i2c devices; platform supports only a single interface that way
- /lib/udev/rules.d/60-persistent-input.rules:SUBSYSTEMS=="usb|platform|i2c", ENV{ID_PATH}=="?*", KERNEL=="event*", ENV{.INPUT_CLASS}=="", \
- /lib/udev/rules.d/60-sensor.rules:SUBSYSTEM=="iio", KERNEL=="iio*", SUBSYSTEMS=="usb|i2c|platform", \
- Checking rules directory /run/udev/rules.d:
- grep: /run/udev/rules.d/*rules: No such file or directory
- Checking rules directory /etc/udev/rules.d:
- grep: /etc/udev/rules.d/*rules: No such file or directory
- *** Primary Check 3: Check that module i2c_dev is loaded ***
- Checking for driver i2c_dev...
- sysfs reports module i2c_dev is NOT loaded.
- Unable to determine i2c-dev status.
- module_status_using_libkmod() returned ENOENT(-2): No such file or directory
- Treating i2c-dev as not builtin and not loadable!!!
- Module i2c_dev is NOT built into the kernel
- Loadable i2c-dev module NOT found
- Module i2c_dev is NOT loaded
- Check that kernel module i2c_dev is being loaded by examining files where this would be specified...
- grep: /etc/modules: No such file or directory
- grep: /etc/modules-load.d/*conf: No such file or directory
- grep: /run/modules-load.d/*conf: No such file or directory
- grep: /usr/lib/modules-load.d/*conf: No such file or directory
- Check for any references to i2c_dev in /etc/modprobe.d ...
- grep: /etc/modprobe.d/*conf: No such file or directory
- grep: /run/modprobe.d/*conf: No such file or directory
- *** Primary Check 4: Driver specific checks ***
- Performing driver specific checks...
- No driver specific checks apply.
- *** Additional probes ***
- Examining /sys/bus/i2c/devices...
- /sys/bus/i2c/devices/0-002c/name: rmi4_smbus
- /sys/bus/i2c/devices/i2c-0/name: SMBus I801 adapter at efa0
- /sys/bus/i2c/devices/i2c-1/name: i915 gmbus ssc
- /sys/bus/i2c/devices/i2c-2/name: i915 gmbus vga
- /sys/bus/i2c/devices/i2c-3/name: i915 gmbus panel
- /sys/bus/i2c/devices/i2c-4/name: i915 gmbus dpc
- /sys/bus/i2c/devices/i2c-5/name: i915 gmbus dpb
- /sys/bus/i2c/devices/i2c-6/name: i915 gmbus dpd
- /sys/bus/i2c/devices/i2c-7/name: AUX A/DDI A/PHY A
- /sys/bus/i2c/devices/i2c-8/name: AUX B/DDI B/PHY B
- /sys/bus/i2c/devices/i2c-9/name: AUX C/DDI C/PHY C
- /sys/bus/i2c/devices/i2c-10/name: DPMST
- /sys/bus/i2c/devices/i2c-11/name: DPMST
- /sys/bus/i2c/devices/0-0050/name: spd
- /sys/bus/i2c/devices/0-0051/name: spd
- Env_Accumulator:
- architecture: x86_64
- distributor_id
- Drivers detected: i915
- /dev/i2c device numbers: 0 1 2 3 4 5 6 7 8 9 10 11
- sysfs_i2c_devices_exist: true
- /sys/bus/i2c device numbers: 0 1 2 3 4 5 6 7 8 9 10 11
- dev_i2c_devices_required: true
- module_i2c_dev_needed: true
- module_i2c_dev_builtin: false
- loadable_i2c_dev_exists: false
- i2c_dev_loaded_or_builtin: false
- group_i2c_checked: true
- group_i2c_exists: true
- dev_i2c_common_group_name: systemd-journal-remote
- all_dev_i2c_has_group_i2c: false
- any_dev_i2c_has_group_i2c: false
- all_dev_i2c_is_group_rw: true
- any_dev_i2c_is_group_rw: true
- cur_uname: root
- cur_uid: 0
- cur_user_in_group_i2c: false
- cur_user_any_devi2c_rw: true
- cur_user_all_devi2c_rw: true
- Configuration suggestions:
- Issue:
- /dev/i2c-N devices have non-standard or varying group names.
- Suggestions are incomplete.
- Current user has RW access to all /dev/i2c-N devices.
- Skipping further group and permission checks.
- *** Additional checks for remote diagnosis ***
- *** Detected Displays ***
- Invalid display
- I2C bus: /dev/i2c-7
- I2C address 0x50 (EDID) responsive: true
- Is eDP device: true
- Is LVDS device: false
- /sys/bus/i2c/devices/i2c-7/name: AUX A/DDI A/PHY A
- EDID synopsis:
- Mfg id: AUO
- Model:
- Product code: 4669
- Serial number:
- Binary serial number: 0 (0x00000000)
- Manufacture year: 2012, Week: 0
- EDID hex dump:
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 06 af 3d 12 00 00 00 00 ..........=.....
- +0010 00 16 01 04 95 1f 11 78 02 84 e5 a4 56 50 a0 26 .......x....VP.&
- +0020 0d 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 .PT.............
- +0030 01 01 01 01 01 01 14 37 80 b8 70 38 24 40 10 10 .......7..p8$@..
- +0040 3e 00 35 ad 10 00 00 18 b8 24 80 b8 70 38 24 40 >.5......$..p8$@
- +0050 10 10 3e 00 35 ad 10 00 00 18 00 00 00 00 00 00 ..>.5...........
- +0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 ................
- +0070 00 11 39 f9 0a 3c 96 11 1e 24 96 20 20 20 00 85 ..9..<...$. ..
- DDC communication failed
- This is an eDP laptop display. Laptop displays do not support DDC/CI.
- Invalid display
- I2C bus: /dev/i2c-9
- I2C address 0x50 (EDID) responsive: true
- Is eDP device: false
- Is LVDS device: false
- /sys/bus/i2c/devices/i2c-9/name: AUX C/DDI C/PHY C
- EDID synopsis:
- Mfg id: DEL
- Model: DELL U2414H
- Product code: 41123
- Serial number: <hidden>
- Binary serial number: <hidden> (<hidden>)
- Manufacture year: 2015, Week: 47
- EDID hex dump:
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac a3 a0 53 4c 38 41 ............SL8A
- +0010 2f 19 01 04 a5 35 1e 78 2a 7e 75 a7 55 52 9c 27 /....5.x*~u.UR.'
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c .......:..q8-@X,
- +0040 45 00 0f 28 21 00 00 1e 00 00 00 ff 00 39 54 47 E..(!........9TG
- +0050 34 36 35 42 48 41 38 4c 53 0a 00 00 00 fc 00 44 465BHA8LS......D
- +0060 45 4c 4c 20 55 32 34 31 34 48 0a 20 00 00 00 fd ELL U2414H. ....
- +0070 00 38 4c 1e 53 11 00 0a 20 20 20 20 20 20 01 d3 .8L.S... ..
- DDC communication failed
- Is DDC/CI enabled in the monitor's on-screen display?
- Display 1
- I2C bus: /dev/i2c-10
- I2C address 0x50 (EDID) responsive: true
- Is eDP device: false
- Is LVDS device: false
- /sys/bus/i2c/devices/i2c-10/name: DPMST
- EDID synopsis:
- Mfg id: DEL
- Model: DELL U2414H
- Product code: 41123
- Serial number: <hidden>
- Binary serial number: <hidden> (<hidden>)
- Manufacture year: 2015, Week: 47
- EDID hex dump:
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac a3 a0 53 4c 38 41 ............SL8A
- +0010 2f 19 01 04 a5 35 1e 78 3e 7e 75 a7 55 52 9c 27 /....5.x>~u.UR.'
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c .......:..q8-@X,
- +0040 45 00 0f 28 21 00 00 1e 00 00 00 ff 00 39 54 47 E..(!........9TG
- +0050 34 36 35 42 48 41 38 4c 53 0a 00 00 00 fc 00 44 465BHA8LS......D
- +0060 45 4c 4c 20 55 32 34 31 34 48 0a 20 00 00 00 fd ELL U2414H. ....
- +0070 00 38 4c 1e 53 11 00 0a 20 20 20 20 20 20 01 bf .8L.S... ..
- VCP version: 2.1
- Controller mfg: Mstar
- Firmware version: 4.1
- Monitor returns DDC Null Response for unsupported features: false
- Display 2
- I2C bus: /dev/i2c-11
- I2C address 0x50 (EDID) responsive: true
- Is eDP device: false
- Is LVDS device: false
- /sys/bus/i2c/devices/i2c-11/name: DPMST
- EDID synopsis:
- Mfg id: DEL
- Model: DELL U3219Q
- Product code: 41267
- Serial number: <hidden>
- Binary serial number: <hidden> (<hidden>)
- Manufacture year: 2019, Week: 48
- EDID hex dump:
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac 33 a1 4c 56 36 30 ..........3.LV60
- +0010 30 1d 01 04 b5 46 27 78 3e ee 95 a3 54 4c 99 26 0....F'x>...TL.&
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 e1 00 d1 00 01 01 4d d0 00 a0 f0 70 3e 80 30 20 ......M....p>.0
- +0040 35 00 b9 88 21 00 00 1a 00 00 00 ff 00 43 48 43 5...!........CHC
- +0050 59 58 56 32 0a 20 20 20 20 20 00 00 00 fc 00 44 YXV2. .....D
- +0060 45 4c 4c 20 55 33 32 31 39 51 0a 20 00 00 00 fd ELL U3219Q. ....
- +0070 00 31 56 0a 89 36 01 0a 20 20 20 20 20 20 01 43 .1V..6.. .C
- VCP version: 2.1
- Controller mfg: RealTek
- Firmware version: 65.7
- Monitor returns DDC Null Response for unsupported features: false
- Checking if modules are loaded or builtin...
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for amdgpu
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for fbdev
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for fglrx
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for fturbo
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for i915
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for mgag200
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for nvidia
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for nouveau
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for radeon
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for vboxvideo
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for vc4
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for drm
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for i2c_algo_bit
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for i2c_dev
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for i2c_piix4
- Error ENOENT(-2): No such file or directory from module_status_using_libkmod() for ddcci
- Scanning /proc/modules for driver environment...
- Found other loaded module: videobuf2_vmalloc
- Found other loaded module: videobuf2_memops
- Found other loaded module: videobuf2_v4l2
- Found other loaded module: videobuf2_common
- Found other loaded module: videodev
- Found other loaded module: i2c_i801
- Found other loaded module: i2c_smbus
- Found video driver module: i915
- Loaded video module depends on: thinkpad_acpi,i915,
- Found other loaded module: i2c_dev
- Checking display manager environment variables...
- DISPLAY=(not set)
- WAYLAND_DISPLAY=(not set)
- XDG_SESSION_TYPE=(not set)
- Examining I2C buses, as detected by I2C layer...
- Current time (local): 2022-01-28 16:00:34 UTC
- Current time (UTC): 2022-01-28 16:00:34
- Seconds since boot: 282
- Detected 11 non-ignorable I2C buses:
- Bus /dev/i2c-1 found: true
- Bus /dev/i2c-1 probed: true
- Bus accessible: true
- Bus is eDP: false
- Bus is LVDS: false
- Valid bus name checked: true
- I2C bus has valid name: true
- Address 0x37 present: false
- Address 0x50 present: false
- Extended information for /sys/bus/i2c/devices/i2c-1...
- PCI device path: /sys/devices/pci0000:00/0000:00:02.0/i2c-1
- name: i915 gmbus ssc
- i2c-dev/i2c-1/dev: 89:1
- i2c-dev/i2c-1/name: i915 gmbus ssc
- Connector: (null)
- Driver: i915
- Not a DisplayPort connection
- Bus /dev/i2c-2 found: true
- Bus /dev/i2c-2 probed: true
- Bus accessible: true
- Bus is eDP: false
- Bus is LVDS: false
- Valid bus name checked: true
- I2C bus has valid name: true
- Address 0x37 present: false
- Address 0x50 present: false
- Extended information for /sys/bus/i2c/devices/i2c-2...
- PCI device path: /sys/devices/pci0000:00/0000:00:02.0/i2c-2
- name: i915 gmbus vga
- i2c-dev/i2c-2/dev: 89:2
- i2c-dev/i2c-2/name: i915 gmbus vga
- Connector: (null)
- Driver: i915
- Not a DisplayPort connection
- Bus /dev/i2c-3 found: true
- Bus /dev/i2c-3 probed: true
- Bus accessible: true
- Bus is eDP: false
- Bus is LVDS: false
- Valid bus name checked: true
- I2C bus has valid name: true
- Address 0x37 present: false
- Address 0x50 present: false
- Extended information for /sys/bus/i2c/devices/i2c-3...
- PCI device path: /sys/devices/pci0000:00/0000:00:02.0/i2c-3
- name: i915 gmbus panel
- i2c-dev/i2c-3/dev: 89:3
- i2c-dev/i2c-3/name: i915 gmbus panel
- Connector: (null)
- Driver: i915
- Not a DisplayPort connection
- Bus /dev/i2c-4 found: true
- Bus /dev/i2c-4 probed: true
- Bus accessible: true
- Bus is eDP: false
- Bus is LVDS: false
- Valid bus name checked: true
- I2C bus has valid name: true
- Address 0x37 present: false
- Address 0x50 present: false
- Extended information for /sys/bus/i2c/devices/i2c-4...
- PCI device path: /sys/devices/pci0000:00/0000:00:02.0/i2c-4
- name: i915 gmbus dpc
- i2c-dev/i2c-4/dev: 89:4
- i2c-dev/i2c-4/name: i915 gmbus dpc
- Connector: (null)
- Driver: i915
- Not a DisplayPort connection
- Bus /dev/i2c-5 found: true
- Bus /dev/i2c-5 probed: true
- Bus accessible: true
- Bus is eDP: false
- Bus is LVDS: false
- Valid bus name checked: true
- I2C bus has valid name: true
- Address 0x37 present: false
- Address 0x50 present: false
- Extended information for /sys/bus/i2c/devices/i2c-5...
- PCI device path: /sys/devices/pci0000:00/0000:00:02.0/i2c-5
- name: i915 gmbus dpb
- i2c-dev/i2c-5/dev: 89:5
- i2c-dev/i2c-5/name: i915 gmbus dpb
- Connector: (null)
- Driver: i915
- Not a DisplayPort connection
- Bus /dev/i2c-6 found: true
- Bus /dev/i2c-6 probed: true
- Bus accessible: true
- Bus is eDP: false
- Bus is LVDS: false
- Valid bus name checked: true
- I2C bus has valid name: true
- Address 0x37 present: false
- Address 0x50 present: false
- Extended information for /sys/bus/i2c/devices/i2c-6...
- PCI device path: /sys/devices/pci0000:00/0000:00:02.0/i2c-6
- name: i915 gmbus dpd
- i2c-dev/i2c-6/dev: 89:6
- i2c-dev/i2c-6/name: i915 gmbus dpd
- Connector: (null)
- Driver: i915
- Not a DisplayPort connection
- Bus /dev/i2c-7 found: true
- Bus /dev/i2c-7 probed: true
- Bus accessible: true
- Bus is eDP: true
- Bus is LVDS: false
- Valid bus name checked: true
- I2C bus has valid name: true
- Address 0x37 present: false
- Address 0x50 present: true
- EDID synopsis:
- Mfg id: AUO
- Model:
- Product code: 4669
- Serial number:
- Binary serial number: 0 (0x00000000)
- Manufacture year: 2012, Week: 0
- Extra descriptor:
- Video input definition: 0x95 - Digital Input (DisplayPort)
- Supported features:
- Digital display type: RGB 4:4:4
- Standard sRGB color space: False
- White x,y: 0.313, 0.329
- Red x,y: 0.643, 0.336
- Green x,y: 0.313, 0.625
- Blue x,y: 0.151, 0.053
- Extension blocks: 0
- EDID source:
- EDID hex dump:
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 06 af 3d 12 00 00 00 00 ..........=.....
- +0010 00 16 01 04 95 1f 11 78 02 84 e5 a4 56 50 a0 26 .......x....VP.&
- +0020 0d 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 .PT.............
- +0030 01 01 01 01 01 01 14 37 80 b8 70 38 24 40 10 10 .......7..p8$@..
- +0040 3e 00 35 ad 10 00 00 18 b8 24 80 b8 70 38 24 40 >.5......$..p8$@
- +0050 10 10 3e 00 35 ad 10 00 00 18 00 00 00 00 00 00 ..>.5...........
- +0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 ................
- +0070 00 11 39 f9 0a 3c 96 11 1e 24 96 20 20 20 00 85 ..9..<...$. ..
- Extended information for /sys/bus/i2c/devices/i2c-7...
- PCI device path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7
- name: AUX A/DDI A/PHY A
- i2c-dev/i2c-7/dev: 89:7
- i2c-dev/i2c-7/name: AUX A/DDI A/PHY A
- Connector: (null)
- Driver: i915
- DisplayPort only attributes:
- ddc path: (null)
- ddc name: (null)
- ddc i2c-dev/(null)/dev: (null)
- ddc i2c-dev/(null)/name: (null)
- DP Aux channel dev: 241:0
- DP Aux channel name: AUX A/DDI A/PHY A
- Bus /dev/i2c-8 found: true
- Bus /dev/i2c-8 probed: true
- Bus accessible: true
- Bus is eDP: false
- Bus is LVDS: false
- Valid bus name checked: true
- I2C bus has valid name: true
- Address 0x37 present: false
- Address 0x50 present: false
- Extended information for /sys/bus/i2c/devices/i2c-8...
- PCI device path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/i2c-8
- name: AUX B/DDI B/PHY B
- i2c-dev/i2c-8/dev: 89:8
- i2c-dev/i2c-8/name: AUX B/DDI B/PHY B
- Connector: (null)
- Driver: i915
- DisplayPort only attributes:
- ddc path: (null)
- ddc name: (null)
- ddc i2c-dev/(null)/dev: (null)
- ddc i2c-dev/(null)/name: (null)
- DP Aux channel dev: 241:1
- DP Aux channel name: AUX B/DDI B/PHY B
- Bus /dev/i2c-9 found: true
- Bus /dev/i2c-9 probed: true
- Bus accessible: true
- Bus is eDP: false
- Bus is LVDS: false
- Valid bus name checked: true
- I2C bus has valid name: true
- Address 0x37 present: false
- Address 0x50 present: true
- EDID synopsis:
- Mfg id: DEL
- Model: DELL U2414H
- Product code: 41123
- Serial number: <hidden>
- Binary serial number: <hidden> (<hidden>)
- Manufacture year: 2015, Week: 47
- Extra descriptor:
- Video input definition: 0xa5 - Digital Input (DisplayPort)
- Supported features:
- DPMS active-off
- Digital display type: RGB 4:4:4
- Standard sRGB color space: False
- White x,y: 0.313, 0.329
- Red x,y: 0.653, 0.335
- Green x,y: 0.323, 0.611
- Blue x,y: 0.153, 0.062
- Extension blocks: 1
- EDID source:
- EDID hex dump:
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac a3 a0 53 4c 38 41 ............SL8A
- +0010 2f 19 01 04 a5 35 1e 78 2a 7e 75 a7 55 52 9c 27 /....5.x*~u.UR.'
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c .......:..q8-@X,
- +0040 45 00 0f 28 21 00 00 1e 00 00 00 ff 00 39 54 47 E..(!........9TG
- +0050 34 36 35 42 48 41 38 4c 53 0a 00 00 00 fc 00 44 465BHA8LS......D
- +0060 45 4c 4c 20 55 32 34 31 34 48 0a 20 00 00 00 fd ELL U2414H. ....
- +0070 00 38 4c 1e 53 11 00 0a 20 20 20 20 20 20 01 d3 .8L.S... ..
- Extended information for /sys/bus/i2c/devices/i2c-9...
- PCI device path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/i2c-9
- name: AUX C/DDI C/PHY C
- i2c-dev/i2c-9/dev: 89:9
- i2c-dev/i2c-9/name: AUX C/DDI C/PHY C
- Connector: (null)
- Driver: i915
- DisplayPort only attributes:
- ddc path: (null)
- ddc name: (null)
- ddc i2c-dev/(null)/dev: (null)
- ddc i2c-dev/(null)/name: (null)
- DP Aux channel dev: 241:2
- DP Aux channel name: AUX C/DDI C/PHY C
- Bus /dev/i2c-10 found: true
- Bus /dev/i2c-10 probed: true
- Bus accessible: true
- Bus is eDP: false
- Bus is LVDS: false
- Valid bus name checked: true
- I2C bus has valid name: true
- Address 0x37 present: true
- Address 0x50 present: true
- EDID synopsis:
- Mfg id: DEL
- Model: DELL U2414H
- Product code: 41123
- Serial number: <hidden>
- Binary serial number: <hidden> (<hidden>)
- Manufacture year: 2015, Week: 47
- Extra descriptor:
- Video input definition: 0xa5 - Digital Input (DisplayPort)
- Supported features:
- DPMS active-off
- Digital display type: RGB 4:4:4 + YCrCb 4:2:2
- Standard sRGB color space: True
- White x,y: 0.313, 0.329
- Red x,y: 0.653, 0.335
- Green x,y: 0.323, 0.611
- Blue x,y: 0.153, 0.062
- Extension blocks: 1
- EDID source:
- EDID hex dump:
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac a3 a0 53 4c 38 41 ............SL8A
- +0010 2f 19 01 04 a5 35 1e 78 3e 7e 75 a7 55 52 9c 27 /....5.x>~u.UR.'
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c .......:..q8-@X,
- +0040 45 00 0f 28 21 00 00 1e 00 00 00 ff 00 39 54 47 E..(!........9TG
- +0050 34 36 35 42 48 41 38 4c 53 0a 00 00 00 fc 00 44 465BHA8LS......D
- +0060 45 4c 4c 20 55 32 34 31 34 48 0a 20 00 00 00 fd ELL U2414H. ....
- +0070 00 38 4c 1e 53 11 00 0a 20 20 20 20 20 20 01 bf .8L.S... ..
- Extended information for /sys/bus/i2c/devices/i2c-10...
- PCI device path: /sys/devices/pci0000:00/0000:00:02.0/i2c-10
- name: DPMST
- i2c-dev/i2c-10/dev: 89:10
- i2c-dev/i2c-10/name: DPMST
- Connector: (null)
- Driver: i915
- Not a DisplayPort connection
- Bus /dev/i2c-11 found: true
- Bus /dev/i2c-11 probed: true
- Bus accessible: true
- Bus is eDP: false
- Bus is LVDS: false
- Valid bus name checked: true
- I2C bus has valid name: true
- Address 0x37 present: true
- Address 0x50 present: true
- EDID synopsis:
- Mfg id: DEL
- Model: DELL U3219Q
- Product code: 41267
- Serial number: <hidden>
- Binary serial number: <hidden> (<hidden>)
- Manufacture year: 2019, Week: 48
- Extra descriptor:
- Video input definition: 0xb5 - Digital Input (DisplayPort)
- Supported features:
- DPMS active-off
- Digital display type: RGB 4:4:4 + YCrCb 4:2:2
- Standard sRGB color space: True
- White x,y: 0.313, 0.329
- Red x,y: 0.640, 0.330
- Green x,y: 0.300, 0.600
- Blue x,y: 0.150, 0.060
- Extension blocks: 1
- EDID source:
- EDID hex dump:
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac 33 a1 4c 56 36 30 ..........3.LV60
- +0010 30 1d 01 04 b5 46 27 78 3e ee 95 a3 54 4c 99 26 0....F'x>...TL.&
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 e1 00 d1 00 01 01 4d d0 00 a0 f0 70 3e 80 30 20 ......M....p>.0
- +0040 35 00 b9 88 21 00 00 1a 00 00 00 ff 00 43 48 43 5...!........CHC
- +0050 59 58 56 32 0a 20 20 20 20 20 00 00 00 fc 00 44 YXV2. .....D
- +0060 45 4c 4c 20 55 33 32 31 39 51 0a 20 00 00 00 fd ELL U3219Q. ....
- +0070 00 31 56 0a 89 36 01 0a 20 20 20 20 20 20 01 43 .1V..6.. .C
- Extended information for /sys/bus/i2c/devices/i2c-11...
- PCI device path: /sys/devices/pci0000:00/0000:00:02.0/i2c-11
- name: DPMST
- i2c-dev/i2c-11/dev: 89:11
- i2c-dev/i2c-11/name: DPMST
- Connector: (null)
- Driver: i915
- Not a DisplayPort connection
- xrandr connection report:
- Checking for possibly conflicting programs...
- Examining I2C buses using i2cdetect...
- Current time (local): 2022-01-28 16:00:34 UTC
- Current time (UTC): 2022-01-28 16:00:34
- Seconds since boot: 282
- Device /dev/i2c-0 is a SMBus or other ignorable device. Skipping i2cdetect.
- Probing bus /dev/i2c-1 using command "i2cdetect -y 1"
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
- 00: -- -- -- -- -- -- -- --
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 70: -- -- -- -- -- -- -- --
- Probing bus /dev/i2c-2 using command "i2cdetect -y 2"
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
- 00: -- -- -- -- -- -- -- --
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 70: -- -- -- -- -- -- -- --
- Probing bus /dev/i2c-3 using command "i2cdetect -y 3"
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
- 00: -- -- -- -- -- -- -- --
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 70: -- -- -- -- -- -- -- --
- Probing bus /dev/i2c-4 using command "i2cdetect -y 4"
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
- 00: -- -- -- -- -- -- -- --
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 70: -- -- -- -- -- -- -- --
- Probing bus /dev/i2c-5 using command "i2cdetect -y 5"
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
- 00: -- -- -- -- -- -- -- --
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 70: -- -- -- -- -- -- -- --
- Probing bus /dev/i2c-6 using command "i2cdetect -y 6"
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
- 00: -- -- -- -- -- -- -- --
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 70: -- -- -- -- -- -- -- --
- Probing bus /dev/i2c-7 using command "i2cdetect -y 7"
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
- 00: -- -- -- -- -- -- -- --
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 30: -- -- -- -- -- -- -- -- 38 -- -- -- -- -- -- --
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 50: 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f
- 60: 60 61 62 63 64 65 66 67 -- -- -- -- -- -- -- --
- 70: -- -- -- -- -- -- -- --
- Probing bus /dev/i2c-8 using command "i2cdetect -y 8"
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
- 00: -- -- -- -- -- -- -- --
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 70: -- -- -- -- -- -- -- --
- Probing bus /dev/i2c-9 using command "i2cdetect -y 9"
- 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: -- -- -- -- -- -- -- --
- Probing bus /dev/i2c-10 using command "i2cdetect -y 10"
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
- 00: -- -- -- -- -- -- -- --
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 70: -- -- -- -- -- -- -- --
- Probing bus /dev/i2c-11 using command "i2cdetect -y 11"
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
- 00: -- -- -- -- -- -- -- --
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 70: -- -- -- -- -- -- -- --
- Examining I2C buses using get-edid | parse-edid...
- Current time (local): 2022-01-28 16:16:11 UTC
- Current time (UTC): 2022-01-28 16:16:11
- Seconds since boot: 1218
- Device /dev/i2c-0 is a SMBus or other ignorable device. Skipping get-edid | parse-edid.
- Probing bus /dev/i2c-1 using command "get-edid -b 1 -i | parse-edid"
- get-edid | parse-edid command unavailable
- Performing alternative scans of I2C devices using local sysenv functions...
- Current time (local): 2022-01-28 16:16:11 UTC
- Current time (UTC): 2022-01-28 16:16:11
- Seconds since boot: 1218
- Examining device /dev/i2c-0...
- Device /dev/i2c-0 is a SMBus or other ignorable device. Skipping.
- Examining device /dev/i2c-1...
- Obtain and interpret EDID using normal i2c functions...
- Functionality: I2C_FUNC_I2C, I2C_FUNC_SMBUS_PEC, I2C_FUNC_SMBUS_BLOCK_PROC_CALL,
- I2C_FUNC_SMBUS_QUICK, I2C_FUNC_SMBUS_READ_BYTE,
- I2C_FUNC_SMBUS_WRITE_BYTE, I2C_FUNC_SMBUS_READ_BYTE_DATA,
- I2C_FUNC_SMBUS_WRITE_BYTE_DATA, I2C_FUNC_SMBUS_READ_WORD_DATA,
- I2C_FUNC_SMBUS_WRITE_WORD_DATA, I2C_FUNC_SMBUS_PROC_CALL,
- I2C_FUNC_SMBUS_READ_BLOCK_DATA, I2C_FUNC_SMBUS_WRITE_BLOCK_DATA,
- I2C_FUNC_SMBUS_READ_I2C_BLOCK, I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
- Reading EDID using get_raw_edid_by_fd()...
- Unable to read EDID, psc=ENXIO(-6): No such device or address
- Trying simple VCP read of feature 0x10...
- try_single_getvcp_call: vcp_feature_code=0x10, use_smbus=false
- Sending Get VCP Feature Command request packet: 51 82 01 10 ac
- Attempt 1 to read feature returned hard error: ENXIO(-6): No such device or address
- DDC communication failed.
- Examining device /dev/i2c-2...
- Obtain and interpret EDID using normal i2c functions...
- Functionality: I2C_FUNC_I2C, I2C_FUNC_SMBUS_PEC, I2C_FUNC_SMBUS_BLOCK_PROC_CALL,
- I2C_FUNC_SMBUS_QUICK, I2C_FUNC_SMBUS_READ_BYTE,
- I2C_FUNC_SMBUS_WRITE_BYTE, I2C_FUNC_SMBUS_READ_BYTE_DATA,
- I2C_FUNC_SMBUS_WRITE_BYTE_DATA, I2C_FUNC_SMBUS_READ_WORD_DATA,
- I2C_FUNC_SMBUS_WRITE_WORD_DATA, I2C_FUNC_SMBUS_PROC_CALL,
- I2C_FUNC_SMBUS_READ_BLOCK_DATA, I2C_FUNC_SMBUS_WRITE_BLOCK_DATA,
- I2C_FUNC_SMBUS_READ_I2C_BLOCK, I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
- Reading EDID using get_raw_edid_by_fd()...
- Unable to read EDID, psc=ENXIO(-6): No such device or address
- Trying simple VCP read of feature 0x10...
- try_single_getvcp_call: vcp_feature_code=0x10, use_smbus=false
- Sending Get VCP Feature Command request packet: 51 82 01 10 ac
- Attempt 1 to read feature returned hard error: ENXIO(-6): No such device or address
- DDC communication failed.
- Examining device /dev/i2c-3...
- Obtain and interpret EDID using normal i2c functions...
- Functionality: I2C_FUNC_I2C, I2C_FUNC_SMBUS_PEC, I2C_FUNC_SMBUS_BLOCK_PROC_CALL,
- I2C_FUNC_SMBUS_QUICK, I2C_FUNC_SMBUS_READ_BYTE,
- I2C_FUNC_SMBUS_WRITE_BYTE, I2C_FUNC_SMBUS_READ_BYTE_DATA,
- I2C_FUNC_SMBUS_WRITE_BYTE_DATA, I2C_FUNC_SMBUS_READ_WORD_DATA,
- I2C_FUNC_SMBUS_WRITE_WORD_DATA, I2C_FUNC_SMBUS_PROC_CALL,
- I2C_FUNC_SMBUS_READ_BLOCK_DATA, I2C_FUNC_SMBUS_WRITE_BLOCK_DATA,
- I2C_FUNC_SMBUS_READ_I2C_BLOCK, I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
- Reading EDID using get_raw_edid_by_fd()...
- Unable to read EDID, psc=ENXIO(-6): No such device or address
- Trying simple VCP read of feature 0x10...
- try_single_getvcp_call: vcp_feature_code=0x10, use_smbus=false
- Sending Get VCP Feature Command request packet: 51 82 01 10 ac
- Attempt 1 to read feature returned hard error: ENXIO(-6): No such device or address
- DDC communication failed.
- Examining device /dev/i2c-4...
- Obtain and interpret EDID using normal i2c functions...
- Functionality: I2C_FUNC_I2C, I2C_FUNC_SMBUS_PEC, I2C_FUNC_SMBUS_BLOCK_PROC_CALL,
- I2C_FUNC_SMBUS_QUICK, I2C_FUNC_SMBUS_READ_BYTE,
- I2C_FUNC_SMBUS_WRITE_BYTE, I2C_FUNC_SMBUS_READ_BYTE_DATA,
- I2C_FUNC_SMBUS_WRITE_BYTE_DATA, I2C_FUNC_SMBUS_READ_WORD_DATA,
- I2C_FUNC_SMBUS_WRITE_WORD_DATA, I2C_FUNC_SMBUS_PROC_CALL,
- I2C_FUNC_SMBUS_READ_BLOCK_DATA, I2C_FUNC_SMBUS_WRITE_BLOCK_DATA,
- I2C_FUNC_SMBUS_READ_I2C_BLOCK, I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
- Reading EDID using get_raw_edid_by_fd()...
- Unable to read EDID, psc=ENXIO(-6): No such device or address
- Trying simple VCP read of feature 0x10...
- try_single_getvcp_call: vcp_feature_code=0x10, use_smbus=false
- Sending Get VCP Feature Command request packet: 51 82 01 10 ac
- Attempt 1 to read feature returned hard error: ENXIO(-6): No such device or address
- DDC communication failed.
- Examining device /dev/i2c-5...
- Obtain and interpret EDID using normal i2c functions...
- Functionality: I2C_FUNC_I2C, I2C_FUNC_SMBUS_PEC, I2C_FUNC_SMBUS_BLOCK_PROC_CALL,
- I2C_FUNC_SMBUS_QUICK, I2C_FUNC_SMBUS_READ_BYTE,
- I2C_FUNC_SMBUS_WRITE_BYTE, I2C_FUNC_SMBUS_READ_BYTE_DATA,
- I2C_FUNC_SMBUS_WRITE_BYTE_DATA, I2C_FUNC_SMBUS_READ_WORD_DATA,
- I2C_FUNC_SMBUS_WRITE_WORD_DATA, I2C_FUNC_SMBUS_PROC_CALL,
- I2C_FUNC_SMBUS_READ_BLOCK_DATA, I2C_FUNC_SMBUS_WRITE_BLOCK_DATA,
- I2C_FUNC_SMBUS_READ_I2C_BLOCK, I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
- Reading EDID using get_raw_edid_by_fd()...
- Unable to read EDID, psc=ENXIO(-6): No such device or address
- Trying simple VCP read of feature 0x10...
- try_single_getvcp_call: vcp_feature_code=0x10, use_smbus=false
- Sending Get VCP Feature Command request packet: 51 82 01 10 ac
- Attempt 1 to read feature returned hard error: ENXIO(-6): No such device or address
- DDC communication failed.
- Examining device /dev/i2c-6...
- Obtain and interpret EDID using normal i2c functions...
- Functionality: I2C_FUNC_I2C, I2C_FUNC_SMBUS_PEC, I2C_FUNC_SMBUS_BLOCK_PROC_CALL,
- I2C_FUNC_SMBUS_QUICK, I2C_FUNC_SMBUS_READ_BYTE,
- I2C_FUNC_SMBUS_WRITE_BYTE, I2C_FUNC_SMBUS_READ_BYTE_DATA,
- I2C_FUNC_SMBUS_WRITE_BYTE_DATA, I2C_FUNC_SMBUS_READ_WORD_DATA,
- I2C_FUNC_SMBUS_WRITE_WORD_DATA, I2C_FUNC_SMBUS_PROC_CALL,
- I2C_FUNC_SMBUS_READ_BLOCK_DATA, I2C_FUNC_SMBUS_WRITE_BLOCK_DATA,
- I2C_FUNC_SMBUS_READ_I2C_BLOCK, I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
- Reading EDID using get_raw_edid_by_fd()...
- Unable to read EDID, psc=ENXIO(-6): No such device or address
- Trying simple VCP read of feature 0x10...
- try_single_getvcp_call: vcp_feature_code=0x10, use_smbus=false
- Sending Get VCP Feature Command request packet: 51 82 01 10 ac
- Attempt 1 to read feature returned hard error: ENXIO(-6): No such device or address
- DDC communication failed.
- Examining device /dev/i2c-7...
- Obtain and interpret EDID using normal i2c functions...
- Functionality: I2C_FUNC_I2C, I2C_FUNC_10BIT_ADDR, I2C_FUNC_SMBUS_PEC,
- I2C_FUNC_SMBUS_BLOCK_PROC_CALL, I2C_FUNC_SMBUS_QUICK,
- I2C_FUNC_SMBUS_READ_BYTE, I2C_FUNC_SMBUS_WRITE_BYTE,
- I2C_FUNC_SMBUS_READ_BYTE_DATA, I2C_FUNC_SMBUS_WRITE_BYTE_DATA,
- I2C_FUNC_SMBUS_READ_WORD_DATA, I2C_FUNC_SMBUS_WRITE_WORD_DATA,
- I2C_FUNC_SMBUS_PROC_CALL, I2C_FUNC_SMBUS_READ_BLOCK_DATA,
- I2C_FUNC_SMBUS_WRITE_BLOCK_DATA, I2C_FUNC_SMBUS_READ_I2C_BLOCK,
- I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
- Reading EDID using get_raw_edid_by_fd()...
- Raw EDID:
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 06 af 3d 12 00 00 00 00 ..........=.....
- +0010 00 16 01 04 95 1f 11 78 02 84 e5 a4 56 50 a0 26 .......x....VP.&
- +0020 0d 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 .PT.............
- +0030 01 01 01 01 01 01 14 37 80 b8 70 38 24 40 10 10 .......7..p8$@..
- +0040 3e 00 35 ad 10 00 00 18 b8 24 80 b8 70 38 24 40 >.5......$..p8$@
- +0050 10 10 3e 00 35 ad 10 00 00 18 00 00 00 00 00 00 ..>.5...........
- +0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 ................
- +0070 00 11 39 f9 0a 3c 96 11 1e 24 96 20 20 20 00 85 ..9..<...$. ..
- EDID synopsis:
- Mfg id: AUO
- Model:
- Product code: 4669
- Serial number:
- Binary serial number: 0 (0x00000000)
- Manufacture year: 2012, Week: 0
- Extra descriptor:
- Video input definition: 0x95 - Digital Input (DisplayPort)
- Supported features:
- Digital display type: RGB 4:4:4
- Standard sRGB color space: False
- White x,y: 0.313, 0.329
- Red x,y: 0.643, 0.336
- Green x,y: 0.313, 0.625
- Blue x,y: 0.151, 0.053
- Extension blocks: 0
- EDID source:
- Attempt 1 to read and parse EDID succeeded
- Trying simple VCP read of feature 0x10...
- try_single_getvcp_call: vcp_feature_code=0x10, use_smbus=false
- Sending Get VCP Feature Command request packet: 51 82 01 10 ac
- Attempt 1 to read feature returned hard error: EREMOTEIO(-121): Remote I/O error
- DDC communication failed.
- Examining device /dev/i2c-8...
- Obtain and interpret EDID using normal i2c functions...
- Functionality: I2C_FUNC_I2C, I2C_FUNC_10BIT_ADDR, I2C_FUNC_SMBUS_PEC,
- I2C_FUNC_SMBUS_BLOCK_PROC_CALL, I2C_FUNC_SMBUS_QUICK,
- I2C_FUNC_SMBUS_READ_BYTE, I2C_FUNC_SMBUS_WRITE_BYTE,
- I2C_FUNC_SMBUS_READ_BYTE_DATA, I2C_FUNC_SMBUS_WRITE_BYTE_DATA,
- I2C_FUNC_SMBUS_READ_WORD_DATA, I2C_FUNC_SMBUS_WRITE_WORD_DATA,
- I2C_FUNC_SMBUS_PROC_CALL, I2C_FUNC_SMBUS_READ_BLOCK_DATA,
- I2C_FUNC_SMBUS_WRITE_BLOCK_DATA, I2C_FUNC_SMBUS_READ_I2C_BLOCK,
- I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
- Reading EDID using get_raw_edid_by_fd()...
- Unable to read EDID, psc=ETIMEDOUT(-110): Connection timed out
- Trying simple VCP read of feature 0x10...
- try_single_getvcp_call: vcp_feature_code=0x10, use_smbus=false
- Sending Get VCP Feature Command request packet: 51 82 01 10 ac
- Attempt 1 to read feature returned hard error: ETIMEDOUT(-110): Connection timed out
- DDC communication failed.
- Examining device /dev/i2c-9...
- Obtain and interpret EDID using normal i2c functions...
- Functionality: I2C_FUNC_I2C, I2C_FUNC_10BIT_ADDR, I2C_FUNC_SMBUS_PEC,
- I2C_FUNC_SMBUS_BLOCK_PROC_CALL, I2C_FUNC_SMBUS_QUICK,
- I2C_FUNC_SMBUS_READ_BYTE, I2C_FUNC_SMBUS_WRITE_BYTE,
- I2C_FUNC_SMBUS_READ_BYTE_DATA, I2C_FUNC_SMBUS_WRITE_BYTE_DATA,
- I2C_FUNC_SMBUS_READ_WORD_DATA, I2C_FUNC_SMBUS_WRITE_WORD_DATA,
- I2C_FUNC_SMBUS_PROC_CALL, I2C_FUNC_SMBUS_READ_BLOCK_DATA,
- I2C_FUNC_SMBUS_WRITE_BLOCK_DATA, I2C_FUNC_SMBUS_READ_I2C_BLOCK,
- I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
- Reading EDID using get_raw_edid_by_fd()...
- Raw EDID:
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac a3 a0 53 4c 38 41 ............SL8A
- +0010 2f 19 01 04 a5 35 1e 78 2a 7e 75 a7 55 52 9c 27 /....5.x*~u.UR.'
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c .......:..q8-@X,
- +0040 45 00 0f 28 21 00 00 1e 00 00 00 ff 00 39 54 47 E..(!........9TG
- +0050 34 36 35 42 48 41 38 4c 53 0a 00 00 00 fc 00 44 465BHA8LS......D
- +0060 45 4c 4c 20 55 32 34 31 34 48 0a 20 00 00 00 fd ELL U2414H. ....
- +0070 00 38 4c 1e 53 11 00 0a 20 20 20 20 20 20 01 d3 .8L.S... ..
- EDID synopsis:
- Mfg id: DEL
- Model: DELL U2414H
- Product code: 41123
- Serial number: <hidden>
- Binary serial number: <hidden> (<hidden>)
- Manufacture year: 2015, Week: 47
- Extra descriptor:
- Video input definition: 0xa5 - Digital Input (DisplayPort)
- Supported features:
- DPMS active-off
- Digital display type: RGB 4:4:4
- Standard sRGB color space: False
- White x,y: 0.313, 0.329
- Red x,y: 0.653, 0.335
- Green x,y: 0.323, 0.611
- Blue x,y: 0.153, 0.062
- Extension blocks: 1
- EDID source:
- Attempt 1 to read and parse EDID succeeded
- Trying simple VCP read of feature 0x10...
- try_single_getvcp_call: vcp_feature_code=0x10, use_smbus=false
- Sending Get VCP Feature Command request packet: 51 82 01 10 ac
- Attempt 1 to read feature returned hard error: EREMOTEIO(-121): Remote I/O error
- DDC communication failed.
- Examining device /dev/i2c-10...
- Obtain and interpret EDID using normal i2c functions...
- Functionality: I2C_FUNC_I2C, I2C_FUNC_10BIT_ADDR, I2C_FUNC_SMBUS_PEC,
- I2C_FUNC_SMBUS_BLOCK_PROC_CALL, I2C_FUNC_SMBUS_QUICK,
- I2C_FUNC_SMBUS_READ_BYTE, I2C_FUNC_SMBUS_WRITE_BYTE,
- I2C_FUNC_SMBUS_READ_BYTE_DATA, I2C_FUNC_SMBUS_WRITE_BYTE_DATA,
- I2C_FUNC_SMBUS_READ_WORD_DATA, I2C_FUNC_SMBUS_WRITE_WORD_DATA,
- I2C_FUNC_SMBUS_PROC_CALL, I2C_FUNC_SMBUS_READ_BLOCK_DATA,
- I2C_FUNC_SMBUS_WRITE_BLOCK_DATA, I2C_FUNC_SMBUS_READ_I2C_BLOCK,
- I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
- Reading EDID using get_raw_edid_by_fd()...
- Unable to read EDID, psc=EIO(-5): Input/output error
- Trying simple VCP read of feature 0x10...
- try_single_getvcp_call: vcp_feature_code=0x10, use_smbus=false
- Sending Get VCP Feature Command request packet: 51 82 01 10 ac
- Attempt 1 to read feature returned hard error: EIO(-5): Input/output error
- DDC communication failed.
- Examining device /dev/i2c-11...
- Obtain and interpret EDID using normal i2c functions...
- Functionality: I2C_FUNC_I2C, I2C_FUNC_10BIT_ADDR, I2C_FUNC_SMBUS_PEC,
- I2C_FUNC_SMBUS_BLOCK_PROC_CALL, I2C_FUNC_SMBUS_QUICK,
- I2C_FUNC_SMBUS_READ_BYTE, I2C_FUNC_SMBUS_WRITE_BYTE,
- I2C_FUNC_SMBUS_READ_BYTE_DATA, I2C_FUNC_SMBUS_WRITE_BYTE_DATA,
- I2C_FUNC_SMBUS_READ_WORD_DATA, I2C_FUNC_SMBUS_WRITE_WORD_DATA,
- I2C_FUNC_SMBUS_PROC_CALL, I2C_FUNC_SMBUS_READ_BLOCK_DATA,
- I2C_FUNC_SMBUS_WRITE_BLOCK_DATA, I2C_FUNC_SMBUS_READ_I2C_BLOCK,
- I2C_FUNC_SMBUS_WRITE_I2C_BLOCK
- Reading EDID using get_raw_edid_by_fd()...
- Unable to read EDID, psc=EIO(-5): Input/output error
- Trying simple VCP read of feature 0x10...
- try_single_getvcp_call: vcp_feature_code=0x10, use_smbus=false
- Sending Get VCP Feature Command request packet: 51 82 01 10 ac
- Attempt 1 to read feature returned hard error: EIO(-5): Input/output error
- DDC communication failed.
- EDIDs reported by X11 for connected xrandr outputs:
- Probing I2C devices using udev, susbsystem i2c-dev...
- Current time (local): 2022-01-28 16:16:52 UTC
- Current time (UTC): 2022-01-28 16:16:52
- Seconds since boot: 1260
- Summary of udev I2C devices
- Subsystem Sysname Sysattr Name Devpath
- i2c-dev i2c-0 SMBus I801 adapter at efa0 /devices/pci0000:00/0000:00:1f.3/i2c-0/i2c-dev/i2c-0
- i2c-dev i2c-1 i915 gmbus ssc /devices/pci0000:00/0000:00:02.0/i2c-1/i2c-dev/i2c-1
- i2c-dev i2c-2 i915 gmbus vga /devices/pci0000:00/0000:00:02.0/i2c-2/i2c-dev/i2c-2
- i2c-dev i2c-3 i915 gmbus panel /devices/pci0000:00/0000:00:02.0/i2c-3/i2c-dev/i2c-3
- i2c-dev i2c-4 i915 gmbus dpc /devices/pci0000:00/0000:00:02.0/i2c-4/i2c-dev/i2c-4
- i2c-dev i2c-5 i915 gmbus dpb /devices/pci0000:00/0000:00:02.0/i2c-5/i2c-dev/i2c-5
- i2c-dev i2c-6 i915 gmbus dpd /devices/pci0000:00/0000:00:02.0/i2c-6/i2c-dev/i2c-6
- i2c-dev i2c-7 AUX A/DDI A/PHY A /devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/i2c-dev/i2c-7
- i2c-dev i2c-8 AUX B/DDI B/PHY B /devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/i2c-dev/i2c-8
- i2c-dev i2c-9 AUX C/DDI C/PHY C /devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/i2c-dev/i2c-9
- i2c-dev i2c-10 DPMST /devices/pci0000:00/0000:00:02.0/i2c-10/i2c-dev/i2c-10
- i2c-dev i2c-11 DPMST /devices/pci0000:00/0000:00:02.0/i2c-11/i2c-dev/i2c-11
- Looking for udev devices with name attribute DPMST...
- Summary of udev DPMST devices...
- Subsystem Sysname Sysattr Name Devpath
- drm_dp_aux_dev drm_dp_aux3 DPMST /devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-3/drm_dp_aux3
- drm_dp_aux_dev drm_dp_aux4 DPMST /devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-4/drm_dp_aux4
- drm_dp_aux_dev drm_dp_aux5 DPMST /devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-5/drm_dp_aux5
- drm_dp_aux_dev drm_dp_aux6 DPMST /devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-6/drm_dp_aux6
- drm_dp_aux_dev drm_dp_aux7 DPMST /devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-7/drm_dp_aux7
- i2c i2c-10 DPMST /devices/pci0000:00/0000:00:02.0/i2c-10
- i2c-dev i2c-10 DPMST /devices/pci0000:00/0000:00:02.0/i2c-10/i2c-dev/i2c-10
- i2c i2c-11 DPMST /devices/pci0000:00/0000:00:02.0/i2c-11
- i2c-dev i2c-11 DPMST /devices/pci0000:00/0000:00:02.0/i2c-11/i2c-dev/i2c-11
- Examining configuration files...
- DKMS modules:
- Kernel I2C configuration settings:
- grep: /boot/config-5.15.13-arch1-1: No such file or directory
- Kernel AMDGPU configuration settings:
- grep: /boot/config-5.15.13-arch1-1: No such file or directory
- Examining system logs...
- Current timestamps:
- Current time (local): 2022-01-28 16:16:52 UTC
- Current time (UTC): 2022-01-28 16:16:52
- Seconds since boot: 1260
- Scanning dmesg output for I2C related entries...
- Executing command: dmesg
- No lines found after filtering
- Scanning journalctl output for I2C related entries...
- Executing command: journalctl --no-pager --boot
- No lines found after filtering
- File not found: /var/log/Xorg.0.log
- File not found: /var/log/messages
- File not found: /var/log/kern.log
- File not found: /var/log/daemon.log
- File not found: /var/log/syslog
- Log Summary
- Log Checked Found
- === ======= =====
- dmesg true true
- journalctl true false
- /var/log/daemon.log false false
- /var/log/kern.log true false
- /var/log/messages true false
- /var/log/syslog true false
- /var/log/Xorg.0.log true false
- Probing connected monitors using libdrm...
- Has a DRM kernel driver been loaded? (drmAvailable()): false
- (query_drm_using_sysfs ) Starting
- Examining (5) /sys/class/drm
- Connector: card0-DP-1
- /sys/class/drm/card0-DP-1/enabled = disabled
- /sys/class/drm/card0-DP-1/status = disconnected
- /sys/class/drm/card0-DP-1/edid : Not Found
- i2c_device: i2c-8
- /sys/class/drm/card0-DP-1/i2c-8/name = AUX B/DDI B/PHY B
- (insert_drm_xref ) Unexpected. Bus 8 not in xref table
- Connector: card0-DP-2
- /sys/class/drm/card0-DP-2/enabled = disabled
- /sys/class/drm/card0-DP-2/status = disconnected
- /sys/class/drm/card0-DP-2/edid : Not Found
- i2c_device: i2c-9
- /sys/class/drm/card0-DP-2/i2c-9/name = AUX C/DDI C/PHY C
- Connector: card0-DP-3
- /sys/class/drm/card0-DP-3/enabled = disabled
- /sys/class/drm/card0-DP-3/status = disconnected
- /sys/class/drm/card0-DP-3/edid : Not Found
- No i2c-N subdirectory
- Connector: card0-DP-4
- /sys/class/drm/card0-DP-4/enabled = disabled
- /sys/class/drm/card0-DP-4/status = disconnected
- /sys/class/drm/card0-DP-4/edid : Not Found
- No i2c-N subdirectory
- Connector: card0-DP-5
- /sys/class/drm/card0-DP-5/enabled = enabled
- /sys/class/drm/card0-DP-5/status = connected
- /sys/class/drm/card0-DP-5/edid : Found
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac a3 a0 53 4c 38 41 ............SL8A
- +0010 2f 19 01 04 a5 35 1e 78 3e 7e 75 a7 55 52 9c 27 /....5.x>~u.UR.'
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c .......:..q8-@X,
- +0040 45 00 0f 28 21 00 00 1e 00 00 00 ff 00 39 54 47 E..(!........9TG
- +0050 34 36 35 42 48 41 38 4c 53 0a 00 00 00 fc 00 44 465BHA8LS......D
- +0060 45 4c 4c 20 55 32 34 31 34 48 0a 20 00 00 00 fd ELL U2414H. ....
- +0070 00 38 4c 1e 53 11 00 0a 20 20 20 20 20 20 01 bf .8L.S... ..
- +0080 02 03 19 f1 4c 90 05 04 03 02 07 16 01 14 1f 12 ....L...........
- +0090 13 23 09 07 07 83 01 00 00 02 3a 80 18 71 38 2d .#........:..q8-
- +00a0 40 58 2c 45 00 0f 28 21 00 00 1e 01 1d 80 18 71 @X,E..(!.......q
- +00b0 1c 16 20 58 2c 25 00 0f 28 21 00 00 9e 01 1d 00 .. X,%..(!......
- +00c0 72 51 d0 1e 20 6e 28 55 00 0f 28 21 00 00 1e 8c rQ.. n(U..(!....
- +00d0 0a d0 8a 20 e0 2d 10 10 3e 96 00 0f 28 21 00 00 ... .-..>...(!..
- +00e0 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
- +00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c1 ................
- No i2c-N subdirectory
- Connector: card0-DP-6
- /sys/class/drm/card0-DP-6/enabled = enabled
- /sys/class/drm/card0-DP-6/status = connected
- /sys/class/drm/card0-DP-6/edid : Found
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac 33 a1 4c 56 36 30 ..........3.LV60
- +0010 30 1d 01 04 b5 46 27 78 3e ee 95 a3 54 4c 99 26 0....F'x>...TL.&
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 e1 00 d1 00 01 01 4d d0 00 a0 f0 70 3e 80 30 20 ......M....p>.0
- +0040 35 00 b9 88 21 00 00 1a 00 00 00 ff 00 43 48 43 5...!........CHC
- +0050 59 58 56 32 0a 20 20 20 20 20 00 00 00 fc 00 44 YXV2. .....D
- +0060 45 4c 4c 20 55 33 32 31 39 51 0a 20 00 00 00 fd ELL U3219Q. ....
- +0070 00 31 56 0a 89 36 01 0a 20 20 20 20 20 20 01 43 .1V..6.. .C
- +0080 02 03 28 f1 50 10 1f 20 05 14 04 13 12 11 03 02 ..(.P.. ........
- +0090 16 15 07 06 01 23 09 1f 07 83 01 00 00 e3 05 c0 .....#..........
- +00a0 00 e6 06 07 01 60 5a 00 56 5e 00 a0 a0 a0 29 50 .....`Z.V^....)P
- +00b0 30 20 35 00 b9 88 21 00 00 1a a3 66 00 a0 f0 70 0 5...!....f...p
- +00c0 1f 80 30 20 35 00 b9 88 21 00 00 1a 02 3a 80 18 ..0 5...!....:..
- +00d0 71 38 2d 40 58 2c 45 00 b9 88 21 00 00 1e bf 16 q8-@X,E...!.....
- +00e0 00 a0 80 38 13 40 30 20 3a 00 b9 88 21 00 00 1a ...8.@0 :...!...
- +00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 16 ................
- No i2c-N subdirectory
- Connector: card0-DP-7
- /sys/class/drm/card0-DP-7/enabled = disabled
- /sys/class/drm/card0-DP-7/status = disconnected
- /sys/class/drm/card0-DP-7/edid : Not Found
- No i2c-N subdirectory
- Connector: card0-HDMI-A-1
- /sys/class/drm/card0-HDMI-A-1/enabled = disabled
- /sys/class/drm/card0-HDMI-A-1/status = disconnected
- /sys/class/drm/card0-HDMI-A-1/edid : Not Found
- i2c_device: i2c-5
- /sys/class/drm/card0-HDMI-A-1/i2c-5/name = i915 gmbus dpb
- (insert_drm_xref ) Unexpected. Bus 5 not in xref table
- Connector: card0-HDMI-A-2
- /sys/class/drm/card0-HDMI-A-2/enabled = disabled
- /sys/class/drm/card0-HDMI-A-2/status = disconnected
- /sys/class/drm/card0-HDMI-A-2/edid : Not Found
- i2c_device: i2c-4
- /sys/class/drm/card0-HDMI-A-2/i2c-4/name = i915 gmbus dpc
- (insert_drm_xref ) Unexpected. Bus 4 not in xref table
- Connector: card0-VGA-1
- /sys/class/drm/card0-VGA-1/enabled = disabled
- /sys/class/drm/card0-VGA-1/status = disconnected
- /sys/class/drm/card0-VGA-1/edid : Not Found
- No i2c-N subdirectory
- Connector: card0-eDP-1
- /sys/class/drm/card0-eDP-1/enabled = enabled
- /sys/class/drm/card0-eDP-1/status = connected
- /sys/class/drm/card0-eDP-1/edid : Found
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 06 af 3d 12 00 00 00 00 ..........=.....
- +0010 00 16 01 04 95 1f 11 78 02 84 e5 a4 56 50 a0 26 .......x....VP.&
- +0020 0d 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 .PT.............
- +0030 01 01 01 01 01 01 14 37 80 b8 70 38 24 40 10 10 .......7..p8$@..
- +0040 3e 00 35 ad 10 00 00 18 b8 24 80 b8 70 38 24 40 >.5......$..p8$@
- +0050 10 10 3e 00 35 ad 10 00 00 18 00 00 00 00 00 00 ..>.5...........
- +0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 ................
- +0070 00 11 39 f9 0a 3c 96 11 1e 24 96 20 20 20 00 85 ..9..<...$. ..
- i2c_device: i2c-7
- /sys/class/drm/card0-eDP-1/i2c-7/name = AUX A/DDI A/PHY A
- Query file system for i2c nodes under /sys/class/drm/card*...
- drwxr-xr-x 4 root root 0 Jan 28 16:00 /sys/class/drm/card0/card0-DP-1/i2c-8
- drwxr-xr-x 4 root root 0 Jan 28 16:00 /sys/class/drm/card0/card0-DP-2/i2c-9
- drwxr-xr-x 4 root root 0 Jan 28 16:00 /sys/class/drm/card0/card0-eDP-1/i2c-7
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/class/drm/card0/card0-HDMI-A-1/i2c-5 -> ../../../i2c-5
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/class/drm/card0/card0-HDMI-A-2/i2c-4 -> ../../../i2c-4
- Device Identifier Cross Reference Report
- /dev/i2c busno: 7
- EDID: ...20200085 Mfg: AUO Model: SN:
- Product number: 4669, binary SN: 0
- XrandR output: (null)
- DRM connector: (null)
- UDEV name: AUX A/DDI A/PHY A
- UDEV syspath: /devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/i2c-dev/i2c-7
- UDEV busno: 7
- sysfs drm path: i2c-7
- sysfs drm I2C: AUX A/DDI A/PHY A
- sysfs drm busno: 7
- ambiguous EDID: false
- /dev/i2c busno: 9
- EDID: ...202001D3 Mfg: DEL Model: DELL U2414H SN: 9TG465BHA8LS
- Product number: 41123, binary SN: 1094208595
- XrandR output: (null)
- DRM connector: (null)
- UDEV name: AUX C/DDI C/PHY C
- UDEV syspath: /devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/i2c-dev/i2c-9
- UDEV busno: 9
- sysfs drm path: i2c-9
- sysfs drm I2C: AUX C/DDI C/PHY C
- sysfs drm busno: 9
- ambiguous EDID: false
- Video related contents of /etc/modprobe.d
- grep: /etc/modprobe.d/*conf: No such file or directory
- Dumping sysfs i2c entries
- Character device major numbers of interest:
- 89 i2c
- 226 drm
- 241 aux
- Top level i2c related nodes...
- ls -l /sys/bus/pci/devices ...
- total 0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:00.0 -> ../../../devices/pci0000:00/0000:00:00.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:02.0 -> ../../../devices/pci0000:00/0000:00:02.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:03.0 -> ../../../devices/pci0000:00/0000:00:03.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:14.0 -> ../../../devices/pci0000:00/0000:00:14.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:16.0 -> ../../../devices/pci0000:00/0000:00:16.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:16.3 -> ../../../devices/pci0000:00/0000:00:16.3
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:19.0 -> ../../../devices/pci0000:00/0000:00:19.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:1a.0 -> ../../../devices/pci0000:00/0000:00:1a.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:1b.0 -> ../../../devices/pci0000:00/0000:00:1b.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:1c.0 -> ../../../devices/pci0000:00/0000:00:1c.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:1c.1 -> ../../../devices/pci0000:00/0000:00:1c.1
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:1d.0 -> ../../../devices/pci0000:00/0000:00:1d.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:1f.0 -> ../../../devices/pci0000:00/0000:00:1f.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:1f.2 -> ../../../devices/pci0000:00/0000:00:1f.2
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:00:1f.3 -> ../../../devices/pci0000:00/0000:00:1f.3
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:02:00.0 -> ../../../devices/pci0000:00/0000:00:1c.0/0000:02:00.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0000:03:00.0 -> ../../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0
- ls -l /sys/bus/i2c/devices ...
- total 0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0-002c -> ../../../devices/pci0000:00/0000:00:1f.3/i2c-0/0-002c
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0-0050 -> ../../../devices/pci0000:00/0000:00:1f.3/i2c-0/0-0050
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 0-0051 -> ../../../devices/pci0000:00/0000:00:1f.3/i2c-0/0-0051
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-0 -> ../../../devices/pci0000:00/0000:00:1f.3/i2c-0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-1 -> ../../../devices/pci0000:00/0000:00:02.0/i2c-1
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-10 -> ../../../devices/pci0000:00/0000:00:02.0/i2c-10
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-11 -> ../../../devices/pci0000:00/0000:00:02.0/i2c-11
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-2 -> ../../../devices/pci0000:00/0000:00:02.0/i2c-2
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-3 -> ../../../devices/pci0000:00/0000:00:02.0/i2c-3
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-4 -> ../../../devices/pci0000:00/0000:00:02.0/i2c-4
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-5 -> ../../../devices/pci0000:00/0000:00:02.0/i2c-5
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-6 -> ../../../devices/pci0000:00/0000:00:02.0/i2c-6
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-7 -> ../../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-8 -> ../../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/i2c-8
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-9 -> ../../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/i2c-9
- ls -l /sys/bus/platform/devices ...
- total 0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 ACPI0003:00 -> ../../../devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 alarmtimer.0.auto -> ../../../devices/pnp0/00:02/rtc/rtc0/alarmtimer.0.auto
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 coretemp.0 -> ../../../devices/platform/coretemp.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 dock.0 -> ../../../devices/platform/dock.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i8042 -> ../../../devices/platform/i8042
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 INT33A0:00 -> ../../../devices/platform/INT33A0:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 INT340F:00 -> ../../../devices/platform/INT340F:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 intel_rapl_msr.0 -> ../../../devices/platform/intel_rapl_msr.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 intel-spi -> ../../../devices/pci0000:00/0000:00:1f.0/intel-spi
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 iTCO_wdt.1.auto -> ../../../devices/pci0000:00/0000:00:1f.0/iTCO_wdt.1.auto
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 LEN0068:00 -> ../../../devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0068:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 microcode -> ../../../devices/platform/microcode
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 PCCT -> ../../../devices/platform/PCCT
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 pcspkr -> ../../../devices/platform/pcspkr
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 PNP0103:00 -> ../../../devices/pci0000:00/0000:00:1f.0/PNP0103:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 PNP0800:00 -> ../../../devices/pci0000:00/0000:00:1f.0/PNP0800:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 PNP0C04:00 -> ../../../devices/pci0000:00/0000:00:1f.0/PNP0C04:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 PNP0C09:00 -> ../../../devices/pci0000:00/0000:00:1f.0/PNP0C09:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 PNP0C0A:00 -> ../../../devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C0A:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 PNP0C0D:00 -> ../../../devices/platform/PNP0C0D:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 PNP0C0E:00 -> ../../../devices/platform/PNP0C0E:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 PNP0C14:00 -> ../../../devices/platform/PNP0C14:00
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 PNP0C14:01 -> ../../../devices/platform/PNP0C14:01
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 PNP0C14:02 -> ../../../devices/platform/PNP0C14:02
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 reg-dummy -> ../../../devices/platform/reg-dummy
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 regulatory.0 -> ../../../devices/platform/regulatory.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 rtsx_pci_sdmmc.0 -> ../../../devices/pci0000:00/0000:00:1c.0/0000:02:00.0/rtsx_pci_sdmmc.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 serial8250 -> ../../../devices/platform/serial8250
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 thinkpad_acpi -> ../../../devices/platform/thinkpad_acpi
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 thinkpad_hwmon -> ../../../devices/platform/thinkpad_hwmon
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 vboxdrv.0 -> ../../../devices/platform/vboxdrv.0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 vesa-framebuffer.0 -> ../../../devices/platform/vesa-framebuffer.0
- ls -l /sys/class/drm* ...
- /sys/class/drm:
- total 0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0-DP-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0-DP-2 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0-DP-3 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-3
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0-DP-4 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-4
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0-DP-5 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-5
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0-DP-6 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-6
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0-DP-7 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-7
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0-eDP-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0-HDMI-A-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0-HDMI-A-2 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-2
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 card0-VGA-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-VGA-1
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 renderD128 -> ../../devices/pci0000:00/0000:00:02.0/drm/renderD128
- -r--r--r-- 1 root root 4096 Jan 28 16:16 version
- /sys/class/drm_dp_aux_dev:
- total 0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 drm_dp_aux0 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/drm_dp_aux0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 drm_dp_aux1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/drm_dp_aux1
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 drm_dp_aux2 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/drm_dp_aux2
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 drm_dp_aux3 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-3/drm_dp_aux3
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 drm_dp_aux4 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-4/drm_dp_aux4
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 drm_dp_aux5 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-5/drm_dp_aux5
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 drm_dp_aux6 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-6/drm_dp_aux6
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 drm_dp_aux7 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-7/drm_dp_aux7
- ls -l /sys/class/i2c* ...
- /sys/class/i2c-adapter:
- total 0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-0 -> ../../devices/pci0000:00/0000:00:1f.3/i2c-0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-1 -> ../../devices/pci0000:00/0000:00:02.0/i2c-1
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-10 -> ../../devices/pci0000:00/0000:00:02.0/i2c-10
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-11 -> ../../devices/pci0000:00/0000:00:02.0/i2c-11
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-2 -> ../../devices/pci0000:00/0000:00:02.0/i2c-2
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-3 -> ../../devices/pci0000:00/0000:00:02.0/i2c-3
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-4 -> ../../devices/pci0000:00/0000:00:02.0/i2c-4
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-5 -> ../../devices/pci0000:00/0000:00:02.0/i2c-5
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-6 -> ../../devices/pci0000:00/0000:00:02.0/i2c-6
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-7 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-8 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/i2c-8
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 i2c-9 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/i2c-9
- /sys/class/i2c-dev:
- total 0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-0 -> ../../devices/pci0000:00/0000:00:1f.3/i2c-0/i2c-dev/i2c-0
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-1 -> ../../devices/pci0000:00/0000:00:02.0/i2c-1/i2c-dev/i2c-1
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-10 -> ../../devices/pci0000:00/0000:00:02.0/i2c-10/i2c-dev/i2c-10
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-11 -> ../../devices/pci0000:00/0000:00:02.0/i2c-11/i2c-dev/i2c-11
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-2 -> ../../devices/pci0000:00/0000:00:02.0/i2c-2/i2c-dev/i2c-2
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-3 -> ../../devices/pci0000:00/0000:00:02.0/i2c-3/i2c-dev/i2c-3
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-4 -> ../../devices/pci0000:00/0000:00:02.0/i2c-4/i2c-dev/i2c-4
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-5 -> ../../devices/pci0000:00/0000:00:02.0/i2c-5/i2c-dev/i2c-5
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-6 -> ../../devices/pci0000:00/0000:00:02.0/i2c-6/i2c-dev/i2c-6
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-7 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/i2c-dev/i2c-7
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-8 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/i2c-dev/i2c-8
- lrwxrwxrwx 1 root root 0 Jan 28 16:00 i2c-9 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/i2c-dev/i2c-9
- ls -l /sys/class/vfio* ...
- ls: cannot access '/sys/class/vfio*': No such file or directory
- Char major: 89 i2c
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:0 -> ../../devices/pci0000:00/0000:00:1f.3/i2c-0/i2c-dev/i2c-0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:1 -> ../../devices/pci0000:00/0000:00:02.0/i2c-1/i2c-dev/i2c-1
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:10 -> ../../devices/pci0000:00/0000:00:02.0/i2c-10/i2c-dev/i2c-10
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:11 -> ../../devices/pci0000:00/0000:00:02.0/i2c-11/i2c-dev/i2c-11
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:2 -> ../../devices/pci0000:00/0000:00:02.0/i2c-2/i2c-dev/i2c-2
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:3 -> ../../devices/pci0000:00/0000:00:02.0/i2c-3/i2c-dev/i2c-3
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:4 -> ../../devices/pci0000:00/0000:00:02.0/i2c-4/i2c-dev/i2c-4
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:5 -> ../../devices/pci0000:00/0000:00:02.0/i2c-5/i2c-dev/i2c-5
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:6 -> ../../devices/pci0000:00/0000:00:02.0/i2c-6/i2c-dev/i2c-6
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:7 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/i2c-dev/i2c-7
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:8 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/i2c-dev/i2c-8
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/89:9 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/i2c-dev/i2c-9
- Char major: 226 drm
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/226:0 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/226:128 -> ../../devices/pci0000:00/0000:00:02.0/drm/renderD128
- Char major: 241 aux
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/241:0 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/drm_dp_aux0
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/241:1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/drm_dp_aux1
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/241:2 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/drm_dp_aux2
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/241:3 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-3/drm_dp_aux3
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/241:4 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-4/drm_dp_aux4
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/241:5 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-5/drm_dp_aux5
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/241:6 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-6/drm_dp_aux6
- lrwxrwxrwx 1 root root 0 Jan 28 16:16 /sys/dev/char/241:7 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-7/drm_dp_aux7
- *** Simplified /sys/bus/pci/devices scan ***
- /sys/bus/pci/devices/0000:00:02.0/class = 0x030000
- /sys/bus/pci/devices/0000:00:02.0/driver -> /sys/bus/pci/drivers/i915
- /sys/bus/pci/devices/0000:00:02.0/i2c-1/name = i915 gmbus ssc
- /sys/bus/pci/devices/0000:00:02.0/i2c-1/i2c-dev/i2c-1/name = i915 gmbus ssc
- /sys/bus/pci/devices/0000:00:02.0/i2c-1/i2c-dev/i2c-1/dev = 89:1
- /sys/bus/pci/devices/0000:00:02.0/i2c-2/name = i915 gmbus vga
- /sys/bus/pci/devices/0000:00:02.0/i2c-2/i2c-dev/i2c-2/name = i915 gmbus vga
- /sys/bus/pci/devices/0000:00:02.0/i2c-2/i2c-dev/i2c-2/dev = 89:2
- /sys/bus/pci/devices/0000:00:02.0/i2c-3/name = i915 gmbus panel
- /sys/bus/pci/devices/0000:00:02.0/i2c-3/i2c-dev/i2c-3/name = i915 gmbus panel
- /sys/bus/pci/devices/0000:00:02.0/i2c-3/i2c-dev/i2c-3/dev = 89:3
- /sys/bus/pci/devices/0000:00:02.0/i2c-4/name = i915 gmbus dpc
- /sys/bus/pci/devices/0000:00:02.0/i2c-4/i2c-dev/i2c-4/name = i915 gmbus dpc
- /sys/bus/pci/devices/0000:00:02.0/i2c-4/i2c-dev/i2c-4/dev = 89:4
- /sys/bus/pci/devices/0000:00:02.0/i2c-5/name = i915 gmbus dpb
- /sys/bus/pci/devices/0000:00:02.0/i2c-5/i2c-dev/i2c-5/name = i915 gmbus dpb
- /sys/bus/pci/devices/0000:00:02.0/i2c-5/i2c-dev/i2c-5/dev = 89:5
- /sys/bus/pci/devices/0000:00:02.0/i2c-6/name = i915 gmbus dpd
- /sys/bus/pci/devices/0000:00:02.0/i2c-6/i2c-dev/i2c-6/name = i915 gmbus dpd
- /sys/bus/pci/devices/0000:00:02.0/i2c-6/i2c-dev/i2c-6/dev = 89:6
- /sys/bus/pci/devices/0000:00:02.0/i2c-10/name = DPMST
- /sys/bus/pci/devices/0000:00:02.0/i2c-10/i2c-dev/i2c-10/name = DPMST
- /sys/bus/pci/devices/0000:00:02.0/i2c-10/i2c-dev/i2c-10/dev = 89:10
- /sys/bus/pci/devices/0000:00:02.0/i2c-11/name = DPMST
- /sys/bus/pci/devices/0000:00:02.0/i2c-11/i2c-dev/i2c-11/name = DPMST
- /sys/bus/pci/devices/0000:00:02.0/i2c-11/i2c-dev/i2c-11/dev = 89:11
- /sys/bus/pci/devices/0000:00:02.0/drm : Subdirectory
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/dpms = Off
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1 : Found subdirectory = drm_dp_aux1
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/drm_dp_aux1/name= AUX B/DDI B/PHY B
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/drm_dp_aux1/dev= 241:1
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1 : Found subdirectory = i2c-8
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/name = AUX B/DDI B/PHY B
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/dev : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/dpms = Off
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2 : Found subdirectory = drm_dp_aux2
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/drm_dp_aux2/name= AUX C/DDI C/PHY C
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/drm_dp_aux2/dev= 241:2
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2 : Found subdirectory = i2c-9
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/name = AUX C/DDI C/PHY C
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/dev : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/dpms = On
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3 : Found subdirectory = drm_dp_aux3
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/drm_dp_aux3/name= DPMST
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/drm_dp_aux3/dev= 241:3
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/dpms = On
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4 : Found subdirectory = drm_dp_aux4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/drm_dp_aux4/name= DPMST
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/drm_dp_aux4/dev= 241:4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/enabled = enabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/status = connected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/dpms = On
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/edid : Found
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac a3 a0 53 4c 38 41 ............SL8A
- +0010 2f 19 01 04 a5 35 1e 78 3e 7e 75 a7 55 52 9c 27 /....5.x>~u.UR.'
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c .......:..q8-@X,
- +0040 45 00 0f 28 21 00 00 1e 00 00 00 ff 00 39 54 47 E..(!........9TG
- +0050 34 36 35 42 48 41 38 4c 53 0a 00 00 00 fc 00 44 465BHA8LS......D
- +0060 45 4c 4c 20 55 32 34 31 34 48 0a 20 00 00 00 fd ELL U2414H. ....
- +0070 00 38 4c 1e 53 11 00 0a 20 20 20 20 20 20 01 bf .8L.S... ..
- +0080 02 03 19 f1 4c 90 05 04 03 02 07 16 01 14 1f 12 ....L...........
- +0090 13 23 09 07 07 83 01 00 00 02 3a 80 18 71 38 2d .#........:..q8-
- +00a0 40 58 2c 45 00 0f 28 21 00 00 1e 01 1d 80 18 71 @X,E..(!.......q
- +00b0 1c 16 20 58 2c 25 00 0f 28 21 00 00 9e 01 1d 00 .. X,%..(!......
- +00c0 72 51 d0 1e 20 6e 28 55 00 0f 28 21 00 00 1e 8c rQ.. n(U..(!....
- +00d0 0a d0 8a 20 e0 2d 10 10 3e 96 00 0f 28 21 00 00 ... .-..>...(!..
- +00e0 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
- +00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c1 ................
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5 : Found subdirectory = drm_dp_aux5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/drm_dp_aux5/name= DPMST
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/drm_dp_aux5/dev= 241:5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/enabled = enabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/status = connected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/dpms = On
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/edid : Found
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac 33 a1 4c 56 36 30 ..........3.LV60
- +0010 30 1d 01 04 b5 46 27 78 3e ee 95 a3 54 4c 99 26 0....F'x>...TL.&
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 e1 00 d1 00 01 01 4d d0 00 a0 f0 70 3e 80 30 20 ......M....p>.0
- +0040 35 00 b9 88 21 00 00 1a 00 00 00 ff 00 43 48 43 5...!........CHC
- +0050 59 58 56 32 0a 20 20 20 20 20 00 00 00 fc 00 44 YXV2. .....D
- +0060 45 4c 4c 20 55 33 32 31 39 51 0a 20 00 00 00 fd ELL U3219Q. ....
- +0070 00 31 56 0a 89 36 01 0a 20 20 20 20 20 20 01 43 .1V..6.. .C
- +0080 02 03 28 f1 50 10 1f 20 05 14 04 13 12 11 03 02 ..(.P.. ........
- +0090 16 15 07 06 01 23 09 1f 07 83 01 00 00 e3 05 c0 .....#..........
- +00a0 00 e6 06 07 01 60 5a 00 56 5e 00 a0 a0 a0 29 50 .....`Z.V^....)P
- +00b0 30 20 35 00 b9 88 21 00 00 1a a3 66 00 a0 f0 70 0 5...!....f...p
- +00c0 1f 80 30 20 35 00 b9 88 21 00 00 1a 02 3a 80 18 ..0 5...!....:..
- +00d0 71 38 2d 40 58 2c 45 00 b9 88 21 00 00 1e bf 16 q8-@X,E...!.....
- +00e0 00 a0 80 38 13 40 30 20 3a 00 b9 88 21 00 00 1a ...8.@0 :...!...
- +00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 16 ................
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6 : Found subdirectory = drm_dp_aux6
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/drm_dp_aux6/name= DPMST
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/drm_dp_aux6/dev= 241:6
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/dpms = On
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7 : Found subdirectory = drm_dp_aux7
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/drm_dp_aux7/name= DPMST
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/drm_dp_aux7/dev= 241:7
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/dpms = Off
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/ddc -> /sys/devices/pci0000:00/0000:00:02.0/i2c-5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1 : No drm_dp_aux subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1 : Found subdirectory = i2c-5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/i2c-5/name = i915 gmbus dpb
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/i2c-5/dev : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/dpms = Off
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/ddc -> /sys/devices/pci0000:00/0000:00:02.0/i2c-4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2 : No drm_dp_aux subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2 : Found subdirectory = i2c-4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/i2c-4/name = i915 gmbus dpc
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/i2c-4/dev : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1/dpms = Off
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1 : No drm_dp_aux subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/enabled = enabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/status = connected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/dpms = On
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/edid : Found
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 06 af 3d 12 00 00 00 00 ..........=.....
- +0010 00 16 01 04 95 1f 11 78 02 84 e5 a4 56 50 a0 26 .......x....VP.&
- +0020 0d 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 .PT.............
- +0030 01 01 01 01 01 01 14 37 80 b8 70 38 24 40 10 10 .......7..p8$@..
- +0040 3e 00 35 ad 10 00 00 18 b8 24 80 b8 70 38 24 40 >.5......$..p8$@
- +0050 10 10 3e 00 35 ad 10 00 00 18 00 00 00 00 00 00 ..>.5...........
- +0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 ................
- +0070 00 11 39 f9 0a 3c 96 11 1e 24 96 20 20 20 00 85 ..9..<...$. ..
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1 : Found subdirectory = drm_dp_aux0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/drm_dp_aux0/name= AUX A/DDI A/PHY A
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/drm_dp_aux0/dev= 241:0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1 : Found subdirectory = i2c-7
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/name = AUX A/DDI A/PHY A
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/dev : Not Found
- *** Detailed /sys/bus/pci/devices scan ***
- Examining (7) /sys/bus/pci/devices/0000:00:02.0 -> /sys/devices/pci0000:00/0000:00:02.0
- /sys/bus/pci/devices/0000:00:02.0/device -> /sys/devices/pci0000:00/0000:00:02.0/device
- /sys/bus/pci/devices/0000:00:02.0/class = 0x030000
- /sys/bus/pci/devices/0000:00:02.0/boot_vga = 1
- /sys/bus/pci/devices/0000:00:02.0/driver -> i915
- /sys/bus/pci/devices/0000:00:02.0/enable = 1
- /sys/bus/pci/devices/0000:00:02.0/modalias = pci:v00008086d00000416sv000017AAsd0000220Ebc03sc00i00
- /sys/bus/pci/devices/0000:00:02.0/vendor = 0x8086
- /sys/bus/pci/devices/0000:00:02.0/device = 0x0416
- /sys/bus/pci/devices/0000:00:02.0/subsystem_vendor = 0x17aa
- /sys/bus/pci/devices/0000:00:02.0/subsystem_device = 0x220e
- /sys/bus/pci/devices/0000:00:02.0/subsystem -> /sys/bus/pci
- /sys/bus/pci/devices/0000:00:02.0 : Found subdirectory = drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/subsystem -> /sys/class/drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1 : Found subdirectory = drm_dp_aux1
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/drm_dp_aux1/device-> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/drm_dp_aux1/dev= 241:1
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/drm_dp_aux1/name= AUX B/DDI B/PHY B
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/drm_dp_aux1/subsystem-> /sys/class/drm_dp_aux_dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1 : Found subdirectory = i2c-8
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/i2c-dev : Found subdirectory = i2c-8
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/i2c-dev/i2c-8/device-> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/i2c-8
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/i2c-dev/i2c-8/dev= 89:8
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/i2c-dev/i2c-8/name= AUX B/DDI B/PHY B
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/i2c-dev/i2c-8/subsystem-> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/name = AUX B/DDI B/PHY B
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-1/i2c-8/subsystem-> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/subsystem -> /sys/class/drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2 : Found subdirectory = drm_dp_aux2
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/drm_dp_aux2/device-> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/drm_dp_aux2/dev= 241:2
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/drm_dp_aux2/name= AUX C/DDI C/PHY C
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/drm_dp_aux2/subsystem-> /sys/class/drm_dp_aux_dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2 : Found subdirectory = i2c-9
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/i2c-dev : Found subdirectory = i2c-9
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/i2c-dev/i2c-9/device-> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/i2c-9
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/i2c-dev/i2c-9/dev= 89:9
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/i2c-dev/i2c-9/name= AUX C/DDI C/PHY C
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/i2c-dev/i2c-9/subsystem-> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/name = AUX C/DDI C/PHY C
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-2/i2c-9/subsystem-> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/subsystem -> /sys/class/drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3 : Found subdirectory = drm_dp_aux3
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/drm_dp_aux3/device-> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-3
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/drm_dp_aux3/dev= 241:3
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/drm_dp_aux3/name= DPMST
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3/drm_dp_aux3/subsystem-> /sys/class/drm_dp_aux_dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-3 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/subsystem -> /sys/class/drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4 : Found subdirectory = drm_dp_aux4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/drm_dp_aux4/device-> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/drm_dp_aux4/dev= 241:4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/drm_dp_aux4/name= DPMST
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4/drm_dp_aux4/subsystem-> /sys/class/drm_dp_aux_dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-4 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/edid : Found
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac a3 a0 53 4c 38 41 ............SL8A
- +0010 2f 19 01 04 a5 35 1e 78 3e 7e 75 a7 55 52 9c 27 /....5.x>~u.UR.'
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c .......:..q8-@X,
- +0040 45 00 0f 28 21 00 00 1e 00 00 00 ff 00 39 54 47 E..(!........9TG
- +0050 34 36 35 42 48 41 38 4c 53 0a 00 00 00 fc 00 44 465BHA8LS......D
- +0060 45 4c 4c 20 55 32 34 31 34 48 0a 20 00 00 00 fd ELL U2414H. ....
- +0070 00 38 4c 1e 53 11 00 0a 20 20 20 20 20 20 01 bf .8L.S... ..
- +0080 02 03 19 f1 4c 90 05 04 03 02 07 16 01 14 1f 12 ....L...........
- +0090 13 23 09 07 07 83 01 00 00 02 3a 80 18 71 38 2d .#........:..q8-
- +00a0 40 58 2c 45 00 0f 28 21 00 00 1e 01 1d 80 18 71 @X,E..(!.......q
- +00b0 1c 16 20 58 2c 25 00 0f 28 21 00 00 9e 01 1d 00 .. X,%..(!......
- +00c0 72 51 d0 1e 20 6e 28 55 00 0f 28 21 00 00 1e 8c rQ.. n(U..(!....
- +00d0 0a d0 8a 20 e0 2d 10 10 3e 96 00 0f 28 21 00 00 ... .-..>...(!..
- +00e0 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
- +00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c1 ................
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/enabled = enabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/status = connected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/subsystem -> /sys/class/drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5 : Found subdirectory = drm_dp_aux5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/drm_dp_aux5/device-> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/drm_dp_aux5/dev= 241:5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/drm_dp_aux5/name= DPMST
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5/drm_dp_aux5/subsystem-> /sys/class/drm_dp_aux_dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-5 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/edid : Found
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 10 ac 33 a1 4c 56 36 30 ..........3.LV60
- +0010 30 1d 01 04 b5 46 27 78 3e ee 95 a3 54 4c 99 26 0....F'x>...TL.&
- +0020 0f 50 54 a5 4b 00 71 4f 81 80 a9 c0 a9 40 d1 c0 .PT.K.qO.....@..
- +0030 e1 00 d1 00 01 01 4d d0 00 a0 f0 70 3e 80 30 20 ......M....p>.0
- +0040 35 00 b9 88 21 00 00 1a 00 00 00 ff 00 43 48 43 5...!........CHC
- +0050 59 58 56 32 0a 20 20 20 20 20 00 00 00 fc 00 44 YXV2. .....D
- +0060 45 4c 4c 20 55 33 32 31 39 51 0a 20 00 00 00 fd ELL U3219Q. ....
- +0070 00 31 56 0a 89 36 01 0a 20 20 20 20 20 20 01 43 .1V..6.. .C
- +0080 02 03 28 f1 50 10 1f 20 05 14 04 13 12 11 03 02 ..(.P.. ........
- +0090 16 15 07 06 01 23 09 1f 07 83 01 00 00 e3 05 c0 .....#..........
- +00a0 00 e6 06 07 01 60 5a 00 56 5e 00 a0 a0 a0 29 50 .....`Z.V^....)P
- +00b0 30 20 35 00 b9 88 21 00 00 1a a3 66 00 a0 f0 70 0 5...!....f...p
- +00c0 1f 80 30 20 35 00 b9 88 21 00 00 1a 02 3a 80 18 ..0 5...!....:..
- +00d0 71 38 2d 40 58 2c 45 00 b9 88 21 00 00 1e bf 16 q8-@X,E...!.....
- +00e0 00 a0 80 38 13 40 30 20 3a 00 b9 88 21 00 00 1a ...8.@0 :...!...
- +00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 16 ................
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/enabled = enabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/status = connected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/subsystem -> /sys/class/drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6 : Found subdirectory = drm_dp_aux6
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/drm_dp_aux6/device-> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-6
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/drm_dp_aux6/dev= 241:6
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/drm_dp_aux6/name= DPMST
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6/drm_dp_aux6/subsystem-> /sys/class/drm_dp_aux_dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-6 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/subsystem -> /sys/class/drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7 : Found subdirectory = drm_dp_aux7
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/drm_dp_aux7/device-> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-7
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/drm_dp_aux7/dev= 241:7
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/drm_dp_aux7/name= DPMST
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7/drm_dp_aux7/subsystem-> /sys/class/drm_dp_aux_dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-DP-7 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/edid : Found
- +0 +4 +8 +c 0 4 8 c
- +0000 00 ff ff ff ff ff ff 00 06 af 3d 12 00 00 00 00 ..........=.....
- +0010 00 16 01 04 95 1f 11 78 02 84 e5 a4 56 50 a0 26 .......x....VP.&
- +0020 0d 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 .PT.............
- +0030 01 01 01 01 01 01 14 37 80 b8 70 38 24 40 10 10 .......7..p8$@..
- +0040 3e 00 35 ad 10 00 00 18 b8 24 80 b8 70 38 24 40 >.5......$..p8$@
- +0050 10 10 3e 00 35 ad 10 00 00 18 00 00 00 00 00 00 ..>.5...........
- +0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 ................
- +0070 00 11 39 f9 0a 3c 96 11 1e 24 96 20 20 20 00 85 ..9..<...$. ..
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/enabled = enabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/status = connected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/subsystem -> /sys/class/drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1 : Found subdirectory = drm_dp_aux0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/drm_dp_aux0/device-> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/drm_dp_aux0/dev= 241:0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/drm_dp_aux0/name= AUX A/DDI A/PHY A
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/drm_dp_aux0/subsystem-> /sys/class/drm_dp_aux_dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1 : Found subdirectory = i2c-7
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/i2c-dev : Found subdirectory = i2c-7
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/i2c-dev/i2c-7/device-> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/i2c-dev/i2c-7/dev= 89:7
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/i2c-dev/i2c-7/name= AUX A/DDI A/PHY A
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/i2c-dev/i2c-7/subsystem-> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/name = AUX A/DDI A/PHY A
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-eDP-1/i2c-7/subsystem-> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/ddc -> /sys/devices/pci0000:00/0000:00:02.0/i2c-5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/subsystem -> /sys/class/drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1 : No drm_dp_aux subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1 : Found subdirectory = i2c-5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/i2c-5/i2c-dev: Found subdirectory = i2c-5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/i2c-5/i2c-dev/i2c-5/device-> /sys/devices/pci0000:00/0000:00:02.0/i2c-5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/i2c-5/i2c-dev/i2c-5/dev= 89:5
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/i2c-5/i2c-dev/i2c-5/name= i915 gmbus dpb
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/i2c-5/i2c-dev/i2c-5/subsystem-> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/i2c-5/device-> /sys/devices/pci0000:00/0000:00:02.0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/i2c-5/name = i915 gmbus dpb
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-1/i2c-5/subsystem-> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/ddc -> /sys/devices/pci0000:00/0000:00:02.0/i2c-4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/subsystem -> /sys/class/drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2 : No drm_dp_aux subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2 : Found subdirectory = i2c-4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/i2c-4/i2c-dev: Found subdirectory = i2c-4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/i2c-4/i2c-dev/i2c-4/device-> /sys/devices/pci0000:00/0000:00:02.0/i2c-4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/i2c-4/i2c-dev/i2c-4/dev= 89:4
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/i2c-4/i2c-dev/i2c-4/name= i915 gmbus dpc
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/i2c-4/i2c-dev/i2c-4/subsystem-> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/i2c-4/device-> /sys/devices/pci0000:00/0000:00:02.0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/i2c-4/name = i915 gmbus dpc
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-HDMI-A-2/i2c-4/subsystem-> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1/device -> /sys/devices/pci0000:00/0000:00:02.0/drm/card0
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1/ddc -> Invalid path
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1/edid : Not Found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1/enabled = disabled
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1/status = disconnected
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1/subsystem -> /sys/class/drm
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1 : No drm_dp_aux subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/drm/card0/card0-VGA-1 : No i2c- subdirectory found
- /sys/bus/pci/devices/0000:00:02.0/i2c-1/device -> /sys/devices/pci0000:00/0000:00:02.0
- /sys/bus/pci/devices/0000:00:02.0/i2c-1/name = i915 gmbus ssc
- /sys/bus/pci/devices/0000:00:02.0/i2c-1/subsystem -> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/i2c-1 : Found subdirectory = i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-1/i2c-dev : Found subdirectory = i2c-1
- /sys/bus/pci/devices/0000:00:02.0/i2c-1/i2c-dev/i2c-1/device -> /sys/devices/pci0000:00/0000:00:02.0/i2c-1
- /sys/bus/pci/devices/0000:00:02.0/i2c-1/i2c-dev/i2c-1/dev = 89:1
- /sys/bus/pci/devices/0000:00:02.0/i2c-1/i2c-dev/i2c-1/name = i915 gmbus ssc
- /sys/bus/pci/devices/0000:00:02.0/i2c-1/i2c-dev/i2c-1/subsystem -> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-2/device -> /sys/devices/pci0000:00/0000:00:02.0
- /sys/bus/pci/devices/0000:00:02.0/i2c-2/name = i915 gmbus vga
- /sys/bus/pci/devices/0000:00:02.0/i2c-2/subsystem -> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/i2c-2 : Found subdirectory = i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-2/i2c-dev : Found subdirectory = i2c-2
- /sys/bus/pci/devices/0000:00:02.0/i2c-2/i2c-dev/i2c-2/device -> /sys/devices/pci0000:00/0000:00:02.0/i2c-2
- /sys/bus/pci/devices/0000:00:02.0/i2c-2/i2c-dev/i2c-2/dev = 89:2
- /sys/bus/pci/devices/0000:00:02.0/i2c-2/i2c-dev/i2c-2/name = i915 gmbus vga
- /sys/bus/pci/devices/0000:00:02.0/i2c-2/i2c-dev/i2c-2/subsystem -> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-3/device -> /sys/devices/pci0000:00/0000:00:02.0
- /sys/bus/pci/devices/0000:00:02.0/i2c-3/name = i915 gmbus panel
- /sys/bus/pci/devices/0000:00:02.0/i2c-3/subsystem -> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/i2c-3 : Found subdirectory = i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-3/i2c-dev : Found subdirectory = i2c-3
- /sys/bus/pci/devices/0000:00:02.0/i2c-3/i2c-dev/i2c-3/device -> /sys/devices/pci0000:00/0000:00:02.0/i2c-3
- /sys/bus/pci/devices/0000:00:02.0/i2c-3/i2c-dev/i2c-3/dev = 89:3
- /sys/bus/pci/devices/0000:00:02.0/i2c-3/i2c-dev/i2c-3/name = i915 gmbus panel
- /sys/bus/pci/devices/0000:00:02.0/i2c-3/i2c-dev/i2c-3/subsystem -> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-4/device -> /sys/devices/pci0000:00/0000:00:02.0
- /sys/bus/pci/devices/0000:00:02.0/i2c-4/name = i915 gmbus dpc
- /sys/bus/pci/devices/0000:00:02.0/i2c-4/subsystem -> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/i2c-4 : Found subdirectory = i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-4/i2c-dev : Found subdirectory = i2c-4
- /sys/bus/pci/devices/0000:00:02.0/i2c-4/i2c-dev/i2c-4/device -> /sys/devices/pci0000:00/0000:00:02.0/i2c-4
- /sys/bus/pci/devices/0000:00:02.0/i2c-4/i2c-dev/i2c-4/dev = 89:4
- /sys/bus/pci/devices/0000:00:02.0/i2c-4/i2c-dev/i2c-4/name = i915 gmbus dpc
- /sys/bus/pci/devices/0000:00:02.0/i2c-4/i2c-dev/i2c-4/subsystem -> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-5/device -> /sys/devices/pci0000:00/0000:00:02.0
- /sys/bus/pci/devices/0000:00:02.0/i2c-5/name = i915 gmbus dpb
- /sys/bus/pci/devices/0000:00:02.0/i2c-5/subsystem -> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/i2c-5 : Found subdirectory = i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-5/i2c-dev : Found subdirectory = i2c-5
- /sys/bus/pci/devices/0000:00:02.0/i2c-5/i2c-dev/i2c-5/device -> /sys/devices/pci0000:00/0000:00:02.0/i2c-5
- /sys/bus/pci/devices/0000:00:02.0/i2c-5/i2c-dev/i2c-5/dev = 89:5
- /sys/bus/pci/devices/0000:00:02.0/i2c-5/i2c-dev/i2c-5/name = i915 gmbus dpb
- /sys/bus/pci/devices/0000:00:02.0/i2c-5/i2c-dev/i2c-5/subsystem -> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-6/device -> /sys/devices/pci0000:00/0000:00:02.0
- /sys/bus/pci/devices/0000:00:02.0/i2c-6/name = i915 gmbus dpd
- /sys/bus/pci/devices/0000:00:02.0/i2c-6/subsystem -> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/i2c-6 : Found subdirectory = i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-6/i2c-dev : Found subdirectory = i2c-6
- /sys/bus/pci/devices/0000:00:02.0/i2c-6/i2c-dev/i2c-6/device -> /sys/devices/pci0000:00/0000:00:02.0/i2c-6
- /sys/bus/pci/devices/0000:00:02.0/i2c-6/i2c-dev/i2c-6/dev = 89:6
- /sys/bus/pci/devices/0000:00:02.0/i2c-6/i2c-dev/i2c-6/name = i915 gmbus dpd
- /sys/bus/pci/devices/0000:00:02.0/i2c-6/i2c-dev/i2c-6/subsystem -> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-10/device -> /sys/devices/pci0000:00/0000:00:02.0
- /sys/bus/pci/devices/0000:00:02.0/i2c-10/name = DPMST
- /sys/bus/pci/devices/0000:00:02.0/i2c-10/subsystem -> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/i2c-10 : Found subdirectory = i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-10/i2c-dev : Found subdirectory = i2c-10
- /sys/bus/pci/devices/0000:00:02.0/i2c-10/i2c-dev/i2c-10/device -> /sys/devices/pci0000:00/0000:00:02.0/i2c-10
- /sys/bus/pci/devices/0000:00:02.0/i2c-10/i2c-dev/i2c-10/dev = 89:10
- /sys/bus/pci/devices/0000:00:02.0/i2c-10/i2c-dev/i2c-10/name = DPMST
- /sys/bus/pci/devices/0000:00:02.0/i2c-10/i2c-dev/i2c-10/subsystem -> /sys/class/i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-11/device -> /sys/devices/pci0000:00/0000:00:02.0
- /sys/bus/pci/devices/0000:00:02.0/i2c-11/name = DPMST
- /sys/bus/pci/devices/0000:00:02.0/i2c-11/subsystem -> /sys/bus/i2c
- /sys/bus/pci/devices/0000:00:02.0/i2c-11 : Found subdirectory = i2c-dev
- /sys/bus/pci/devices/0000:00:02.0/i2c-11/i2c-dev : Found subdirectory = i2c-11
- /sys/bus/pci/devices/0000:00:02.0/i2c-11/i2c-dev/i2c-11/device -> /sys/devices/pci0000:00/0000:00:02.0/i2c-11
- /sys/bus/pci/devices/0000:00:02.0/i2c-11/i2c-dev/i2c-11/dev = 89:11
- /sys/bus/pci/devices/0000:00:02.0/i2c-11/i2c-dev/i2c-11/name = DPMST
- /sys/bus/pci/devices/0000:00:02.0/i2c-11/i2c-dev/i2c-11/subsystem -> /sys/class/i2c-dev
- XDG Base Directory Environment Variables:
- $XDG_DATA_HOME : (null)
- $XDG_CONFIG_HOME: (null)
- $XDG_STATE_HOME : (null)
- $XDG_CACHE_HOME : (null)
- $XDG_DATA_DIRS : (null)
- $XDG_CONFIG_DIRS: (null)
- XDG Utility Functions:
- xdg_data_home_dir(): /root/.local/share/
- xdg_config_home_dir(): /root/.config/
- xdg_cache_home_dir(): /root/.cache/
- xdg_state_home_dir(): /root/.local/state/
- xdg_data_path(): /root/.local/share/:/usr/local/share/:/usr/share
- xdg_config_path(): /root/.config/:/etc/xdg
- ddcutil Configuration, Cache, and Data files:
- Configuration file ddcutilrc not found
- Capabilities cache file not found
- Files on data path:
Advertisement
Add Comment
Please, Sign In to add comment