[techtalk] Re: Plug and pray modem; Stacy Turner

2000-06-14 Thread JoAnne Abbott

It sounds like the bios is not set to a non plug and play OS and not letting
the BIOS set the card up correctly.  At turn on of puter you should see all
P&P cards set, on screen, by BIOS

JoAnne Abbott C.E.T.



___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk



RE: [techtalk] Modem not being ID

2000-06-14 Thread karina . hould

Thank you Stacy,

I will try this out, I appreciate the information...
at this point anything helps...  


Karina


-Original Message-
From: Stacie Turner [mailto:[EMAIL PROTECTED]]
Sent: June 14, 2000 04:26
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: RE: [techtalk] Modem not being ID


Karina and all:

OK, I still have not gotten my stupid plug and play internal modem to work,
and unless someone has a really good idea, I'm giving up and trying an
external.  But here is what I did, perhaps you will have more luck with it,
or maybe someone can tell me what I am doing wrong:

first I used isapnp tools:

/sbin/pnpdump > /etc/isapnp.conf

then uncommented one choice in the .conf file.  (For me the choice that
didn't give me an error message when I rebooted happened to be IRQ 3 port
0x3e8)

then:

setserial /dev/ttyS2 IRQ 3 port 0x3e8  (with the device and resources of
your choice)

but now, although the machine still insists it can't find a modem.  

Sigh.  I really just wanted a machine that wouldn't crash all the time.  And
although it never ever crashes, I can't get on the internet, which, given
what I do, means all I really use linux for is mahjong.

*
Stacie Turner
Web Coordinator
Marketing Research Association
[EMAIL PROTECTED]
www.mra-net.org 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 09, 2000 3:01 PM
To: [EMAIL PROTECTED]
Subject: RE: [techtalk] Modem not being ID


Hello Stacie,

thanks 

I have a V.90 56k modem, seposed to be "standard" protocol... 
I am not too sure if it is Plug n Pray but I believe it is. I have no
problem Identifying it under NT and Win98... 

Any help you can provide would be great..

karina


-Original Message-
From: Stacie Turner [mailto:[EMAIL PROTECTED]]
Sent: June 10, 2000 03:58
To: '[EMAIL PROTECTED]'
Subject: RE: [techtalk] Modem not being ID


Hi Karina:

Your problem sounds suspiciously close to mine.  Make sure you don't have a
winmodem, and, once you eliminate that, check if your modem is plug and
play.  If it is I can help you about half way through the nightmare that is
a plug and play modem with Linux.

*
Stacie Turner
Web Coordinator
Marketing Research Association
[EMAIL PROTECTED]
www.mra-net.org 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 09, 2000 1:10 PM
To: [EMAIL PROTECTED]
Subject: [techtalk] Modem not being ID


Hello all,

Linux Newbe... I am having problems Identifying my Modem.

I use Modemtool and select ttys0
Then I use wvdial and it tells me it does not Identify the Modem.

I am kind of at a loss,
is there a way to check the PCMCIA port is linked to COM 1.

Is there a way to check to see if the COM Ports are active.

any help would be great.


Karina


___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk


___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk



RE: [techtalk] Re: Plug and pray modem; Stacy Turner

2000-06-14 Thread karina . hould

I will check this out as well, thank you JoAnne.


karina


-Original Message-
From: JoAnne Abbott [mailto:[EMAIL PROTECTED]]
Sent: June 14, 2000 21:33
To: [EMAIL PROTECTED]
Subject: [techtalk] Re: Plug and pray modem; Stacy Turner


It sounds like the bios is not set to a non plug and play OS and not letting
the BIOS set the card up correctly.  At turn on of puter you should see all
P&P cards set, on screen, by BIOS

JoAnne Abbott C.E.T.



___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk


___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk



Re: [techtalk] Apache access.conf help

2000-06-14 Thread Lilly S.

Thanks so much for your help.. Now it works! Yay!!! Apache needed a little
bit of tweaking to work.

Lilly

On Tue, 13 Jun 2000, Nancy Corbett wrote:

> 
> Okay, here are the steps as I understand them (let me know if this helps):
> 
> Go to the etc directory and run the command:
>  
> ./htpasswd -c directoryname.pwd username
> 
> htpassword will prompt you to enter a password twice.  Once it's done, you
> can cat directoryname.pwd to see that it has created a file containing
> your username and an encrypted password.
> 
> Next created the .htaccess file in the directory you wish to protect.  It
> should look something like this:
> 
> AuthUserFile /etc/directoryname.pwd
> AuthName "This is a Protected Area"
> AuthType Basic
> 
> require user [username]
> 
> 
> Next, in the access.conf, locate the .htaccess.  There are
> instructions in the comment lines about the AllowOverride line.  By
> default, it is set to None.  With this setting, Apache will not read the
> .htaccess file. Change it to: 
> 
>   AllowOverride All
> 
> Stop and restart apache.  That ought to do it.
> 
> On Mon, 12 Jun 2000, Lilly S. wrote:
> 
> > Hello,
> > 
> > I was wondering if anyone on here would be so kind as to help me out with
> > this problem I've been struggling with for the last two days.
> > 
> > I need to configure apache so that the entire site that is password
> > protected. I have tried configuring access.conf and I put .htpasswd and
> > .htaccess in the directories and all, and it's still not working.I'm very
> > confused. I followed the directions outlined in the Apache book, and on
> > the apache page to no avail. What am I missing?
> > 
> > I'll be glad to include my access.conf in an offline email to anyone who
> > thinks s/he can help.
> > 
> > Thanks a lot!!!
> > 
> > Lilly
> > 
> > 
> > 
> > ___
> > techtalk mailing list
> > [EMAIL PROTECTED]
> > http://www.linux.org.uk/mailman/listinfo/techtalk
> > 
> 
> 



___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk



[techtalk] RH6.2 - Printing

2000-06-14 Thread Phil Savoie

Hi All,

I was wondering why the print system on this beast is always printing
garbage for the first job and then properly after.  Has anyone had this
problem and if so, is there a fix?

Thanks in advance

Phil
-- 


Phil Savoie
Certified Sun Sysadmin/Instructor

TMI - Learnix

Tel:  (613) 828-5007 ext 4234 (Voice mail only)
Fax:  (613) 721-0599

[EMAIL PROTECTED]
http://www.learnix.ca



___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk



Re: [techtalk] triple booting NT4, Win2k, and redhat 6.0

2000-06-14 Thread Robert Wade

any reason why you can't just use lilo

On Tue, 13 Jun 2000, Kathleen Russell, fone.net tech support wrote:

> i am asking this on behalf of a co-worker.
> 
> he currently has NT4.0, Win2k, and redhat 6.0 on his hard drive.  he can
> boot to NT or Win2k, but has to use a boot floppy to get to linux.
> 
> we have investigated this a bit and found a way to alter the boot.ini in NT.
> however, we can't seem to even find boot.ini.  is it possible that win2k
> names it something else?  anyone have a cool way to triple boot with these
> three OSs?
> 
> thanks,
> kathleen
> 
> 
> 
> 
> ___
> techtalk mailing list
> [EMAIL PROTECTED]
> http://www.linux.org.uk/mailman/listinfo/techtalk
> 



___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk



Re: [techtalk] triple booting NT4, Win2k, and redhat 6.0

2000-06-14 Thread Kathleen Russell, fone.net tech support

he tried lilo, and couldn't get it to work properly.

he tried rebecca's suggestion, which worked!

thanks!
kathleen



___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk



[techtalk] (no subject)

2000-06-14 Thread Pearson, Cara
Title: 





Linux Client Software Developer


If you are a smart, experienced, enthusiastic Linux Software Client Developer come join our expanding team! 


iWare is a dynamic software company enabling consumers to take control of their Internet experience through an innovative desktop application. iWare's founders are veterans of a successful Internet company called Food.com and are now generating significant success and momentum at iWare as well.  iWare is growing fast - drawing top talent from the worlds of technology and the Internet.  This is your opportunity to join a well-funded emerging company with tremendous potential.

iWare is looking for 3 experienced Linux Client Software Developers to work on a multi-threaded client server application for operation under Linux, targeted for embedded Linux Internet appliances. 

We're a fast-growing Internet Software Development Company with a seasoned management team and a proven business model. If you want to work with a company that values integrity and quality-we're the right place for you!

We offer you considerable creative input, appreciation and support for your work, as well as one of the best compensation packages in the industry, including a comprehensive array of benefits.

Requirements:


Personal Requirements- we need a person who:

·   Is outstandingly reliable with a strict client-driven deadlines
·   Is a self -starter, highly focused and productive
·   Has a strong work ethic
·   Is able to work quick yet carefully under pressure
·   Is a strong team player, likes a stimulating, collaborative environment 
·   Has sound technology judgment, critical thinking skills and keen insight


Your role will be to help scale our systems as we grow:

·   Design and set development specs
·   Develop and implement projects targeted for an embedded Linux platform
·   Document the systems for technical purposes
·   Help keep our Linux-based systems running smoothly and efficiently


Ideally your resume will include:

·   Unix, preferably Linux experience
·   Significant development of multi-threaded software applications
·   Graphic user interface on Unix-X or X alternative
·   TCP/IP, Sockets
·   Strong C/C++ skills.
·   Experience with Java and willingness to use it as necessary
·   4+years of experience working in Unix or Linux environment


The following are beneficial but not essential

·   BS/CS or MS/CS from a top ranked computer science university
·   Interest in user interface design
·   Embedded systems development 
·   Strong skills in the area of look and feel for user interface



Contact:
Collette Cassidy
Staffing Manger
Iware
(831)430-1051
[EMAIL PROTECTED] 
www.iwareinc.com 








Re: [techtalk] triple booting NT4, Win2k, and redhat 6.0

2000-06-14 Thread Eito Katagiri

On Tue, Jun 13, 2000 at 03:19:22PM -0600, Kathleen Russell wrote:
> i am asking this on behalf of a co-worker.
> 
> he currently has NT4.0, Win2k, and redhat 6.0 on his hard drive.  he can
> boot to NT or Win2k, but has to use a boot floppy to get to linux.
> 
> we have investigated this a bit and found a way to alter the boot.ini in NT.
> however, we can't seem to even find boot.ini.  is it possible that win2k
> names it something else?  anyone have a cool way to triple boot with these
> three OSs?

Hi,

The following page might help your co-worker: 

  http://www.linuxdoc.org/HOWTO/mini/Linux+NT-Loader.html

It seems that boots.ini is a hidden file, so you have to
un-hidden it. Also, you have to copy some boot section of
Linux into NT part. This document is written for WinNT.
I hope that this works for Win2K as well.



HTH,

:eito


___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk