Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6473 Discussions

Unable to install NEO_OCL and getting FSCK errors suddenly

qwerty_plm1
Novice
1,176 Views

I raised a question for this earlier. Unable to install NEO_OCL 


In the same system, I get FSCK errors suddenly. I tried to fix it. I run the fsck command and it gets resolved but it repeats again. Please provide suggestions. 

1. lscpu output:
---
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 39 bits physical, 48 bits virtual
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 142
Model name: Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
Stepping: 10
CPU MHz: 2300.000
CPU max MHz: 3800.0000
CPU min MHz: 400.0000
BogoMIPS: 4599.93
Virtualization: VT-x
L1d cache: 128 KiB
L1i cache: 128 KiB
L2 cache: 1 MiB
L3 cache: 6 MiB
NUMA node0 CPU(s): 0-7
Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled
Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cach
e flushes, SMT vulnerable
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Retbleed: Mitigation; IBRS
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled v
ia prctl and seccomp
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user
pointer sanitization
Vulnerability Spectre v2: Mitigation; IBRS, IBPB conditional, RSB filling
, PBRSB-eIBRS Not affected
Vulnerability Srbds: Mitigation; Microcode
Vulnerability Tsx async abort: Not affected
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtr
r pge mca cmov pat pse36 clflush dts acpi mmx f
xsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rd
tscp lm constant_tsc art arch_perfmon pebs bts
rep_good nopl xtopology nonstop_tsc cpuid aperf
mperf pni pclmulqdq dtes64 monitor ds_cpl vmx e
st 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 3dnowpre
fetch cpuid_fault epb invpcid_single pti ssbd i
brs ibpb stibp tpr_shadow vnmi flexpriority ept
vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep
bmi2 erms invpcid mpx rdseed adx smap clflusho
pt intel_pt xsaveopt xsavec xgetbv1 xsaves dthe
rm ida arat pln pts hwp hwp_notify hwp_act_wind
ow hwp_epp md_clear flush_l1d arch_capabilities
-------
2. clinfo output:
clinfo
Number of platforms 0
3. Ubuntu version: 20.04
H/w: Intel NUC i5 8th gen
Openvino: 2022.1

0 Kudos
5 Replies
Hairul_Intel
Moderator
1,144 Views

Hi qwerty_plm1,

Thank you for reaching out to us again.

 

First of all, I'm unable to comment on the File System Consistency Checker (FSCK) error as this seems to be related to Linux OS issue and not OpenVINO related.

 

On another note, have you tried installing OpenVINO 2022.3 as this will update the OpenCL driver version to 22.35.24055 instead of version 21.48.21782.

 

Furthermore, could you please run the following command to check if GPU is detected by your OS:

lspci

sudo lshw -C display

 

Run the following command to check whether your user is added to the "video" and "render" group:

groups <username>

 

 

Regards,

Hairul


0 Kudos
qwerty_plm1
Novice
1,115 Views

Thanks a lot for your support. Sorry I can't change the openvino version. Also, is the FSCK issue and this one related by any chance? Please share if you have any idea. Attaching the outputs for the commands you sent.

1.Output for lspci:

00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Iris Plus Graphics 655 (rev 01)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Cannon Point-LP Thermal Controller (rev 30)
00:14.0 USB controller: Intel Corporation Cannon Point-LP USB 3.1 xHCI Controller (rev 30)
00:14.2 RAM memory: Intel Corporation Cannon Point-LP Shared SRAM (rev 30)
00:14.3 Network controller: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] (rev 30)
00:16.0 Communication controller: Intel Corporation Cannon Point-LP MEI Controller #1 (rev 30)
00:17.0 SATA controller: Intel Corporation Cannon Point-LP SATA Controller [AHCI Mode] (rev 30)
00:1c.0 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #1 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #5 (rev f0)
00:1d.0 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #9 (rev f0)
00:1d.6 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #15 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Cannon Point-LP LPC Controller (rev 30)
00:1f.3 Audio device: Intel Corporation Cannon Point-LP High Definition Audio Controller (rev 30)
00:1f.4 SMBus: Intel Corporation Cannon Point-LP SMBus Controller (rev 30)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Point-LP SPI Controller (rev 30)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (6) I219-V (rev 30)
3b:00.0 Non-Volatile memory controller: Device 1e4b:1202 (rev 01)
3c:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)

2. Output for sudo lshw -C display

  *-display                
       description: VGA compatible controller
       product: Iris Plus Graphics 655
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:146 memory:a7000000-a7ffffff memory:80000000-8fffffff ioport:4000(size=64) memory:c0000-dffff

3. On running groups <username> I got:
<username>: <username> adm cdrom sudo dip video plugdev render lpadmin lxd sambashare

0 Kudos
Hairul_Intel
Moderator
1,063 Views

Hi qwerty_plm1,

As mentioned previously, the File System Consistency Checker (FSCK) error seems to be related with Linux OS issue and not OpenVINO related.

 

From my findings, there was a similar issue (clinfo Number of platforms 0) reported in the compute-runtime GitHub page and was resolved by adding the user to the "render" group. https://github.com/intel/compute-runtime/issues/350.

 

Looking at all of the information you've provided, there shouldn't be any issue in installing the NEO_OCL driver.

 

Since you're not able to update OpenVINO to the latest version, I'd suggest for you to post your queries to Intel compute-runtime GitHub page for support on this issue.

 

 

Regards,

Hairul


0 Kudos
qwerty_plm1
Novice
1,053 Views

Thank you for the support @Hairul_Intel. I will check that.

0 Kudos
Hairul_Intel
Moderator
999 Views

Hi qwerty_plm1,

This thread will no longer be monitored since we have provided information. If you need any additional information from Intel, please submit a new question.

 

 

Regards,

Hairul


0 Kudos
Reply