Помогите настроить модем. У меня Acorp V.92 56K Fax Modem (M56PIM-2). Скачал дрова с linuxant.com, сделал, как написано в ридми, там 2 шага:
1) запустить с каталога, где распакован драйвер, make install
2) hcfpciconfig
Так вот, после введения первого шага - ошибку выдает ... *** Нет правила для сборки цели 'inf/HCFCTY.mst', требуемой для 'inf/HCFPCI,cty'.
Стандартно, т.е. через сеть, создать, модемное соединение он модем не находит ... и через wvdialconf тоже не видет.
Может кто с этим сталкивался??? Или что посоветуйте?
помогите поставить модем Acorp 56k v.92 (M56PIM-2) (В Fedora 7 не могу определить модем)
Модератор: Модераторы разделов
-
alien_rus
- Сообщения: 7
- ОС: Linux Fedora 7, WinXP
-
Mage-Warrior
- Сообщения: 869
- Статус: Семь раз понюхай, один раз откуси!
- ОС: SlackWare 12.1
Re: помогите поставить модем Acorp 56k v.92 (M56PIM-2)
Хм... Если проваливается даже первый шаг, то есть подозрение, что вы делаете make install под непривилегированным пользователем (которому даже читать в каталоге исходников запрещено). Попробуйте под su:
Код: Выделить всё
$su
Password:
#cd /usr/src/acorp_driver/
#make install*- Большинство проблем, дружок, завсегда покажет лог! -*
-
alien_rus
- Сообщения: 7
- ОС: Linux Fedora 7, WinXP
Re: помогите поставить модем Acorp 56k v.92 (M56PIM-2)
)) нет уж .. и под рутом тоже не выходит ...
-
Беспечность
- Сообщения: 42
- ОС: UBUNTU 7.10
Re: помогите поставить модем Acorp 56k v.92 (M56PIM-2)
У меня был такой модем. По-моему, его можно настроить и без дров, я не ставил ни каких драйверов. Ходил через Kppp.
-
alien_rus
- Сообщения: 7
- ОС: Linux Fedora 7, WinXP
Re: помогите поставить модем Acorp 56k v.92 (M56PIM-2)
а по подробнее моно .. как там и чего ))) и про kppp по подробнее )
-
Psihiatr
- Сообщения: 11
- ОС: DSL 4.4 + ???
Re: помогите поставить модем Acorp 56k v.92 (M56PIM-2)
Хм... та-же проблема... Линукс не видит модем, Кррр его тоже не определяет, а при попытке компиляции дров Выдаёт следующее:
Код:
gcc -Wall -O3 -fomit-frame-pointer -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -I. -I/usr/src/linux-headers-2.6.20-15 -DMODVERSIONS --include /usr/src/linux-headers-2.6.20-15/linux/modversions.h -o amrmo_init.o -c amrmo_init.c
cc1: error: /usr/src/linux-headers-2.6.20-15/linux/modversions.h: No such file or directory
amrmo_init.c:46:26: error: linux/config.h: No such file or directory
amrmo_init.c:47:26: error: linux/module.h: No such file or directory
amrmo_init.c:48:27: error: linux/version.h: No such file or directory
amrmo_init.c:49:24: error: linux/init.h: No such file or directory
amrmo_init.c:50:23: error: linux/pci.h: No such file or directory
amrmo_init.c:51:26: error: linux/kernel.h: No such file or directory
In file included from amrmo_init.c:53:
./linux_compat.h:55:40: error: missing binary operator before token "("
./linux_compat.h:77:40: error: missing binary operator before token "("
./linux_compat.h:91:40: error: missing binary operator before token "("
./linux_compat.h:98:41: error: missing binary operator before token "("
amrmo_init.c:150: error: expected ) before string constant
amrmo_init.c:151: error: expected ) before string constant
amrmo_init.c:152: error: expected ) before string constant
amrmo_init.c:153: error: expected ) before string constant
amrmo_init.c:175: error: expected = , , , ; , asm or __attribute__ before __devinitdata
amrmo_init.c:228: warning: data definition has no type or storage class
amrmo_init.c:228: warning: type defaults to int in declaration of MODULE_DEVICE_TABLE
amrmo_init.c:228: warning: parameter names (without types) in function declaration
amrmo_init.c: In function amr_mod_usage_increase :
amrmo_init.c:232: error: MOD_INC_USE_COUNT undeclared (first use in this function)
amrmo_init.c:232: error: (Each undeclared identifier is reported only once
amrmo_init.c:232: error: for each function it appears in.)
amrmo_init.c: In function amr_mod_usage_decrease :
amrmo_init.c:236: error: MOD_DEC_USE_COUNT undeclared (first use in this function)
amrmo_init.c: At top level:
amrmo_init.c:239: warning: struct pt_regs declared inside parameter list
amrmo_init.c:239: warning: its scope is only this definition or declaration, which is probably not what you want
amrmo_init.c:260: error: expected = , , , ; , asm or __attribute__ before amrmo_probe
amrmo_init.c:331: error: expected = , , , ; , asm or __attribute__ before amrmo_remove
amrmo_init.c:348: error: expected declaration specifiers or ... before string constant
amrmo_init.c:348: warning: data definition has no type or storage class
amrmo_init.c:348: warning: type defaults to int in declaration of MODULE_AUTHOR
amrmo_init.c:349: error: expected declaration specifiers or ... before string constant
amrmo_init.c:349: warning: data definition has no type or storage class
amrmo_init.c:349: warning: type defaults to int in declaration of MODULE_DESCRIPTION
amrmo_init.c:350: error: expected declaration specifiers or ... before string constant
amrmo_init.c:350: warning: data definition has no type or storage class
amrmo_init.c:350: warning: type defaults to int in declaration of MODULE_LICENSE
amrmo_init.c:355: error: variable amrmo_pci_driver has initializer but incomplete type
amrmo_init.c:356: error: unknown field name specified in initializer
amrmo_init.c:356: warning: excess elements in struct initializer
amrmo_init.c:356: warning: (near initialization for amrmo_pci_driver )
amrmo_init.c:357: error: unknown field id_table specified in initializer
amrmo_init.c:357: error: amrmo_pci_tbl undeclared here (not in a function)
amrmo_init.c:357: warning: excess elements in struct initializer
amrmo_init.c:357: warning: (near initialization for amrmo_pci_driver )
amrmo_init.c:358: error: unknown field probe specified in initializer
amrmo_init.c:358: error: amrmo_probe undeclared here (not in a function)
amrmo_init.c:358: warning: excess elements in struct initializer
amrmo_init.c:358: warning: (near initialization for amrmo_pci_driver )
amrmo_init.c:359: error: unknown field remove specified in initializer
amrmo_init.c:359: error: amrmo_remove undeclared here (not in a function)
amrmo_init.c:359: warning: excess elements in struct initializer
amrmo_init.c:359: warning: (near initialization for amrmo_pci_driver )
amrmo_init.c:366: error: expected = , , , ; , asm or __attribute__ before amrmo_init
amrmo_init.c:395: error: expected = , , , ; , asm or __attribute__ before amrmo_exit
amrmo_init.c:401: warning: data definition has no type or storage class
amrmo_init.c:401: warning: type defaults to int in declaration of module_init
amrmo_init.c:401: warning: parameter names (without types) in function declaration
amrmo_init.c:402: warning: data definition has no type or storage class
amrmo_init.c:402: warning: type defaults to int in declaration of module_exit
amrmo_init.c:402: warning: parameter names (without types) in function declaration
amrmo_init.c:404: warning: data definition has no type or storage class
amrmo_init.c:404: warning: type defaults to int in declaration of EXPORT_NO_SYMBOLS
make: *** [amrmo_init.o] Error 1
-
AMD
- Сообщения: 478
- Статус: Maestro
- ОС: Linux Kubuntu 7.10
Re: помогите поставить модем Acorp 56k v.92 (M56PIM-2)
alien_rus писал(а): ↑13.08.2007 11:37Помогите настроить модем. У меня Acorp V.92 56K Fax Modem (M56PIM-2). Скачал дрова с linuxant.com, сделал, как написано в ридми, там 2 шага:
1) запустить с каталога, где распакован драйвер, make install
2) hcfpciconfig
Так вот, после введения первого шага - ошибку выдает ... *** Нет правила для сборки цели 'inf/HCFCTY.mst', требуемой для 'inf/HCFPCI,cty'.
Стандартно, т.е. через сеть, создать, модемное соединение он модем не находит ... и через wvdialconf тоже не видет.
Может кто с этим сталкивался??? Или что посоветуйте?
А он com или USB?
-
Psihiatr
- Сообщения: 11
- ОС: DSL 4.4 + ???
Re: помогите поставить модем Acorp 56k v.92 (M56PIM-2)
Он вообще PCI...