Displaying 4 results from an estimated 4 matches for "card3".
Did you mean:
card
2002 Jan 24
3
getting rank order
...arranged the deck. For each subject I
have a list like 3,5,2,4,1, indicating that (s)he chose 3 first, then
5, then 2. . . .
I think what I first need to do is to make a variable for each card
with the rank given to each card, so the above list should be
transformed to something like
card1 card2 card3 card4 card5
5 3 1 4 2
I've RTFMed on sort and rank. I can't find an elegant solution in
either a spreadsheet or R. I'm about to give up and do it by hand.
I thought that something like
for (i in 1:25) ranks [1,as.integer(motivations[1,i])] <- i
might do it...
2005 Nov 27
2
pxelinux -> pxeboot load?
Hi all,
I've searched the depths of the resources on the internet; however
I'm having trouble deploying a pxeboot solution via pxelinux. So far
what I have successfully implemented in my infrastructure is a
successful pxeboot setup for FreeBSD ( without the use of pxelinux ).
I'd ultimately like to have a solution that will allow me to choose a
network install of various Unix-like
2008 Mar 24
4
Ati Low Perfomance
...n failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (...
2008 Jan 17
9
ATA UDMA data parity error
...ated
- system has three AOC-SAT2-MV8 cards plugged into 6 mini-sas backplanes
- card1 ("c3")
- bp1 (c3t0d0, c3t1d0)
- bp2 (c3t4d0, c3t5d0)
- card2 ("c4")
- bp1 (c4t0d0, c4t1d0)
- bp2 (c4t4d0, c4t5d0)
- card3 ("c5")
- bp1 (c5t0d0, c5t1d0)
- bp2 (c5t4d0, c5t5d0)
- system has one Barcelona Opteron (step BA)
- the one with the potential look-aside cache bug...
- though its not clear this is related...
My First Thought To Debugging This
---------...