Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Identifying missing modules...
Date: Sun, 23 Jan 2011 20:06:19
Message-Id: ihi1i3$ofg$1@dough.gmane.org
In Reply to: [gentoo-user] Identifying missing modules... by meino.cramer@gmx.de
1 On 01/23/2011 10:08 AM, meino.cramer@×××.de wrote:
2 >
3 > Hi,
4
5 > My question is: How can I distinguish devices/entities,
6 > which do not need any driver to work and those, which
7 > need a driver but in the current setup the driver wasn't
8 > compiled in/compiled as module?
9
10 Well, this is quick and dirty and you won't learn much about
11 kernel modules, but it will most likely work very easily.
12
13 Get the latest gentoo installation CD (it really can be any
14 linux install CD as long as it's recent) and boot it in the
15 machine you're having trouble with.
16
17 The reasoning is the install CD will already have *every*
18 driver available, and the kernel will load the drivers it
19 needs for your particular machine.
20
21 So, once the CD is booted, just figure out how to get a
22 console going and type lsmod. Write down anything that
23 looks related to sound, and build your own kernel with
24 those drivers enabled.

Replies

Subject Author
Re: [gentoo-user] Re: Identifying missing modules... meino.cramer@×××.de