Solved Thinkpad E130 - HD 4000 - Failed to load module "intel"

Hi,

got an old Thinkpad E130, Core i3-3217U, HD4000. Installed FreeBSD 12.0-RELEASE-p10 GENERIC amd64.
Want to try XFCE.
Installed drm-fbsd12.0-kmod-4.16.g20190814
Code:
kld_list="/boot/modules/i915kms.ko"

 5    1 0xffffffff82c23000   12ce50 i915kms.ko
 6    1 0xffffffff82d50000    76990 drm.ko
still got
Code:
[   177.204] (II) LoadModule: "intel"
[   177.205] (WW) Warning, couldn't open module intel
[   177.205] (II) UnloadModule: "intel"
[   177.205] (II) Unloading intel
[   177.205] (EE) Failed to load module "intel" (module does not exist, 0)
[   177.205] (EE) No drivers available.
[   177.208] (EE)
Fatal server error:
[   177.208] (EE) no screens found(EE)
Any tips?

Thanks,
Juergen
 
Run Xorg -configure and look at the sections with driver. Try modesetting driver. If you booted from efi, try scfb.
 
If pkg info xf86-video-intel tells you that no matching packages can be found, try pkg install xf86-video-intel. Also, make sure your username is a member of the video group.

Thanks, install xf86-video-intel got it working.

I had followed this blog entry for thinkpad and it said you no longer need to install xf86-video-intel for native graphics support.
So, I still do need it.
 
Hi,

got an old Thinkpad E130, Core i3-3217U, HD4000. Installed FreeBSD 12.0-RELEASE-p10 GENERIC amd64.
Want to try XFCE.
Installed drm-fbsd12.0-kmod-4.16.g20190814
Code:
kld_list="/boot/modules/i915kms.ko"

5    1 0xffffffff82c23000   12ce50 i915kms.ko
6    1 0xffffffff82d50000    76990 drm.ko
still got
Code:
[   177.204] (II) LoadModule: "intel"
[   177.205] (WW) Warning, couldn't open module intel
[   177.205] (II) UnloadModule: "intel"
[   177.205] (II) Unloading intel
[   177.205] (EE) Failed to load module "intel" (module does not exist, 0)
[   177.205] (EE) No drivers available.
[   177.208] (EE)
Fatal server error:
[   177.208] (EE) no screens found(EE)
Any tips?

Thanks,
Juergen

says here, you might need drm-legacy-kmod.

under heading Intel Integrated Graphics (aka HD Graphics)

Intel® HD Graphics 4000 = Ivy Bridge
it is suggested to install the drm-kmod metaport, which should work well on systems starting with the "Broadwell" generation. This code is under active development and allows us to track more closely the drivers present in the Linux kernel. For haswell based systems, if the drm-kmod port does not work, it is suggested to install the drm-legacy-kmod. This is based on our previous code that matched the Linux 3.8 kernel drivers.

MOD: read back some and see you got it working. pls mark solved. cheers!
 
Back
Top