similar to: finding mac address while in menusystem (com32)

Displaying 20 results from an estimated 300 matches similar to: "finding mac address while in menusystem (com32)"

2008 Mar 13
5
Adding memdisk or similar when booting linux
Hi Thanx guys for the help on understanding howto read dmi info! I now have a custom boot menu for install of different linux versions based if they have been installed before (reinstall is ok for users, first install is not), and installquirks like if we detect odd hardware, we add install options to redhat installer so it can install anyhow (for instance hp dc7800 who needs pci=nommconf as
2013 Jan 06
1
[PATCH] menugen: Make it compatible with Py3k
Signed-off-by: Paulo Alcantara <pcacjr at zytor.com> --- com32/cmenu/menugen.py | 56 +++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/com32/cmenu/menugen.py b/com32/cmenu/menugen.py index 70ec1f8..da64d93 100644 --- a/com32/cmenu/menugen.py +++ b/com32/cmenu/menugen.py @@ -72,9 +72,9 @@ class Menusystem:
2004 Oct 04
3
budgetone-100 and handtone-286
Does anyone know how to get any of these VOIP phones to allow me to do menu selections through asterisk, like when accessing voicemail and such. Thanks :P --
2002 Nov 05
2
Retaining ownership of files
Hi I want users to edit each other files, but not having the ownership changed at all I.e. user1 create a word doc, user2 can edit it, but the ownership is not changed to user2. force create mode force directory mode force user force group I know of these , but our share have tons of dirs with files that have different users and groups, 60+ developers working together. Are there any new
2016 Feb 26
3
lpxelinux.0 with device that doesn't support Interrupts
I am experiencing an issue where I ran ipxe (as an option rom) and downloaded the lpxelinux.0 as the bootloader. Next it should download the ldlinux.c32 file using UNDI API. but before that it will close and open the underlying device (which is ipxe), and hooking the device interrupt so it can start getting some packets. What I'm experiencing is that if the underlying device doesn't
2011 Mar 06
1
PXELINUX Debugging Output
I am sending a patch that makes the debugging output of PXELINUX slightly more concise, without (intentionally) affecting its completeness at all. Additionally, I am proposing that the debugging output of PXELINUX -- specifically the messages that appear after the copyright statement, but before the menu is loaded -- only be shown in response to keyboard input (such as holding Shift or Alt, or
2008 Dec 01
4
Bonding and network cards
Hi, I have been playing this weekend with bonding on PCI netcards and found that all of netcards I have, but old 3com, do not support MII. So bonding is not going to happen with them. Do you have some pci netcards supporting MII successfully running on bonging? Thanks, David Hrb??
2012 Nov 22
1
Syslinux Digest, Vol 116, Issue 20
Hi! We use Windows tftp-servers (so I dont think switching now would be an alternative). But I can try to suggest it. More specific, vendor id of the mac address, is what I want to be able to "choose" (if match) which bootmenu to display. Like all broadcom NICs we have would boot the undionly.kpxe "menu!! (I am having some trouble with broadcom (PCI fiber) and iPXE :) And the
2004 Oct 06
2
Issue with the channel drivers
Hi, No one seems to have any issue with the following posting. Can any one suggest how to install/configure channel drivers to work. Basically I am trying to send the SIP calls to GNUGK but Asterisk reports the error "No channel driver found". >>> I was trying to compile the oh323 channel driver but unable to compile the openh323_1_13_5 (which is the only required version as
2001 Nov 27
5
share modes
Hello all, I used to have share modes = no on all my application shares as they were accessed for read-only. I particularly put this on my netlogon share after someone got an exclusive lock on part of the login script! I find with 2.2.2 that share modes is no longer allowed and I get smbstatus lock entries for loads of application stuff which people should be locking. What is the 2.2.2
2004 Feb 02
10
SYSLINUX 2.09-pre2
This version contains a fix to mbr.asm, plus a version of Murali's menu system, but ported to gcc. Although gcc produces much bigger 16-bit code (since it's really 32-bit code with prefixes) I figured it would be much easier for people to deal with since it requires the configuration to be compiled in. That being said, it's a *very* powerful menu system, partially *because*
2002 Oct 25
1
Configure problem with Solaris 8, samba 2.2.6
Hi I get this message running configure checking for test routines... configure: error: cant find test code. Aborting config In config.log i get this. configure:10694: checking for test routines configure:10703: /compilers/sparcompilers_r/6.2/bin/CC -o conftest -O -D_LARGEFILE_SOURCE -D_F ILE_OFFSET_BITS=64 conftest.c 1>&5 ./tests/trivial.c, line 3: Error: The function exit must have
2004 Jan 16
6
Comboot Menu
Since lot of people want this thing, I will try to take a stab at it. For now, I will hard code the menu in the code, and then somebody else can remove that restriction. May be we can add some kind of keyword to the config file which syslinux ignores and the comboot menu does something with it. I have one question about comboot: If I write a DOS program using C (compiled using watcom -3 -mt -osx
2005 Dec 12
1
Netcard don't up
Dear Friends I have 2 netcards (eth0 to Internet and eth1 to internal network) in CENTOS 4.2, bit when I boot system the up eth0 and et1i [OK]. When I run ifconfig the eth1 has not IP configure, then I run command ifdown eth1 and ifup eth1, after eth1 is work perfect. Below I show file /etc/sysconfig/network-scripts/ifcfg-eth1 # Please read /usr/share/doc/initscripts-*/sysconfig.txt # for
2012 Nov 21
1
pxelinux load configuration files (ARP type code, and IPaddress in hex)
Hi! As documented: http://www.syslinux.org/wiki/index.php/PXELINUX When pxelinux "boots" it is looking for this: /mybootdir/pxelinux.cfg/01-88-99-aa-bb-cc-dd /mybootdir/pxelinux.cfg/C000025B /mybootdir/pxelinux.cfg/C000025 /mybootdir/pxelinux.cfg/C00002 /mybootdir/pxelinux.cfg/C0000 /mybootdir/pxelinux.cfg/C000
2009 Apr 24
1
Bugs in pxelinux.asm - syslinux 3.75
In pxelinux.asm the xchg instruction in xchg ax,ax . data_on_top: should be xchg ax,dx, I think At the end of pxe_get_cached_info routine,there is and ax,ax jnz .err It is supposed to test for AX status, but since pxenv does pushad and popad, AX doesn't contain status. In fact the other routines calling pxenv don't have this bug.
2016 Feb 26
2
lpxelinux.0 with device that doesn't support Interrupts
hi does anyone know if there are some known issues with running lpxelinux.0 with device that doesn't support Interrupts? i.e. irq function is null...
2002 Nov 20
2
RE - servers keeps disapearing
>Hi, > >> Is there a known problem with samba servers that keeps disappearing >> from network neighborhood? Had this problem with 2.2.3, have to >> restart nmbd to get them back on, but nmbd never stops. > >Yes - there _was_ a known problem with nmbd not reregistering names. >Has disappeared since 2.2.5. > I have upgraded to 2.2.6, still have the problem, but
2019 Apr 24
2
PCI passthrough and abstraction
When you pass a device in the pci chain (after virsh nodedev-dettach'ing it from host) to the guest, how much is passed without being emulated/abstracted?
2006 Sep 07
1
(no subject)
Hi everyone :) Trying this for the first time..... My problem: I'm trying to get PXELinux to use the parameters 208,209,210 and 211 (for having a common config file and separate default values) I've set up a tftp server (as suggested on the pxelinux site), and pxe booting works as it should. I'm stuck using a Windows 2003 DHCP server, and can't get it to send the options