tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: drivers (not?) utilising pcidevs data



On Fri, 16 Feb 2018, Sevan Janiyan wrote:



On 16 Feb 2018, at 02:11, Paul Goyette <paul%whooppee.com@localhost> wrote:

Do you have the {pci,usb,acpi}verbose module(s) loaded (or built-in)?

I've added all those modules to modules.conf and rebooted. Hasn't made
any difference.

Yeah, that's way too late.  modules.conf specifies modules to be loaded
during /etc/rc.d startup phase;  you need modules to be available during
boot-time autoconfig.

Should the kernel be built with such options? (modules get loaded
quite late in the boot process) will try that next.

Yep. Add the various options SCSIVERBOSE, USBVERBOSE, and ACPIVERBOSE to your kernel configuration. Alternative, update your /boot.cfg file
to "push" the various verbose modules to the boot loader.  Just add

	load=scsiverbose
	load=usbverbose
	load=acpiverbose

at the top of the file.


+------------------+--------------------------+----------------------------+
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:          |
| (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
+------------------+--------------------------+----------------------------+


Home | Main Index | Thread Index | Old Index