WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Serial port on the domU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Serial port on the domU
From: "sven waeyenbergh" <sven.waeyenbergh@xxxxxxxxx>
Date: Wed, 12 Sep 2007 14:27:54 +0200
Delivery-date: Wed, 12 Sep 2007 05:28:33 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=Y29aqSvrmpRog0tjWSRBJu9eIVCq5GhN0RazEIBd0Cc=; b=fjU2qM8vfRFmRvA6ORHgsLs/t489gV+K+0gtnOWLIuM0DqeD34TmaCQ0/sYqcYo8Mr93K3S3QCXGYatjdRilGmyHYYfhr6DMKJGPyIqb3KcNIVaBMSU+oIEXzlHQqsEmtvOMUH5dvQxuQpS8dj4hMQqHregkf4CeK3i24Tpd9Qo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=htbdX2Xowr2aPun7rDEKXSLFQiUxFAhu51GA2ABOJvSUrBciHHnYnlZaufhsn4C0xtDA7YNA+xD5sxbQr6/BkzQzmsjUWrFjZqRUPgqlKT9EkLHdpqs0TqOCcjrfFcsrCAYKeQuFe8oPNEwayrpoCxEa7LCfvXVf3gmGCrPakXE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <b09440780709120526j28225297sca4694563810bcb8@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <b09440780709110829x3cbf3b57wda21539c04a18690@xxxxxxxxxxxxxx> <d4d8b4460709110907p49a6a1efkbc5d7edea5ed8fbf@xxxxxxxxxxxxxx> <d4d8b4460709111201y67e67a61q4a236548a899ecfc@xxxxxxxxxxxxxx> <b09440780709120526j28225297sca4694563810bcb8@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
All,
 
i have now created a custom debian xen kernel that works fine and detects the serial ports in domU,
so the problem was indeed the config setting.

if others have the same amount of troubles getting a xen+debian kernel source going,
i found all info in http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official

in short:
prep: add a proper deb-src entry in /etc/apt/sources.list

cd /usr/src
apt-get source linux-2.6
apt-get install build-essential fakeroot
apt-get build-dep linux-2.6
cd linux-2.6-2.6.18.dfsg.1
fakeroot debian/rules binary
fakeroot debian/rules debian/build debian/stamps

vi debian/build/build-amd64-xen-amd64/.config
 + and change the kernel config mentioned in the previous mail

fakeroot make -f debian/rules.gen binary-arch-amd64-xen-amd64

.. and your .debs should be waiting for you in /usr/src

Greetings,
Sven

On 9/11/07, Artiom Shamis < artiom.shamis@xxxxxxxxx > wrote:
Sven,
Thanks a lot, rebuilding kernel with serial driver enabled and without
CONFIG_XEN_DISABLE_SERIAL fixed the problem.
I loaded original kernel I've used without Xen and got the proper
serial ports configuration from there. Then copied settings to vm
.config file, made sure the CONFIG_XEN_DISABLE_SERIAL is not set and
rebuild the kernel.

Thanks for your help,
Artiom


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>