search for: nv1

Displaying 18 results from an estimated 18 matches for "nv1".

Did you mean: n1
2009 Aug 02
0
Remove deprecated file
This file is 13 years old and NV01/03 isn't even supported by Nouveau. This patch remove README.NV1. --- a/README.NV1 2009-08-02 18:19:25.000000000 +0200 +++ b/README.NV1 1970-01-01 01:00:00.000000000 +0100 @@ -1,42 +0,0 @@ - Information for NVidia NV1 / SGS-Thomson STG2000 Users - - David McKay - - 20th March 1997 - -1. XF...
2008 Oct 15
0
Iterative estimation of linear regression model
...mme and that I have made use of a sample data (viz., exp.txt): ? Programme: ? # Linear regression modelling with sample data (try5.txt) # Repeated estimation through loop statement x=read.table("try5.txt",header=T,sep="\t") nm=names(x) out="slrout.txt" sink(out) nvr=10;nv1=4;nv2=nvr-nv1 for(i in 1:nv1){ dep=nm[i+1]?????? # The 1st dependent variable is C1 (at column no. 2) for(j in 1:nv2){ ind=nm[j+nv1+1]?? # The first independent variable is C5 (at column no. 6) # Estimation of simple linear regression equation slr=lm(dep ~ ind,data=x) smr=summary(slr) print(slr)...
2010 Apr 01
1
Patch to fix "make dist"
A patch is attached to fix this problem. It removes the deprecated reference to README.NV1 and properly adds src/nv_rop.h Thanks, Rico Tzschichholz -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fix-make-dist.patch Type: text/x-patch Size: 976 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20100401/7...
2007 Aug 28
1
Renouveau and Nouveau driver for Nvidia Riva 128 ZX (NV3) ?
...r to work and there is no nvidia proprietary driver for Riva 128 or Riva 128 ZX. How can I send you informations that can help you to write a free and open source driver for this nvidia graphic chip. At http://users.tkk.fi/~jpakkane/ren/, I found nothing for NV3. But there is some information for NV1 and NV2. I see on Internet that there is some 3D support for Riva128 in UtahGLX http://utah-glx.sourceforge.net/. Thanks Yannick -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/nouveau/attachments/20070828/e3bdb90e/attachment...
2005 Jun 21
1
MeetMe Problems
I have two asterisk machines. One of them has a Digium board (server A) and the other is simply using ztdummy (server B). Server A is running on Debian and Server B is running Gentoo. Server A is running Asterisk CVS-Nv1-0-7-06/01/05-01:27:25 and Server B is running Asterisk 1.0.7. The problem I have is that when I try to transfer a call into a meetme room in server B, it simply hangs up the call. To be specific, when I press transfer (XFER on the Uniden UIP200) and then the meetme room number, the meetme...
2005 Sep 01
1
Loop error when compiling CVS version of 1.2-Beta
...anager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp.c say.c sched.c slinfactory.c srv.c strcompat.c tdd.c term.c translate.c ulaw.c utils.c This is the contents of the include/asterisk/version.h file. /* * version.h * Automatically generated */ #define ASTERISK_VERSION "CVS-Nv1-2-0-beta1-09/01/05-11:06:01" #define ASTERISK_VERSION_NUM 999999 Geoff
2008 Oct 08
0
[PATCH] "git-*" syntax is obsolete since git 1.6
--- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3a02f4e..4d17fd0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,5 +26,5 @@ EXTRA_DIST = README.NV1 ChangeLog # Always regenerate the changelog CLEANFILES = ChangeLog ChangeLog: FORCE - git-log > ChangeLog + git log > ChangeLog FORCE: diff --git a/configure.ac b/configure.ac index de5fb42..814ff2f 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_DEFINE_UNQUOTED([NV_PATC...
2005 Feb 22
0
Segfault when using res_config_odbc on x86_64
...39;m trying to move our asterisk setup from an i686 server to an x86_64 (Dual AMD Opteron) server. Everything has been manually compiled: MySQL 4.1.10, MyODBC 3.51.11, unixODBC 2.2.10 (because I couldn't find any usable RPMs). And obviously Asterisk, where I'm using the STABLE release CVS-Nv1-0-5-02/21/05. The OS is Redhat Enterprise ES 4.0, kernel 2.6.9-5.0.3.ELsmp. Asterisk is configured to read sip.conf and extensions.conf from MySQL via ODBC. The ast_config table contains about 3500 rows. When I start "asterisk -gcvvvvv" the first time, everything works fine. Then I issu...
2005 Mar 07
0
Open files / socket leak
We're using STABLE CVS-Nv1-0-5-02/24/05 and we've been noticing that sometimes there's a socket leak on REGISTER SIP messages. We've seen it happen only on customers using Sipura SPA2100 ATAs. If I issue a "sip show channels", I see thousands of "zombie channels". If I look into the details,...
2005 Sep 01
0
Mobilephone users get echo of them self when calling in to our asterisk server.
Hi there. The title basicly explains it. When we get incomming calls from cellular phones, the callers tend to echo ALOT. They hear their own voice at very high volums. This is a problem only for mobilphone users that calls in to us. I'm using wifi IP-phones. Asteirsk: CVS-Nv1-0-7-04/19/05 Any way to fix this on the asterisk server? Regards, Arne Morten -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050901/b91a67d6/attachment.htm
2005 Jun 11
1
Problems with IAX Trunks
I have two asterisk servers connected using IAX. Server A has a TE410P running on a Xeon 2.4Ghz with 2GB RAM and 36G IDE HD on Debian 2.6.11-1-686 and Asterisk CVS-Nv1-0-7-06/01/05-01:27:25. Server B does not have any Digium board, but has ztdummy and zaptel loaded. It's runnin on a P4 1.6Ghz with 1GB RAM and 36G SCSI RAID 10 on Gentoo 2.6.11-gentoo-r9 and Asterisk 1.0.7. The relevant section of iax.conf looks like: [gateway0] type=friend user=gateway0...
2016 May 18
1
[PATCH v3] launch: direct: Add DAX root filesystem support.
v2 -> v3: - Rebase on top of the other patches. Rich.
2016 May 17
1
[PATCH v2] launch: direct: Add DAX root filesystem support.
NOTE: not for upstream, yet. v1 -> v2: - Remove the dependency on enabling ACPI, since ACPI is now enabled all the time. Rich.
2005 Sep 12
1
Can't pickup inbound calls with TDM400P Fxo
...ile or directory Sep 9 12:30:55 WARNING[4830]: Unknown directive '' at line 404 of sip.conf Sep 9 12:31:12 WARNING[4830]: Ring/Off-hook in strange state 6 on channel 1 Sep 9 12:31:48 WARNING[4830]: Timeout, but no rule 't' in context 'incoming' Show version Asterisk CVS-Nv1-0-9-08/17/05-15:34:37 Uname -a (running centos 4.1) Linux npc-asterisk-01 2.6.9-5.0.3.EL #1 Sat Feb 19 18:26:49 CST 2005 i686 i686 i386 GNU/Linux Any ideas? Taff! ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwid...
2016 May 16
0
[PATCH] launch: direct: Add DAX root filesystem support.
..."mem-path=%s,size=%" PRIu64 "b", + appliance, (uint64_t) statbuf.st_size); ADD_CMDLINE ("-device"); - ADD_CMDLINE (VIRTIO_BLK ",drive=appliance"); - } + ADD_CMDLINE ("nvdimm,memdev=mem1,id=nv1"); - appliance_dev = make_appliance_dev (g, virtio_scsi); + appliance_dev = safe_strdup (g, "/dev/pmem0"); + } else { + ADD_CMDLINE ("-drive"); + ADD_CMDLINE_PRINTF ("file=%s,snapshot=on,id=appliance," + "cache=...
2005 Jan 31
7
TDM400 stopped working
I excitedly installed my TDM dev kit earlier this weekend, installing asterisk and all the kernel drivers to make it work. And it did, it was fantastic. I then reboot the machine, and even after doing a modprobe wctdm, I get the following: == Parsing '/etc/asterisk/zapata.conf': Found Jan 31 13:34:27 WARNING[342]: chan_zap.c:793 zt_open: Unable to specify channel 1: No such device or
2005 Jun 02
3
CLUELESS NEWBIE needs help making an outbound sip call to PSTN
...a 'strange' voice message that gives you the option to either #1 change my outgoing unavailable message or #2 press ANY key besides #1 to hangup. Any help or pointers would be GREATLY appreciated!!!!! I compiled and Installed Asterisk about 10 days or so ago and am running version: CVS-Nv1-0-7-05/19/05-11:22:20 built by root@Vontage on a i686 running Linux Thanks!!! Having a BLAST! Steve Gladden
2016 Sep 07
43
[Bug 97620] New: [REGRESSION] KMS having issues after kernel upgrade (4.5.1-1 to 4.6.4-1)
https://bugs.freedesktop.org/show_bug.cgi?id=97620 Bug ID: 97620 Summary: [REGRESSION] KMS having issues after kernel upgrade (4.5.1-1 to 4.6.4-1) Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium