You are not logged in.

#1 2019-12-16 16:10:37

sha1sum
Member
Registered: 2019-12-14
Posts: 5

Dell XPS13-7390: integrated camera not detected

No devices detected:

# ls /dev/video*
zsh: no matches found: /dev/video*
# lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 007: ID 046d:c30e Logitech, Inc. UltraX Keyboard (Y-BL49)
Bus 003 Device 006: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 003 Device 005: ID 06c4:c412 Bizlink International Corp. 
Bus 003 Device 003: ID 2109:2820 VIA Labs, Inc. USB2.0 Hub             
Bus 003 Device 002: ID 27c6:532d Shenzhen Goodix Technology Co.,Ltd. FingerPrint
Bus 003 Device 004: ID 8087:0026 Intel Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter
Bus 002 Device 002: ID 2109:0820 VIA Labs, Inc. USB3.1 Hub             
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
# lspci
00:00.0 Host bridge: Intel Corporation Device 8a12 (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Iris Plus Graphics G7 (rev 07)
00:04.0 Signal processing controller: Intel Corporation Device 8a03 (rev 03)
00:05.0 Multimedia controller: Intel Corporation Device 8a19 (rev 03)
00:0d.0 USB controller: Intel Corporation Ice Lake Thunderbolt 3 USB Controller (rev 03)
00:12.0 Serial controller: Intel Corporation Device 34fc (rev 30)
00:14.0 USB controller: Intel Corporation Ice Lake-LP USB 3.1 xHCI Host Controller (rev 30)
00:14.2 RAM memory: Intel Corporation Device 34ef (rev 30)
00:14.3 Network controller: Intel Corporation Killer Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW) (rev 30)
00:15.0 Serial bus controller [0c80]: Intel Corporation Ice Lake-LP Serial IO I2C Controller #0 (rev 30)
00:15.1 Serial bus controller [0c80]: Intel Corporation Ice Lake-LP Serial IO I2C Controller #1 (rev 30)
00:15.3 Serial bus controller [0c80]: Intel Corporation Ice Lake-LP Serial IO I2C Controller #3 (rev 30)
00:16.0 Communication controller: Intel Corporation Management Engine Interface (rev 30)
00:1d.0 PCI bridge: Intel Corporation Ice Lake-LP PCI Express Root Port #9 (rev 30)
00:1d.7 PCI bridge: Intel Corporation Device 34b7 (rev 30)
00:1f.0 ISA bridge: Intel Corporation Ice Lake-LP LPC Controller (rev 30)
00:1f.3 Audio device: Intel Corporation Smart Sound Technology Audio Controller (rev 30)
00:1f.4 SMBus: Intel Corporation Ice Lake-LP SMBus Controller (rev 30)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Ice Lake-LP SPI Controller (rev 30)
01:00.0 Non-Volatile memory controller: Device 1e0f:0001
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)

From: https://wiki.ubuntu.com/Dell/XPS/XPS-13-7390-2-in-1

lool wrote:

Intel Icelake integrated the IPU 4th Generation Gen IPU with on-die MIPI interface, which is not supported by Linux.

The current linux mainline 5.3 supports only Intel Image Processing Unit 3, tested on Kaby Lake platforms (U/Y processor lines). Since the IPU4 contains both scalar processor and vector processors, the lowest layer of the software stack is the firmware that runs on those cores. The IPU4 is a single PCI device but logically it is comprised of two independent systems: the input system (ISYS) and the processing system (PSYS). As such, each has its own driver.

The Linux camera stack is heavily reusing Android and keeps IPU FW, Kernel drivers, libiacss, and advanced 3A libraries exactly same as Android. An alternate Linux camera HAL has been introduced into the stack to provide a unique interface for upper-layer software. Specific in Yocto Linux, GStreamer is required as the multimedia framework where a camera source plugin for IPU4 will be needed.

Last edited by sha1sum (2019-12-16 16:24:08)

Offline

#2 2019-12-16 16:16:08

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,988
Website

Re: Dell XPS13-7390: integrated camera not detected

There might not yet be a driver for the camera.
However you may nevertheless provide some info like the output of

lspci
lsusb
dmesg

macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Online

#3 2019-12-16 16:34:03

sha1sum
Member
Registered: 2019-12-14
Posts: 5

Re: Dell XPS13-7390: integrated camera not detected

Seems that way indeed. I added output of lspci and lsusb to the original post. Switched back to zen kernel (5.4.3) to see if it would output any dev/video*, but it doesn't. I'll stick with 5.3 kernel for now, because there is a wifi issue with 5.4 kernel & iwlwifi.

Offline

Board footer

Powered by FluxBB