public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Missing /dev/xxx entries on _rc5
@ 2001-07-07 11:55 Collins Richey
  2001-07-07 12:16 ` Daniel Robbins
  0 siblings, 1 reply; 8+ messages in thread
From: Collins Richey @ 2001-07-07 11:55 UTC (permalink / raw
  To: gentoo-dev

I didn't keep good enough notes when I put up _rc4.  The /dev directory does not have entries for PC sound and SCSI devices like sr0 (needed for IDE-SCSI support of CD-RW).

I don't see any version of makedev (I know, this is semi-obsolete), so what is the Gentoo way of setting up these /dev entries?


-- 
Collins Richey
Denver Area
Gentoo_rc5 XFCE



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

* Re: [gentoo-dev] Missing /dev/xxx entries on _rc5
  2001-07-07 11:55 [gentoo-dev] Missing /dev/xxx entries on _rc5 Collins Richey
@ 2001-07-07 12:16 ` Daniel Robbins
  2001-07-07 12:44   ` Collins Richey
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Robbins @ 2001-07-07 12:16 UTC (permalink / raw
  To: gentoo-dev

On Sat, Jul 07, 2001 at 12:03:39PM +0000, Collins Richey wrote:

> I didn't keep good enough notes when I put up _rc4.  The /dev directory does
> not have entries for PC sound and SCSI devices like sr0 (needed for IDE-SCSI
> support of CD-RW).

I'll add this back; it looks like someone forgot to re-enable them when adding
back the generic-i386 devices to baselayout.

> I don't see any version of makedev (I know, this is semi-obsolete), so what
> is the Gentoo way of setting up these /dev entries?

MAKEDEV (all caps)

-- 
Daniel Robbins					<drobbins@gentoo.org>
President/CEO					http://www.gentoo.org 
Gentoo Technologies, Inc.			



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

* Re: [gentoo-dev] Missing /dev/xxx entries on _rc5
  2001-07-07 12:16 ` Daniel Robbins
@ 2001-07-07 12:44   ` Collins Richey
  2001-07-07 13:03     ` Daniel Robbins
  2001-07-07 14:33     ` Achim Gottinger
  0 siblings, 2 replies; 8+ messages in thread
From: Collins Richey @ 2001-07-07 12:44 UTC (permalink / raw
  To: gentoo-dev

On Sat, 7 Jul 2001 12:15:19 -0600 Daniel Robbins <drobbins@gentoo.org> wrote:

> On Sat, Jul 07, 2001 at 12:03:39PM +0000, Collins Richey wrote:
> 
> > I didn't keep good enough notes when I put up _rc4.  The /dev directory does
> > not have entries for PC sound and SCSI devices like sr0 (needed for IDE-SCSI
> > support of CD-RW).
> 
> I'll add this back; it looks like someone forgot to re-enable them when adding
> back the generic-i386 devices to baselayout.
> 
> > I don't see any version of makedev (I know, this is semi-obsolete), so what
> > is the Gentoo way of setting up these /dev entries?
> 
> MAKEDEV (all caps)
> 

The supplied MAKEDEV apparently has nothing for /dev/sr0 and /dev/sr1 (ide CDROM devices, IDE-SCSI).

-- 
Collins Richey
Denver Area
Gentoo_rc5 XFCE



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

* Re: [gentoo-dev] Missing /dev/xxx entries on _rc5
  2001-07-07 12:44   ` Collins Richey
@ 2001-07-07 13:03     ` Daniel Robbins
  2001-07-07 14:00       ` Collins Richey
  2001-07-07 14:33     ` Achim Gottinger
  1 sibling, 1 reply; 8+ messages in thread
From: Daniel Robbins @ 2001-07-07 13:03 UTC (permalink / raw
  To: gentoo-dev

On Sat, Jul 07, 2001 at 12:52:56PM +0000, Collins Richey wrote:

> The supplied MAKEDEV apparently has nothing for /dev/sr0 and /dev/sr1 (ide
> CDROM devices, IDE-SCSI).

Use scd and /dev/scd0 instead.

-- 
Daniel Robbins					<drobbins@gentoo.org>
President/CEO					http://www.gentoo.org 
Gentoo Technologies, Inc.			



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

* Re: [gentoo-dev] Missing /dev/xxx entries on _rc5
  2001-07-07 13:03     ` Daniel Robbins
@ 2001-07-07 14:00       ` Collins Richey
  0 siblings, 0 replies; 8+ messages in thread
From: Collins Richey @ 2001-07-07 14:00 UTC (permalink / raw
  To: gentoo-dev

On Sat, 7 Jul 2001 13:02:45 -0600 Daniel Robbins <drobbins@gentoo.org> wrote:

> On Sat, Jul 07, 2001 at 12:52:56PM +0000, Collins Richey wrote:
> 
> > The supplied MAKEDEV apparently has nothing for /dev/sr0 and /dev/sr1 (ide
> > CDROM devices, IDE-SCSI).
> 
> Use scd and /dev/scd0 instead.
> 

OK, I did that, and I can mount CDs using /dev/scd0&1.  The question is:  is this the complete equivalent of /dev/sr0&1 (including using the device sr0 (a CDRW) for burning new cds?  Why does every other distro (that I am aware of) use sr0&1?


-- 
Collins Richey
Denver Area
Gentoo_rc5 XFCE



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

* Re: [gentoo-dev] Missing /dev/xxx entries on _rc5
  2001-07-07 12:44   ` Collins Richey
  2001-07-07 13:03     ` Daniel Robbins
@ 2001-07-07 14:33     ` Achim Gottinger
  2001-07-07 14:37       ` Collins Richey
  1 sibling, 1 reply; 8+ messages in thread
From: Achim Gottinger @ 2001-07-07 14:33 UTC (permalink / raw
  To: gentoo-dev

Collins Richey wrote:
> 
> On Sat, 7 Jul 2001 12:15:19 -0600 Daniel Robbins <drobbins@gentoo.org> wrote:
> 
> > On Sat, Jul 07, 2001 at 12:03:39PM +0000, Collins Richey wrote:
> >
> > > I didn't keep good enough notes when I put up _rc4.  The /dev directory does
> > > not have entries for PC sound and SCSI devices like sr0 (needed for IDE-SCSI
> > > support of CD-RW).
> >
> > I'll add this back; it looks like someone forgot to re-enable them when adding
> > back the generic-i386 devices to baselayout.
> >
> > > I don't see any version of makedev (I know, this is semi-obsolete), so what
> > > is the Gentoo way of setting up these /dev entries?
> >
> > MAKEDEV (all caps)
> >
> 
> The supplied MAKEDEV apparently has nothing for /dev/sr0 and /dev/sr1 (ide CDROM devices, IDE-SCSI).
> 
> --
> Collins Richey
> Denver Area
> Gentoo_rc5 XFCE
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
Hi Coolins,

we use devfs by default now, that's why there is only a basic set of
devices in /dev

bye achim~



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

* Re: [gentoo-dev] Missing /dev/xxx entries on _rc5
  2001-07-07 14:33     ` Achim Gottinger
@ 2001-07-07 14:37       ` Collins Richey
  2001-07-07 17:49         ` Thomas M. Beaudry
  0 siblings, 1 reply; 8+ messages in thread
From: Collins Richey @ 2001-07-07 14:37 UTC (permalink / raw
  To: gentoo-dev

On Sat, 07 Jul 2001 21:13:43 +0200 AGottinger@t-online.de (Achim Gottinger) wrote:

> Collins Richey wrote:
> > 
> > On Sat, 7 Jul 2001 12:15:19 -0600 Daniel Robbins <drobbins@gentoo.org> wrote:
> > 
> > > On Sat, Jul 07, 2001 at 12:03:39PM +0000, Collins Richey wrote:
> > >
> > > > I didn't keep good enough notes when I put up _rc4.  The /dev directory does
> > > > not have entries for PC sound and SCSI devices like sr0 (needed for IDE-SCSI
> > > > support of CD-RW).
> > >
> > > I'll add this back; it looks like someone forgot to re-enable them when adding
> > > back the generic-i386 devices to baselayout.
> > >
> > > > I don't see any version of makedev (I know, this is semi-obsolete), so what
> > > > is the Gentoo way of setting up these /dev entries?
> > >
> > > MAKEDEV (all caps)
> > >
> > 
> > The supplied MAKEDEV apparently has nothing for /dev/sr0 and /dev/sr1 (ide CDROM devices, IDE-SCSI).
> > 
> > --
> > Collins Richey
> > Denver Area
> > Gentoo_rc5 XFCE
> > 
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@cvs.gentoo.org
> > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
> Hi Coolins,
> 
> we use devfs by default now, that's why there is only a basic set of
> devices in /dev
> 

Do you have any instructions for using devfs?  I could certainly do that too.

-- 
Collins Richey
Denver Area
Gentoo_rc5 XFCE



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

* Re: [gentoo-dev] Missing /dev/xxx entries on _rc5
  2001-07-07 14:37       ` Collins Richey
@ 2001-07-07 17:49         ` Thomas M. Beaudry
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas M. Beaudry @ 2001-07-07 17:49 UTC (permalink / raw
  To: gentoo-dev

It's in the kernel source tree.  Look in the file systems sub directory 
of the documentation branch.

>>
>>we use devfs by default now, that's why there is only a basic set of
>>devices in /dev
>>
>
>Do you have any instructions for using devfs?  I could certainly do that too.
>




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

end of thread, other threads:[~2001-07-07 23:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-07 11:55 [gentoo-dev] Missing /dev/xxx entries on _rc5 Collins Richey
2001-07-07 12:16 ` Daniel Robbins
2001-07-07 12:44   ` Collins Richey
2001-07-07 13:03     ` Daniel Robbins
2001-07-07 14:00       ` Collins Richey
2001-07-07 14:33     ` Achim Gottinger
2001-07-07 14:37       ` Collins Richey
2001-07-07 17:49         ` Thomas M. Beaudry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox