--
Sam
I believe, unlike the standard with cua ports, is that lp1 and lp2
are standard (like LPT1 and LPT2 under DOS). I think /dev/lp0 is in
a really wacked out location (a weird port address) and I don't even
know where its IRQ is.
/dev/lp1 is probably where your printer is.
Also, make sure that you have the printer device compiled into
your kernel.
Any ideas?
Thanks,
--
Sam Tannous (sam_t...@ncsu.edu)
North Carolina State University
Department of Electrical and Computer Engineering
Sam:
Recently had troubles getting lpr running under Slackware 2.0.0 and my
problem was related to the parallel port on that particular machine
was being detected as /dev/lp2 (DOS's LPT3). Check the start of the
boot sequence, there will be a message on the console showing you which
lp device the kernel has detected, as anything else will be reported as
"No such device"!
Lawrence Houston - (hou...@norton.geog.mcgill.ca)
lp_init: no lp devices found
But when I configured, I answered "y" to parallel printer
support and "n" to PLIP.
Sleepy and confused,
Sam
i think you will find 'cat silly_file > /dev/lp1' works ?
what does you startup screen say, mine says lp1 !!!
378h -> lp1 exists, using polling driver
lpd daemon is then loaded latter
>
Stephen Parkinson
: I believe, unlike the standard with cua ports, is that lp1 and lp2
: are standard (like LPT1 and LPT2 under DOS). I think /dev/lp0 is in
: a really wacked out location (a weird port address) and I don't even
: know where its IRQ is.
lp0 corresponds to the port address for parallel ports integrated into
Monochrome video cards (and some old all-on-the-motherboard designs). The
address used almost conflicts with a VGA port address (almost as in they
share an 8-port address range, and many cards can't handle that), so on AT
systems and higher, the first LPT port is what used to be LPT2. DOS
sets LPT1 to the first port it finds. If you have a seperate Multi-IO card,
lp1 is probably LPT1.
No, I can't offer a rational explanation for this.