* Parallel IO port conflict (driver problem)
@ 2011-09-06 0:58 Shenli Zhu
2011-09-06 3:01 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Shenli Zhu @ 2011-09-06 0:58 UTC (permalink / raw)
To: kernelnewbies
Hi all,
I am reading "Linux device driver 3rd". I try to insmod the "short"
example(a example use parallel port).
But the port 0x378 is allocated to parport. And parport is used by
ppdev, parport_pc and lp.
Shall I rmmod all these 4 module to insmod "short"?
Thanks,
David
^ permalink raw reply [flat|nested] 2+ messages in thread
* Parallel IO port conflict (driver problem)
2011-09-06 0:58 Parallel IO port conflict (driver problem) Shenli Zhu
@ 2011-09-06 3:01 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2011-09-06 3:01 UTC (permalink / raw)
To: kernelnewbies
On Tue, Sep 06, 2011 at 08:58:34AM +0800, Shenli Zhu wrote:
> Hi all,
>
> I am reading "Linux device driver 3rd". I try to insmod the "short"
> example(a example use parallel port).
>
> But the port 0x378 is allocated to parport. And parport is used by
> ppdev, parport_pc and lp.
>
> Shall I rmmod all these 4 module to insmod "short"?
Yes.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-06 3:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 0:58 Parallel IO port conflict (driver problem) Shenli Zhu
2011-09-06 3:01 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.