Linux-Misc Digest #296, Volume #27                Tue, 6 Mar 01 19:13:02 EST

Contents:
  too many files open (Allan Tingey)
  missing C headers for networking (Sven Heinecke)
  ufstype=old = how old? SunOS fstype=4.2 old? (Dick Repasky)
  Re: Lost my Linux partition - now what? (H Dziardziel)
  Re: Lost my Linux partition - now what? ("James D Parker Jr.")
  Re: Problems installing PHP & MYSQL (Adrian)
  Re: Problems installing PHP & MYSQL (Adrian)
  Re: Lost my Linux partition - now what? ("James D Parker Jr.")
  Re: Virus checker for Linuix? (Chris Gordon-Smith)
  Re: Lost my Linux partition - now what? ("James D Parker Jr.")
  Re: Lost my Linux partition - now what? (Michael Heiming)
  problem with bt849A (GM)
  Importing Addressbooks into Netscape 4.76 ("William T. Trotter")
  Re: xawtv or kwintv  howto? ("Peter T. Breuer")
  Re: problem with bt849A (Adam K Kirchhoff)
  Re: LILO through a Serial Terminal problems ("Jeff")
  Re: appending to afio archives? (John Thompson)
  mount iso read / write [redhat 7.0] (Matthew J Zukowski)
  Linux kernel 2.4.2 installation problems (Shekhar Patkar)
  new computer math books ("Gilberto E.Urroz")

----------------------------------------------------------------------------

From: Allan Tingey <[EMAIL PROTECTED]>
Subject: too many files open
Date: Tue, 06 Mar 2001 15:09:58 -0700

hi,

Redhat 6.2

Anyone know what to tweak to increase the number
of files that can be open at the same time?

Thanks,
[EMAIL PROTECTED]


------------------------------

From: Sven Heinecke <[EMAIL PROTECTED]>
Subject: missing C headers for networking
Date: 6 Mar 2001 22:15:33 GMT

Trying to compile a program this is what gcc gives me:

net/nit_if.h: No such file or directory
net/nit_buf.h: No such file or directory
netinet/ip_var.h: No such file or directory
netinet/udp_var.h: No such file or directory  

I'm new to C. So where can I get these headers? Are they included in
a rpm package that comes with my distro (MD 7.2) ?

thanks for help

Sven

-- 
Send mail to: [EMAIL PROTECTED]


------------------------------

From: [EMAIL PROTECTED] (Dick Repasky)
Subject: ufstype=old = how old? SunOS fstype=4.2 old?
Date: 6 Mar 2001 22:25:08 GMT
Reply-To: [EMAIL PROTECTED]

Hi all,

Can I mount under Linux old file systems that were built
on a SunOS 4.1x box that lists the fstype in /etc/fstab as 4.2?

If so, is the proper ufstype=old?  

I've checked the man page for mount as well as
/usr/src/linux/Documentation/filesystems/ufs.txt without finding
anything other than "old".  This will be some work to set up
so I thought that I'd ask before diving in.

Thanks,

Dick

-- 

------------------------------

From: [EMAIL PROTECTED] (H Dziardziel)
Crossposted-To: comp.os.linux.setup
Subject: Re: Lost my Linux partition - now what?
Date: Tue, 06 Mar 2001 22:29:18 GMT

On Tue, 6 Mar 2001 16:13:35 -0500, "George Adams"
<[EMAIL PROTECTED]> wrote:

>I have (well, had) a dual-boot PC running Win95 and RH Linux 6.2.  In the
>process of upgrading my Win95 partition to Win98, my boot sector and LILO
>got overwritten.  Now the PC boots straights into Win98.  The Linux
>partition is still there, but with no LILO it's pretty much inaccessible.
>
>I don't have a Linux boot disk (though I can probably get one if it will
>help.)  Is there any way to get back into my Linux partition so I can
>reinstall LILO?  Or is that partition pretty much gone now?  :-(
>
>Thanks to anyone who can help.
>
>
Loadlin to the rescue.  The linux partition data is still all there
unless ms fdisk touched it?  Use lilo only on linux partitions not the
mbr in multi boot systems.

------------------------------

From: "James D Parker Jr." <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Lost my Linux partition - now what?
Date: Tue, 06 Mar 2001 17:32:55 -0500

Michael Heiming wrote:

> George Adams wrote:
>
> > I have (well, had) a dual-boot PC running Win95 and RH Linux 6.2.  In the
> > process of upgrading my Win95 partition to Win98, my boot sector and LILO
> > got overwritten.  Now the PC boots straights into Win98.  The Linux
> > partition is still there, but with no LILO it's pretty much inaccessible.
> >
> > I don't have a Linux boot disk (though I can probably get one if it will
> > help.)  Is there any way to get back into my Linux partition so I can
> > reinstall LILO?
>
> If Win98 didn't canibalize more than your MBR, which it normaly doesn't, it
> should be no problem.
>
> Get a boot/rescue CD/disk,boot and mount your / to /mnt, asuming your
> /etc/lilo.conf was OK:
>
> lilo -C /mnt/etc/lilo.conf
>
> Should be all you need to do
>
> Good luck
>
> Michael Heiming





------------------------------

From: Adrian <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Problems installing PHP & MYSQL
Date: Wed, 07 Mar 2001 06:31:41 +0800

I am using http://phpwizard.net/projects/phpMyAdmin/ which works on a friends
MDK7.2 box and not my own code (yet)

Glitch wrote:

> Adrian wrote:
>
> > Hi,
> >
> > I have a problem installing PHP & MYSQL together.  I have verified that
> > each works indepenently but when using a PHP script with a call to
> > mysql, I get the following error returned to the browser :
> >
> > Fatal error: Call to undefined function: mysql_connect() in lib.inc.php3
> > on line 255
> >
> > Does anybody know what the cause of this is???
> >
> > Many thanks in advance.
> >
> > Adrian
>
> why don't you post a few lines of your code so we can see what you are
> doing wrong?????


------------------------------

From: Adrian <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Problems installing PHP & MYSQL
Date: Wed, 07 Mar 2001 06:32:14 +0800

I just checked this and it was already uncommented.

mrbjorn wrote:

> The problem for me was that PHP was not loading the MYSQL extension when I
> upgraded PHP. Apache have no MYSQL routines
>
> Look into /etc/php.ini  and remove ";"  as believe
>
> ;extension=gd.so
> extension=mysql.so
> ;extension=pgsql.so
>
> Good luck.
> ;
> "Adrian" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > Hi,
> >
> > I have a problem installing PHP & MYSQL together.  I have verified that
> > each works indepenently but when using a PHP script with a call to
> > mysql, I get the following error returned to the browser :
> >
> > Fatal error: Call to undefined function: mysql_connect() in lib.inc.php3
> > on line 255
> >
> > Does anybody know what the cause of this is???
> >
> > Many thanks in advance.
> >
> > Adrian
> >


------------------------------

From: "James D Parker Jr." <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Lost my Linux partition - now what?
Date: Tue, 06 Mar 2001 17:41:18 -0500

Michael Heiming wrote:

> George Adams wrote:
>
> > I have (well, had) a dual-boot PC running Win95 and RH Linux 6.2.  In the
> > process of upgrading my Win95 partition to Win98, my boot sector and LILO
> > got overwritten.  Now the PC boots straights into Win98.  The Linux
> > partition is still there, but with no LILO it's pretty much inaccessible.
> >
> > I don't have a Linux boot disk (though I can probably get one if it will
> > help.)  Is there any way to get back into my Linux partition so I can
> > reinstall LILO?
>
> If Win98 didn't canibalize more than your MBR, which it normaly doesn't, it
> should be no problem.
>
> Get a boot/rescue CD/disk,boot and mount your / to /mnt, asuming your
> /etc/lilo.conf was OK:
>
> lilo -C /mnt/etc/lilo.conf
>
> Should be all you need to do
>
> Good luck
>
> Michael Heiming

Oops, I pressed the wrong button.

You will probably have to point to where lilo is: e.g.,

/mnt/sbin/lilo -C /mnt/etc/lilo.conf

Jim



------------------------------

From: Chris Gordon-Smith <[EMAIL PROTECTED]>
Subject: Re: Virus checker for Linuix?
Date: Tue, 6 Mar 2001 22:44:09 +0000

John Hasler wrote:

> Chris Gordon-Smith writes:
> > Viruses that gain access to Linux and then attack Windows systems that
> > connect to the Linux system are more common
> 
> They are?  I'm sure it's common enough for Windows viruses to passively
> pass through Linux email servers as attachments to emails addressed to
> Windows users, but these are oblivious to the presence of Linux.  I've
> never heard of any that function as you say.  I'd describe those as Linux
> viruses, since to do what you claim they do they would have to compromise
> the Linux system.

No disagreement here.  I was talking about viruses that passively pass 
through Linux servers without compromising them (in the way you describe) 
and then go on to compromise Windows systems.  I did not intend 'gain 
access' to mean any more than the virus being stored as data on a Linux 
filesystem, although I agree that the original wording is potentially 
misleading.  

A virus that could attack and compromise both Linux and Windows in the way 
you assume I meant would be quite a versatile beast!

Chris Gordon-Smith
London UK

------------------------------

From: "James D Parker Jr." <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Lost my Linux partition - now what?
Date: Tue, 06 Mar 2001 17:45:42 -0500

H Dziardziel wrote:

> On Tue, 6 Mar 2001 16:13:35 -0500, "George Adams"
> <[EMAIL PROTECTED]> wrote:
>
> >I have (well, had) a dual-boot PC running Win95 and RH Linux 6.2.  In the
> >process of upgrading my Win95 partition to Win98, my boot sector and LILO
> >got overwritten.  Now the PC boots straights into Win98.  The Linux
> >partition is still there, but with no LILO it's pretty much inaccessible.
> >
> >I don't have a Linux boot disk (though I can probably get one if it will
> >help.)  Is there any way to get back into my Linux partition so I can
> >reinstall LILO?  Or is that partition pretty much gone now?  :-(
> >
> >Thanks to anyone who can help.
> >
> >
> Loadlin to the rescue.  The linux partition data is still all there
> unless ms fdisk touched it?  Use lilo only on linux partitions not the
> mbr in multi boot systems.

Why not use lilo for mbr in multi-boot systems? I don't personally do that but
is there some reason why not?

Thanks
Jim



------------------------------

Date: Wed, 07 Mar 2001 00:01:25 +0100
From: Michael Heiming <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Lost my Linux partition - now what?

"James D Parker Jr." wrote:

> Michael Heiming wrote:
>
> > George Adams wrote:
> >
> > > I have (well, had) a dual-boot PC running Win95 and RH Linux 6.2.  In the
> > > process of upgrading my Win95 partition to Win98, my boot sector and LILO
> > > got overwritten.  Now the PC boots straights into Win98.  The Linux
> > > partition is still there, but with no LILO it's pretty much inaccessible.
> > >
> > > I don't have a Linux boot disk (though I can probably get one if it will
> > > help.)  Is there any way to get back into my Linux partition so I can
> > > reinstall LILO?
> >
> > If Win98 didn't canibalize more than your MBR, which it normaly doesn't, it
> > should be no problem.
> >
> > Get a boot/rescue CD/disk,boot and mount your / to /mnt, asuming your
> > /etc/lilo.conf was OK:
> >
> > lilo -C /mnt/etc/lilo.conf
> >
> > Should be all you need to do
> >
> > Good luck
> >
> > Michael Heiming
>
> Oops, I pressed the wrong button.

Doesn't matter, that's what this Cancel message option NS-Crashicator is
about...

>
>
> You will probably have to point to where lilo is: e.g.,
>
> /mnt/sbin/lilo -C /mnt/etc/lilo.conf
>

Without being picky, asuming you use the rescue CD/disk that belongs to your
distro, you
should have the right lilo version on this rescue system, which will be in your
PATH.

If the OP had updated his lilo, he wouldn't have asked this question...

Michael Heiming



------------------------------

From: GM <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux.mandrake,comp.os.linx.setup
Subject: problem with bt849A
Date: Tue, 06 Mar 2001 23:14:00 GMT



======== Original Message ========
Subject: problem with bt849A
Date: Tue, 06 Mar 2001 01:47:17 +0100
From: GM <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
BCC: [EMAIL PROTECTED]

I have a great problem!!!

my tv-card don't work!!!


This is my situation:

Mandrake 7.2 (2.2.17-21mdk)
pIII 450 mhz
128 mb ram
matrox g400 sh 16 mb
scheda TV Aims Xtreme 


The list of chips on the my card are:
BT849A KPF
TDA9800T
TEA5757H
TDA7050

The log:
Mar  5 21:53:06 localhost kernel: Linux video capture interface: v1.00
Mar  5 21:53:06 localhost kernel: i2c-core.o: i2c core module
Mar  5 21:53:06 localhost kernel: i2c-algo-bit.o: i2c bit algorithm
module
Mar  5 21:53:06 localhost kernel: bttv: driver version 0.7.35 loaded
Mar  5 21:53:06 localhost kernel: bttv: using 2 buffers with 2080k
(4160k total) for capture
Mar  5 21:53:06 localhost kernel: bttv: Bt8xx card found (0).
Mar  5 21:53:06 localhost kernel: bttv0: Brooktree Bt849 (rev 18) bus:
0, devfn: 128, irq: 15, memory: 0xec001000.
Mar  5 21:53:06 localhost kernel: i2c-core.o: adapter bt848 #0
registered as adapter 0.
Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for eeprom @
0xa0... not found
Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for eeprom @
0xae... not found
Mar  5 21:53:06 localhost kernel: bttv0: model: BT849( *** UNKNOWN *** )
[autodetected]
Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for MSP34xx @
0x80... not found
Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for TDA8425 @
0x82... not found
Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for TDA985x @
0xb6... not found
Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for TDA9875 @
0xb0... not found
Mar  5 21:53:06 localhost kernel: i2c-core.o: driver i2c TV tuner driver
registered.
Mar  5 21:53:06 localhost kernel: tuner: chip found @ 0x60
Mar  5 21:53:06 localhost kernel: bttv0: i2c attach [(unset)]
Mar  5 21:53:06 localhost kernel: i2c-core.o: client [(unset)]
registered to adapter [bt848 #0](pos. 0).



Thanks.

Peppe Minniti
Via Corrado Alvaro, 25
89018 - Villa San Giovanni (RC)
Italy
0965751197  /  03472288942

------------------------------

From: "William T. Trotter" <[EMAIL PROTECTED]>
Subject: Importing Addressbooks into Netscape 4.76
Date: Tue, 6 Mar 2001 16:28:49 -0700

I have a Internet Explorer addressbook which
I would like to import into Netscape 4.76.
I can export the addressbook as a csv file, but
Netscape only seems to import addressbooks
created by another instance of Netscape - and
not even one of the more current Netscape
versions running under Windows 95/98/2000.
Does anyone know a workaround?  I sure hate
to retype several hundred addresses.
Thanks in advance.  Tom Trotter



------------------------------

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: xawtv or kwintv  howto?
Date: Tue, 06 Mar 2001 23:36:42 GMT

Richard Kimber <[EMAIL PROTECTED]> wrote:
> Tony Hoyle wrote:
>> Have you loaded the tuner module?

> lsmod says
> bttv                   33504   0
> i2c                     3488   1  [bttv]
> videodev                2656   2  [bttv] 

So the answer is "no". Why not?

>> Also check that the band/encoding is set correctly in the tuner program
>> (set to Western Europe/PAL).

> Yes I tried that.

In what way? How? Since you haven't loaded the tuner, it makes no
difference, but please be MUCH more exact in your description.

Show the output from dmesg.

Peter

------------------------------

From: Adam K Kirchhoff <[EMAIL PROTECTED]>
Subject: Re: problem with bt849A
Crossposted-To: alt.os.linux.mandrake,comp.os.linx.setup
Date: Tue, 06 Mar 2001 23:32:40 GMT

In comp.os.linux.misc GM <[EMAIL PROTECTED]> wrote:


> -------- Original Message --------
> Subject: problem with bt849A
> Date: Tue, 06 Mar 2001 01:47:17 +0100
> From: GM <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> BCC: [EMAIL PROTECTED]

> I have a great problem!!!

> my tv-card don't work!!!

But you don't say what the problem is.

Adam

> This is my situation:

> Mandrake 7.2 (2.2.17-21mdk)
> pIII 450 mhz
> 128 mb ram
> matrox g400 sh 16 mb
> scheda TV Aims Xtreme 


> The list of chips on the my card are:
> BT849A KPF
> TDA9800T
> TEA5757H
> TDA7050

> The log:
> Mar  5 21:53:06 localhost kernel: Linux video capture interface: v1.00
> Mar  5 21:53:06 localhost kernel: i2c-core.o: i2c core module
> Mar  5 21:53:06 localhost kernel: i2c-algo-bit.o: i2c bit algorithm
> module
> Mar  5 21:53:06 localhost kernel: bttv: driver version 0.7.35 loaded
> Mar  5 21:53:06 localhost kernel: bttv: using 2 buffers with 2080k
> (4160k total) for capture
> Mar  5 21:53:06 localhost kernel: bttv: Bt8xx card found (0).
> Mar  5 21:53:06 localhost kernel: bttv0: Brooktree Bt849 (rev 18) bus:
> 0, devfn: 128, irq: 15, memory: 0xec001000.
> Mar  5 21:53:06 localhost kernel: i2c-core.o: adapter bt848 #0
> registered as adapter 0.
> Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for eeprom @
> 0xa0... not found
> Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for eeprom @
> 0xae... not found
> Mar  5 21:53:06 localhost kernel: bttv0: model: BT849( *** UNKNOWN *** )
> [autodetected]
> Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for MSP34xx @
> 0x80... not found
> Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for TDA8425 @
> 0x82... not found
> Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for TDA985x @
> 0xb6... not found
> Mar  5 21:53:06 localhost kernel: bttv0: i2c: checking for TDA9875 @
> 0xb0... not found
> Mar  5 21:53:06 localhost kernel: i2c-core.o: driver i2c TV tuner driver
> registered.
> Mar  5 21:53:06 localhost kernel: tuner: chip found @ 0x60
> Mar  5 21:53:06 localhost kernel: bttv0: i2c attach [(unset)]
> Mar  5 21:53:06 localhost kernel: i2c-core.o: client [(unset)]
> registered to adapter [bt848 #0](pos. 0).



> Thanks.

> Peppe Minniti
> Via Corrado Alvaro, 25
> 89018 - Villa San Giovanni (RC)
> Italy
> 0965751197  /  03472288942

------------------------------

From: "Jeff" <[EMAIL PROTECTED]>
Subject: Re: LILO through a Serial Terminal problems
Date: Tue, 6 Mar 2001 17:39:56 -0600

Has anyone gotten LILO (not Linux) to accept input through a Serial
terminal?

"Jeff" <[EMAIL PROTECTED]> wrote in message
news:6GYo6.23843$[EMAIL PROTECTED]...
> I am trying to configure Linux to boot and operate from a serial terminal.
>
> It mostly works.  To do this added the following lines to the lilo.conf
> file:
>
>     serial=0,9600n8    (in the global section)
>      ...
>     append="console=ttyS0"  (in the image section)
>
> However, I have a couple labeled images that I want to chose from at the
> LILO boot prompt.  According to LILO documentation I should be able to add
> the "serial=..." in LILO's global section and LILO's boot can be performed
> through the terminal (VT100 in my case) connected to the specified serial
> port.  The console output is correctly send through the serial port.
>
> THE PROBLEM is that no terminal input is recieved from the serial
terminal.
> Consequently, I cannot select my LILO boot image from the remote terminal.
> The terminal input works once Linux boots and it's in a shell.  It appears
> that only LILO is not processing the serial terminal input.
>
> Has anyone seen this problem?  Any solutions?
>
> Your help is appreciated.
>
> Jeff
>
>



------------------------------

From: John Thompson <[EMAIL PROTECTED]>
Subject: Re: appending to afio archives?
Date: Tue, 06 Mar 2001 17:10:07 -0600

"W . Crowshaw" wrote:

> With the -A option, it seems that cpio allows a user to append files to
> an already existing cpio archive.  Looking at the man pages for afio,
> afio's -A option doesn't serve that purpose.  Is there some other way to
> append files to afio archives?
> 
> Another question: afio archives are created once you feed afio a list of
> files.  Here's an example: ls | afio -o myarchive. Is there some way to
> feed afio these files individually and have them added to a afio archive
> file?  In other words, can I feed afio files (not file names) that are
> the output from another program?

How 'bout "cat filelist.txt|afio -o myarchive" ?

-- 


-John ([EMAIL PROTECTED])

------------------------------

From: Matthew J Zukowski <[EMAIL PROTECTED]>
Subject: mount iso read / write [redhat 7.0]
Date: 6 Mar 2001 23:20:18 GMT

I wish to mount an existing ISO from a cd in readwrite mode.

cat /dev/cdrom > test.iso (works)
mount -t iso9660 -o loop test.iso /dev/iso (works)
mount -t iso9660 -o loop=/dev/loop0,rw /dev/iso (mounts read, but not write)
mount test.iso /mount/iso -o loop,rw (same issue)

when I try to mkdir
"mkdir: cannot create directory `/mnt/iso/test': Read-only file system

Running redhat 7.0 with the helixgnome add-on.

Object.  Need to create a NT workstation 4.0 CD, replacing the existing 
atapi.sys with an updated version so it doesn't crash when you try to 
install NT, while keeping the backup bootable.  Most honorable actually.

What am I doing wrong?

thanks...

matt





------------------------------

From: Shekhar Patkar <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.system
Subject: Linux kernel 2.4.2 installation problems
Date: Tue, 06 Mar 2001 16:00:52 -0800

Hi,

I recently tried moving up to kernel 2.4 (.1 and .2) from 2.2.18.
I have the following problems:

1. ISA ethernet card incorrectly programmed:

   ifconfig shows my ethernet card with an IRQ of 12 and base io address
   of 0x220. The correct values are 3 and 0x300. /proc/isapnp shows the
   correct values. I cannot use "isapnp" or "ifconfig irq 3 io_addr
0x300 eth0 up"
   to fix this. What can I do to get the system to initialize the
correct values?


2. Mouse device does not work. I have a psaux mouse, which worked fine
on
   2.2.18. With 2.4.*, I can see an entry in /proc/misc for the mouse,
but
   the cursor remains stuck in the middle of the screen and I have to
use
   ALT-TAB to move between windows. Nothing wrong shows up in any log
that
   I am aware of (syslog, ring buffer, etc).


I'm running a SuSE 5.3 system with XFree86 3.3.4. I configured the 2.4.*
kernel
with USB and 1394 support as the only things more than what I had in
2.2.18.
Otherwise the configuration is pretty much the same, with some modules I
had in
2.2.18 moving into the kernel for 2.4.* What could be going wrong?

P.S.: I also did all the program upgrades mentioned in
Documentation/Changes.txt
Any help is greatly appreciated. If you respond to the newsgroup, please
CC me
on email as well.

Thanks!
Shekhar

------------------------------

Subject: new computer math books
From: "Gilberto E.Urroz" <[EMAIL PROTECTED]>
Date: Tue, 06 Mar 2001 16:34:06 -0700

I have produced a number of books for applications of the graphic 
calculators HP 48 G and HP 49 G, as well as for the mathematical 
software Maple (www.waterloomaple.com/) and SCILAB (free download at 
www-rocq.inria.fr/scilab/).  The titles currently available are:

1. Applications of the HP 48 G series calculator in probability and 
statistics  - ISBN 1-58898-040-5 
2. HP 48 G/G+/GX Applications in HYDRAULICS - ISBN 1-58898-041-3
3. Analytical and numerical methods with the HP 48 G/G+/GX programmable 
calculator -  ISBN 1-58898-042-1
4. Science and Engineering Mathematics with the HP 49 G - Volume I - 
Introduction, graphics, programming, algebra, solution to equations - 
ISBN 1-58898-043-X
5. Science and Engineering Mathematics with the HP 49 G - Volume II - 
calculus, differential equations, statistics -  ISBN 1-58898-044-8
6. Applied Engineering Mathematics with Maple - GUBN 1-58898-214-9
7. Numerical and Statistical Methods with SCILAB for Science and 
Engineering - Volume I - Introduction, programming, graphics, numerical 
integration, non-linear equations, data fitting, ordinary differential 
equations -  ISBN:1-58898-304-8
8. Numerical and Statistical Methods with SCILAB for Science and 
Engineering - Volume II  - Orthogonal functions, Fourier analysis, 
partial differential equations, optimization, statistics, random 
variables, probability distributions, statistical inference, regression 
analysis, time series and spatial data -  ISBN:1-58898-305-6

These reasonably priced books can be purchased directly through the web 
site:

http://www.greatunpublished.com/Authors/Gilberto_Urroz.htm


------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list by posting to comp.os.linux.misc.

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Misc Digest
******************************

Reply via email to