View previous topic :: View next topic |
Author |
Message |
Visseroth Apprentice
Joined: 13 Oct 2003 Posts: 291 Location: Idaho
|
Posted: Thu Mar 11, 2004 9:09 pm Post subject: "FATAL: Module lp not found" on kernel 2.6.4-rc1-m |
|
|
I'm trying to make my printer work now and I get the message Quote: | FATAL: Module lp not found | when I type "modeprobe lp" (Coming from the printer setup docs).
And my kernel looks like so in my Device----> Parallel Port Support
Quote: | │ │ <*> Parallel port support │ │
│ │ <*> PC-style hardware │ │
│ │ <M> Multi-IO cards (parallel and serial) │ │
│ │ [*] Use FIFO/DMA if available (EXPERIMENTAL) │ │
│ │ [*] SuperIO chipset support (EXPERIMENTAL) │ │
│ │ < > Support for PCMCIA management for PC-style ports │ │
│ │ [*] Support foreign hardware │ │
│ │ [*] IEEE 1284 transfer modes |
_________________ 2.6Gig AMD Athlon XP - Chaintech 7njs - 512Mg kingston HyperX - 80Gig with Windows 40 Gig with Gentoo - GeForce4 - Toshiba DVD ROM & Plextor CDRW - Turbo Cool 350 - 7 Case fans running Gentoo Linux 2.6.4-rc1-mm1 |
|
Back to top |
|
|
steveb Advocate
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Thu Mar 11, 2004 9:25 pm Post subject: Re: "FATAL: Module lp not found" on kernel 2.6.4-r |
|
|
Visseroth wrote: | I'm trying to make my printer work now and I get the message Quote: | FATAL: Module lp not found | when I type "modeprobe lp" (Coming from the printer setup docs).
And my kernel looks like so in my Device----> Parallel Port Support
Quote: | │ │ <*> Parallel port support │ │
│ │ <*> PC-style hardware │ │
│ │ <M> Multi-IO cards (parallel and serial) │ │
│ │ [*] Use FIFO/DMA if available (EXPERIMENTAL) │ │
│ │ [*] SuperIO chipset support (EXPERIMENTAL) │ │
│ │ < > Support for PCMCIA management for PC-style ports │ │
│ │ [*] Support foreign hardware │ │
│ │ [*] IEEE 1284 transfer modes |
| you have compiled the parallel support directly into the kernel and not as an module. if you want "modprobe lp" to work, then you need to add an <M> there where now an <*> is in your kernel configuration.
cheers
SteveB |
|
Back to top |
|
|
Visseroth Apprentice
Joined: 13 Oct 2003 Posts: 291 Location: Idaho
|
Posted: Fri Mar 12, 2004 1:30 am Post subject: |
|
|
ok, I realized the errors of my ways and it is working, thankyou for being a sport!!! |
|
Back to top |
|
|
steveb Advocate
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Fri Mar 12, 2004 7:02 am Post subject: |
|
|
no problem.
cheers
SteveB |
|
Back to top |
|
|
|