LINUX.ORG.RU

Сообщения dizer

 

Не получаеться подгрузить модуль pctel-0.9.6.tar.gz

make configure выдает сообщение make: *** Нет правила для сборки цели `configure'. Останов.

Вот мои действия!!!!

[aleksandr@localhost aleksandr]$ uname -r 2.6.5-1.358 [aleksandr@localhost aleksandr]$ make configure make: *** Нет правила для сборки цели `configure'. Останов. [aleksandr@localhost aleksandr]$ ln -s /usr/src/linux-2.6.5-1.358 /usr/src/linux ln: создание символьной ссылки с `/usr/src/linux' на `/usr/src/linux-2.6.5-1.358': Permission denied [aleksandr@localhost aleksandr]$ make configure make: *** Нет правила для сборки цели `configure'. Останов. [aleksandr@localhost aleksandr]$ ln -s /usr/src/** linux ln: при создании нескольких ссылок последним аргументом должен быть каталог [aleksandr@localhost aleksandr]$ make configure make: *** Нет правила для сборки цели `configure'. Останов. [aleksandr@localhost aleksandr]$ - with-kernel-includes=your bash: -: command not found [aleksandr@localhost aleksandr]$ - with-kernel-includes=your ядерный исходный каталог bash: -: command not found [aleksandr@localhost aleksandr]$ ln -s /usr/src/linux-2.6.5-1.358 /usr/src/linux ln: создание символьной ссылки с `/usr/src/linux' на `/usr/src/linux-2.6.5-1.358': Permission denied [aleksandr@localhost aleksandr]$ [aleksandr@localhost aleksandr]$ ln -s /usr/src/linux-2.6.5-1.358 /usr/src/linux ln: создание символьной ссылки с `/usr/src/linux' на `/usr/src/linux-2.6.5-1.358': Permission denied [aleksandr@localhost aleksandr]$ ln -s /usr/src/linux-2.6.5-1.358 /usr/src/linux ln: создание символьной ссылки с `/usr/src/linux' на `/usr/src/linux-2.6.5-1.358': Permission denied [aleksandr@localhost aleksandr]$ make menuconfig make: *** Нет правила для сборки цели `menuconfig'. Останов. [aleksandr@localhost aleksandr]$ su root Password: [root@localhost aleksandr]# cat configure.patch | patch -p0 cat: configure.patch: No such file or directory [root@localhost aleksandr]# ln -s /usr/src/linux-2.6.5-1.358 /usr/src/linux [root@localhost aleksandr]# ln -s /usr/src/linux-2.6.5-1.358 /usr/src/linux [root@localhost aleksandr]# make configure make: *** Нет правила для сборки цели `configure'. Останов. [root@localhost aleksandr]# ln -s /usr/src/linux-2.6.5-1.358 /usr/src/linux ln: `/usr/src/linux/linux-2.6.5-1.358': Файл существует [root@localhost aleksandr]# gcc -v . Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7) /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/collect2 --eh-frame-hdr -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../crt1.o /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../crti.o /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/crtbegin.o -L/usr/lib/gcc-lib/i386-redhat-linux/3.3.3 -L/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../.. . -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/crtend.o /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../crtn.o .: file not recognized: Is a directory collect2: ld returned 1 exit status [root@localhost aleksandr]# uname -r 2.6.5-1.358 [root@localhost aleksandr]# ls Desktop Новая папка Новая папка (2) Новая папка_2 Новая папка_3 [root@localhost aleksandr]# tar -xzvf pctel-0.9.6.tar.gz tar (потомок): pctel-0.9.6.tar.gz: Cannot open: No such file or directory tar (потомок): Error is not recoverable: exiting now tar: Процесс-потомок возвратил статус 2 tar: Выход, отложенный по результатам предыдущих ошибок [root@localhost aleksandr]# ls Desktop Новая папка Новая папка_2 pctel-0.9.6.tar.gz Новая папка (2) Новая папка_3 [root@localhost aleksandr]# tar -xzvf pctel-0.9.6.tar.gz pctel-0.9.6/ pctel-0.9.6/misc/ pctel-0.9.6/misc/Makefile.am pctel-0.9.6/misc/Makefile.in pctel-0.9.6/misc/SlackBuild.in pctel-0.9.6/misc/build_rpms.sh.in pctel-0.9.6/misc/pctel.spec.in pctel-0.9.6/misc/autogen.sh pctel-0.9.6/misc/pctel.spec pctel-0.9.6/README pctel-0.9.6/AUTHORS pctel-0.9.6/COPYING pctel-0.9.6/ChangeLog pctel-0.9.6/INSTALL pctel-0.9.6/Makefile.am pctel-0.9.6/Makefile.in pctel-0.9.6/NEWS pctel-0.9.6/acinclude.m4 pctel-0.9.6/aclocal.m4 pctel-0.9.6/configure pctel-0.9.6/configure.in pctel-0.9.6/install-sh pctel-0.9.6/missing pctel-0.9.6/mkinstalldirs pctel-0.9.6/cvscompile.sh pctel-0.9.6/FAQ pctel-0.9.6/src/ pctel-0.9.6/src/Makefile.am pctel-0.9.6/src/Makefile.in pctel-0.9.6/src/module/ pctel-0.9.6/src/module/Makefile.am pctel-0.9.6/src/module/Makefile.in pctel-0.9.6/src/module/ptmodule.c pctel-0.9.6/src/ptserial/ pctel-0.9.6/src/ptserial/Makefile.am pctel-0.9.6/src/ptserial/Makefile.in pctel-0.9.6/src/ptserial/ptserial-2.4.6.c pctel-0.9.6/src/ptserial/ptserial-2.4.7.c pctel-0.9.6/lib/ pctel-0.9.6/lib/asus/ pctel-0.9.6/lib/asus/dsp.a pctel-0.9.6/lib/asus/i810hal.a pctel-0.9.6/lib/cm8738/ pctel-0.9.6/lib/cm8738/pctel-cm8738.o pctel-0.9.6/lib/pct789/ pctel-0.9.6/lib/pct789/dsp.a pctel-0.9.6/lib/pct789/pcthal.a pctel-0.9.6/lib/sis/ pctel-0.9.6/lib/sis/dsp.a pctel-0.9.6/lib/sis/i810hal.a pctel-0.9.6/lib/via/ pctel-0.9.6/lib/via/dsp.a pctel-0.9.6/lib/via/via686ahal.a pctel-0.9.6/lib/Makefile.am pctel-0.9.6/lib/Makefile.in pctel-0.9.6/lib/control.a pctel-0.9.6/lib/vuart.o pctel-0.9.6/modules/ pctel-0.9.6/modules/Makefile.am pctel-0.9.6/modules/Makefile.in pctel-0.9.6/include/ pctel-0.9.6/include/pctel.h pctel-0.9.6/include/halwraps.h pctel-0.9.6/include/vuart.h pctel-0.9.6/include/Makefile.am pctel-0.9.6/include/Makefile.in pctel-0.9.6/m4/ pctel-0.9.6/m4/Makefile.am pctel-0.9.6/m4/Makefile.in pctel-0.9.6/m4/_pctel.m4 [root@localhost aleksandr]# cd pctel-0.9.6/ [root@localhost pctel-0.9.6]# ./configure --with-hal=pct789 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets ${MAKE}... yes checking build driver for... HAL_PCT789 checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking whether make sets ${MAKE}... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for gawk... (cached) gawk checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking /usr/src/linux/include/linux/modversions.h usability... no checking /usr/src/linux/include/linux/modversions.h presence... no checking for /usr/src/linux/include/linux/modversions.h... no configure: error: modversions.h is missing - you should configure your kernel first! [root@localhost pctel-0.9.6]# make config make: *** Нет правила для сборки цели `config'. Останов. [root@localhost pctel-0.9.6]# make make: *** Не заданы цели и не найден make-файл. Останов. [root@localhost pctel-0.9.6]# make install make: *** Нет правила для сборки цели `install'. Останов. [root@localhost pctel-0.9.6]# insmod pctel bash: insmod: command not found [root@localhost pctel-0.9.6]#

dizer
()

КАК ЗАСТАВИТЬ РАБОТАТЬ US ROBOTICS 56K DF USB EXT?

Установил Fedora Core 2, но вот модем не работает. Посмотрел в обзоре оборудования, он присутствует. На windows он висит на порту COM4. Что дальше делать, я не знаю?

dizer
()

Не могу установить соединение с помощью zyxel omni 56k PCA внутренний.

Установил на свой компьютер операционную систему ASPLinux 9.2 Не удается подключить модем, система не обнаруживает его. У меня zyxel omni 56k PCA внутренний.Более того, на Windows модем подключен к порту COM3, на Linux в kppp модем обнаруживается на tty1 . После этого устанавливаю соединение, модем открывается, но не проходит строка инициализации. Так же пробовал установить на другие порты tty.. но ничего не получается. Модем как будто умер.?????

dizer
()

RSS подписка на новые темы