1826341 Members
4017 Online
109692 Solutions
New Discussion

Re: Parport1 Error

 
george_114
Advisor

Parport1 Error

I have configured parport1 on my redhat server machine.The following steps that i have done:
#vi /etc/modules.conf and added the following sintax:
option parport_pc io=0x378,0xbc00 irq=7,auto
#reboot
After that i have done:
#dmesg > /tmp/a
#grep parport /tmp/a
parport 0xbc00 (WARNING):CTR:wrote 0x0c,read 0x0d
parport 0xbc00 (WARNING): DATA:wrote 0xaa, read 0x00
parport 0xbc00 : Your gave this address, but there is probably no parallel port there !
parport1:PC-Style at 0xbc00 [PCSYP,TRISTATE,EPP]
ohci1394:pci_module_init failed

Any body know why this happens ???
Thanks in advance ......
3 REPLIES 3
Mark Grant
Honored Contributor

Re: Parport1 Error

I would be interested to see if you still get these errors if you removed the options from /etc/modules completely. You shouldn't need to specify these unless you have peculiar hardware.
Never preceed any demonstration with anything more predictive than "watch this"
Stuart Browne
Honored Contributor

Re: Parport1 Error

So lets get this straight, you've got a server, and you're adding a second LPT port.

I have issues with the second address.

By normal standards, the first LPT port is at 0x378 (yay), and the 2nd is at 0x278, and a 3rd is at 0x3bc.

Verify the address you're using for your 2nd parallel port.
One long-haired git at your service...
george_114
Advisor

Re: Parport1 Error

I have remove this sentence below:
options parport_pc io=0x378,0xbc00 irq=7,auto in /etc/modules.conf but still get tjis message:
ohci1394:pci_module_init failed