Displaying 20 results from an estimated 32 matches for "ndi".
Did you mean:
edi
2013 Feb 07
1
[Qemu-devel] Headsup: windows virtio networking does not work on current git
...y.
> >
> > Well that's all in theory, in practice it does not look like revision ID
> > is specified in the NetKVM inf so this won't work?
> >
> > From what I see this inf specifies:
> >
> > NetKVM/wlh/netkvm.inf:%kvmnet6.DeviceDesc% = kvmnet6.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4
> > NetKVM/wxp/netkvm.inf:%kvmnet5.DeviceDesc% = kvmnet5.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4
> > NetKVM/wxp/netkvm2k.inf:%kvmnet5.DeviceDesc% = kvmnet5.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4
> >
>...
2013 Feb 07
1
[Qemu-devel] Headsup: windows virtio networking does not work on current git
...y.
> >
> > Well that's all in theory, in practice it does not look like revision ID
> > is specified in the NetKVM inf so this won't work?
> >
> > From what I see this inf specifies:
> >
> > NetKVM/wlh/netkvm.inf:%kvmnet6.DeviceDesc% = kvmnet6.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4
> > NetKVM/wxp/netkvm.inf:%kvmnet5.DeviceDesc% = kvmnet5.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4
> > NetKVM/wxp/netkvm2k.inf:%kvmnet5.DeviceDesc% = kvmnet5.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4
> >
>...
2008 Jun 27
2
New USB ethernet adapter
...ile = ax88172xp.cat
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %ASIX%
;LayoutFile = layout.inf
DriverVer = 05/22/2003, 2.0.0.5
[Manufacturer]
%ASIX% = USB
[ControlFlags]
ExcludeFromSelect = USB\VID_0B95&PID_1720
[USB]
%AX88172.DeviceDesc% = AX88172.Ndi,USB\VID_0B95&PID_1720
;****************************************************************
; Win98 main sections *
;****************************************************************
[AX88172.Ndi]
AddReg = AX88172.Reg, AX88172.Con.Reg ;, AX88172.Params
DeviceID = USB\VI...
2012 Sep 24
1
passing a matrix from R to C code
...-1;p++)
sum+=l[i][p]*u[p][k];
l[i][k]=a[i][k]-sum;
}
for(j=k+1;j<=*n;j++)
{
sum=0;
for(p=1;p<=k-1;p++)
sum+=l[k][p]*u[p][j];
u[k][j]=(a[k][j]-sum)/l[k][k];
}
}
//***** FI*NDI*NG Z; LZ=b*********//
for(i=1;i<=*n;i++)
{ //forward subtitutio*n method
sum=0;
for(p=1<i;p++)
sum+=l[i][p]*z[p];
z[i]=(b[i]-sum)/l[i][i];
}
//********** FI*NDI*NG X; UX=Z***********//
for(i=*n;i>0...
2002 May 04
2
R crashes trying to read a data.frame
Dear all,
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 5.0
year 2002
month 04
day 29
language R
OS: Win98
I have a strange problem with a particular data.frame built with
2012 Apr 10
1
Package boot, funtion cv.glm
Hey all,
I need some help with a cross validation. I'm new with R and as well with
statistics. I had a group work to create a tool for remote sensing class
that extracts the best bands of hyperspectral satellite images that describe
vegetation. Its a regression between a linear function of using a normalized
differenced index (i-j)/(i+j) while i and j are the bands (in the data these
are the
2003 Jun 17
0
A 'pretty' function for POSIXt objects
...39;pretty' function for POSIXt objects. It implements
my idea of what is pretty, which is dependent on the time scale, and
with the default specs prefers hours in multiples of 3, 6, or 12, and
days in multiples of 7 or 14.
round.ct() serves the same purpose as round.POSIXt(), but allows
rounding to multiples of the time unit, i.e., '15 min' , '2 hours',
and the like.
axis.ct() serves the same purpose as axis.POSIXct() but selects tick
values and intervals using pretty.ct(). Surprisingly, axis.ct() is
significantly faster than axis.POSIXct() when passed a long vector....
2004 Nov 11
2
PXELINUX - no boot file found
...:05:14.643828 0.0.0.0.bootpc > 255.255.255.255.bootps: xid:0x4c34d1a
secs:4 flags:0x8000 vend-rfc1048 DHCP:DISCOVER
PR:SM+DG+DG+IEN+NS+RL+HN+BS+DN+SS+RP+EP+VO+SID+VC+BF+T-128+T-127+T-126+T-125
+T-124+T-123+T-122+T-121 MSZ:1260
GUID:0.153.126.147.29.61.6.213.17.168.0.172.205.241.234.57.29 ARCH:0
NDI:1.2.1
VC:80.88.69.67.108.105.101.110.116.58.65.114.99.104.58.48.48.48.48.48.58.85.
78.68.73.58.48.48.50.48.48.49
0x0000 4500 0240 0000 0000 1411 a4ae 0000 0000 E.. at ............
0x0010 ffff ffff 0044 0043 022c e398 0101 0600 .....D.C.,......
0x0020 04c3 4d1a 0004 8000 0000 0000 0000 0000 ..M.....
2000 Aug 30
1
OpenSSH port question
Good day!
A little time ago I have ported the "original" ssh 1.2.30 to OS/2.
Unfortunately, I was mislead by the gnu-COPYING-GPL file that is present in the
ssh root dir, thus was under impression that ssh is GPL as well. I was shaken
when I have discovered my mistake :-) This basically made it unusable for many
users which want to use ssh in commercial environments.
Thus I decided
2014 Mar 05
3
Cannot chain to another PXE server on the same subnet
----- Original Message -----
From: Gene Cumm <gene.cumm at gmail.com>
> It's been a while since I used Yahoo but I didn't think I had
> that issue.? GMail does default to top-posting
Doing it manually... didn't find that option.
> Perhaps also try -o 43.x=01:04:0a:d7:90:3c:ff (which will set the
> mtftp option) in addition to -W.
Tried it but still the same error.
2014 Mar 05
3
Cannot chain to another PXE server on the same subnet
...??? Option 128, Option 129, Option 130, Option 131
????????????? Option 132, Option 133, Option 134, Option 135
??????????? MSZ Option 57, length 2: 1260
??????????? GUID Option 97, length 17: 0.0.12.143.150.232.29.178.17.128.0.154.39.8.20.171.64
??????????? ARCH Option 93, length 2: 0
??????????? NDI Option 94, length 3: 1.2.1
??????????? Vendor-Class Option 60, length 32: "PXEClient:Arch:00000:UNDI:002001"
13:24:05.680362 IP (tos 0x10, ttl? 16, id 0, offset 0, flags [none], proto: UDP (17), length: 328) 10.215.144.7.bootps > 255.255.255.255.bootpc: [udp sum ok] BOOTP/DHCP, Reply,...
2010 Nov 05
7
nut on pclos-2010.7
...3: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:287: error: possibly undefined macro: AC_DISABLE_STATIC
autoreconf: /usr/bin/autoconf failed with exit status: 1
I have NDI if m4 stuff is needed or even installed, so whats next?
Thanks muchly.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Wasn't there something about a PASCAL programmer knowin...
2019 Apr 16
0
QP-H00845-2019-4-16
De?????????aFF5fSolkr,
Ni?????ce8063449341 dqVday!
J0407154OAKV-
h
ard??????war????e i???s ??a ?????fac???????tor
y ?????su154196320p11749pl????????y???in??g v5441ari????????ou?????s m?????et??????al ??????????pa????????rts??? ????????by????????? ?????OD???????M s????er723498vic130576eS89S71dGT.W7KCwJHCe ?????????Pr???????o???v???????ide37 C
as
ti???????ng,5299
2007 Apr 18
0
kilolarınızdan memnunmusunuz
...=FEmeye ve farkl=FD bir =FEeyler yapmaya karar vermek =
=E7ok kolay olmayabilir.
Ortalama k=FC=E7=FCk =F6l=E7ekli bir i=FEletme kurma maliyetinin =E7ok paha=
l=FD oldu=F0unu ve bu i=FEletmelerin bir=E7o=F0unun ilk y=FDllar=FDnda kapa=
nmak zorunda kald=FD=F0=FDn=FD biliyor muydunuz? Herbalite ile kendi i=FEin=
izi y=FCr=FCtme zorlu=F0unun =F6n=FCne ge=E7mekteyiz. Stok tutma zorunlulu=
=F0u, sabit genel giderler ve y=FCksek yat=FDr=FDm maliyetlerine gerek yok,=
Herbalife'la =E7al=FD=FEmak i=E7in Uluslararas=FD i=FE Paketi'ni edinmeniz=
yeterli!
=DDster sonu belirsiz bir i=FEte m=FCcadele...
2007 Apr 18
0
kilolarınızdan memnunmusunuz
...=FEmeye ve farkl=FD bir =FEeyler yapmaya karar vermek =
=E7ok kolay olmayabilir.
Ortalama k=FC=E7=FCk =F6l=E7ekli bir i=FEletme kurma maliyetinin =E7ok paha=
l=FD oldu=F0unu ve bu i=FEletmelerin bir=E7o=F0unun ilk y=FDllar=FDnda kapa=
nmak zorunda kald=FD=F0=FDn=FD biliyor muydunuz? Herbalite ile kendi i=FEin=
izi y=FCr=FCtme zorlu=F0unun =F6n=FCne ge=E7mekteyiz. Stok tutma zorunlulu=
=F0u, sabit genel giderler ve y=FCksek yat=FDr=FDm maliyetlerine gerek yok,=
Herbalife'la =E7al=FD=FEmak i=E7in Uluslararas=FD i=FE Paketi'ni edinmeniz=
yeterli!
=DDster sonu belirsiz bir i=FEte m=FCcadele...
2010 Jul 01
0
coefficients poolability (was: question regarding panel data analysis)
Hello.
Not an easy question at all, and it has little to do with software,
alas!
Veeeeeery loosely speaking: if the homogeneity hypothesis is rejected,
then, depending on data availability, you may still be able to treat the
data like a panel by:
a) ignoring the results of the poolability test
b) allowing the coefficients to vary.
Of course, a) requires some courage while b) requires more degrees of
freedom etc.. Some authoritative commentators (Baltagi) stres...
2009 Nov 08
1
Failure of user registration with XLITE
Dear all,
I'm setting up a connection via XLITE softphone and asterisk 1.4 but I get
the error:
*Registration error: 404 Not found*
Here my configuration file of asterisk:
*[root at dhcppc0 asterisk]# vi sip.conf
[gianca]
type=friend
username=gianca
secret=pwd_gianca
host=dynamic
context=tutorial*
*[giusy]
type=friend
username=giusy
secret=pwd_giusy
host=dynamic
context=tutorial*
*[root at
2011 Nov 30
3
Inline HTML legalities
...e
the regexes to detect the starts and ends of the features and then take
specific action to emit the final representation. I'm doing it this way
because I want to emit an SXML tree data structure rather than an opaque
string.
I read the source file into a list of lines and can run regexes on
individual lines.
I can successfully extract link references.
I'm currently trying to extract inline HTML, basing my code on regexes
from _HashHTMLBlocks.
I can detect the start of an inline block:
"^<(block-tags-a\b.*
...but I'm having trouble detecting the end of the blocks in the...
2003 Oct 17
2
Suggestions for argument for Samba over Windows 2003?
Hi
We've recently been through a merger of 2 equal sized Schools,
. one School was using Windows 2000 servers and W2K desktops, AD etc
. the other was using Samba 2.x servers to control a "domain",
with mostly Windows 98 desktops.
We then worked out what services were running and deliberated on
where to run them in the new merged systems. As it turned out, the
decision was to
2004 Dec 20
19
Updating Asterisk
...EENTRANT -D_GNU_SOURCE -O6 -march=i686
-DZAPT
EL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-v1-0-12/20/04-09:55:59\"
-DINSTALL_PR
EFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
-DASTLIBDIR=\"/usr/lib/asterisk\" -DASTV
ARLIBDIR=\"/var/lib/asterisk\" -DASTVARRUNDIR=\"/var/run\"
-DASTSPOOLDIR=\"/var/
spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\"
-DASTCONFPATH=\"/etc/asterisk
/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\"
-DASTAGIDIR=\"/var/li
b/asterisk/agi-bin\" -DBUSYDETECT_MAR...