mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* question on accessing device nodes for drivers that are not loaded
@ 2004-11-19 21:51 Chris Friesen
  0 siblings, 0 replies; only message in thread
From: Chris Friesen @ 2004-11-19 21:51 UTC (permalink / raw)
  To: Linux kernel


I'm working on 2.6.9.  I wrote a driver as a module that binds in as a misc char 
device.

I created the node for it manually, tested loading/unloading, running, etc.

Then I unloaded the driver, and tried running my little test app.  It appears to 
have hung on the call to open the device node (for which there was no driver 
loaded).  Top shows it in D state.  Then I went to load the driver module, and 
the insmod command hung with a refcount of 1.

Is this expected behaviour?

Chris

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-19 21:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-19 21:51 question on accessing device nodes for drivers that are not loaded Chris Friesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome