ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
@ 2006-01-22 17:41 spider
  2006-01-22 18:07 ` Alex Yustasov
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: spider @ 2006-01-22 17:41 UTC (permalink / raw)
  To: ALT Linux Community

make dep с тем конфигом, который в /boot, завершается ошибкой. Но если 
его загрузить и сохранить, ошибки нет. Может ли кто объяснить, почему 
это так происходит?
Если в /boot лежит тот конфиг, который использовался для сборки того 
ядра, что устанавливается в системе, из тех исходников, что в 
дистрибутиве, то почему make dep выдает ошибку?


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

* Re: [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
  2006-01-22 17:41 [Comm] /boot/config-2.4.26-std-up-alt6 и make dep spider
@ 2006-01-22 18:07 ` Alex Yustasov
  2006-01-22 20:11   ` spider
  2006-01-22 18:18 ` Andrey Rahmatullin
  2006-01-22 18:35 ` Sergey Vlasov
  2 siblings, 1 reply; 12+ messages in thread
From: Alex Yustasov @ 2006-01-22 18:07 UTC (permalink / raw)
  To: ALT Linux Community

On Sun, Jan 22, 2006 at 07:41:15PM +0200, spider wrote:
> make dep с тем конфигом, который в /boot, завершается ошибкой. Но если 
> его загрузить и сохранить, ошибки нет. Может ли кто объяснить, почему 
> это так происходит?
> Если в /boot лежит тот конфиг, который использовался для сборки того 
> ядра, что устанавливается в системе, из тех исходников, что в 
> дистрибутиве, то почему make dep выдает ошибку?

А как Вы собираете ядро? Все патчи приложены?

-- 
    Alex Yustasov


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

* Re: [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
  2006-01-22 17:41 [Comm] /boot/config-2.4.26-std-up-alt6 и make dep spider
  2006-01-22 18:07 ` Alex Yustasov
@ 2006-01-22 18:18 ` Andrey Rahmatullin
  2006-01-22 20:14   ` spider
  2006-01-22 18:35 ` Sergey Vlasov
  2 siblings, 1 reply; 12+ messages in thread
From: Andrey Rahmatullin @ 2006-01-22 18:18 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 557 bytes --]

On Sun, Jan 22, 2006 at 07:41:15PM +0200, spider wrote:
> Если в /boot лежит тот конфиг, который использовался для сборки того 
> ядра, что устанавливается в системе, из тех исходников, что в 
> дистрибутиве, то почему make dep выдает ошибку?
А вы действительно собираете с этим конфигом те же исходники, для сборки
которых он использовался в дистрибутиве?

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

> Хм... А можно вместо 10 случайных багов публиковать 20?
Вам в день мало 10 для исправления?
		-- lav in sisyphus@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
  2006-01-22 17:41 [Comm] /boot/config-2.4.26-std-up-alt6 и make dep spider
  2006-01-22 18:07 ` Alex Yustasov
  2006-01-22 18:18 ` Andrey Rahmatullin
@ 2006-01-22 18:35 ` Sergey Vlasov
  2006-01-22 20:12   ` spider
  2 siblings, 1 reply; 12+ messages in thread
From: Sergey Vlasov @ 2006-01-22 18:35 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

On Sun, Jan 22, 2006 at 07:41:15PM +0200, spider wrote:
> make dep с тем конфигом, который в /boot, завершается ошибкой. Но если 
> его загрузить и сохранить, ошибки нет. Может ли кто объяснить, почему 
> это так происходит?

Какой-нибудь из вариантов make *config нужно запускать перед сборкой
ядра в любом случае - хотя бы make oldconfig.  При этом создаются
другие файлы, зависящие от конфигурации ядра (прежде всего
include/linux/autoconf.h).

> Если в /boot лежит тот конфиг, который использовался для сборки того 
> ядра, что устанавливается в системе, из тех исходников, что в 
> дистрибутиве, то почему make dep выдает ошибку?

На всякий случай: патчи из перечисленных в spec-файле пакетов
kernel-{fix,feat}-* наложить не забыли?

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
  2006-01-22 18:07 ` Alex Yustasov
@ 2006-01-22 20:11   ` spider
  2006-01-22 20:29     ` Alex Yustasov
  2006-01-23  4:49     ` Andrey Rahmatullin
  0 siblings, 2 replies; 12+ messages in thread
From: spider @ 2006-01-22 20:11 UTC (permalink / raw)
  To: ALT Linux Community

Alex Yustasov пишет:
> On Sun, Jan 22, 2006 at 07:41:15PM +0200, spider wrote:
> 
>>make dep с тем конфигом, который в /boot, завершается ошибкой. Но если 
>>его загрузить и сохранить, ошибки нет. Может ли кто объяснить, почему 
>>это так происходит?
>>Если в /boot лежит тот конфиг, который использовался для сборки того 
>>ядра, что устанавливается в системе, из тех исходников, что в 
>>дистрибутиве, то почему make dep выдает ошибку?
> 
> 
> А как Вы собираете ядро? Все патчи приложены?
> 
Дело в том, что я не собираю ядро. Я собираю драйвер для вебкамеры 
Lаbtek. Для этого, как написано в INSTALL, достаточно сделать make dep. 
Патчей я не прикладывал.


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

* Re: [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
  2006-01-22 18:35 ` Sergey Vlasov
@ 2006-01-22 20:12   ` spider
  0 siblings, 0 replies; 12+ messages in thread
From: spider @ 2006-01-22 20:12 UTC (permalink / raw)
  To: ALT Linux Community

Sergey Vlasov пишет:
> Какой-нибудь из вариантов make *config нужно запускать перед сборкой
> ядра в любом случае - хотя бы make oldconfig.  При этом создаются
> другие файлы, зависящие от конфигурации ядра (прежде всего
> include/linux/autoconf.h).
Похоже, что так.
> 
> На всякий случай: патчи из перечисленных в spec-файле пакетов
> kernel-{fix,feat}-* наложить не забыли?
А где этот файл взять?


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

* Re: [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
  2006-01-22 18:18 ` Andrey Rahmatullin
@ 2006-01-22 20:14   ` spider
  2006-01-23  4:49     ` Andrey Rahmatullin
  0 siblings, 1 reply; 12+ messages in thread
From: spider @ 2006-01-22 20:14 UTC (permalink / raw)
  To: ALT Linux Community

Andrey Rahmatullin пишет:
> А вы действительно собираете с этим конфигом те же исходники, для сборки
> которых он использовался в дистрибутиве?
Вот это я и хотел узнать. Исходники поставил из того-же дистра, что и 
ядро -- ALM 2.4.


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

* Re: [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
  2006-01-22 20:11   ` spider
@ 2006-01-22 20:29     ` Alex Yustasov
  2006-01-22 23:24       ` spider
  2006-01-23  4:49     ` Andrey Rahmatullin
  1 sibling, 1 reply; 12+ messages in thread
From: Alex Yustasov @ 2006-01-22 20:29 UTC (permalink / raw)
  To: ALT Linux Community

On Sun, Jan 22, 2006 at 10:11:15PM +0200, spider wrote:
> Alex Yustasov пишет:
> >On Sun, Jan 22, 2006 at 07:41:15PM +0200, spider wrote:
> >
> >>make dep с тем конфигом, который в /boot, завершается ошибкой. Но если 
> >>его загрузить и сохранить, ошибки нет. Может ли кто объяснить, почему 
> >>это так происходит?
> >>Если в /boot лежит тот конфиг, который использовался для сборки того 
> >>ядра, что устанавливается в системе, из тех исходников, что в 
> >>дистрибутиве, то почему make dep выдает ошибку?
> >
> >
> >А как Вы собираете ядро? Все патчи приложены?
> >
> Дело в том, что я не собираю ядро. Я собираю драйвер для вебкамеры 
> Lаbtek. Для этого, как написано в INSTALL, достаточно сделать make dep. 
> Патчей я не прикладывал.

Это смотря какой драйвер. Ссылку не дадите? 

А вообще-то может обойдется kernel-headers, kernel-headers-modules без
make dep?

-- 
    Alex Yustasov


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

* Re: [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
  2006-01-22 20:29     ` Alex Yustasov
@ 2006-01-22 23:24       ` spider
  2006-01-23 10:09         ` Sergey Vlasov
  0 siblings, 1 reply; 12+ messages in thread
From: spider @ 2006-01-22 23:24 UTC (permalink / raw)
  To: ALT Linux Community

Alex Yustasov пишет:
> Это смотря какой драйвер. Ссылку не дадите? 
http://home.tiscali.dk/tomasgc/labtec/
http://mxhaard.free.fr/download.html


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

* Re: [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
  2006-01-22 20:14   ` spider
@ 2006-01-23  4:49     ` Andrey Rahmatullin
  0 siblings, 0 replies; 12+ messages in thread
From: Andrey Rahmatullin @ 2006-01-23  4:49 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

On Sun, Jan 22, 2006 at 10:14:33PM +0200, spider wrote:
> Вот это я и хотел узнать. Исходники поставил из того-же дистра, что и 
> ядро -- ALM 2.4.
Поставьте из этого же дистра все патчи, перечисленные в rpm -qi
пакет_с_ядром.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

> В vim сделал :/ee/, теперь две подряд идущие буквы e выделяются
> красным. Как снять выделение?
/sdbjvhcbsjhdb :)
		-- mike in community@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
  2006-01-22 20:11   ` spider
  2006-01-22 20:29     ` Alex Yustasov
@ 2006-01-23  4:49     ` Andrey Rahmatullin
  1 sibling, 0 replies; 12+ messages in thread
From: Andrey Rahmatullin @ 2006-01-23  4:49 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

On Sun, Jan 22, 2006 at 10:11:15PM +0200, spider wrote:
> Дело в том, что я не собираю ядро. Я собираю драйвер для вебкамеры 
> Lаbtek.
Вам не нужны исходники ядра.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

> Просьба QA больше не присылать спам, а то Mozilla натравлю !!!
Рассылка спама согласована с Адвокатом. :)
		-- at in devel@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] /boot/config-2.4.26-std-up-alt6 и make dep
  2006-01-22 23:24       ` spider
@ 2006-01-23 10:09         ` Sergey Vlasov
  0 siblings, 0 replies; 12+ messages in thread
From: Sergey Vlasov @ 2006-01-23 10:09 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

On Mon, Jan 23, 2006 at 01:24:15AM +0200, spider wrote:
> Alex Yustasov пишет:
> >Это смотря какой драйвер. Ссылку не дадите? 
> http://home.tiscali.dk/tomasgc/labtec/
> http://mxhaard.free.fr/download.html

Есть в Сизифе (правда, не самая свежая на данный момент версия):

kernel-source-spca5xx-0.57.05-alt1.src.rpm
kernel-modules-spca5xx-std-up-0.57.05-alt3.132128.1.src.rpm

Можно попробовать аналогичным образом собрать модуль и для 2.4.26.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2006-01-23 10:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-22 17:41 [Comm] /boot/config-2.4.26-std-up-alt6 и make dep spider
2006-01-22 18:07 ` Alex Yustasov
2006-01-22 20:11   ` spider
2006-01-22 20:29     ` Alex Yustasov
2006-01-22 23:24       ` spider
2006-01-23 10:09         ` Sergey Vlasov
2006-01-23  4:49     ` Andrey Rahmatullin
2006-01-22 18:18 ` Andrey Rahmatullin
2006-01-22 20:14   ` spider
2006-01-23  4:49     ` Andrey Rahmatullin
2006-01-22 18:35 ` Sergey Vlasov
2006-01-22 20:12   ` spider

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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