ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Ядро 2.4.17
@ 2001-12-27  1:20 Sergei
  2001-12-27  1:47 ` Sergei
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Sergei @ 2001-12-27  1:20 UTC (permalink / raw)
  To: sisyphus

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Есть бага: сборка ядра не идет, если отключить опцию "Enable CPU Idle" 
(APM_CPU_IDLE). Проблема в том, что в этом случае функции apm_do_idle и 
apm_busy_idle не определены. Сейчас проверяю, когда снять в файле
arch/i386/kernel/apm.c скобки
#ifdef APM_CPU_IDLE
#endif

- -- 
С уважением, Епифанов Сергей.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8KndO4ZpgWiwK7D8RAq+zAJ9JUe0ZlxeAEEOkPgAoGneH5Qr9RQCgo6+C
rbeVHRyYtjHSVOfWxsZPMjU=
=nAfa
-----END PGP SIGNATURE-----



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

* [sisyphus] Ядро 2.4.17
  2001-12-27  1:20 [sisyphus] Ядро 2.4.17 Sergei
@ 2001-12-27  1:47 ` Sergei
  2001-12-27  1:55 ` Sergei
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Sergei @ 2001-12-27  1:47 UTC (permalink / raw)
  To: sisyphus

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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Высылаю патч.
- -- 
С уважением, Епифанов Сергей.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8Kn2s4ZpgWiwK7D8RApxxAJ4st/F496u564q2RVRRg02cXw9HuQCdGNHA
X7oks2mybL3lBPK/X39+6ZA=
=u5Kl
-----END PGP SIGNATURE-----

[-- Attachment #2: apm.patch --]
[-- Type: text/x-diff, Size: 231 bytes --]

--- arch/i386/kernel/apm.orig.c	Thu Dec 27 04:37:11 2001
+++ arch/i386/kernel/apm.c	Thu Dec 27 04:33:40 2001
@@ -796,6 +796,9 @@
 	}
 }
 #endif
+#else
+#define apm_do_idle() (-1)
+#define apm_do_busy()
 #endif
 
 #ifdef CONFIG_SMP

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

* Re: [sisyphus] Ядро 2.4.17
  2001-12-27  1:20 [sisyphus] Ядро 2.4.17 Sergei
  2001-12-27  1:47 ` Sergei
@ 2001-12-27  1:55 ` Sergei
  2001-12-27  3:00 ` Sergei
  2001-12-27 10:08 ` Konstantin Volckov
  3 siblings, 0 replies; 7+ messages in thread
From: Sergei @ 2001-12-27  1:55 UTC (permalink / raw)
  To: sisyphus

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Четверг 27 Декабрь 2001 04:20, Вы написали:
> Есть бага: сборка ядра не идет, если отключить опцию "Enable CPU Idle"
> (APM_CPU_IDLE). Проблема в том, что в этом случае функции apm_do_idle и
> apm_busy_idle не определены. Сейчас проверяю, когда снять в файле
> arch/i386/kernel/apm.c скобки
> #ifdef APM_CPU_IDLE
> #endif
Опечатался: вместо apm_busy_idle стои функция apm_do_busy. В патче это 
устранено.
- -- 
С уважением, Епифанов Сергей.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8Kn+P4ZpgWiwK7D8RAocSAJ9HDEYjl3tP6Tmwf5ahwPO5aIQv4wCggIdL
CMwi3/1IQA9Jfx5vL5NN8Sk=
=XWtD
-----END PGP SIGNATURE-----



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

* Re: [sisyphus] Ядро 2.4.17
  2001-12-27  1:20 [sisyphus] Ядро 2.4.17 Sergei
  2001-12-27  1:47 ` Sergei
  2001-12-27  1:55 ` Sergei
@ 2001-12-27  3:00 ` Sergei
  2001-12-27 10:08 ` Konstantin Volckov
  3 siblings, 0 replies; 7+ messages in thread
From: Sergei @ 2001-12-27  3:00 UTC (permalink / raw)
  To: sisyphus

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Четверг 27 Декабрь 2001 04:20, Вы написали:
Не собирается SIS: пишет:
Error in sis_drv.c:
Undeclared SIS_IOCTL_...
Похоже, проблема в linux/drm-4.1.0/drmP.h

- -- 
С уважением, Епифанов Сергей.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8Ko614ZpgWiwK7D8RAptxAJ49aIYzKBn7c1RhO0gDdhWZrwzWWQCfSRNT
AYoYim1BJJDUuJekjJ8XHc0=
=VJNG
-----END PGP SIGNATURE-----



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

* Re: [sisyphus] Ядро 2.4.17
  2001-12-27  1:20 [sisyphus] Ядро 2.4.17 Sergei
                   ` (2 preceding siblings ...)
  2001-12-27  3:00 ` Sergei
@ 2001-12-27 10:08 ` Konstantin Volckov
  2002-01-03 13:31   ` Eugene
  3 siblings, 1 reply; 7+ messages in thread
From: Konstantin Volckov @ 2001-12-27 10:08 UTC (permalink / raw)
  To: sisyphus

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

On Thu, 27 Dec 2001 04:20:09 +0300
Sergei <serpiph@pochtamt.ru> wrote:

Hi!

> Есть бага: сборка ядра не идет, если отключить опцию "Enable CPU Idle" 
> (APM_CPU_IDLE). Проблема в том, что в этом случае функции apm_do_idle и 
> apm_busy_idle не определены. Сейчас проверяю, когда снять в файле
> arch/i386/kernel/apm.c скобки
> #ifdef APM_CPU_IDLE
> #endif

Посмотрю - для кода apm уже сделали патч - проверю и разберусь.

> - -- 
> С уважением, Епифанов Сергей.


-- 
Успехов,
Konstantin

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

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

* Re: [sisyphus] Ядро 2.4.17
  2001-12-27 10:08 ` Konstantin Volckov
@ 2002-01-03 13:31   ` Eugene
  2002-01-03 14:36     ` AVL
  0 siblings, 1 reply; 7+ messages in thread
From: Eugene @ 2002-01-03 13:31 UTC (permalink / raw)
  To: sisyphus

С прошедшими и наступающими праздниками!
На моей сказёвой машине ядро вообще не грузится.
Может быть, потому, что в нём нет initrd или я, после Нового 
года, забыл куда смотреть 8-) ? 
С уважением,
Евгений.



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

* Re: [sisyphus] Ядро 2.4.17
  2002-01-03 13:31   ` Eugene
@ 2002-01-03 14:36     ` AVL
  0 siblings, 0 replies; 7+ messages in thread
From: AVL @ 2002-01-03 14:36 UTC (permalink / raw)
  To: sisyphus

On Thu, 3 Jan 2002 16:31:18 +0300
Eugene <et@kaluga.ru> wrote:

> С прошедшими и наступающими праздниками!
> На моей сказёвой машине ядро вообще не грузится.
> Может быть, потому, что в нём нет initrd или я, после Нового 
> года, забыл куда смотреть 8-) ? 
тому, у кого нет initrd стоит его создать

#mkinitrd /boot/initrd-2.4.17-up.img `uname -r`



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

end of thread, other threads:[~2002-01-03 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-27  1:20 [sisyphus] Ядро 2.4.17 Sergei
2001-12-27  1:47 ` Sergei
2001-12-27  1:55 ` Sergei
2001-12-27  3:00 ` Sergei
2001-12-27 10:08 ` Konstantin Volckov
2002-01-03 13:31   ` Eugene
2002-01-03 14:36     ` AVL

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