Gentoo Archives: gentoo-user

From: Heinz Sporn <heinz.sporn@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] install gentoo 2005.0
Date: Fri, 07 Oct 2005 07:07:47
Message-Id: 1128668607.10169.21.camel@spok.local.sporn-it.com
In Reply to: [gentoo-user] install gentoo 2005.0 by "张 勇顺"
1 Am Freitag, den 07.10.2005, 14:05 +0800 schrieb 张 勇顺:
2 > hi
3 > yestoday to today i am spend two days to install
4 > gentoo 2005.0 and see the hand man but when i am
5 > install it
6 > i am see what modules were load with lsmod
7 > but i can't see anyting is modules and
8 > i ues modprobe
9 > lsmod can't see somemodules i don't know how to do
10 > that
11
12 lsmod will not show modules that have been compiled into the kernel. Is
13 it that you are looking for?
14
15 > if i must rc-update add ....?or other i am uses
16 > logitech USB mouse and uses well in debian starge but
17 > can't driverd in gentoo i am try to uses the same
18 > driver with starge and ues "auto" but can't driverd
19 > mouse ether
20 > i am emerge fvwm and x.org
21
22 I am not quite sure what exactly your problem is - so sorry for
23 guessing:
24
25 For any USB input device you'll just need kernel support. Look
26 into /Drivers/USB Support. You'll propably want support for EHCI, OHCI
27 and UHCI. Assuming you enabled that in your kernel you'll have to tell X
28 to use your Logitech mouse by defining something in /etc/X/xorg.conf
29 like:
30
31 Section "InputDevice"
32 Identifier "MyMouse"
33 Driver "mouse"
34
35 Option "Protocol" "IMPS/2"
36 Option "Name" "ConfigRead"
37 Option "Device" "/dev/input/mice"
38 Option "Vendor" "ConfigRead"
39 Option "Buttons" "3"
40 Option "ZAxisMapping" "4 5"
41 EndSection
42
43 and add that to your ServerLayout section:
44
45 Section "ServerLayout"
46 Identifier "MyLayout"
47 Screen "MyScreen"
48 InputDevice "MyMouse" "CorePointer"
49 InputDevice "MyKeyboard" "CoreKeyboard"
50 EndSection
51
52 That's a rather generic setting that works for most USB mice.
53
54 > thank you
55 >
56 >
57 >
58 >
59 >
60 >
61 >
62 >
63 > ___________________________________________________________
64 > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
65 > http://cn.mail.yahoo.com
66 >
67 --
68 Mit freundlichen Grüßen
69
70 Heinz Sporn
71
72 SPORN it-freelancing
73
74 Mobile: ++43 (0)699 / 127 827 07
75 Email: heinz.sporn@××××××××.com
76 heinz.sporn@××××××.at
77 Website: http://www.sporn-it.com
78 Snail: Steyrer Str. 20
79 A-4540 Bad Hall
80 Austria / Europe
81
82 --
83 gentoo-user@g.o mailing list

Replies

Subject Author
回复: Re: [gentoo-user] install gentoo 2005.0 "张 勇顺" <biosedit2000@×××××××××.cn>