similar to: Serial output does not work

Displaying 20 results from an estimated 80 matches similar to: "Serial output does not work"

2017 Aug 16
2
Dualhead issue
On Wed, 16 Aug 2017 12:46:46 -0700, H. Peter Anvin via Syslinux wrote: >Is that true for vesamenu only, or even for text mode syslinux? Hi, I'm using menu.c32 (text mode only), this is the complete config: [root at archlinux ~]# cat /boot/syslinux/syslinux.cfg # http://syslinux.zytor.com/wiki/index.php/Doc/menu PROMPT 0 TIMEOUT 600 UI menu.c32 MENU HIDDEN MENU CLEAR MENU COLOR screen
2020 Oct 23
0
kvm+nouveau induced lockdep gripe
On Fri, 2020-10-23 at 11:01 +0200, Sebastian Andrzej Siewior wrote: > On 2020-10-22 07:28:20 [+0200], Mike Galbraith wrote: > > I've only as yet seen nouveau lockdep gripage when firing up one of my > > full distro KVM's. > > Could you please check !RT with the `threadirqs' command line option? I > don't think RT is doing here anything different (except for
2020 Oct 24
1
kvm+nouveau induced lockdep gripe
On Fri, 23 Oct 2020 14:07:13 +0200 Mike Galbraith wrote: > On Fri, 2020-10-23 at 11:01 +0200, Sebastian Andrzej Siewior wrote: > > On 2020-10-22 07:28:20 [+0200], Mike Galbraith wrote: > > > I've only as yet seen nouveau lockdep gripage when firing up one of my > > > full distro KVM's. > > > > Could you please check !RT with the `threadirqs'
2003 Sep 09
1
ANOVA
I have Data like this: Tone OQtil4 OQ0 GOtil4 GO0 SKrhsJ SK0 RCrhsJ RC0 1 HsLG -9.1347877 -2.97 -7.409590 -6.40 9.389357 20.60 10.688854 24.40 2 HsLG -7.9270569 -2.03 -7.861541 -6.90 10.165324 26.40 10.640183 23.10 3 HsLG -7.0394106 -1.26 -7.509566 -6.53 12.033194 30.87 9.401959 20.37 4 HsLG -6.8625610 -1.03 -7.645118 -6.68 10.372605 24.22 9.378803 17.82 5
2017 Aug 15
2
Dualhead issue
Hi, my primary monitor is a LCD HDMI2 and the secondary monitor is a CRT VGA1. The CRT monitor is only turned on on demand, but always connected by VGA. The BIOS is shown on both monitors, but the syslinux menu only on the CRT, as long as the CRT is connected by VGA. Even if it's turned off, the syslinux menu isn't shown on the LCD connected by HDMI. [root at archlinux ~]# pacman -Q
2004 Dec 08
2
PATCH: fix compiler warning on noirqdebug_setup
CC arch/xen/i386/kernel/irq.o arch/xen/i386/kernel/irq.c:276: warning: static declaration of ''noirqdebug_setup'' follows non-static declaration include/asm/irq.h:64: warning: previous declaration of ''noirqdebug_setup'' was here Apparently this function might even be called from drivers/pci/quirks.c. --- linux-2.6.9/arch/xen/i386/kernel/irq.c.warn 2004-12-08
2012 May 03
1
plash screen stop displayed when starting linux
Hi, I'done a ubuntu 10.04 live CD (kernel 2.6.32-41). Here is my (V4.04) syslinux.cfg: PROMPT 0 DISPLAY splash.lpg TIMEOUT 0 DEFAULT linux CONSOLE 0 LABEL linux kernel vmlinuz append boot=balird initrd=initrd.gz rolayer=LABEL=Cd_rom:/filesystem.squashfs ro_mpoint=/cdrom ro_mpoint_opts=rw quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap Every
2014 Nov 12
1
[PATCH] fb/gk20a: fix setting of large page size bit
Commit "ltc/gf100-: fix cbc issues on certain boards" moved the setting of the large page size bit from bar/nvc0 to fb/nvc0. GK20A uses its own FB device and the change was thus not applied to it - fix this. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- nvkm/subdev/fb/gk20a.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git
2011 Sep 29
1
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
Ok, after several hours, I installed the nVidia drivers from their own website, and then (this was the bit that took longest) I installed Wine 1.3.28 from the PPA. I had a go at building 1.3.29 from sources, but it complained about not having 32 bit development libraries. I looked around and all I could find was to install wine-deps from the PPA so I figured if I was going to do that, I might as
2002 Oct 23
1
Samba 2.2.6 and RAS
Hi ! Does anyone know a possibility to allow RAS-Dialin for users in a fully Samba-controlled Domain ? Tried usrmgr in Windows, but got only errors. (Should this work ?) Is there a possibility to make it on the command-line ? (Need not store the callback-number) Thanks in advance and kind regards Andreas Lindenbauer EDV-Technik Salamander in Austria GmbH Zeleborgasse 21 A-1120 Wien Tel.: +43 1
2008 Jan 14
10
Using EventMachine to listen from non-network
I''ve actually found a way to make EventMachine listen to events from a serial port, but only by using the pure Ruby version, using Guilliame Pierronnet''s Ruby/SerialPort library. It turned out to be simpler than I thought it would be: require ''serialport'' $eventmachine_library = :pure_ruby require ''eventmachine'' module EventMachine class
2002 Oct 21
3
AW: user root is not accepted anymore
Hi, thank you for your help, but it's not the reason. The user root is not managed in the smbpasswd file. Any more ideas? Thanks, Rudi tuxx:~ # smbpasswd New SMB password: Retype new SMB password: Failed to find entry for user root. Failed to modify password entry for user root tuxx:~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Rudi Labermeier IT Administrator SP3D Chip
2007 Mar 19
2
Trying to run mixed (MFC w/ CLR support) on wine failed
I've been trying as follows: Environment: 1. GNU/Linux 2.6 i686 - Ubuntu 6.06 2. Wine 0.9.29 Scenario: Trying to run an MFC 8 GUI application w/ CLR support: - Failed to run, given error message: "LdrInitializeThunk msvcm80d.dll failed to initialize, aborting" Tried workarounds: - Install MS .Net Framework (tried both 1.1. and 2.0) -- CrossOver Installation Wizard - failed
2004 Aug 04
1
cross random effects
Dear friends, I have asked last few days about cross-random effects using PQL, but I have not receive any answer because might my question was not clear. My question was about analysing the salamander mating data using PQL. This data contain cross-random effects for (male) and for (female). By opining MASS and lme library. I wrote this code sala.glmm <- glmmPQL(fixed=y~WSf*WSM,
2013 Oct 28
1
Is it possible to define serial port speed?
Hi I would like to know if it's possible to define serial port speed using libvirt. I'm trying to connect the guest with the host for communication. Usually only small messages are transferred, but i might need to transfer huge files, so i would like to know if i can use SerialPort interface to do that. Thanks anyway, Marco Dinis
2018 Apr 03
1
Virsh Domain - Serial port; what does the attribute “port” of the serial node's child “target” do?
Hi all! I want to assign a real serialport to my kvm virtual machine via virsh. When I add the following XML snippet to the domain xml, it gets successfully attached but not as I expected it to happen. <serial type='dev'> <source path='/dev/ttyS3'/> <target type='isa-serial' port='2'> <model name='isa-serial'/>
2002 Feb 26
0
syslinux timeout
Hi. I've ever wondered how nuch timeis left to timeout while waiting at the boot prompt, so I've writen this small patch to show it. This add a configuration command 'showtimeout'. If you like the patch I could improve it (for example to show the timeout in decimal because now it uses the writehex functions) Regards. -- ______ ________ / / \/ /___ ) I N T E G
2007 Sep 25
2
Zoneminder-1.22.3-6.fc7.i386.rpm has dependency errors on Centos5 server-how to fix?
Running Centos5 server software. Running ALL software except virtualization and server cluster. Patched this server software via yum updates as of 9.24.2007 Downloaded the webcam software for FC7 from: http://koji.fedoraproject.org/koji/buildinfo?buildID=10106 Zoneminder-1.22.3-6.fc7.i386.rpm When YUM tried to install this version of Zondminder, finds this 1 missing dependency: Missing
2003 Dec 27
0
2 disks boot patch
Well, with this simple patch I'm able to load initrd from a different disk. It's not finished, it's just to ask you if I'm going in the right direction... I have also some suggestion/question: - many boot sector I saw use [bp+xx] addressing to gain some bytes. Why don't you use such method? - had syslinux been tested with usb floppy? You test dl however using usb floppy dl ==
2003 Dec 27
0
FW: 2 disks boot patch
Well, with this simple patch I'm able to load initrd from a different disk. It's not finished, it's just to ask you if I'm going in the right direction... I have also some suggestion/question: - many boot sector I saw use [bp+xx] addressing to gain some bytes. Why don't you use such method? - had syslinux been tested with usb floppy? You test dl however using usb floppy dl ==