LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   parallel printer not recognized (https://www.linuxquestions.org/questions/red-hat-31/parallel-printer-not-recognized-118036/)

twcinpa 11-19-2003 10:36 PM

parallel printer not recognized
 
I have an Epson C82 to install on RH9.

Using the printer configuration tool no device is scanned. I'm expecting /dev/lp0 but nothing shows up.

Printer works fine on Win98.

ilpadrino 11-20-2003 04:06 AM

First you have to check that your kernel has built-in the right options or you have the right modules compiled.

First you go to /usr/src/linux-2.x.xx and execute "make xconfig"

Go to the "Parallel port" and check that you have activated "parallel port support, Pc-Style support and IEEE 1284 support". Then go to Character devices and check that you have activated "Printer parallel support".

After that, recompile your kernel and check also that your BIOS has "EPP 1.9 mode" enabled.

PD: Donīt forget that if you decide to compile those options as modules, you have to include them in "modules.conf" under the /etc directory.

Be lucky

twcinpa 11-20-2003 08:20 AM

OK, this is the result from make xconfig:

[root@localhost tom]# cd /usr/src/linux-2.4.20-20.9
[root@localhost linux-2.4.20-20.9]# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.20-20.9/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
KERNTYPE=`sed -n 's_^/\* Kernel type \(.*\) \*/_\1_p' /boot/kernel.h 2>/dev/null`; \
if [ -f configs/*-ERNTYPE.config ]; then \
conf=`echo configs/*-ERNELTYPE.config`; \
echo "set defaults \"\"" >> kconfig.tk; \
else \
echo "set defaults \"arch/i386/defconfig\"" >> kconfig.tk; \
fi
echo "set ARCH \"i386\"" >> kconfig.tk
cat tail.tk >> kconfig.tk
chmod 755 kconfig.tk
make[1]: Leaving directory `/usr/src/linux-2.4.20-20.9/scripts'
wish -f scripts/kconfig.tk
make: wish: Command not found
make: *** [xconfig] Error 127

twcinpa 11-20-2003 08:55 AM

Oops, stand by.

It was the setting in the BIOS.

Thank you ilpadrino.

Tom


All times are GMT -5. The time now is 09:25 AM.