Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104229 - genkernel 2.6 x86 doesn't compile parallel port printer ability
Summary: genkernel 2.6 x86 doesn't compile parallel port printer ability
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-08-30 00:29 UTC by Dan Kurtz
Modified: 2005-08-31 05:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Kurtz 2005-08-30 00:29:32 UTC
The genkernel config file for 2.6 kernels on x86 does not include the lp module,
This is genkernel 3.3.5. See
http://forums.gentoo.org/viewtopic-t-349318-highlight-genkernel+printer.html for
someone else with the same problem.

Reproducible: Always
Steps to Reproduce:
1. run 'genkernel all' on an x86 system with 2.6 kernel source in /usr/src/linux
2.
3.

Actual Results:  
Parallel port printer doesn't work because the right drivers don't load.

Expected Results:  
Compile the lp.o module so that printers can work
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-30 01:47:03 UTC
NOT printing.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2005-08-30 04:36:10 UTC
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
CONFIG_PARPORT_PC_PCMCIA=m
CONFIG_PARPORT_NOT_PC=y
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_1284=y

All you have to do is load the module.
Comment 3 Dan Kurtz 2005-08-30 19:03:24 UTC
The parport modules compile fine. The lp module does not compile, because it is
not enabled:

CONFIG_PRINTER is not set
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2005-08-31 05:45:15 UTC
You know you *could* just enable it via menuconfig...

In the future, be *very* specific about what you're requesting, otherwise you
leave it up to us to try to interpret what you're asking for and that typically
doesn't work out too well.  I could have had this fixed yesterday... ;]

Anyway, I've changed it in CVS, so it'll be in genkernel 3.3.6, when it is released.