Displaying 20 results from an estimated 3000 matches similar to: "syslinux vs isolinux - com32 serial port output problem"
2016 May 12
3
syslinux vs isolinux - com32 serial port output problem
On Thu, May 12, 2016 at 06:16:46PM +0200, Good Old Idea via Syslinux wrote:
> On Thu, May 12, 2016 at 02:29:52PM +0000, Janz, Burt via Syslinux wrote:
> > I have a need to display text to COM2 before loading a kernel.
> > The easiest way to do this was to invade menu.c32 (menumain.c) and
> > add a function to send the string out to the serial port just before
> > the
2016 May 12
0
syslinux vs isolinux - com32 serial port output problem
On Thu, May 12, 2016 at 02:29:52PM +0000, Janz, Burt via Syslinux wrote:
> I have a need to display text to COM2 before loading a kernel.
> The easiest way to do this was to invade menu.c32 (menumain.c) and
> add a function to send the string out to the serial port just before
> the selected menu "label" is executed. In menumain.c, my function is
> called just before
2016 May 13
1
syslinux vs isolinux - com32 serial port output problem
On Thu, May 12, 2016 at 2:14 PM, Janz, Burt via Syslinux
<syslinux at zytor.com> wrote:
> Hi Geert,
>
> I'm building syslinux 6.04 from scratch to prevent any issues with mismatched com32 modules. This gives me a "pure" set of modules as well as "pure" isolinux and syslinux cores.
6.04 hasn't seen a full release, only the pre1 pre-release.
>
2016 May 12
0
syslinux vs isolinux - com32 serial port output problem
Hi Geert,
I'm building syslinux 6.04 from scratch to prevent any issues with mismatched com32 modules. This gives me a "pure" set of modules as well as "pure" isolinux and syslinux cores.
menu.c32 works perfectly on both the USB and CD boot media: I can move around the menu and select the command that I wish to use. In all cases, both the USB and CD boot properly into
2014 Nov 22
3
Use z size specifier for printf-ing size_t variable
Hello.
Use the z size specifier to printf-ing size_t variables to get rid of gcc
warning
format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int?
--
MartinS
diff --git a/com32/lib/syslinux/initramfs_file.c b/com32/lib/syslinux/initramfs_file.c
index 7eb55b5..9f9fa75 100644
--- a/com32/lib/syslinux/initramfs_file.c
+++ b/com32/lib/syslinux/initramfs_file.c
@@
2007 Oct 12
1
use ps -ef check service have some error.
hi,all.
I found that use the ps -ef command to check a service status
have some error. I test it .
run puppetd --debug --tags apache2 ,get this message.
=============
debug: Service[apache2](provider=debian): Executing ''ps -ef''
debug: Service[apache2](provider=debian): PID is 12062
============
but the apache2 service is not running. and if I run ps -ef|grep
apache2
2019 Apr 17
1
Fix: hotkey uppercasing too wide
Hello,
Stumble upon this issue. If one define digits as hotkeys, the action is also taken for the non-reserved CTRL-P to CTRL-Y (also affect ASCII prior to digits). Here's a quick patch, quickly tested for action on uppercase/lowercase and digit and inaction on "matching" CTRL key.
Regards,
Dany
*Sample config section*
LABEL extra2
MENU LABEL ^2. Two
# pressing 2 activates
2010 Mar 01
2
pxelinux multiple serial port setting
Hello
We have computers which redirect COM2(ttyS1) to SOL(Searial console Over Lan).
We have been using pxelinux to boot them with the following pxelinux.cfg/default setting.
pxelinux.cfg/default
serial 1 19200
console 1
prompt 0
timeout 100
default menu.c32
label Linux Diskless
menu label ^Linux Diskless
kernel menu.c32
append pxelinux.cfg/linux.menu
label Bios Setup
2001 Nov 23
5
Communications problem
I am trying to get an home automation system called Thinkboxx
to run on a linux system, Thinkboxx has a windoze program that controls
the Thinkboxx over the com port. the program seems to be running well, but
when it tries to open the com ports it say that it has an "Unknown
Communications problem". I think my configuration of wine and the com port
is ok, i have spent
some time reading
2001 Oct 10
3
Problem: No Serial ports present
Hi,
I have wine without Windows instalation and would like to use my HP
Coolpix camera unload software.
After installation I allowed direct read/write to COM ports in
wine.conf, but the program complains there are no COM ports at all.
If I run wine --debugmsg +file +relay, I get something like wine works
with COM2 (COM1 is mouse) and missing wineoss.drv, MFC42LOC.DLL and
reg.dat.
How can I
2011 Nov 11
3
COPILOT Glucose Meter COM problem
I am a 62 year old beginner in Ubuntu. Thanks for any help, guidance, suggestions on this problem!
I have used commands like the following to be certain that I have an active com port:
dmesg | grep ttyS
rm com1
ln -s /dev/ttyS0 com1
So I suspect the solution lies somewhere in WINE.
If all else fails I will get a USB to SERIAL converter cable and try that.
My wife has an Abbott Labs Freestyle
2001 Feb 28
1
com port acccess again
hi guys!
i have some problem whit wine about the $SUBJECT
i start my program and i get the following error
message:
ceta.2@sb-003:~/.wine/fakewin/csoft30 > wine
--debugmsg +comm --managed comkern.exe
err:win32:fixup_imports No implementation for
shlwapi.dll.0(StrRetToBufA)
imported from shell32.dll, setting to 0xdeadbeef
err:win32:fixup_imports No implementation for
2017 Jun 23
2
sieve vacation message if ....
On Fri, 23 Jun 2017 14:46:21 +0200, Stephan Bosch stated:
>Op 21-6-2017 om 19:16 schreef lejeczek:
>> hi fellas
>>
>> generic construct for(if possible): reply vacation message if
>> address is not from add1 at com1 add2 at com2
>>
>> would you share?
>
>require "vacation";
>
>if not address "from" ["add1 at com1",
2008 Apr 26
3
extlinux: missing text on serial output
Hi!
Using the following extlinux.conf
serial 0x2f8 57600 0x013
# that is, RTS/CTS flow control on COM2
prompt 1
timeout 100
say Select 'linux' or 'xen'.
say Automatically booting 'xen' in 10 seconds.
default xen
label linux
kernel /vmlinuz-2.6.18-6-686
append initrd=/initrd.img-2.6.18-6-686 root=/dev/mapper/xen1-root ro console=tty0 console=ttyS1,57600n8r noresume
2015 Oct 12
1
Megacli issue with Xen PERC 5/i Poweredge 2950 II
I am having an issue with Megacli when adding or removing virtual
disks. I will post a link to fpaste that has the issue shown.
In brief whenever i add, or remove, a virtual disk via MegaCli the
attempt succeeds and the adapter is configured but the OS remounts dm-0
in read only. dm-0 is my root lv. This issue does not happen if i boot
into the default, non Xen, CentOS kernel. On stock
2006 May 18
1
RE: [PATCH] - make qemu serial summagraphics settings a bitmore fluid
Ben-
I like the idea but I don''t understand how this patch can work:
1) You never put a name into `serial_devices[]'' for the summa port.
The loop in `main'' that initializes the serial devices only calls
`qemu_chr_open'' if there''s a string name in `serial_devices''. How did
you get this to work?
2) Minor point, I don''t see the need
2013 May 14
5
4.2.2 pci-passthrough crashes Dell Poweredge R710
Hello everyone,
i just updated from 4.2.1 to 4.2.2. If i try to fire up my win2k8 domU
with a pci device attached, the dom0 machine hardcrashes.
my system log (idrac) shows the following:
CPU 2 has an internal error (IERR).
A bus fatal error was detected on a component at bus 0 device 0 function 0.
CPU 1 machine check detected.
and plenty of other entries. The machine hardresets then.
If i
2002 Mar 11
1
Com port over the fourth
Hello everybody,
I'm trying to get work a win32 application (for NT) that communicate
with a lots of modems (30-40).
No problems if I configure the modem on the first two com ports, but I
cannot make it run if I ask it to use, for example, COM10, COM11, etc..
The command is:
wine --winver nt40 gpcwin.exe
Here is the error:
fixme:win32:DEVICE_Open Unknown VxD COM10. Try --winver nt40 or win31
2017 Jun 23
1
sieve vacation message if ....
Op 23-6-2017 om 16:15 schreef Larry Rosenman:
> On 6/23/17, 9:13 AM, "dovecot on behalf of Jerry" <dovecot-bounces at dovecot.org on behalf of jerry at seibercom.net> wrote:
>
> On Fri, 23 Jun 2017 14:46:21 +0200, Stephan Bosch stated:
>
> >Op 21-6-2017 om 19:16 schreef lejeczek:
> >> hi fellas
> >>
> >>
2001 Sep 25
1
Cannot start Notes Rnext Beta 3
I am using wine release 20010824 on SuSE Linux 7.2 and
am having problem starting the notes client.
Everytime I start, having used 4 different versions of
oleaut32.dll, I keep getting:
err:win32:PE_fixup_imports No implementation for
OLEAUT32.dll.97 imported from
C:\Lotus\Notes\nnotesws.dll, setting to 0xdeadbeef
err:win32:PE_fixup_imports No implementation for
OLEAUT32.dll.127 imported from