|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Need Serial port access in dom0
On Fri, 2005-09-16 at 18:15 -0400, Michael J. Baysek wrote:
> Anyone know how I get my dom0 to recognize my serial ports? It doesn't
> seem to 'see' them after a standard install with the FC4 1447 rpms.
>
> Any help is much appreciated.
Use the rpms from http://people.redhat.com/riel/xen_for_fc4/, but before
you install them check the config for your present kernel, should be
parked in /boot. You want to be looking at the
CONFIG_SERIAL_8250
section.
>From my machine
CONFIG_SERIAL_NONSTANDARD=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_CS=m
# CONFIG_SERIAL_8250_ACPI is not set
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_MULTIPORT=y
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
Regards,
Ted
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|