[sane-devel] Help with ppdev /dev/parport0 on Mandrake Linux 9

Ryan Harkin linux@harkin.org
Wed, 23 Oct 2002 23:52:12 +0100


On Wednesday 23 October 2002 19:41, Ryan Harkin wrote:
> You need to create the /dev/parportX devices under Mandrake.  When I wa=
s
> testing my scanner under Mandrake, I created /dev/parport0 manually usi=
ng
> mknod:
>
> =09# mknod /dev/parport0 c 99 0
>
> However, after playing with the printer config utilities and doing some
> other playing about Mandrake created /dev/parport1..9 without me notici=
ng.


Sorry, I should have said that the X in /dev/parportX stood for the port=20
number (maybe that was obvious :) and that Mandrake 9 did not create parp=
ort0=20
because I had already created it using mknod.

I deleted my /dev/parport0 device file and recreated it using a softlink,=
=20
similar to how the other device files were created by Mandrake.

=09# ln -s /dev/parport/0 /dev/parport0

Or something similar

Cheers,
Ryan.