search for: ic2

Displaying 19 results from an estimated 19 matches for "ic2".

Did you mean: i32
2006 Jul 17
4
Help with streaming audio...
...ic port, out as a stream so I can listen to it when away from home (like from work). I can hear the scanner fine through the laptop's speakers, but although I've read the documentation for the Icecast2 server configuration, I'm still not sure how to pipe the scanner audio to a form[at] IC2 can use. Then, how to configure the IC2 config file to tell IC2 to send the audio out onto the Internet. The install of the IC2 server under XP was flawless, whereas I had problems with a Debian install, of which I also have experience. So, if anyone can help me get my scanner's audio succes...
2003 Dec 10
1
Can't access remote server
RedHat 9, samba-2.2.7a-8.9.0. Fresh install. No iptables or any firewall settings. I can access my server fine locally with smbclient, but using smbclient from a machine located in a network I get this: [kwang@gorgon kwang]$ smbclient //webdev.ic2.org/home added interface ip=24.243.211.67 bcast=24.243.223.255 nmask=255.255.240.0 added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0 error connecting to 128.83.222.87:139 (No route to host) Error connecting to 128.83.222.87 (No route to host) Connection to webdev.ic2.org failed...
2006 Jul 17
0
Help with streaming audio...
...so I can listen to it when away from home (like from > work). > > I can hear the scanner fine through the laptop's speakers, but although I've > read the documentation for the Icecast2 server configuration, I'm still not > sure how to pipe the scanner audio to a form[at] IC2 can use. Then, how to > configure the IC2 config file to tell IC2 to send the audio out onto the > Internet. > > The install of the IC2 server under XP was flawless, whereas I had problems with > a Debian install, of which I also have experience. > > So, if anyone can help m...
2006 Apr 24
0
table.getItem(1,1).icon=ic
Helmut, If I understand what you''re asking, I think the solution is to call create() on ic2 before using it: ic2.create @table.getItem(1, 1).icon = ic2 If this does not solve your problem, please try to express your question more clearly. Hope this helps, Lyle On Apr 24, 2006, at 1:36 AM, Helmut Hagemann wrote: > High > ? > i have trouble with FXTable > > setItemI...
2005 Apr 29
2
Subarrays
Define an array > v<-1:256 > dim(v)<-rep(4,4) Subarrays can be obtained as follows: > v[3,2,,2] [1] 71 87 103 119 > v[3,,,2] [,1] [,2] [,3] [,4] [1,] 67 83 99 115 [2,] 71 87 103 119 [3,] 75 91 107 123 [4,] 79 95 111 127 In the general case this procedure is very tedious. Given an array A, dim(A)=(dim_1,dim_2,...,dim_d) and two vectors
2003 Sep 20
0
PR#2867
...ng directory `/usr/local/src/R-1.7.1/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving directory `/usr/local/src/R-1.7.1/tests' make: *** [check] Error 2 % tail -20 reg-tests-1.Rout.fail + agn <- agnes(xn, method="complete") + hcagn <- as.hclust(agn) + iC2 <- !names(hcag) %in% c("labels", "call") + stopifnot(identical(hcagn[iC2], hcag[iC2]), + identical(hcagn$labels, hcn$labels), + all.equal(hc$height, hcag$height, tol = 1e-12), + all(hc$merge == hcag$merge | hc$merge == hcag$merge[ ,2:1])...
2008 Sep 19
0
panel data analysis possible with mle2 (bbmle)?
...07, 0.087, 0.138, 0.132, 0.244, 0.354, 0.421, 0.606, 0.74, 0.818, 1.048, 1.229, -1.17, -1.159, -1.16, -1.143, -1.137, -1.085, -1.028, -0.965, -0.919, -0.942, -0.902, -0.828, -0.79) ################this is the function that is called by mle2 exfunc <- function(c1,c2,c3,cs1,cs2,cs3,ic1,ic2,ic3,cc1,cc2,cc3,alstar,beta1){ x<-matrix(0,years*cross,3) x[,1] <- 1 x[,2] <- ra x[,3] <- sa coeffs <- vector(length=3) coeffs[1] <- c1 coeffs[2] <- c2 coeffs[3] <- c3 csp <- rep(c(cs1,cs2,cs3),each=years) e1 <- (x %*% coeffs);frfact <- csp*plogis...
2011 Jan 26
0
New package versions for distr- and robast- families
...+ new risks: asAnscombe, asL1, asL4 for asymptotic L1 L4 risk, and optimal bias robust estimator, to given efficiency loss in ideal model + new helper methods makeIC to apply to functions or list of functions for easily producing (suboptimal) ICs + new function getReq for two ICs IC1 and IC2 to compute a radius interval where IC1 is better than IC2 acc. to G-Risk + new function getMaxIneff() to compute, for any IC of class 'IC', the maximal inefficiency for radius r varying in [0,Inf) + as well as several bug fixes For more details see the corresponding NEWS files (e...
2011 Jan 26
0
New package versions for distr- and robast- families
...+ new risks: asAnscombe, asL1, asL4 for asymptotic L1 L4 risk, and optimal bias robust estimator, to given efficiency loss in ideal model + new helper methods makeIC to apply to functions or list of functions for easily producing (suboptimal) ICs + new function getReq for two ICs IC1 and IC2 to compute a radius interval where IC1 is better than IC2 acc. to G-Risk + new function getMaxIneff() to compute, for any IC of class 'IC', the maximal inefficiency for radius r varying in [0,Inf) + as well as several bug fixes For more details see the corresponding NEWS files (e...
2020 Sep 04
2
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...;> + >> +static int virtio_i2c_setup_vqs(struct virtio_i2c *vi) >> +{ >> +??? struct virtio_device *vdev = vi->vdev; >> + >> +??? vi->vq = virtio_find_single_vq(vdev, virtio_i2c_msg_done, >> "i2c-msg"); > > > We've in the scope of ic2, so "msg" should be sufficient. > > OK. Will change this name. Thanks. >> +??? return PTR_ERR_OR_ZERO(vi->vq);
2020 Sep 04
2
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...;> + >> +static int virtio_i2c_setup_vqs(struct virtio_i2c *vi) >> +{ >> +??? struct virtio_device *vdev = vi->vdev; >> + >> +??? vi->vq = virtio_find_single_vq(vdev, virtio_i2c_msg_done, >> "i2c-msg"); > > > We've in the scope of ic2, so "msg" should be sufficient. > > OK. Will change this name. Thanks. >> +??? return PTR_ERR_OR_ZERO(vi->vq);
2016 Nov 02
2
Request - Javascript player using Media Source Extensions
Hi, I was wondering if there is a javascript player that uses Media Source Extensions to play Icecast streams on modern browsers. Based on my limited research, the following players do not seem to support Icecast streams: Aurora.js - Icecast does not support HEAD requests, which Aurora.js seems to require. Shaka - Needs DASH manifests, cannot play off a simple URL. IANAL but MPEG LA seems to
2006 Jul 18
0
Just need sound and/or a stream
...se (quelch is open for audio testing). > > Once these are fixed, I think the server will be complete. > > Help/insight welcome. > > Thanks. > > Scott I can try helping with Quicktime Player. I'm not sure what kind of audio compression you're trying to feed into IC2 ("encoder" doesn't quite explain it: there _is_ loss in most encoders ;) ). Quicktime Player might need a kludge to play some types of streams. Apple's docpage for this is at <http://developer.apple.com/documentation/QuickTime/QT6WhatsNew/Chap 1/chapter_1_section_58.html>...
2020 Sep 07
0
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...gt; >>> >>> +struct virtio_i2c_msg { >>> +??? struct virtio_i2c_hdr hdr; >>> +??? char *buf; >>> +??? u8 status; >> >> >> Any reason for separating status out of virtio_i2c_hdr? >> > The status is not from i2c_msg. You meant ic2_hdr? You embed status in virtio_i2c_msg anyway. > So I put it out of virtio_i2c_hdr. Something like status or response is pretty common in virtio request (e.g net or scsi), if no special reason, it's better to keep it in the hdr. > >> >>> +}; >>> + >>&...
2020 Sep 04
0
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...> + vdev->config->del_vqs(vdev); > +} > + > +static int virtio_i2c_setup_vqs(struct virtio_i2c *vi) > +{ > + struct virtio_device *vdev = vi->vdev; > + > + vi->vq = virtio_find_single_vq(vdev, virtio_i2c_msg_done, "i2c-msg"); We've in the scope of ic2, so "msg" should be sufficient. > + return PTR_ERR_OR_ZERO(vi->vq); > +} > + > +static u32 virtio_i2c_func(struct i2c_adapter *adap) > +{ > + return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL; > +} > + > +static struct i2c_algorithm virtio_algorithm = { > + .mas...
2013 Feb 11
22
[Bug 60704] New: [nouveau, git regression] - I2C PWM fan control broken on nv50 adt7475 on kernels 3.3.x+
...(All) Reporter: m.meledandri at gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Driver/nouveau Product: xorg Created attachment 74657 --> https://bugs.freedesktop.org/attachment.cgi?id=74657&action=edit ic2-bit-banging-nouveau-git-bisect.log When resuming from suspend on affected kernels the lack of fan pwm control causes the GPU fan to run at 100%. This is noisy, annoying and inefficient. After performing a git bisect (attached), I've determined the commit that broke pwm fan control functionali...
2020 Sep 03
9
[PATCH] i2c: virtio: add a virtio i2c frontend driver
Add an I2C bus driver for virtio para-virtualization. The controller can be emulated by the backend driver in any device model software by following the virtio protocol. This driver communicates with the backend driver through a virtio I2C message structure which includes following parts: - Header: i2c_msg addr, flags, len. - Data buffer: the pointer to the i2c msg data. - Status: the
2020 Sep 03
9
[PATCH] i2c: virtio: add a virtio i2c frontend driver
Add an I2C bus driver for virtio para-virtualization. The controller can be emulated by the backend driver in any device model software by following the virtio protocol. This driver communicates with the backend driver through a virtio I2C message structure which includes following parts: - Header: i2c_msg addr, flags, len. - Data buffer: the pointer to the i2c msg data. - Status: the
2010 Aug 25
28
Still can't install from NanoCorp
Hi guys. Have wine 1.3.1 installed and the bug http://bugs.winehq.org/show_bug.cgi?id=23935 was reported as fixed, closed. So tried to install ispq9.msi and this is the output from the terminal. benjie1 at benjie1:~$ cd Downloads/ benjie1 at benjie1:~/Downloads$ ls 08-13-10.ic2 ICUBackup10.exe usr bookmarks icuii81.exe wine-1.3.1 email addresses ispq9.msi wine-1.3.1.tar.bz2 hwsoliii.exe Phaser6140_Linux.zip Xerox-Phaser-6140-1.1-1.noarch.rpm iCU2v8-22.exe Quizes etc Yoda born 2-10-09 benjie1 at benjie1:~/Downloads...