On Wed, Jun 18, 2003 at 05:24:55AM -0700, Gכzim Hoxha wrote:
> 
> 
> 
> --- Ohad Lutzky <[EMAIL PROTECTED]> wrote:
> > On Wed, Jun 18, 2003 at 04:18:32AM -0700, G?zim
> > Hoxha wrote:
> > > 
> > > --- Ohad Lutzky <[EMAIL PROTECTED]> wrote:
> > > > On Tue, Jun 17, 2003 at 11:00:11PM -0700, G?zim
> > > > Hoxha wrote:
> > > > > Hi,
> > > > > I trying to follow the printing doc in the
> > gentoo
> > > > > website, I did merge cups and foomatic, and I
> > > > thought
> > > > > I did enable support for parallel ports [as a
> > > > module].
> > > > > But when I check dmesg it says:
> > > > > lp: driver loaded but no device found
> > > > > 
> > > > > And it doesn't show that the printer is
> > recognized
> > > > or
> > > > > anything!
> > > > > 
> > > > > So Can someone quickly just tell me what I
> > should
> > > > > enable as a module in the kernel so the
> > parallel
> > > > port
> > > > > printer will work.
> > > > 
> > > > Basically, it's in the main menu: Parallel port
> > > > support. Check PC-Style
> > > > hardware in there. You can build those as
> > modules,
> > > > and then you'll need
> > > > to modprobe them, but if they're built into the
> > > > kernel, they should just
> > > > work. What does 'ls /dev/parport?' return?
> > > # ls /dev/parport
> > > ls: /dev/parport: No such file or directory
> > > #
> > > Thank you for your help Ohad :)
> > 
> > Actually, it's
> > $ ls /dev/parport?
> > *with* the question mark. The question mark stands
> > for a signle
> > character wildcard (like *, but for one mandatory
> > character), and in
> > this case it's a number, probably 0.
> Hmm,
> $ ls /dev/parport?
> ls: /dev/parport?: No such file or directory
> $
> I also did 
> cd /usr/src/linux
> make xconfig
> Chose parallel port support and built pc-style in the
> kernel,
> saved
> make modules modules_install

First of all, yes, you do need to enable parallel port support under
character devices.

What about the bzImage? That's the kernel itself, which you built into
the kernel, and you didn't recompile it. :)
# make dep && make bzImage modules modules_install
(modules and modules_install aren't necessary if you didn't add any new
modules)
# mount /boot
# cp /boot/bzImage /boot/bzImage.orig
(That's for backup)
# cp /usr/src/linux/arch/i386/boot/bzImage /boot

Restart, and you should be good to go :)
> 
> but the dmesg still did show that a printer was
> detected. Did I do it correctly?
> Note: in redhat for some reason the printer always
> worked, I don't know why & how!!
> 
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> 
> --
> [EMAIL PROTECTED] mailing list
> 

-- 
Tactless

"If it wasn't for fog, the world would run at a really crappy framerate."
This is a .signature virus! Please copy me into your .signature.

--
[EMAIL PROTECTED] mailing list

Reply via email to