Re: [newbie] network

1999-05-01 Thread Martin Barnard

On Sat, 01 May 1999, you wrote:
 anyone know why Linux doesnt see the win98 box
 and why win98 keeps saying a password is required
 to access the linux box?  I can ping both machines
 and login via ftp to the linux machine, but that is the
 extent.

You can telnet the linux box from win98 and therefore have all the access of a
local shell user, but to access the win98 box, you will have to either;
a: Set up file/printer sharing on it.
b: Get ftp/telnet servers from tucows or somewhere  then run them on the win98
machine. (Windows has no services running as default)

Martin.

--
The trouble with being poor is that it takes up all your time.



[newbie] RPM

1999-05-01 Thread Carl St-Jacques


I want to have the list of all packages that are installed in my linux
box. Can someone give me the parameters with rpm??? thanks

Carl St-Jacques
[EMAIL PROTECTED]



Re: [newbie] RPM

1999-05-01 Thread Steve Philp

Carl St-Jacques wrote:
 
 I want to have the list of all packages that are installed in my linux
 box. Can someone give me the parameters with rpm??? thanks
 
 Carl St-Jacques
 [EMAIL PROTECTED]

rpm -qa

-- 
Steve Philp
[EMAIL PROTECTED]



[newbie] ISA PnP modem woes

1999-05-01 Thread Meanie

I'm having no end to my troubles getting my ISA PnP modem working.  It's
not a Winmodem; I had it working with Slackware a few months ago.. but I
just can't get it working with Mandrake / KDE.  I have tried every
combination I could think of:  setting the jumpers for PnP with PnP OS
both enabled and disabled in BIOS, setting the jumpers for particular
IRQ/COM with PnP OS both enabled and disabled in BIOS... nothing but
trouble.  I've mostly been using Kppp, and when everything seems to be
set correctly (/dev/cua2 or /dev/ttys2), I usually get a "Modem is
busy"... occasionally I get "Modem is not responding" though this is
usually when I've gotten desperate and just go through the list of
devices at random in kppp setup.

I normally have PnP OS off in BIOS - this doesn't affect any of my
hardware in Win95, but if it's turned on my sound card won't work in
Linux... my modem refuses to work either way.  Isapnp runs at startup,
and is finding both of my PnP devices (modem / soundcard), but the modem
refuses to work.  If the jumpers aren't set to PnP, I can't get the
modem to work in Windows so if it's possible to keep them there I'd like
to.

I've tried everything I could think of, including setserial...
unfortunately, I have a feeling I'm using setserial incorrectly.  As far
as I can tell, I'm following the man pages correctly... but I guess I
don't trust myself.  Anyway, if it matters it's a Cheyenne(?) 56K/v.90. 
Looks like it has a Rockwell chipset.  Any help (esp w/ setserial) would
be appreciated.  

--
Meanie



Re: [newbie] ISA PnP modem woes

1999-05-01 Thread Steve Philp

Meanie wrote:
 
 I'm having no end to my troubles getting my ISA PnP modem working.  It's
 not a Winmodem; I had it working with Slackware a few months ago.. but I
 just can't get it working with Mandrake / KDE.  I have tried every
 combination I could think of:  setting the jumpers for PnP with PnP OS
 both enabled and disabled in BIOS, setting the jumpers for particular
 IRQ/COM with PnP OS both enabled and disabled in BIOS... nothing but
 trouble.  I've mostly been using Kppp, and when everything seems to be
 set correctly (/dev/cua2 or /dev/ttys2), I usually get a "Modem is
 busy"... occasionally I get "Modem is not responding" though this is
 usually when I've gotten desperate and just go through the list of
 devices at random in kppp setup.
 
 I normally have PnP OS off in BIOS - this doesn't affect any of my
 hardware in Win95, but if it's turned on my sound card won't work in
 Linux... my modem refuses to work either way.  Isapnp runs at startup,
 and is finding both of my PnP devices (modem / soundcard), but the modem
 refuses to work.  If the jumpers aren't set to PnP, I can't get the
 modem to work in Windows so if it's possible to keep them there I'd like
 to.
 
 I've tried everything I could think of, including setserial...
 unfortunately, I have a feeling I'm using setserial incorrectly.  As far
 as I can tell, I'm following the man pages correctly... but I guess I
 don't trust myself.  Anyway, if it matters it's a Cheyenne(?) 56K/v.90.
 Looks like it has a Rockwell chipset.  Any help (esp w/ setserial) would
 be appreciated.

I would turn PNP OS "off" in the BIOS (to get along with the soundcard),
then set the modem to be non-PNP.  Set the modem jumpers to an unused
IRQ and COM port then boot Linux.  During bootup, you should see
something like this:

Serial driver version 4.27 with no serial options enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A

that will let you know that the port was found.  Check to make sure that
the IRQ matches what you set on the modem.  If it doesn't, use setserial
to adjust it:

setserial /dev/ttySX irq Y

where X is the port number from the line above (just remove the first
'0', so ttyS00 becomes ttyS0, etc) and Y is the IRQ number that you've
got the modem jumpered for.

Once that is fixed, change the /dev/modem link to point to the correct
device.  If your modem is on COM1, you'll use:

cd /dev
rm modem
ln -s ttyS0 modem

Again, adjust those commands to the actual port you're using.

Next, check in /var/lock and see if there are any files named
LCK..BLAH there.  If there are, remove them before trying to run KPPP.

Finally, run KPPP and adjust your setup to show /dev/modem as the modem
device.  That _SHOULD_ be all that's necessary to getting it to work.

For the most part, PNP stuff CAN be a pain under Linux -- the conflicts
between the soundcard and modem when both are set for PNP is a good
example, and one I've fought here once or twice.  I hope the information
above is helpful and gets you up and running with Linux!

Good luck!
-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] a webby question

1999-05-01 Thread Steve Philp

Steve Winston wrote:
 
 Hy, I'm a linux mandrake user, but my question involves something else.
 
 I can't upload my graphics to my webpage. Why?
 I put the graphics in the same file as the html file that I upload.
 Links always work, and so do all kinds of colors.
 The problem isn't related to my system. I have tried in Linux, using
 ncftp to upload. The command is "put -z myfile websitefile"
 I have tried in Win95 using CuteFTP.
 My web pages look fine until I try to upload them. Then, they become
 graphics-less. I try using complete file paths as in
 IMG SRC="/home/html/graphic.gif"
 no luck.
 What to do?

If the graphics files reside in the SAME directory as the HTML files,
the IMG SRC line should not have a path on it, just the filename. 
Something like:

 IMG SRC=graphic.gif

should work fine.  I take it that the uploading process DOES transfer
the graphics files to the remote machine??

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] ISA PnP modem woes

1999-05-01 Thread Dan Brown

From: Meanie [EMAIL PROTECTED]

 trouble.  I've mostly been using Kppp, and when everything seems to be
 set correctly (/dev/cua2 or /dev/ttys2), I usually get a "Modem is
 busy"... occasionally I get "Modem is not responding" though this is

Hmmm...  You say that isapnp detects the modem and the sound card
when you start up.  Have you configured any settings for the modem in
isapnp.conf?  If so, what are they? (if not, then select some) Suppose
that it's set for io=3e8 and irq 5--do

% setserial /dev/ttyS2

...and see what it's set to.  If it reports io=3e8, irq 5, and uart of
16550a, you should be fine.  If not, then do one or more of the
following as necessary:

% setserial /dev/ttyS2 irq 5
% setserial /dev/ttyS2 io 3e8
% setserial /dev/ttyS2 uart 16550a

Assuming you got no errors with the above commands, start minicom
and set it to /dev/ttyS2.  See if it responds to modem commands.  It
might not, even if everything looks fine to this point (in my case, the
modem didn't respond for 15 seconds or more to a simple "AT").  If it
doesn't respond, change the settings in isapnp.conf to another
configuration and try again.

Once you have the modem responding correctly in minicom, then try
kppp.




Re: [newbie] ISA PnP modem woes

1999-05-01 Thread Dan Brown

From: Dan Brown [EMAIL PROTECTED]

 % setserial /dev/ttyS2 irq 5

...forgot to mention.  Once you get the port set properly, you can
add any necessary commands to /etc/rc.serial, so you don't have to
manually re-do them every time you restart the machine.




Re: [newbie] ISA PnP modem woes

1999-05-01 Thread walter kalata

I have a similiar problem... although my (ISA PnP) modem has no jumpers, 
neither does soundcard for that matter, and minicom dials fine... just very 
slowly, kppp (with a simple "AT"-only init string) inits, then halts while 
'setting speaker volume'.
Can this be fixed in BIOS or setserial? any ideas?

From: Meanie [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [newbie] ISA PnP modem woes
Date: Sat, 01 May 1999 17:58:01 -0500

I'm having no end to my troubles getting my ISA PnP modem working.  It's
not a Winmodem; I had it working with Slackware a few months ago.. but I
just can't get it working with Mandrake / KDE.  I have tried every
combination I could think of:  setting the jumpers for PnP with PnP OS
both enabled and disabled in BIOS, setting the jumpers for particular
IRQ/COM with PnP OS both enabled and disabled in BIOS... nothing but
trouble.  I've mostly been using Kppp, and when everything seems to be
set correctly (/dev/cua2 or /dev/ttys2), I usually get a "Modem is
busy"... occasionally I get "Modem is not responding" though this is
usually when I've gotten desperate and just go through the list of
devices at random in kppp setup.

I normally have PnP OS off in BIOS - this doesn't affect any of my
hardware in Win95, but if it's turned on my sound card won't work in
Linux... my modem refuses to work either way.  Isapnp runs at startup,
and is finding both of my PnP devices (modem / soundcard), but the modem
refuses to work.  If the jumpers aren't set to PnP, I can't get the
modem to work in Windows so if it's possible to keep them there I'd like
to.

I've tried everything I could think of, including setserial...
unfortunately, I have a feeling I'm using setserial incorrectly.  As far
as I can tell, I'm following the man pages correctly... but I guess I
don't trust myself.  Anyway, if it matters it's a Cheyenne(?) 56K/v.90.
Looks like it has a Rockwell chipset.  Any help (esp w/ setserial) would
be appreciated.

--
Meanie


___
Get Free Email and Do More On The Web. Visit http://www.msn.com



Re: [newbie] a webby question

1999-05-01 Thread Steve Winston

Hy, thanks for the reply. Maybe I am putting too much of a path. I'll
try what you say. 
adios, Steve W. 
  I can't upload my graphics to my webpage. Why?
 
 
 
 If the graphics files reside in the SAME directory
 as the HTML files,
 the IMG SRC line should not have a path on it, just
 the filename. 
 Something like:
 
  IMG SRC=graphic.gif
 
 should work fine.  I take it that the uploading
 process DOES transfer
 the graphics files to the remote machine??
 
 -- 
 Steve Philp
 [EMAIL PROTECTED]
 

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



Re: [newbie] Q: XMessageBox

1999-05-01 Thread sphilp

On Sun, May 02, 1999 at 06:56:58AM +0300, Martin Barnard wrote:
 Hi, I was wondering if there was a program anywhere which will open a message
 box in X containing a text string that's passed to it. 
 for example, if I wanted a bash script that would open a message box telling me
 of an event when I have no terminals open.
 If anyone knows of such a program, or can point me in the direction of making
 one (I'm currently learning C) then I'd be very grateful.

xmessage should do what you want.  Use it as something like:

xmessage -buttons OK:1,Cancel:2 "This is my message."

The arguments after -buttons are the button labels to create and the exit code that
will be returned when the user hits that button.

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] a webby question

1999-05-01 Thread Nicholas Barnard

At 01:46 PM 5/1/99 -0700, you wrote:
My web pages look fine until I try to upload them. Then, they become
graphics-less. I try using complete file paths as in 
IMG SRC="/home/html/graphic.gif"

Make sure you are referencing the image correctly.  The IMG SRC needs to be
either a full url or a logical path progression from your page if the image
is in the same directory as the html you should just be able to do IMG
SRC="graphic.gif" and it should work.

Nicholas Barnard



Re: [newbie] a webby question

1999-05-01 Thread sphilp

On Sat, May 01, 1999 at 09:23:43PM -0700, Steve Winston wrote:
 Hy, thanks for the reply. Maybe I am putting too much of a path. I'll
 try what you say. 
 adios, Steve W. 

The problem that you're encountering is that the paths that you put into
your webpages do not map directly to the filesystem.  It's the same type of
thing that FTP servers use.  The servers change their notion of a "root
directory" to somewhere other than the actual physical root of the server. 
Mostly it's for security reasons.  You don't want someone to download
/etc/passwd out of your FTP server, nor do you want them to read it via your
HTTP server either.  So, each of them changes root to a new location (FTP
on Mandrake is /home/ftp, HTTP is /home/httpd, I believe).

On the physical server, you can cd to the directory that contains your pages 
and get the pwd and it'll show you something like /home/httpd/html/sphilp.  
However, as far as the webserver is concerned when parsing webpages, that 
directory is actually /html/sphilp.  That's why you're getting the problems
when trying to see the images when you browse the page.

Hope this explanation helps!

   I can't upload my graphics to my webpage. Why?
  
  
  
  If the graphics files reside in the SAME directory
  as the HTML files,
  the IMG SRC line should not have a path on it, just
  the filename. 
  Something like:
  
   IMG SRC=graphic.gif
  
  should work fine.  I take it that the uploading
  process DOES transfer
  the graphics files to the remote machine??
  
  -- 
  Steve Philp
  [EMAIL PROTECTED]
  
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 

-- 
Steve Philp
[EMAIL PROTECTED]



[newbie] Site regarding ISA PNP Modems

1999-05-01 Thread Linda

http://www.linuxnewbie.org/nhf/intel/modems/