Gentoo Archives: gentoo-user-fr

From: grillot sebastien <sebastiengrillot@×××××××.fr>
To: gentoo-user-fr@l.g.o
Subject: Re: [gentoo-user-fr] [Kernel] Ajout de modules... comment qu'on fait ?
Date: Tue, 24 Aug 2004 20:51:28
Message-Id: 412BAA4D.5070301@wanadoo.fr
In Reply to: Re: [gentoo-user-fr] [Kernel] Ajout de modules... comment qu'on fait ? by Yoann Pannier
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Yoann Pannier wrote:
5 | grillot sebastien wrote:
6 |
7 |>(re)Bonjour,
8 |
9 |
10 | Re,
11 |
12 |
13 |>Bon je me dis que j'ai installé mon kernel avec genkernel donc je
14 |>devrais avoir pas mal de trucs installé sans que j'ai rien demandé.
15 |>Alors je test :
16 |>modprobe usbcore
17 |>modprobe usblp (kernel 2.6.8)
18 |
19 |
20 | Pas d'insulte de modprobe => module présent.
21 |
22 |
23 |>dsmesg | tail
24 |>et la j'ai usbcore : registered new driver usblp
25 |>drivers/usb/usblp.c : v0.13 USB Printer Device Class driver
26 |
27 |
28 | C'en est la preuve.
29 |
30 | Une autre serait de faire un 'lsmod' et de voir ce que tu as de chargé.
31 |
32 |
33 |>Donc je n'ai pas ca
34 |>"hub.c: USB new device connect on bus2/2, assigned device number 2
35 |>printer.c: usblp0: USB bidirectional printer dev 2 if 0 alt 1 proto 2
36 |>vid 0x03F0 pid 0x1104" et donc mon imprimante n'est pas reconnue...
37 |
38 |
39 | Si tu n'a pas la ligne relative a la detection d'un peripherique usb,
40 | c'est que le problème est a la source. Soit l'imprimante (Elle marche et
41 | elle est branchée, hein?), Soit peut-être qq chose avec le contrôleur usb.
42 |
43 | Que donne 'lsmod' ?
44 |
45 | Et accéssoirement, que donne 'lspci' ? (du package 'sys-apps/pciutils').
46 |
47 |
48 |>Comment puis je installer / ajouet (jene sais pas quel est le mot de
49 |>circonstance) des modules a mon kernel ?
50 |
51 |
52 | http://www.gentoo.org/doc/fr/genkernel.xml
53 |
54 Donc voici ce que tu m'a demandé (car mon imprimante fonctionne
55 correctement sous mandrake :)
56
57 alfred root # lsmod
58 Module Size Used by
59 via_rhine 17032 0
60 mii 4096 1 via_rhine
61 sbp2 20232 0
62 ohci1394 28932 0
63 ieee1394 87732 2 sbp2,ohci1394
64 usb_storage 26240 0
65 ehci_hcd 25092 0
66 usbcore 94820 3 usb_storage,ehci_hcd
67
68 alfred root # modprobe usblp
69
70 alfred root # lsmod
71 Module Size Used by
72 usblp 10368 0
73 via_rhine 17032 0
74 mii 4096 1 via_rhine
75 sbp2 20232 0
76 ohci1394 28932 0
77 ieee1394 87732 2 sbp2,ohci1394
78 usb_storage 26240 0
79 ehci_hcd 25092 0
80 usbcore 94820 4 usblp,usb_storage,ehci_hcd
81
82 alfred root # lspci
83 0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 540 Host (rev 01)
84 0000:00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
85 (rev d0)
86 0000:00:01.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513
87 (LPC Bridge)
88 0000:00:01.1 Ethernet controller: Silicon Integrated Systems [SiS]
89 SiS900 PCI Fast Ethernet (rev 80)
90 0000:00:01.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
91 Controller (rev 07)
92 0000:00:01.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
93 Controller (rev 07)
94 0000:00:01.4 Multimedia audio controller: Silicon Integrated Systems
95 [SiS] SiS PCI Audio Accelerator (rev 01)
96 0000:00:02.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual
97 PCI-to-PCI bridge (AGP)
98 0000:00:0b.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3
99 (rev 01)
100 0000:00:0d.0 Ethernet controller: VIA Technologies, Inc. VT86C100A
101 [Rhine] (rev 06)
102 0000:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]
103 SiS540 PCI Display Adapter (rev 01)
104 alfred root #
105
106 je pense qu'il n'y a rien d'anormal a tout ceci... helas !
107 Donc je vais devoir me creuser les meninges je penses ;)
108 - --
109 registered Linux user #344952
110 -----BEGIN PGP SIGNATURE-----
111 Version: GnuPG v1.2.2 (GNU/Linux)
112 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
113
114 iD8DBQFBK6pNC47xH1+e90ARAnqlAJsFo5DxRAxuso3tVaqgNLYiHwacsgCaAytH
115 aeyafM1dM+F6ONhOSe+/XaA=
116 =3YvV
117 -----END PGP SIGNATURE-----
118
119 --
120 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] [Kernel] Ajout de modules... comment qu'on fait ? Yoann Pannier <gentoo-user-fr@×××××.org>