From owner-freebsd-current@freebsd.org Fri Jan 15 09:29:18 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 75EE54DECBF for ; Fri, 15 Jan 2021 09:29:18 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DHG8t2JHmz4g2K for ; Fri, 15 Jan 2021 09:29:18 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.nyi.freebsd.org (Postfix) id 4F0304DECBE; Fri, 15 Jan 2021 09:29:18 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4ECBA4DEA36 for ; Fri, 15 Jan 2021 09:29:18 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DHG8t1Fj7z4gJg for ; Fri, 15 Jan 2021 09:29:17 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 58BB526059A; Fri, 15 Jan 2021 10:29:10 +0100 (CET) Subject: Re: Problem with drm To: Filippo Moretti , FreeBSD Current References: <1030157071.192741.1610701909753.ref@mail.yahoo.com> <1030157071.192741.1610701909753@mail.yahoo.com> From: Hans Petter Selasky Message-ID: <4dcb7a9a-2c72-fc0a-fd5b-9386cb489185@selasky.org> Date: Fri, 15 Jan 2021 10:28:59 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <1030157071.192741.1610701909753@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DHG8t1Fj7z4gJg X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2021 09:29:18 -0000 On 1/15/21 10:11 AM, Filippo Moretti wrote: > After upgrading my custom kernel I get the following error (that did not occur before hid):hidbus0: on usbhid0 > link_elf_obj: symbol linux_pci_get_class undefined > Warning: memory type debugfsint leaked memory on destroy (2 allocations, 80 bytes leaked). > linker_load_file: /boot/modules/radeonkms.ko - unsupported file type > > Also the generic kernel was working fine before I upgraded my kernel STING now it no longer works and Xorg start with scfb instead of radeon kms.After completing installworld I always rebuild from ports drm-current-kmod gpu-firmware-kmod drm-kmod.SincerelyFilippo Is your ports updated to the latest? Looks like radeonkms was not re-build after upgrading and installing the sources. --HPS