On Fri, 2006-04-21 at 11:22 +0200, Jan-Erik wrote: > JanniMainPc:/home/jan-erik/avrdude-5.1 # modprobe ppdev > JanniMainPc:/home/jan-erik/avrdude-5.1 # avrdude -c sp12 -p m8 > > avrdude: AVR device not responding
That's good, it means ppdev loaded successfully and /dev/parport0 got created, and avrdude picked it up. Now you just need to make yourself part of the 'lp' group, so that you don't need to be root to use avrdude. I don't know the command line for it. But if you are using Gnome, there is a simple GUI to do it (Desktop->Administration->Users and Groups). > JanniMainPc:/home/jan-erik/avrdude-5.1 # avrdude -c sp12 -p m8 -P > dev/parport0 > avrdude: can't open device "dev/parport0": No such file or directory > avrdude: failed to open parallel port "dev/parport0" That's normal, you made a typo: "dev/parport0" instead of "/dev/parport0". But again, you don't need to specify it on the command line, avrdude use it by default. -- Vince _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
