Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHey Ura,
Thanks again for the continued help! I tried your proposed solution and everything was going smashingly until:sudo chkconfig jtagd onI didn't realize this but the 'chkconfig' command isn't supported by Ubuntu. Undeterred I tried the following to brute force install it (borrowed from Ubuntu forums): $ apt-get install libnewt0.51
$ ln -s /usr/lib/libnewt.so.0.51 /usr/lib/libnewt.so.0.50
$ wget http://www.tuxx-home.at/projects/chkconfig-for-debian/chkconfig_1.2.24d-1_i386.deb
$ dpkg --force-all -i chkconfig_1.2.24d-1_i386.debBut alas, no dice. I am missing dependencies for this module, but I do not know which ones. At this point, I'm nearly ready to dual boot/suck. At least I have a reason to re-install, 8.10 is out.:rolleyes: MK