Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.setup > #173

Re: Programming the parallel port irq on a shared irq?

From Klaatu <houndnews@gmail.com>
Newsgroups alt.os.linux, alt.os.linux.mandriva, comp.os.linux.setup
Subject Re: Programming the parallel port irq on a shared irq?
Followup-To alt.os.linux
Date 2011-04-10 10:43 -0700
Organization Aioe.org NNTP Server
Message-ID <insq8g$625$1@speranza.aioe.org> (permalink)
References <slrnip1pa0.i9m.unruh@wormhole.physics.ubc.ca>

Cross-posted to 3 groups.

Followups directed to: alt.os.linux

Show all headers | View raw


> 
> Reading the MOSCHIP specs for this system gives me no clue.
> 

Did you get the parallel port printer to work?  I have a MOSCHIP 9815 (2 
Parallel ports) going to /var/log and running "cat syslog | grep parport" 
yields

Apr 10 09:45:04 phenom kernel: parport_pc 00:0a: reported by Plug and Play 
ACPI
Apr 10 09:45:04 phenom kernel: parport0: PC-style at 0x378, irq 7 
[PCSPP,TRISTATE]
Apr 10 09:45:04 phenom kernel: parport_pc 0000:03:06.0: PCI INT A -> GSI 20 
(level, low) -> IRQ 20
Apr 10 09:45:04 phenom kernel: parport1: PC-style at 0xcf00 (0xce00), irq 
20, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
Apr 10 09:45:04 phenom kernel: parport2: PC-style at 0xcd00 (0xcc00), irq 
20, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]

lspci -v yields

03:06.0 Communication controller: NetMos Technology PCI 9815 Multi-I/O 
Controller (rev 01)
        Subsystem: LSI Logic / Symbios Logic 2P0S (2 port parallel adaptor)
        Flags: medium devsel, IRQ 20
        I/O ports at cf00 [size=8]
        I/O ports at ce00 [size=8]
        I/O ports at cd00 [size=8]
        I/O ports at cc00 [size=8]
        I/O ports at cb00 [size=8]
        I/O ports at ca00 [size=16]
        Kernel modules: parport_pc

Doing a /sbin/modprobe parport_pc io=0x378,0xcf00 irq=7,20 runs but no 
printer is detected using any of the above ports.

The setup works in Windoz 7, same machine, so no hardware issue.  Running 
2010.2, PhenomIIx2 64 bit machine.  Any ideas.

Back to comp.os.linux.setup | Previous | Next | Find similar


Thread

Re: Programming the parallel port irq on a shared irq? Klaatu <houndnews@gmail.com> - 2011-04-10 10:43 -0700

csiph-web