tigershot1 wrote:While checking the cable I decided to check the pins for the ISP into the atmega and it turned out one of them was improperly soldered. Works fine now, and thanks for the help guys. Dmitri, how should I arrange to ship the atmega out to you, via PM? I think I'll do it in 2-3 weeks, just so I can fool around with it a little first.
Unless money is really tight I'd consider just buying a new programmed Atmega from Dmitri as outlined in the other thread(s). That way you don't lose the functionality of your module in the meantime.
ignotus wrote:In order to be able to write to the parallel port in linux I have to type the following commands in the terminal:
sudo modprobe parport_pc
(enter sudo password)
modprobe ppdev
modprobe parport
After I do that ponyprog works no problem.
You should just have those kernel modules (parport_pc, ppdev, parport) auto-loaded at boot then. Your distro's wiki will probably have instructions for how to include them.