On Tue, Mar 09, 2004 at 09:08:11AM +0100, Manuel Stühn wrote:
> Hallo.
> Ich hab nochmal an meinen BIOS-Einstellungen gespielt und den lpt von NORMAL
> auf ECP gestellt. Wenn ich nach dem Hochfahren per Hand
> # lptcontrol -e
> abschicke, dann ist problemloses Drucken möglich. Wie kann ich einstellen,
> dass der lpt schon beim Hochfahren in den extended polled mode geschaltet
> wird?
> # dmesg | grep ppc
> ppc0 port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0
> ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
> ppc0: FIFO with 16/16/8 bytes threshold
> ppbus0: <Parallel port bus> on ppc0
Steht doch alles in der Manpage:
man 4 ppc:
[...]
Supported flags
bits 0-3: chipset forced mode(s)
PPB_COMPATIBLE 0x0 /* Centronics compatible mode */
PPB_NIBBLE 0x1 /* reverse 4 bit mode */
PPB_PS2 0x2 /* PS/2 byte mode */
PPB_EPP 0x4 /* EPP mode, 32 bit */
PPB_ECP 0x8 /* ECP mode */
And any mixed values.
bit 4: EPP protocol (0 EPP 1.9, 1 EPP 1.7)
bit 5: activate IRQ (1 IRQ disabled, 0 IRQ enabled)
bit 6: disable chipset specific detection
bit 7: disable FIFO detection
-- B.Walter BWCT http://www.bwct.de ticso(at)bwct.de info(at)bwct.de To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Tue 09 Mar 2004 - 09:29:29 CET