Date: Sat, 16 Jun 2018 11:13:35 +0200 From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org> To: freebsd-current@freebsd.org Subject: Re: intel graphics regression? between r332432 and r333982 Message-ID: <7523df6a-539a-c5e5-8475-e74f7f74ede2@FreeBSD.org> In-Reply-To: <201806052204.w55M4uFc083159@jail0199.vps.exonetric.net> References: <201806052204.w55M4uFc083159@jail0199.vps.exonetric.net>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --X52EPC7HYQXEAZDKMDCzSNV9GTgwBbDTR Content-Type: multipart/mixed; boundary="KiMbMSCWyHnnnHyBOuftheiGYEkgtJUjN"; protected-headers="v1" From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org> To: freebsd-current@freebsd.org Message-ID: <7523df6a-539a-c5e5-8475-e74f7f74ede2@FreeBSD.org> Subject: Re: intel graphics regression? between r332432 and r333982 References: <201806052204.w55M4uFc083159@jail0199.vps.exonetric.net> In-Reply-To: <201806052204.w55M4uFc083159@jail0199.vps.exonetric.net> --KiMbMSCWyHnnnHyBOuftheiGYEkgtJUjN Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 06.06.2018 00:04, Anton Shterenlikht wrote: > I built graphics/drm-next-kmod > and added kld_list=3D"/boot/modules/i915kms.ko" > to /etc/rc.conf. >=20 > However, on boot I see: >=20 > KLD drm.ko: depends on kernel - not available or version mismatch > linker_load_file: /boot/modules/drm.ko - unsupported file type > KLD i915kms.ko: depends on drmn - not available or version mismatch > linker_load_file: /boot/modules/i915kms.ko - unsupported file type Hi! You need to make sure that the base sources you use to build graphics/drm-next-kmod match the kernel you are running. And currently, this is not the case according to the error. > I can still load these modules manually: >=20 > root@z:~ # kldload drm > root@z:~ # kldload i915kms When you only specify the module name, as opposed the the absolute path like in /etc/rc.conf, you load the module compiled with the kernel (e.g. /boot/kernel/i915kms.ko), which is different from the one installed by drm-next-kmod. And the one built with the kernel doesn't support your GPU= =2E --=20 Jean-S=C3=A9bastien P=C3=A9dron The FreeBSD Project --KiMbMSCWyHnnnHyBOuftheiGYEkgtJUjN-- --X52EPC7HYQXEAZDKMDCzSNV9GTgwBbDTR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEZwh/0a6uDhLbxqbwOemXYaX9lMwFAlsk1MMACgkQOemXYaX9 lMw+nRAAhjfbyYLcG36Sax8xBWgZBnOIFg6ToMkdOaYflCymf5S/Zba78S3kjMwQ RFhEmnPEGAU0HImvbtPVDJA9k0XzLiCDjbfnZDaq1K3F57nzVwpvI9WcbpEM+dtS je4n9WhCDNMqGu16evCqdwXukHlj4QmwhqWWaFSpW/TJFrGVI6tBwx92imOPX+9x cCXJiXTV2ey20rmBfmopVh7LEanTzuY3hy4ba2+eM6GsT5T615wW8giLvYl7horI 9NugOGn4RG/OOqziQERSkDLtPLUSccsBmzLcgL6rXGwrLzdQKV+St7Yc+A3aEaYE 9Tg3ZKPXhLsCdkrdoWa0iwvqCQI9a+a3W3cXnDnV4aoWCvBmVBXmNQf/DEsD3N2t 1RJzDgzP3appYeYszBj1gb6a1iwN4f9+cKHUNCUQ2iKHRmAo85XrjOp4CgaV0d1R EKSA9k+S4A0oftoToLaxgdLews/DROjTuVcKdOpeNAYZhqST5WWBka96vlAoN1V5 vJRYCHGMnJOdAPDUg6v57xL++D/1q5hUbrZOzg56hA6H0KDjwD8iXALEaUrfFl19 naFIh/7XoRK0sAs9rQ8pvt0XsdIXdCwU6NhAPfGk0mem8iyypDsRZ19JcLL63dl0 g2WTyYY+3Qu+AbsvbQLIYLPkXuWeEjz3rxOVIaNtNONSRCg3Nk8= =zCpg -----END PGP SIGNATURE----- --X52EPC7HYQXEAZDKMDCzSNV9GTgwBbDTR--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7523df6a-539a-c5e5-8475-e74f7f74ede2>