Displaying 3 results from an estimated 3 matches for "ti2".
Did you mean:
ti
2010 Aug 02
1
read the middle of a file
...nes(con,n=lo-1) # discard top-to long
rm(b)
ti1 <- proc.time()
b <- NULL
for(i in 1:nla) {
b <- c(b,readLines(con,n=nlo+2)) # read line and accumulate
readLines(con,n=360 * 60 - nlo-2) # discard rest of the line
}
#
ti2 <- proc.time()
bbst <- strsplit(b,",") # b is list of records (strings), change to reals
bbstu <- unlist(bbst)
bbstun <- as.numeric(bbstu)
bbstum <- matrix(bbstun,ncol=3,byrow=TRUE)
dim(bbstum)
z <- matrix(bbstum[,3],ncol=nlo+2 ,byrow=TRUE)
x <- rev(unique(bbstum[,2]...
2012 Dec 09
0
PCI passthrough: USB device not recognized
...working in domU
just fine but when I''m trying to connect another USB sound capable device I
get that error. If I open properties of the faulty device in Windows Device
Manager it shows error "Code 43". There is a screenshot
http://i.imgur.com/xcMDR.png The device is Access Virus TI2 synthesizer. I
was using Xen 4.1, then upgraded to 4.2 hoping to see things improved but
getting still same problem. I''m running Ubuntu 12.04 in dom0. Is there
anything that can be done?
Sergey
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.or...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking