ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Правидьное назавание ядра + softmodem Zyxel-PCI56
@ 2002-12-19 19:49 Andrej Mackiewicz
  2002-12-20  9:02 ` [sisyphus] ðÒÁ×ÉÄØÎÏÅ ÎÁÚÁ×ÁÎÉÅ ÑÄÒÁ " Sergey Krivulja
  2002-12-20 12:04 ` [sisyphus] " Alex Yustasov
  0 siblings, 2 replies; 4+ messages in thread
From: Andrej Mackiewicz @ 2002-12-19 19:49 UTC (permalink / raw)
  To: sisyphus

Пытаюсь поставить драйвер PCTEL для софтмодема Zyxel-PCI56
получаю

[anman@localhost pctel-0.9.6]$ ./configure
--with-kernel-includes=/etc/alternatives/kernel_include
--with-hal=pct789 prefix=/usr checking for a BSD-compatible install...
/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... /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 /etc/alternatives/kernel_include/linux/modversions.h
usability... yes checking
/etc/alternatives/kernel_include/linux/modversions.h presence... yes
checking for /etc/alternatives/kernel_include/linux/modversions.h... yes
checking for Linux kernel version >= 2.4.0... ./configure: line 3344:
test: 2-alt0: integer expression expected no
configure: error: You should have linux kernel >= 2.4.0 installed
                                      
я так понимаю, что
идет неверное определение версии ядра.
однако ....
[anman@localhost pctel-0.9.6]$ uname -r
2.4.19-alt0.8-up
[anman@localhost pctel-0.9.6]$ uname -a
Linux localhost.localdomain 2.4.19-alt0.8-up #1 Wed Oct 23 13:20:07 MSD
2002 i686 unknown unknown GNU/Linux

Как подсказать конфигуратору правильное назавание ядра

-- 
С.-Петербург
Андрей Мацкевич 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] ðÒÁ×ÉÄØÎÏÅ ÎÁÚÁ×ÁÎÉÅ ÑÄÒÁ + softmodem Zyxel-PCI56
  2002-12-19 19:49 [sisyphus] Правидьное назавание ядра + softmodem Zyxel-PCI56 Andrej Mackiewicz
@ 2002-12-20  9:02 ` Sergey Krivulja
  2002-12-20 10:48   ` [sisyphus] Re: Правидьное назавание ядра " Michael Shigorin
  2002-12-20 12:04 ` [sisyphus] " Alex Yustasov
  1 sibling, 1 reply; 4+ messages in thread
From: Sergey Krivulja @ 2002-12-20  9:02 UTC (permalink / raw)
  To: Andrej Mackiewicz

Hello Andrej,

Thursday, December 19, 2002, 10:49:23 PM, you wrote:

AM> Пытаюсь поставить драйвер PCTEL для софтмодема Zyxel-PCI56
AM> получаю
Может скомпилировать ?


AM> configure: error: You should have linux kernel >= 2.4.0 installed

AM> я так понимаю, что
AM> идет неверное определение версии ядра.
Именно

AM> однако ....
AM> [anman@localhost pctel-0.9.6]$ uname -r
AM> 2.4.19-alt0.8-up
AM> [anman@localhost pctel-0.9.6]$ uname -a
AM> Linux localhost.localdomain 2.4.19-alt0.8-up #1 Wed Oct 23 13:20:07 MSD
AM> 2002 i686 unknown unknown GNU/Linux

AM> Как подсказать конфигуратору правильное назавание ядра
--host= --target= непомогает?



-- 
Best regards,
 Sergey                            mailto:skrivulja@erec.ru




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [sisyphus] Re: Правидьное назавание ядра + softmodem Zyxel-PCI56
  2002-12-20  9:02 ` [sisyphus] ðÒÁ×ÉÄØÎÏÅ ÎÁÚÁ×ÁÎÉÅ ÑÄÒÁ " Sergey Krivulja
@ 2002-12-20 10:48   ` Michael Shigorin
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Shigorin @ 2002-12-20 10:48 UTC (permalink / raw)
  To: Andrej Mackiewicz

On Fri, Dec 20, 2002 at 12:02:51PM +0300, Sergey Krivulja wrote:
> AM> configure: error: You should have linux kernel >= 2.4.0 installed

Кривой тест, см. почту.

> AM> Linux localhost.localdomain 2.4.19-alt0.8-up #1 Wed Oct 23 13:20:07 MSD
> AM> 2002 i686 unknown unknown GNU/Linux
> AM> Как подсказать конфигуратору правильное назавание ядра
> --host= --target= непомогает?

Сережа, это не то.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] Правидьное назавание ядра + softmodem Zyxel-PCI56
  2002-12-19 19:49 [sisyphus] Правидьное назавание ядра + softmodem Zyxel-PCI56 Andrej Mackiewicz
  2002-12-20  9:02 ` [sisyphus] ðÒÁ×ÉÄØÎÏÅ ÎÁÚÁ×ÁÎÉÅ ÑÄÒÁ " Sergey Krivulja
@ 2002-12-20 12:04 ` Alex Yustasov
  1 sibling, 0 replies; 4+ messages in thread
From: Alex Yustasov @ 2002-12-20 12:04 UTC (permalink / raw)
  To: sisyphus

On Thu, Dec 19, 2002 at 10:49:23PM +0300, Andrej Mackiewicz wrote:
> я так понимаю, что
> идет неверное определение версии ядра.
> однако ....
> [anman@localhost pctel-0.9.6]$ uname -r
> 2.4.19-alt0.8-up
> [anman@localhost pctel-0.9.6]$ uname -a
> Linux localhost.localdomain 2.4.19-alt0.8-up #1 Wed Oct 23 13:20:07 MSD
> 2002 i686 unknown unknown GNU/Linux
> 
> Как подсказать конфигуратору правильное назавание ядра

Исправить в ./configure:
вместо строчек
 KERNEL_VERSION="`grep UTS_RELEASE $KERNEL_INCLUDES/linux/version.h | cut -d\\\" -f2`"
 KERNEL_VERSION=`echo $KERNEL_VERSION | awk '{ print $1 }'`
поставить
 KERNEL_VERSION="2.4.19"

Или что-то в этом роде.  


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-12-20 12:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-19 19:49 [sisyphus] Правидьное назавание ядра + softmodem Zyxel-PCI56 Andrej Mackiewicz
2002-12-20  9:02 ` [sisyphus] ðÒÁ×ÉÄØÎÏÅ ÎÁÚÁ×ÁÎÉÅ ÑÄÒÁ " Sergey Krivulja
2002-12-20 10:48   ` [sisyphus] Re: Правидьное назавание ядра " Michael Shigorin
2002-12-20 12:04 ` [sisyphus] " Alex Yustasov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git