search for: mext

Displaying 3 results from an estimated 3 matches for "mext".

Did you mean: ext
2005 Sep 12
1
AW: Debian Sarge, Kernel 2.6.13 and AVM Fritz!PCI v2.0 card
...script to load the modules (basically order is everything supposedly). #!/bin/sh if [ $# -ge 1 ]; then DEBUG=$1 else DEBUG=0 fi if [ $# -ge 2 ]; then DEBUG_F=$2 else DEBUG_F=0xffffffff fi if [ $# -ge 3 ]; then ttt=$3 else ttt=180 fi #INSMOD_PARA=-m MEXT=.ko cd /usr/src/linux/drivers/isdn/hardware/mISDN #modprobe capidrv modprobe capi insmod ${INSMOD_PARA} mISDN_core${MEXT} debug=${DEBUG} >/tmp/m_core.mod # insmod ${INSMOD_PARA} faxl3${MEXT} debug=${DEBUG_F} ttt=$ttt > /tmp/m_faxl3.mod insmod ${INSMOD_PARA} mISDN_l1${MEXT} debug=${DEBUG} &gt...
2013 Oct 28
0
Re: [Qemu-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching
.... > + m = re.search(r''\w+'', l) > + if (m): > + prev_aml_offset = asl[i].aml_offset > + continue > + > + if (a > 1): > + die("Expected at most one ACPI_EXTRACT per line, actual %d" % a) > + > + mext = re.search(r'''''' > + ^\s* # leading whitespace > + /\*\s* # start C comment > + (ACPI_EXTRACT_\w+) # directive: group(1) > + \s+ # whitspace separates directive from array >...
2007 May 30
1
samba 3.0.24 + openldap + solaris won't start up
...the Trouble-Shooting section of the Samba3-HOWTO From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf =============================================================== Segmentation Fault [root]-mordor[205]: Whatever information I can get to the list I will, but I am not sure where to look mext. The HOWTO.pdf didn't seem to help me with this (maybe I missed something?) any help would be appreciated! jim craig