[Bug 213045] kldload vesa fails to run: module_register_init: MOD_LOAD (vesa, 0xffffffffxxxxxxxx, 0) error 19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Dec 2021 18:23:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213045 --- Comment #17 from Ed Maste <emaste@freebsd.org> --- This error is expected when vt(4) is in use and the user attempts to `kldload vesa`. The legacy sc(4) can be selected instead by adding to /boot/loader.conf: kern.vty=sc Is this error being observed without any vesa-specific configuration (i.e., without vesa_load=YES in /boot/loader.conf and without vesa in /etc/rc.conf kld_list)? -- You are receiving this mail because: You are the assignee for the bug.