прошу помочь советом.
Пользователь решил продолжить мысль 16 Апреля 2010, 01:30:34:
попробую вот это:
On ubuntu system you have to compile as root
You first need build-essential package:
Code:
sudo apt-get update && sudo apt-get install build-essential
then build and install the module as root:
Code:
sudo make && sudo make install && sudo reboot
This will build the module, install it in the right directories and reboot the system
Try this.
(взято от сюда(
http://ubuntuforums.org/showthread.php?s=32c490f0a1570a2b6e511695201beacd&t=683085&page=2))
Пользователь решил продолжить мысль 16 Апреля 2010, 20:29:41:
наконец продвижение :
root@sergei-desktop:/home/sergei/RT2870# make
make -C tools
make[1]: Entering directory `/home/sergei/RT2870/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/sergei/RT2870/tools'
/home/sergei/RT2870/tools/bin2h
а что дальше ?
Пользователь решил продолжить мысль 17 Апреля 2010, 19:45:28:
http://forum.runtu.org/index.php/topic,6861.0.htmlрешил и работает.