|
From: Chris G. <dl...@ki...> - 2011-11-02 22:59:23
|
Hi. It's usually called /dev/lp0 but I've found that my server doesn't create it for some reason. That said, if you use mknod /dev/lpt0 c 6 0 that then allows you to use it. Hope that helps, Chris. On 2 November 2011 18:36, Bradlee Landis <bra...@gm...> wrote: > I am seeing a parallel port being detected in the boot logs: > > Nov 2 15:50:31 src@localhost kernel: : parport_pc 00:08: reported by > Plug and Play ACPI > Nov 2 15:50:31 src@localhost kernel: : parport0: PC-style at 0x378 > (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA] > > But, I don't see any devices in /dev that are the parallel ports. Do > you know what I need to do to be able to see parallel port devices? Or > are they under a different name? I saw in udev configuration that it > can be /dev/lp[0-9], parport[0-9], or irlpt[0-9]. > > -- > Thanks, > Brad Landis > > > ------------------------------------------------------------------------------ > RSA® Conference 2012 > Save $700 by Nov 18 > Register now! > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |