|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] /dev/tty1 and udev
I've tweaked the console driver and it the Xen console now appears in sysfs.
udev should "just work" for now.
For those that are interested, I had to add a call to tty_register_device() to
make this work. Other console drivers that support devfs don't need to do
that, hence the apparent lack of sysfs magic in them. It seems that for
consoles (and who knows what else), stuff that's registered using devfs hooks
also appears in sysfs(!). In fact tty_register_device() seems to do some
apparently devfs-related things(!!)
It does seem insane :-) but don't worry - it does *not* require devfs in the
kernel and the tty *does* appear in sysfs(!!!). Apparently the tty layer is
currently bonkers.
I'd expect udev to be OK now - could you please try it out?
Cheers,
Mark
On Wednesday 29 September 2004 04:12, James Harper wrote:
> After installing udev, I don't get a /dev/tty1. I can create the node
> manually and it works but that's not really the right way to do it.
>
> Does anyone know offhand how to configure udev (under debian if that
> matters) to create a /dev/tty1 so I can get something useful under a
> console?
>
> Thanks
>
> James
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] /dev/tty1 and udev,
Mark A. Williamson <=
|
|
|
|
|