View previous topic :: View next topic |
Author |
Message |
cristobalmx n00b
Joined: 03 Feb 2004 Posts: 30 Location: Würzburg, good old Europe
|
Posted: Sun Mar 14, 2004 9:36 pm Post subject: Kernel-Module |
|
|
Hallo,
ich habe mal eine allgemeine Frage zu Kernelmodulen. Wie kann ich ein Modul installieren welches ich in dem entsprechenden Verzeichnis nicht habe? Bsp.:
Beim Installieren einer CF-Karte bekomme ich folgende Meldung:
Mar 14 22:28:09 pulp cardmgr[613]: socket 1: ATA/IDE Fixed Disk
Mar 14 22:28:10 pulp cardmgr[613]: executing: 'modprobe ide-cs'
Mar 14 22:28:10 pulp cardmgr[613]: + modprobe: Can't locate module ide-cs
Mar 14 22:28:10 pulp cardmgr[613]: modprobe exited with status 255
Mar 14 22:28:10 pulp cardmgr[613]: module /lib/modules/2.4.20-gentoo-r5/pcmcia/ide-cs.o not available
Mar 14 22:28:11 pulp cardmgr[613]: get dev info on socket 1 failed: Resource temporarily unavailable
modprobe ide-cs sagt natürlich das er das Modul nicht finden kann.
Welche Möglichkeiten habe ich jetzt, dieses Modul sozusagen "nachzuinstallieren"? Wo bekomme ich es her?
Danke, Christoph |
|
Back to top |
|
|
steveb Advocate
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sun Mar 14, 2004 9:57 pm Post subject: |
|
|
du musst in deinem kernel das modul aktivieren. bei meinem kernel sieht die info für das modul so aus: Code: | thinkpad / # modinfo ide-cs
author: David Hinds <dahinds@users.sourceforge.net>
description: PCMCIA ATA/IDE card driver
license: Dual MPL/GPL
vermagic: 2.6.4-rc2-love1 preempt PENTIUMIII 4KSTACKS gcc-3.3
depends: ds,pcmcia_core
thinkpad / # | bei meinem 2.6er kernel ist die option unter ATA/ATAPI/MFM/RLL support zu finden: Code: | Linux Kernel v2.6.4-rc2-love1 "Spread 'Em" Configuration
─────────────────────────────────────────────────────────────────────────────────────
┌────────────────────────── ATA/ATAPI/MFM/RLL support ───────────────────────────┐
│ Arrow keys navigate the menu. <Enter> selects submenus --->. Highlighted │
│ letters are hotkeys. Pressing <Y> includes, <N> excludes, <M> modularizes │
│ features. Press <Esc><Esc> to exit, <?> for Help. Legend: [*] built-in [ ] │
│ excluded <M> module < > module capable │
│ ┌────────────────────────────────────────────────────────────────────────────┐ │
│ │<*> ATA/ATAPI/MFM/RLL support │ │
│ │<*> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support │ │
│ │--- Please see Documentation/ide.txt for help/info on IDE drives │ │
│ │[ ] Use old disk-only driver on primary interface │ │
│ │<*> Include IDE/ATA-2 DISK support │ │
│ │[ ] Use multi-mode by default │ │
│ │[ ] Auto-Geometry Resizing support │ │
│ │<M> PCMCIA IDE support │ │
│ └┴(+)────────────────────────────────────────────────────────────────────────┘ │
├────────────────────────────────────────────────────────────────────────────────┤
│ <Select> < Exit > < Help > │
└────────────────────────────────────────────────────────────────────────────────┘ |
gruss
SteveB |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|