ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] /dev/parport0
@ 2005-03-11 13:00 gab
  2005-03-11 13:01 ` Eugene Ostapets
  2005-03-11 13:19 ` Sergey Vlasov
  0 siblings, 2 replies; 6+ messages in thread
From: gab @ 2005-03-11 13:00 UTC (permalink / raw)
  To: sisyphus

Как сделать так, чтобы /dev/parport0 был?
Сизиф последний. HAL и udev работают.


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

* Re: [sisyphus] /dev/parport0
  2005-03-11 13:00 [sisyphus] /dev/parport0 gab
@ 2005-03-11 13:01 ` Eugene Ostapets
  2005-03-11 13:12   ` gab
  2005-03-11 13:19 ` Sergey Vlasov
  1 sibling, 1 reply; 6+ messages in thread
From: Eugene Ostapets @ 2005-03-11 13:01 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

> Как сделать так, чтобы /dev/parport0 был?
> Сизиф последний. HAL и udev работают.
1. modprobe parport_pc
2. echo parport_pc >> /etc/modules

-- 
С уважением,
Евгений Остапец

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

* Re: [sisyphus] /dev/parport0
  2005-03-11 13:01 ` Eugene Ostapets
@ 2005-03-11 13:12   ` gab
  2005-03-11 16:13     ` Alexey Morozov
  0 siblings, 1 reply; 6+ messages in thread
From: gab @ 2005-03-11 13:12 UTC (permalink / raw)
  To: Eugene Ostapets, ALT Linux Sisyphus discussion list

В сообщении от Пятница 11 Март 2005 16:01 Eugene Ostapets написал(a):
> > Как сделать так, чтобы /dev/parport0 был?
> > Сизиф последний. HAL и udev работают.
>
> 1. modprobe parport_pc
---
Mar 11 16:07:09 gab kernel: pnp: Device 00:0c activated.
Mar 11 16:07:09 gab kernel: parport: PnPBIOS parport detected.
Mar 11 16:07:09 gab kernel: parport0: PC-style at 0x378, irq 7 [PCSPP]
---
И нифига. /dev/parport0 не появляется.

> 2. echo parport_pc >> /etc/modules


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

* Re: [sisyphus] /dev/parport0
  2005-03-11 13:00 [sisyphus] /dev/parport0 gab
  2005-03-11 13:01 ` Eugene Ostapets
@ 2005-03-11 13:19 ` Sergey Vlasov
  2005-03-11 13:25   ` gab
  1 sibling, 1 reply; 6+ messages in thread
From: Sergey Vlasov @ 2005-03-11 13:19 UTC (permalink / raw)
  To: sisyphus

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

On Fri, Mar 11, 2005 at 04:00:39PM +0300, gab@21th.com wrote:
> Как сделать так, чтобы /dev/parport0 был?
> Сизиф последний. HAL и udev работают.

Есть несколько способов:

- вписать модуль ppdev в /etc/modules, чтобы он загружался всегда;

- взять пакет udev-0.50-alt3 из Daedalus и создать нужные файлы устройств
  в /etc/udev/devices (они будут копироваться в /dev при запуске udevd);

- дождаться правильного патча tmpfs-lookup-traps или другого аналогичного
  решения со стороны ядра.

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

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

* Re: [sisyphus] /dev/parport0
  2005-03-11 13:19 ` Sergey Vlasov
@ 2005-03-11 13:25   ` gab
  0 siblings, 0 replies; 6+ messages in thread
From: gab @ 2005-03-11 13:25 UTC (permalink / raw)
  To: sisyphus

В сообщении от Пятница 11 Март 2005 16:19 Sergey Vlasov написал(a):
> On Fri, Mar 11, 2005 at 04:00:39PM +0300, gab@21th.com wrote:
> > Как сделать так, чтобы /dev/parport0 был?
> > Сизиф последний. HAL и udev работают.
>
> Есть несколько способов:
> - вписать модуль ppdev в /etc/modules, чтобы он загружался всегда;
Спасибо огромное! Помогло.

> - взять пакет udev-0.50-alt3 из Daedalus и создать нужные файлы
> устройств в /etc/udev/devices (они будут копироваться в /dev при
> запуске udevd);
>
> - дождаться правильного патча tmpfs-lookup-traps или другого
> аналогичного решения со стороны ядра.
Будем ждать...


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

* Re: [sisyphus] /dev/parport0
  2005-03-11 13:12   ` gab
@ 2005-03-11 16:13     ` Alexey Morozov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Morozov @ 2005-03-11 16:13 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Fri, Mar 11, 2005 at 04:12:39PM +0300, gab@21th.com wrote:
> В сообщении от Пятница 11 Март 2005 16:01 Eugene Ostapets написал(a):
> > > Как сделать так, чтобы /dev/parport0 был?
> > > Сизиф последний. HAL и udev работают.
> >
> > 1. modprobe parport_pc
> ---
> Mar 11 16:07:09 gab kernel: pnp: Device 00:0c activated.
> Mar 11 16:07:09 gab kernel: parport: PnPBIOS parport detected.
> Mar 11 16:07:09 gab kernel: parport0: PC-style at 0x378, irq 7 [PCSPP]
> ---
> И нифига. /dev/parport0 не появляется.

Самый простой способ: поставить udev-0.50-alt3 из дедала и создать
в /etc/udev/devices устройства, требуемые для. Никакого modules_lookup'а
и прочих патчей на ядро при этом не нужно. Слегка кондово, зато
работает. Я сейчас разгребусь маленько, сделаю новые билды всего...

P.S. Кто-нибудь mono наконец починит, а??



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

end of thread, other threads:[~2005-03-11 16:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-11 13:00 [sisyphus] /dev/parport0 gab
2005-03-11 13:01 ` Eugene Ostapets
2005-03-11 13:12   ` gab
2005-03-11 16:13     ` Alexey Morozov
2005-03-11 13:19 ` Sergey Vlasov
2005-03-11 13:25   ` gab

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