avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] device not found?!


From: Vincent Trouilliez
Subject: Re: [avr-chat] device not found?!
Date: Fri, 21 Apr 2006 11:42:12 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]