similar to: [PATCH 2/2] COM32: lua - add dmi library

Displaying 20 results from an estimated 200 matches similar to: "[PATCH 2/2] COM32: lua - add dmi library"

2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
From: Hung-chi Lihn <hlihn at google.com> In the current Lua.c32 DMI implementation, it is a flat table with dotted names in table entries. It also misses a number DMI sub-tables. This patch, cleans up the DMI table structure using Lua's nested table structure and adds all missing DMI sub-tables. If a DMI sub-table is not supported by the hardware (not filled), then the corresponding
2010 Aug 28
0
LUA script to emulate PXE boot on USB
Hello Here is an attempt to reproduce PXE-like booting (having different config per MAC address) on other bootable media (ex : USB) It's a lua script that analyze dmi information and load a config file. As MAC address is not available in DMI (no driver has been loaded), selection is made by UUID, serial, product, manufacturer. Otherwise, default.cfg is loaded It can be usefull to have a USB
2008 Dec 04
3
Patch: Allow args with spaces
Hi, the first attached patch extends the argument parsing code to allow (shell like) spaces. A config like LABEL BIOSupdate KERNEL dmiselect.c32 APPEND "ESPRIMO P5925" "memdisk initrd=/dos/FSC-E5925.img raw" will result in args[]: ESPRIMO P5925 memdisk initrd=/dos/FSC-E5925.img raw instead of (current code): "ESPRIMO P5925" "memdisk
2011 Oct 04
1
Added DHCPINFO Tables to the lua.c32 Implementation - syslinux-4.04
Greetings All. We wanted to be able to parse the DHCP values and options and write a lua script based on the information found. We are also using the CPU flags, but thankfully in at least version 4.04 there is already some CPU value parsing even if it isn't documented. Using the information from the CPU table we wanted to be able to choose the kernel to boot. Using the DHCP table
2007 Nov 20
9
[Bug 13319] New: YV12 and YUY2 overlay broken on PPC with NV34M
http://bugs.freedesktop.org/show_bug.cgi?id=13319 Summary: YV12 and YUY2 overlay broken on PPC with NV34M Product: xorg Version: 7.3 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2008 Dec 10
1
[PATCH 1/2] COM32: lua - add syslinux library
Hi, the attached patch adds a new call to lua (patch is against latest lua branch): syslinux.run_command(...) It's just a little glue to call syslinux_run_command() from lua. Other syslinux functions should be easy to add. usage: syslinux.run_command("memdisk initrd=/dos/BIOS/FSC-P7935-108.img raw") Bye, Marcel -------------- next part -------------- A non-text attachment
2001 May 14
1
RODBC: closing databases
Dear all, platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 2.3 year 2001 month 04 day 26 language R I wrote the following to import tables in different database formats (Access, Visual FoxPro, etc.): getTable <-
2003 Apr 23
0
MySQL
Dear laurent, > But there are lots of commands I found in R docs which are "not found", > such as getTable. Deprecated (I successfully used dbListTables) or do I > simply miss a package ? >From RMySQL\NEWS: * added (almost) trivial convenience RS-DBI functions getTable(), assignTable(), existsTable(), and removeTable(). They all mimic the corresponding R/S get(),
2014 Sep 25
1
localboot.lua: a lua.c32 script that uses DMI data to decide between localboot/chainloading
Hi, we use PXELINUX in our product to show a boot menu on client computers, with options like "Boot from local hard disk", "Install Windows", etc. Unfortunately, a lot of computers seem to have broken BIOSes and won't boot with the LOCALBOOT command, and need to be booted with chain.c32 instead. We also have encountered some computers where it works only the other way -
2011 May 09
3
Lua.c32 - user input / scripting
I'm trying to get this bit of code to work with the lua.c32 interpreter: --- sample, the goal is to build a script that will allow me to enter a 4digit mt and load the bios iso accordingly print ("enter machine type :") mt = io.read() print ("you entered...",mt) doStuff() if (mt == "8141") then syslinux.run_command("memdisk
2009 Nov 15
3
Problem with Yum on CentOS 5.4
Hi, I recently downloaded and burned the 5.4 DVD ISO. All my machines are now running 5.4, but these are installs I performed with 5.0, 5.1, 5.2 etc. and then progressively upgraded. Now I had to use 5.4 because a friend's laptop, a brandnew Fujitsu Esprimo Mobile, refuses to boot anything under 5.4. After a fresh install of the base system, first thing I do is 'yum update' with
2010 Jun 29
9
SYSLINUX 4.00 2010-06-28 EDD Load error - Boot error
SYSLINUX 4.00 2010-06-28 EDD Load error - Boot error Booting from USB on old IBM T43 or newer Esprimo E5731E. No problems with version 3.86 and same usb-stick.
2010 Aug 09
3
Lua.c32 wiki page
Hi, I have been experimenting a bit with lua.c32 and I have created a small lua.c32 wiki page at: http://syslinux.zytor.com/wiki/index.php/Lua.c32 With my minimal knowledge about Lua (and the inconvenience of not being able to copy&paste or edit scripts) I discovered that the dmi module has 2 functions (supported, gettable) and a syslinux module with 1 function (run_command). Do we
2008 Dec 09
1
suspend/resume system crash
Hi all, I've installed CentOS 5.2 i386 (with all updates) on notebook Fujutsu Siemens Esprimo U9200 Suspending works normal, but after resuming my system crashes. There are no messages about that in /var/log/messages, only after reboot system I see in gnome: " Resume Problem Your system did not appear to resume correctly from Suspend/Hibernate. This may be a driver problem or a
2007 Feb 08
0
USB-HDD cannnot connect automatically
Hi all, I got a USB-HDD, but it doesn't looked like connect and cannot mount it just after PC boot. But insert and remove a usb cable from PC, it connect (with hotplug?) Is there any good how-to's for getting a usb-HDD to auto connect when It is booted the computer? lsmod is following: [lsmod of just after boot] Module Size Used by Not tainted parport_pc
2006 Nov 25
1
Possible memory leak in smbd?
I noticed one of my smbd processes for one particular client (IUSR_JUNIPER) is taking 200MB in memory, far different from all the other smbd processes. Should I be concerned about a memory leak here? I don't think samba would be caching any files, so I can't see why it'd use this much memory. That windows client is a win2k IIS5 server, with well over 60 sites that are hosted off a
2006 Jun 14
3
SIP, Microsoft RTC, and Originate problem
Skipped content of type multipart/alternative-------------- next part -------------- Reliably Transmitting (no NAT) to 111.111.111.50:16666: INVITE sip:111.111.111.50:16666 SIP/2.0 Via: SIP/2.0/UDP 111.111.111.8:5060;branch=z9hG4bK360502ae;rport From: "asterisk" <sip:asterisk@111.111.111.8>;tag=as348de10b To: <sip:111.111.111.50:16666> Contact:
2010 Mar 06
1
tippfix 1.1 fails to run in wine
Hello, the task is to run tippfix 1.1 in wine. http://www.krswelzheim.de/images/downloads/tippfx11.zip I tried wine 1.1.28 as shipped with openSuSE 11.2-x86_64 and also the just release 1.1.40 package from the openSuSE build service. Installation of tippfx11.msi runs ok, but running the resulting Tippfix1_1.exe results in a popup "runtime error '429', object creation of ActiveX
2014 Aug 04
3
[Bug 82118] New: nouveau tearing with xvideo
https://bugs.freedesktop.org/show_bug.cgi?id=82118 Priority: medium Bug ID: 82118 Assignee: nouveau at lists.freedesktop.org Summary: nouveau tearing with xvideo QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: lameventanas at gmail.com
2008 Mar 08
0
[PATCH 1/1] Fixing wrong offsets in dmi
On sebastian's request, I'm sending this patch. From : Sebastian Herbszt <herbszt at gmx.de> DMI code have some wrong offsets. This patch fixes this offsets and improve the grammar. Signed-off-by:Sebastian Herbszt <herbszt at gmx.de> -------------------------------------------------------------------------------- Les opinions et prises de position emises par le signataire