On Sun, 10 Apr 2005, Kylo Ginsberg wrote: > Fwiw, I explicitly created the CPM devices; note that the > major/minor match those of your NULL nodes.? I'm running 2.6.11.? > I'm fuzzy re if/how these devices should be automagically created by > the kernel. > > mknod ttyCPM0 c 204 46 > mknod ttyCPM1 c 204 47 > chmod 660 ttyCPM* > ... > crw------- 1 root root 204, 46 Dec 31 1969 <NULL>0 > crw------- 1 root root 204, 47 Dec 31 1969 <NULL>1
well, since i'm using devfs, i'm assuming that's what i get by default. ok, that clears up some of the confusion. thanks. rday