2024-03-06

current - iris_dri.so

 

iris_dri.so

libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory

$ uname -a
Linux slitaz 5.10.210-slitaz-pae #6 SMP Sat Mar 2 18:47:09 Europe 2024 i686 GNU/Linux

$ glxinfo -B
name of display: :0.0
libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: iris
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa/X.org (0xffffffff)
Device: llvmpipe (LLVM 13.0.0, 128 bits) (0xffffffff)
Version: 21.3.5
Accelerated: no
Video memory: 7829MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 13.0.0, 128 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.3.5
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.5 (Compatibility Profile) Mesa 21.3.5
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.3.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

$ tazpkg -sp iris_dri.so

Search result for package "iris_dri.so"
========================================================================
========================================================================
0 packages 

 

 https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/23#post-52092

 

current - ERROR: Module e1000e not found.

 

ERROR: Module e1000e not found.

slitaz-current-core64.iso

$ uname -a
Linux slitaz 5.10.210-slitaz64 #2 SMP Sat Mar 2 17:52:15 Europe 2024 x86_64 GNU/Linux

$ ifconfig eth0
ifconfig: eth0: error fetching interface information: Device not found

$ modinfo e1000e
modinfo: ERROR: Module e1000e not found.

$ zcat /proc/config.gz | grep E1000
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_E1000E_HWTS=y

$ ls -l /lib/modules/5.10.210-slitaz64/kernel/drivers/net/ethernet/intel
total 0
drwxr-xr-x 2 root root 60 Mar 2 17:07 e1000
drwxr-xr-x 2 root root 60 Mar 2 17:07 igb
drwxr-xr-x 2 root root 60 Mar 2 17:07 ixgb
drwxr-xr-x 2 root root 60 Mar 2 17:07 ixgbe
$

 

https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/23#post-52091