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

[Xen-users] access serial port in domU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] access serial port in domU
From: wei kin <kin2031@xxxxxxxxx>
Date: Mon, 17 Dec 2007 00:12:50 -0800 (PST)
Delivery-date: Mon, 17 Dec 2007 00:13:22 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=XuxMs0pAPKgbBOZUaAHWtiWKW2AF7RdbQVxDf9OZCIXI7YGhujjyVli4HM4QGi90bdSg0okQmiVWju74X0CTXemi61JIHBQ2wCsZrGW6m9keo7M0pq4Xm4yfOU0j7VqXZ1/9GnZzmTZk3TKJxk0v6zroUVqwfvoMCMAAKLDd+50=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Reply-to: kin2031@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I am having problem when I am trying to access serial port in domU. I found a solution from the wiki.xensource.com as in the following lines:
___________________________________________________________________________
To have access to the serial port in DomU, we need to prevent Dom0 from taken hold of this piece of hardware
add to /etc/hotplug/blacklist the following modules to exclude from being loaded
8250
8250_pnp
serial_core
domU config:
irq = [ 4 ]
ioports = [ "3f8-3ff" ]
to load the modules in domU.
I had to install module-init-tools
I have copied /lib/modules/2.6.11.10-xenU/modules.dep and copied the serials modules to domU
I also had to change the permissions of /dev/ttyS0 to 666
I have added the modules to /etc/modules so they load on boot
__________________________________________________________________________
 
Here are my questions:
1. In my Linux,  /etc/hotplug/blacklist is a folder and has 3 files in it, which file should I use to blacklist the serial port?
2. Where should I copy the /lib/modules/2.6.11.10-xenU/modules.dep to?
3. Can you please tell me where is the 'serial module'? And where should I copy it to?
 
Thanks a lot.


Never miss a thing. Make Yahoo your homepage.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] access serial port in domU, wei kin <=