| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Wed, 10 May 1995 10:54:01 +0900 From: NIIBE Yutaka <gniibe@mri.co.jp> To: hab@engr.ucf.edu (Hubert Bahr) Cc: linux-net@vger.rutgers.edu In-Reply-To: <m0s8rBi-0000bbC@invasion.engr.ucf.edu> Hubert Bahr writes: > When I try to config the kernel for both plip and parallel printer > I can get one or not the other. I have two parallel ports is there > any way to have both plip and a parallel printer. The problem is that PLIP and LP register all the I/O region. They should handle kernel arguments (currently they don't). Possible work around is comment out following lines in plip_init(). /* Check region before the probe */ if (check_region(PAR_DATA(dev), 3) < 0) return -ENODEV; > How do I tell the system I want to use a bidirectional port (mode 1) > vs mode 0? I think, there is no driver for MODE1. -- NIIBE Yutaka Mitsubishi Research Institute, Inc.
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |