Displaying 20 results from an estimated 7000 matches similar to: "Xen-4.1 : Serial port from domU ?"
2010 Aug 05
2
working config for xen which would transfer a serial interface
Hello
Can anyone share a known working config for xen which would
transfer a serial interface ( add-on card preferably, mine uses
e880-e887 : 0000:03:05.0 / ec00-ec07 : 0000:03:05.0 ) to a DomU ?
I've been trying with the stock packages from Centos 5.5 ( fully
updated) and also with gitco's 3.4.3 but after 2 days of googling and
testing we still fail to access the serial
2007 Sep 06
6
Serial port on the domU
I configured a domU to access to the physical serial port of the dom0
(/dev/ttyS0) typing this in the domU configuration file:
irq = [ 4 ]
ioports = [ "3f8-3ff" ]
The domU starts without any error, but the serial port isn''t recognised.
The /dev/ttyS0 device exists on the domU, and I blacklisted the
serial_core, the 8250 and 8250_pnp modules on the dom0.
What is the problem?
2013 May 15
0
Bug#708344: xen: serial passthrough broken in Debian Wheezy
Package: src:linux
Version: 3.2.41-2
Severity: important
Hello,
I just discovered a strange bug with serial passthrough in xen 4.1 on
Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The
serial port is passed through to a DomU with options 'irq = [ 4 ]' and
'ioports = [ '3f8-3ff ]'.
This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel
2009 Mar 29
0
xen serial port access for domu?
Is serial port "passthrough" possible for the version of xen that
ships with centos 5.2?
I've disabled the xen hypervisor serial console, and can see the
serial port in dom0. I've masked out the 8250, 8250_pnp and
serial_core modules on dom0 and rebooted. xm create domain
fails with the error that exactly 4 arguments are required and
only 3 were given.
Steps I followed:
1) I
2007 Dec 17
0
access serial port in domU
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
2008 Oct 17
0
Using serial port from a domU
Hi everyone!
I just wanted to share all the bits of information I needed while trying
to get a serial modem to work under a Xen guest :) I found other
howtos but every one was missing something.
So, my setup consists of dom0 and domU with CentOS 5.2, kernel
2.6.18-92.1.10.el5xen and Xen 3.2.1
To get /dev/ttyS0 to work under domU:
- Tell Xen to use something else for its console:
in
2008 Oct 17
0
AW: Using serial port from a domU
Just something to be added:
- This procedure doesn''t work with a Fedora 9 DomU
- Maybe you have to blacklist some modules in the Dom0: AFAIK you have to rmmod (better: blacklist on boot using modprobe.conf) these modules: serial_core 8250 and 8250_pnp
----- Ursprüngliche Mail ----
Von: Federico Fanton <fake@panizzolo.it>
An: xen-users@lists.xensource.com
Gesendet: Freitag, den
2011 Dec 01
0
How to add additional Serial Ports to a KVM guest?
The vm host shows this:
# setserial -g /dev/ttyS*
/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
/dev/ttyS1, UART: 16950/954, Port: 0xd040, IRQ: 17
/dev/ttyS2, UART: 16950/954, Port: 0xd048, IRQ: 17
/dev/ttyS3, UART: 16950/954, Port: 0xd050, IRQ: 17
#
# ll /dev/ttyS*
crw-rw----. 1 root dialout 4, 64 Nov 10 12:18 /dev/ttyS0
crw-rw----. 1 root dialout 4, 65 Nov 10 12:18 /dev/ttyS1
crw-rw----. 1
2007 Dec 21
3
CentOS-5 Need Help With Serial Ports
I have been struggling with setting up two serial ports on an HP/Compaq
D512S (Intel P4) under CentOS-5. I am not at all sure why these things
were not auto-configured when I initially installed the CentOS system from
CDs but they were not.
I have found various resources on the web and from them uncovered the
setserial utility. What I need from somebody is guidance on how to use
this utility to
2011 Dec 07
2
yum with a proxy
Hello,
While yum is configured to use a proxy, like this :
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
proxy=http://proxy.lasb:3128
it still make some attempts to connect
2012 Apr 26
0
restorecon and sudo
Hello,
On CentOS-6.2, these two commands (on the same machine) give me
different results :
# restorecon -r /var/www/html/Centos/ # (as root)
$ sudo restorecon -r /var/www/html/Centos/ # (as an unprivileged user)
/var/www/html/Centos/ is a symlink to /mnt/packages/Centos/
In the first case, I get :
# ls -Z /var/www/html/Centos/
drwxr-xr-x. naudin biom system_u:object_r:httpd_sys_content_t
2007 Jun 04
2
APCsmart serial port problem
I have a new APC Smart-UPS SUA2200RM2U. I've had no success with the
manufacturer's PowerChute software and smart signaling, so I have
decided to try NUT. The smartups driver can't make contact through
the serial port.
Since this is rack-mounted, it comes with a 940-1524 serial cable.
As far as I can tell, this is supposed to work with smart signaling.
Here's my ups.conf:
2006 May 15
2
NUT 2.0.3 ups.conf serial comms to an MGE Ellipse
I am running Ubuntu 6.06 connected via serial port to an MGE Pulsar
Ellipse 800VA. Have just installed NUT 2.0.3, and have problems with
connectivity. This UPS was workign via serial connectivity to a BSD
system only a few days ago. I have followed the instructions at
http://opensource.mgeups.com/install/debian.htm
The details...
jason@ubuntu:~$ ls -la /dev/ttyS?
crw-rw-rw- 1 root dialout 4,
2013 May 13
5
Serial Passthrough broken in Debian Wheezy?
Hello,
I just discovered a strange bug with serial passthrough in xen 4.1 on
Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The
serial port is passed through to a DomU with options 'irq = [ 4 ]' and
'ioports = [ '3f8-3ff ]'.
This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel
2.6.32 (both for Dom0 and DomU). On Debian Wheezy with Xen
2013 May 13
5
Serial Passthrough broken in Debian Wheezy?
Hello,
I just discovered a strange bug with serial passthrough in xen 4.1 on
Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The
serial port is passed through to a DomU with options 'irq = [ 4 ]' and
'ioports = [ '3f8-3ff ]'.
This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel
2.6.32 (both for Dom0 and DomU). On Debian Wheezy with Xen
2011 Jan 14
5
Reading from serial port
Hello,
I've got RFID card reader plugged in serial port.
cat /dev/ttyS0 ...gives me ID of the card I'm using => that's OK
As soon as I open the port with win32 appication via wine... I get no data from reader. Even cat /dev/ttyS0 does not work anymore afterwards.
I thinks it's because as soon as application opens it via wine some tty flags change:
(PS: Of course I created
2006 Mar 08
1
MGE ELISE PREMIUM 1200,NT 02 Serial Nr. 92HE04008
Hi people.
I'm trying to config a:
MGE ELISE PREMIUM 1200
NT 02 Serial Nr. 92HE04008
With its serial cable into /dev/ttyS0.
I had configured ups.conf, with no luck.
Here is my ups.conf:
[upscura]
driver = mge-shut
port = /dev/ttyS0
desc = "UPS"
The permissions into /dev/ttyS?:
crw------- 1 nut nut 4, 64 mar 8 18:43 /dev/ttyS0
crw------- 1 nut nut 4, 65 mar 8 18:42
2011 Nov 03
1
CentOS-5.7 + megaraid + SELinux : update problem
Hello,
After updating to CentOS-5.7, I have a (small) problem :
The context of /dev/megadev0 is now defined
(in /etc/selinux/targeted/contexts/files/file_contexts) as
system_u:object_r:removable_device_t:s0.
This cause smartmontools to fail :
avc: denied { read write } for pid=2847 comm="smartd"
name="megadev0" dev=tmpfs ino=8284
2010 Jul 06
1
KVM virtual guest can not use serial port
I hope this is not to far off topic.
I have a Windows 2003 guest on a CentOS 5.5 KVM host. I need to use the
serial port on the win2003 guest for the application it is serving.
I have no idea what needs to be done but it looks like the linux host is
trying to use the serial port as the priamary console but I don't really
understand what that is or where it is configured.
What I need is for
2012 May 25
2
support for Broadcom BCM4313
Hello,
The support for Broadcom Corporation BCM4313 802.11b/g/n Wireless is
native in the kernel since 2.6.37 (module brcm80211, renamed brcmsmac
since 2.6.39).
But is it backported to some kernel available for CentOS ?
Thanks,
--
Philippe Naudin