From owner-freebsd-current@freebsd.org Thu Feb 18 12:44:08 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CA14AAC085 for ; Thu, 18 Feb 2016 12:44:08 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 041061513 for ; Thu, 18 Feb 2016 12:44:08 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 0382AAAC084; Thu, 18 Feb 2016 12:44:08 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 031B7AAC081 for ; Thu, 18 Feb 2016 12:44:08 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A60ED1512 for ; Thu, 18 Feb 2016 12:44:06 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1aWNWL-0001zN-HJ for current@freebsd.org; Thu, 18 Feb 2016 18:17:22 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id u1ICIMeM099255 for ; Thu, 18 Feb 2016 18:18:22 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id u1ICIHZB099165 for current@freebsd.org; Thu, 18 Feb 2016 18:18:17 +0600 (NOVT) (envelope-from danfe) Date: Thu, 18 Feb 2016 18:18:17 +0600 From: Alexey Dokuchaev To: current@freebsd.org Subject: Unable to kldload vesa.ko (but works from loader.conf) Message-ID: <20160218121817.GA96654@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 91506 [Feb 18 2016] X-KLMS-AntiSpam-Version: 5.5.9.33 X-KLMS-AntiSpam-Envelope-From: danfe@regency.nsu.ru X-KLMS-AntiSpam-Rate: 0 X-KLMS-AntiSpam-Status: not_detected X-KLMS-AntiSpam-Method: none X-KLMS-AntiSpam-Moebius-Timestamps: 3969491, 3969541, 3969055 X-KLMS-AntiSpam-Info: LuaCore: 414 414 652141367f63b6038f5642fa97308d3a9d2edb46, 127.0.0.200:7.1.3; regency.nsu.ru:7.1.1; 193.124.210.26:7.1.3,7.1.2,7.3.4; nsu.ru:7.1.1; 127.0.0.199:7.1.2; d41d8cd98f00b204e9800998ecf8427e.com:7.1.1 X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiPhishing: Clean, 2016/02/17 15:51:37 X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, license restriction X-Mailman-Approved-At: Thu, 18 Feb 2016 13:14:59 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 18 Feb 2016 12:44:08 -0000 Hi there, I've decided to give -CURRENT a try on my i386 laptop with a 915GM video (supported by i915kms.ko) @ r295286; minimal kernel with most of the stuff loaded from /boot/loader.conf. While debugging suspend/resume issues, I've found out that loading vesa.ko now apparently only works from /boot/loader.conf: doing it manually from the command line after logging in gives me this error in dmesg(8): module_register_init: MOD_LOAD (vesa, 0x, 0) error 19 Some scattered reports on the net did not shed the light on whether this is expected behavior these days (which is a bit unexpected for a stable/8 user) or a regression due to lack of testing of standalone vesa.ko since VESA is a default option in GENERIC. Shall I file a PR? ./danfe