Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: Gentoo-Dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] update-modules
Date: Sat, 16 Feb 2002 22:54:53
Message-Id: 1013921348.23189.10.camel@nosferatu.lan
In Reply to: [gentoo-dev] update-modules by Gert Menke
1 On Tue, 2002-02-12 at 22:17, Gert Menke wrote:
2 > Hi,
3 >
4 > I tried to figure out what this is for, but I seem to be missing something.
5 > It seems to do nothing but to copy stuff from /etc/modules.d to
6 > /etc/modules.conf and then run depmod -a.
7 > What's the point in copying instead of using include?
8 >
9
10 just add whatever you need to a file in /etc/modules.d/
11
12 ---------/etc/modules.d/sound-------------
13 alias sound-slot-0 sb
14 options sound dmabuf=1
15 alias midi opl3
16 options opl3 io=0x388
17 options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
18 ---------/etc/modules.d/sound-------------
19
20 and maybe:
21
22 ---------/etc/modules.d/eth---------------
23 alias eth0 eepro100
24 options eepro100 options=48
25 ---------/etc/modules.d/eth---------------
26
27
28 than after running:
29
30 # update-modules
31
32 it will include those in /etc/modules.conf
33
34 > Greetings
35 > Gert
36 > _______________________________________________
37 > gentoo-dev mailing list
38 > gentoo-dev@g.o
39 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
40 --
41
42 Martin Schlemmer
43 Gentoo Linux Developer, Desktop Team Developer
44 Cape Town, South Africa

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] update-modules Gert Menke <gert@××××××××.net>