hi,
i m trying to glow LED in the parllel portdriver but the led is not glow
i have done all steps:
mknod /dev/parlelport c 250 0
chmod 666 /dev/parlelport
echo -n A >/dev/parlelport
cat /dev/parlelport
./light
but when i reboot my system only D2 pin led is on.but after remove ppdev,lp,parport_pc
light goes off.then after that when i execute my driver led does not glow.
what the reason behind this plz tell me.major_number is 250
code is same as
http://www.freesoftwaremagazine.com/.../drivers_linux