Displaying 20 results from an estimated 800 matches similar to: "Playing AVI files in fake Windows"
2001 Jun 03
1
Couldn't load driver for avivideo
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I have an old win16 application which needs to play AVI files but I get
errors like "<b>couldn''t load driver for avivideo</b>". I looked at the
howto at <A
2003 Feb 13
4
Netbooting / building
Hi, I have been using pxelinux for quite a while.
It works extremely well for us.
Now, I am looking at something new.
We would like to:
boot ( some OS - hopefully linux )from the network using pxelinux.
make a small partition dos partition on the first disk.
connect ( via perl dbi ) to a back end database
Download the appropriate files for either a winxp build OR a
kernel/ramdisk for a
2000 Sep 17
2
configure prob with 2.2.0p1 and FBSD4.1R
Hi,
I'm getting the:
checking for OpenSSL directory... configure: error: Could not find working
SSLeay / OpenSSL libraries, please install
despite Freebsd coming with openssl in the base system. I have tried
various settings using --with-ssl-dir and still haven't had any luck. Any
suggestions would be greatly appreciated.
Locate finds the following relevant looking files:
2004 May 19
3
pxelinux and http
Hello,
Is there any possibility pxelinux could have the ability to pull its
kernel/ramdisk/disk images/etc via http instead of tftp?
I would really like the ability to pxe boot a machine, have it tftp
pxelinux and its config file. Then, all the files listed in the config
file are pulled via http.
Michael
Disclaimer: The content of this message is my personal opinion only and
although I
2006 Jun 15
2
Problem with booting disk images
Hello,
We are having problems booting disk images and are looking for a little
help.
Here is the screen capture of what we see:
http://www.kmaclub.com/syslinux/largefloppy.png
We have also tried using images from
http://severinterrier.free.fr/Boot/ImgBoot/ with a similar result.
Basically, memdisk loads the images and then it hangs.
label linux
kernel memdisk
append
2014 Nov 18
2
Password authentication problem with IOS and Android HTML5
Hi,
I have been using password protected MP3 streams for a number of years
but I've hit against a problem. Neither Android or recent versions of
IOS work with password protected MP3 streams.
Now Android has dropped Flash, IOS doesn't work any more and more and
more people expect to use their mobile devices to hear the streams. This
is getting difficult.
I know this isn't a
2004 Aug 20
2
Creating 79xx Configs
I made a little php script that creates a 79xx config
if you give it the mac address, ext, etc.
Is this something that would be of interest to anyone?
Likely it could be improved on.
And there may be some variations that I have not thot of.
--
respectfully, Joseph ===============
---------------------= ********** =
2011 Feb 10
3
help - "the condition has length > 1 and only the first element will be used"
Hello there,
I don't know if I'm addressing my question to the right e-mail address, I hope I do. Actually I have a little problem concerning writing a code in R. I try to briefly sum up my problem.
As you can see below, I created the functions "Equation1" and "Equation2" with some conditions.
Equation1 <-function(x){
if
2011 Jul 19
2
svn check out failed for 'connection refused' reason
Hi
just want to check out soft by svn, but failed for 'connection refused'
reason
e.g.
svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer
svn: Can't connect to host 'svn.mplayerhq.hu': Connection refused
and this is my iptables status and some info to confirm the DNS and ICMP
connection are ok.
=========================
service iptables status
iptables: Firewall is not
2011 Mar 01
2
bootstrap resampling question
Hello there,
I have a problem concerning bootstrapping in R - especially focusing on the resampling part of it. I try to sum it up in a simplified way so that I would not confuse anybody.
I have a small database consisting of 20 observations (basically numbers from 1 to 20, I mean: 1, 2, 3, 4, 5, ... 18, 19, 20).
I would like to resample this database many times for the bootstrap process with
2003 Oct 28
9
Using memdisk to remotely flash BIOS
I am using memdisk to remotely flash the BIOS and other firmware. It works well
for most flash programs. After the flash I need to initialize the NIC to send a
signal to my management server that the flash is complete.
I am curious as to how others have solved this problem.
Thanks.
2011 Mar 17
2
changing the dimensions of a matrix in a real specific way
Hi again,
I'd like to ask you a question again.
I have a matrix like this:
a <-matrix(c(1,2,3,4,5,6,7,8,9,10,11,12))
a
[,1]
[1,] 1
[2,] 2
[3,] 3
[4,] 4
[5,] 5
[6,] 6
[7,] 7
[8,] 8
[9,] 9
[10,] 10
[11,] 11
[12,] 12
Is there a proper way to change the dimensions of this matrix so that I'll get this as a result:
[,1] [,2] [,3]
[1,]
2011 Mar 08
1
creating additional column
Hello everybody,
I have a little problem in good old R. It is basically the following.
I have this small database with 3 rows and the following columns:
d1,
d2,
d3 and
Highest d value - which selects the highest value from d1, d2, d3 in each row.
d1 d2 d3 Highest d value
1 51.398426 39.111721 11.6086220 51.398426
2 4.057801
2003 Jul 24
2
Dovecot, Squirrelmail and KMail
I just installed Dovecot and squirrelmail to read my email when I'm away from
home. I subscribed to all the folders in my mail directory but I can't
actually see any email. Is this a dovecot issue or a squirrelmail issue?
I'm running KMail from KDE 3.1.2 and use Debian (Testing) on a Digital Alpha
and installed both squirrelmail and dovecot using apt-get. I had to set
2011 Mar 21
1
recalling different data frames (the way you do in Excel VB)
Hello everyone,
I'd like to ask you a question again, basically focusing on referring to different objects.
Let's suppose we create the following databases this way:
id <-c(1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3)
a <-c(3,1,3,3,1,3,3,3,3,1,3,2,1,2,1,3,3,2,1,1,1,3,1,3,3,3,2,1,1,3)
b <-c(3,2,1,1,1,1,1,1,1,1,1,2,1,3,2,1,1,1,2,1,3,1,2,2,1,3,3,2,3,2)
c
2011 Mar 21
1
recalling different data frames (the way you do in Excel VB but now) in
Hello everyone,
I'd like to ask you a question again, basically focusing on referring to different objects.
Let's suppose we create the following databases this way:
id <-c(1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3)
a <-c(3,1,3,3,1,3,3,3,3,1,3,2,1,2,1,3,3,2,1,1,1,3,1,3,3,3,2,1,1,3)
b <-c(3,2,1,1,1,1,1,1,1,1,1,2,1,3,2,1,1,1,2,1,3,1,2,2,1,3,3,2,3,2)
c
2011 Mar 11
1
changing one character in the name of dataframes repeatedly
Dear R-community,
I'd like to ask you a question concerning R again. I try to keep this simple because I am not willing to confuse you at all.
I have a little data frame which I have created the following way:
a <-c(1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,4,5,5,5,5,5,6,6,6,6,6)
b <-c(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30)
df
2003 Feb 27
1
Problem with rbfg and pxelinux
Hello again and thanks for your support.
I am trying out the pxe floppy - rbfg that you mentioned in your
previous email for some machines that are not pxe capable but have
supported network cards.
It looks like it is going to work but then hangs.
The dialog below is from a vmware session just for testing but I have
the exact same problem on an old IBM box with a Intel e100 card.
Here is
2005 Dec 05
1
Determining 32/64 bit install
Hello,
I would like to have a single cd/dvd to install an OS on a i686 or
x86_64 machine.
Is there any way to get isolinux to determine the architecture of the
machine and choose the appropriate installer?
Michael
Disclaimer: The content of this message is my personal opinion only and
although I am an employee of Intel, the statements I make here in no way
represent Intel's position
2013 Mar 14
1
Even lower latency for wireless radio mics
Hi,
Live audio (especially music) applications usually need a total latency
of less than 5ms. Correct me if I am wrong but the minimum latency of
the Opus codec is 2.5ms (encoder) + 2.5ms (decoder) = 5ms? Is there any
way to go down to, say 1.25ms frame size?
One characteristic of wireless radio mic links, if that helps, is that
they usually only need a frequency response from 50Hz to 20KHz