Обмануть проще простого
Код
case $state in
ancient)
echo "This is a supported OS ($system) but an old release ($release)."
echo "The ByteBlasterMV driver cannot be used as-is on this"
echo "system, but you may be able to port it. Good luck!"
exit;;
late)
echo "This is a newer release of $system than is supported by"
echo "this software. It may or may not work.";;
unknown)
echo "The ByteBlasterMV driver has not been ported to this"
echo "version of this OS. Sorry."
# exit;;
esac
Закоментируйте строку с exit как в приведённой тексте в файле configure.
Вопрос в догонку. Вы читали INSTALL инструкции? там написано что можно не страдать компилированием модулей, а использовать имеющийся parport. Особое внимение уделите выделенным кускам
Цитата
Features
--------
This package contains kernel drivers for the Altera ByteBlaster, ByteBlasterMV
and ByteBlaster II JTAG cables.
In most cases you won't need to install a driver on your system. If the
parport driver is available on your kernel then Quartus II will use that driver
to connect to the hardware. This driver is visible as device nodes called
/dev/parport0, /dev/parport1 etc.
The only setup required with the parport driver is to ensure that the
permissions of the devices /dev/parport# (where # is 0, 1 or 2) are set
to provide RW access to all users who will need to use them.If you are using an early 2.4.x series kernel which does not contain any
parport devices they you may need to install the /dev/byteblaster driver by
following the instructions below. Note that this driver does not support
ByteBlaster II cables.
If you are using a 2.6.x series kernel then you may be able to get higher
performance by patching your parport driver to support bitbash mode. You
should only do this if you really know what you are doing - see the
instructions below.
If you do not have a copy of the Quartus II software installed then please
see
http://www.altera.com/ for details of how to obtain the software.