[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: parport as module fails probe



	Subject: parport as module fails probe
	Date: Thu, Jun 17, 1999 at 11:29:55AM -0500

In reply to:Brian Servis

Quoting Brian Servis(servis@purdue.edu):
> 
> I just built a 2.2.10 kernel and decided to move the parport support
> out as modules. I don't have any strange setup or share devices.  Now
> when the modules load it fails to complete the IEEE 1284 probe.  When
> the parport support was compiled in I had no problems.
> 
> Now:(as module)
> Jun 17 11:11:11 brian kernel: parport0: PC-style at 0x378, irq 7 [SPP,ECP,ECPEPP,ECPPS2] 
> Jun 17 11:11:11 brian kernel: parport0: unable to get hardware to register IEEE 1284 probe. 
> Jun 17 11:11:11 brian kernel: parport0: unable to register for probe. 
> Jun 17 11:11:11 brian kernel: parport0: no IEEE-1284 device present. 
> Jun 17 11:11:12 brian kernel: parport0: unable to get hardware to register lp. 
> Jun 17 11:11:12 brian kernel: lp: driver loaded but no devices found 
> 
> Before:(compiled in)
> Jun  7 07:54:05 brian kernel: parport0: PC-style at 0x378 [SPP,ECP,ECPEPP,ECPPS2] 
> Jun  7 07:54:05 brian kernel: parport0: detected irq 7; use procfs to enable interrupt-driven operation. 
> Jun  7 07:54:05 brian kernel: parport0: Printer, HEWLETT-PACKARD DESKJET 660C 
> Jun  7 07:54:05 brian kernel: lp0: using parport0 (polling). 
> 
> 
> I have in my /etc/conf.modules
> 
> alias parport_lowlevel parport_pc
> options parport_pc io=0x378 irq=7
> 
> I don't mind having the parport compiled in but I was just trying to
> trim down the components that don't get used on a regular basis.
> 
> Anybody have any idea how to resolve this?
> 
I am not having a problem with that here.
grep -i parport /usr/src/linux/.config
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
# CONFIG_PARPORT_OTHER is not set
CONFIG_PNP_PARPORT=m
CONFIG_PARIDE_PARPORT=m

/etc/config.modules
alias parport_lowlevel parport_pc

/etc/lilo.conf
Image    = /boot/Slink-2.2.10
  label  = Slink2.2.10
  Root   = /dev/hdb2
  VGA    = 0x317
  append  = "hdd=cdrom lp=parport0 parport=0x378,none"

I am polling the LP so I save in IRQ.

HTH, YMMV, HAND


-- 
You can tell how far we have to go, when FORTRAN is the language of
supercomputers.
                -- Steven Feiner
_______________________________________________________
Wayne T. Topa <wtopa@mindspring.com>


Reply to: