* Re: [N00B] Need a dvb device in udev
2004-03-26 10:33 [N00B] Need a dvb device in udev Ilja Honkonen
@ 2004-03-26 23:02 ` Greg KH
2004-03-26 23:22 ` Marco d'Itri
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2004-03-26 23:02 UTC (permalink / raw)
To: linux-hotplug
On Fri, Mar 26, 2004 at 12:33:00PM +0200, Ilja Honkonen wrote:
> Hi all
>
> I've been thinking about making udev handle the device nodes in my
> newest computer, but I'd like udev to create the following devices
> before I switch to it:
> dvb
> `-- adapter0
> |-- demux0
> |-- dvr0
> `-- net0
That would be great, but you need to add sysfs support to the dvb
drivers before udev can handle them. That's a kernel issue.
> Should I complain about this on the linux-tv mailing list? When can I
> expect to see udev create these nodes?
When the kernel code creates sysfs /sys/class/ entries.
> There are couple of more devices in /dev which are not created in /udev
> but I don't know if I need these:
>
> gpmctl
>
> initctl
What are these nodes for?
> nvidia0
>
> nvidiactl
Go bug the nvidia people about this, nothing we can do here...
> pts
> `-- 0
>
> tts
> |-- 0
> |-- 1
> |-- 2
> |-- 3
> |-- 4
> |-- 5
> |-- 6
> `-- 7
What are the major/minor number for these nodes?
> vc
> |-- 0
> |-- 1
> |-- 10
> |-- 11
> |-- 12
> |-- 13
> |-- 14
> |-- 15
> |-- 16
> |-- 17
> |-- 18
> |-- 19
> |-- 2
> .
> .
> .
>
> vcc
> |-- 0
> |-- 1
> |-- 2
> |-- 3
> |-- 4
> |-- 5
> |-- 6
> |-- 7
> |-- a0
> |-- a1
If you use the -mm kernel, you will get these devices :)
thanks,
greg k-h
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [N00B] Need a dvb device in udev
2004-03-26 10:33 [N00B] Need a dvb device in udev Ilja Honkonen
2004-03-26 23:02 ` Greg KH
@ 2004-03-26 23:22 ` Marco d'Itri
2004-03-26 23:34 ` Greg KH
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Marco d'Itri @ 2004-03-26 23:22 UTC (permalink / raw)
To: linux-hotplug
On Mar 27, Greg KH <greg@kroah.com> wrote:
> > There are couple of more devices in /dev which are not created in /udev
> > but I don't know if I need these:
> >
> > gpmctl
> >
> > initctl
>
> What are these nodes for?
They are FIFOs created by gpm and init, udev does not need to care about
these.
> > tts
> > |-- 0
> > |-- 1
> > |-- 2
> > |-- 3
> > |-- 4
> > |-- 5
> > |-- 6
> > `-- 7
>
> What are the major/minor number for these nodes?
tts/* = ttyS*
--
ciao, |
Marco | [5381 abmAtNoV9kcOk]
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [N00B] Need a dvb device in udev
2004-03-26 10:33 [N00B] Need a dvb device in udev Ilja Honkonen
2004-03-26 23:02 ` Greg KH
2004-03-26 23:22 ` Marco d'Itri
@ 2004-03-26 23:34 ` Greg KH
2004-03-26 23:40 ` Marco d'Itri
2004-03-28 7:19 ` Greg KH
4 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2004-03-26 23:34 UTC (permalink / raw)
To: linux-hotplug
On Sat, Mar 27, 2004 at 12:22:46AM +0100, Marco d'Itri wrote:
> > > tts
> > > |-- 0
> > > |-- 1
> > > |-- 2
> > > |-- 3
> > > |-- 4
> > > |-- 5
> > > |-- 6
> > > `-- 7
> >
> > What are the major/minor number for these nodes?
>
> tts/* = ttyS*
Ah, they should be supported today, right?
thanks,
greg k-h
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [N00B] Need a dvb device in udev
2004-03-26 10:33 [N00B] Need a dvb device in udev Ilja Honkonen
` (2 preceding siblings ...)
2004-03-26 23:34 ` Greg KH
@ 2004-03-26 23:40 ` Marco d'Itri
2004-03-28 7:19 ` Greg KH
4 siblings, 0 replies; 6+ messages in thread
From: Marco d'Itri @ 2004-03-26 23:40 UTC (permalink / raw)
To: linux-hotplug
On Mar 27, Greg KH <greg@kroah.com> wrote:
> On Sat, Mar 27, 2004 at 12:22:46AM +0100, Marco d'Itri wrote:
> > > > tts
> > > > |-- 0
> > > > |-- 1
> > > > |-- 2
> > > > |-- 3
> > > > |-- 4
> > > > |-- 5
> > > > |-- 6
> > > > `-- 7
> > >
> > > What are the major/minor number for these nodes?
> >
> > tts/* = ttyS*
>
> Ah, they should be supported today, right?
Yes, they are (even if the kernel appears to be reporting many more
ports than the real number... this has been reported by multiple users).
--
ciao, |
Marco | [5383 deccRS8WnEagk]
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [N00B] Need a dvb device in udev
2004-03-26 10:33 [N00B] Need a dvb device in udev Ilja Honkonen
` (3 preceding siblings ...)
2004-03-26 23:40 ` Marco d'Itri
@ 2004-03-28 7:19 ` Greg KH
4 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2004-03-28 7:19 UTC (permalink / raw)
To: linux-hotplug
On Sat, Mar 27, 2004 at 09:53:37AM +0200, Ilja Honkonen wrote:
> >>pts
> >>`-- 0
> >What are the major/minor number for these nodes?
>
> [Ilja@localhost pts]$ pwd
> /dev/pts
> [Ilja@localhost pts]$ ls -l
> total 0
> crw--w---- 1 Ilja Ilja 136, 0 Mar 27 09:22 0
> crw--w---- 1 Ilja Ilja 136, 1 Mar 27 09:45 1
>
> So 136/0 and 1 ?
these aren't handled by udev, just mount devpts on /dev/pts and you will
be fine.
> >>vc
> >>|-- 0
> >>|-- 1
> >>|-- 10
> >>|-- 11
> >>|-- 12
> >>|-- 13
> >>|-- 14
> >>|-- 15
> >>|-- 16
> >>|-- 17
> >>|-- 18
> >>|-- 19
> >>|-- 2
> >>.
> >>.
> >>.
> >>
> >>vcc
> >>|-- 0
> >>|-- 1
> >>|-- 2
> >>|-- 3
> >>|-- 4
> >>|-- 5
> >>|-- 6
> >>|-- 7
> >>|-- a0
> >>|-- a1
> >
> >
> >If you use the -mm kernel, you will get these devices :)
>
> What are they used for? Will I get them in some future release of 2.6.?
> kernel?
These are your virtual consoles.
Yes, you will hopefully get them in a future release.
thanks,
greg k-h
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 6+ messages in thread