Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46883 - The genkernel kernel building script (kernel development-sources [vanilla 2.6.4]) leaves out parallel port support on x86 hardware
Summary: The genkernel kernel building script (kernel development-sources [vanilla 2.6...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
: 46882 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-05 11:49 UTC by Warren
Modified: 2004-04-11 07:49 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 Warren 2004-04-05 11:49:21 UTC
I'm mostly a kernel configuring newbie, so I opted to use the genkernel script to build my kernel.  However, when I went to set up my printer, I noticed that in the cups config, there were no parallel ports found on my machine.  I ran the "make menuconfig" for the kernel and found that in the device drivers section, there was no support for parallel ports, either built in or as a module.

Reproducible: Always
Steps to Reproduce:
build gentoo linux 2004.0 from stage 1 on a pentium 3 based machine.
when you get to the kernel config stage, use genkernel to build the kernel.
emerge hotplug
When you get everything running, try to set up a parallel port printer.
(in konsole:) hostname linux># make menuconfig
check the device drivers section for parallel port support
Actual Results:  
As described above, parallel port support is missing by default. 

Expected Results:  
Genkernel should have (on x86 and AMD-64 hardware) included the parallel port 
support in genkernel. 

Gentoo Base System version 1.4.3.13 
Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.4) 
================================================================= 
System uname: 2.6.4 i686 Pentium III (Katmai) 
Autoconf: sys-devel/autoconf-2.58-r1 
Automake: sys-devel/automake-1.8.3 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo 
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://mirror.tucdemonic.org/gentoo/ 
http://adelie.polymtl.ca/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X alsa apm arts avi berkdb cdr crypt cups dga encode foomaticdb gdbm gif 
gpm gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mpeg ncurses nls 
oggvorbis opengl oss pam pdflib perl png python qt quicktime readline samba 
sdl slang spell sse ssl svga tcpd truetype x86 xinerama xml2 xmms xv zlib"
Comment 1 Warren 2004-04-05 11:56:00 UTC
*** Bug 46882 has been marked as a duplicate of this bug. ***
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2004-04-11 07:49:36 UTC
Solved in Genkernel 3.0.2a. Thanks!