Date: Thu, 10 Dec 2009 21:11:58 +0100 From: Roland Smith <rsmith@xs4all.nl> To: David Naylor <naylor.b.david@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Monolithic vs Modular Kernel? Message-ID: <20091210201158.GA4585@slackbox.xs4all.nl> In-Reply-To: <200912100939.07116.naylor.b.david@gmail.com> References: <200912100939.07116.naylor.b.david@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 10, 2009 at 09:39:03AM +0200, David Naylor wrote: <snip> > Also, is there anyway to detect if there are hardware without drivers (su= ch as=20 > a sound card without any snd_ loaded) and to detect the type of device (e= =2Eg.=20 > network, usb, sound, graphics)? pciconf -lv|less Every device name (the lines with the @ in them) that starts with 'none' do= es not have a driver loaded. The following lines show you what kind of device = it is. > Lastly, is there any way to determine what 'modules' a kernel is build wi= th? ls /boot/kernel/ All the files that end in .ko are loadable modules. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkshVg4ACgkQEnfvsMMhpyV25QCfQItJlUsros8YGSBfneLgJ5Rl EvsAn1Ivw0rJsmNR8dNUPciB0n83aRJa =Nh6F -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091210201158.GA4585>