Linux-Setup Digest #418, Volume #20              Sun, 14 Jan 01 05:13:03 EST

Contents:
  Universal Locale (Somsak Limavongphanee)
  "make" command (drumvudu)
  Very New to Linux ([EMAIL PROTECTED])
  Re: 2.4 kernel messages (Glitch)
  Re: Can't get RH7 to configure my NIC (Linux User)
  Re: 2.4 kernel messages ("Christopher C. Stump")
  Re: "make" command (Markus Kossmann)
  Re: Line editor in bash (Cory Phillips)
  Re: Kernel 2.4 on RH7 ("Brian Morrison")
  Re: Using ipfwadm to redirect external requests to an external address (Raphael 
Mankin)
  Re: Does kernel 2.2.18 need to be patched for raid??? (Tim Moore)
  Re: How To Screen Grab - prntscrn in linux?? (Nico Coetzee)
  Re: Very New to Linux (Nico Coetzee)
  Re: How To Screen Grab - prntscrn in linux?? ("Cameron Kerr")
  ftape (Jeff Moore)
  Re: Kernel 2.4 PPP Support ("Costas Gavardinas")
  Re: Basic New Idiot Help please... (Linux User)
  Re: Can't get XFree with nvidia drivers to work (rich)
  Re: ftape (E J)

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

From: Somsak Limavongphanee <[EMAIL PROTECTED]>
Subject: Universal Locale
Date: Sun, 14 Jan 2001 11:13:45 +0700


Are there any distribution using Universal Locale by IBM?
http://oss.software.ibm.com/developerworks/opensource/locale/


Somsak
-- 
==================================***========================================
SOMSAK LIMAVONGPHANEE                                       Tel:66-2-4367332
Fuel Business Management and Financial Division
Electricity Generating Authority of Thailand                Fax:66-2-4367338
Email: [EMAIL PROTECTED], [EMAIL PROTECTED] 
==================================***========================================
                                   

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

From: drumvudu <[EMAIL PROTECTED]>
Subject: "make" command
Date: Sun, 14 Jan 2001 04:37:46 GMT

can anyone make heads or tails of this.. I had to do a reinstall cause I
fried my ide drive last week, I run suse 7.0, and never had a problem with
running "make, or make install". Now when I try to run make I get the
following:


drumvudu@pchservices:~/tree-1.2 > make gcc -O2
-fomit-frame-pointer    -c -o tree.o tree.c In file included from
/usr/include/bits/posix1_lim.h:126,                  from
/usr/include/dirent.h:206,                  from
/usr/include/sys/dir.h:24,                  from
tree.c:14: /usr/include/bits/local_lim.h:27: linux/limits.h: No such file
or directory tree.c:18: linux/limits.h: No such file or directory
make: *** [tree.o] Error 1                                  

What's up with that? Any answers?thanks


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

From: [EMAIL PROTECTED]
Subject: Very New to Linux
Date: Sun, 14 Jan 2001 05:05:55 GMT

Ok what i want to do is very simple i bet but i cannot figure it out
for the life of me, Im running Redhat 6.2

I have a compaq deskpro 6000
1 IDE and 1 SCSI drive
A built in Netflex NIC and a 3com NIC
A matrox Millenium video card 4MB

What i want to do is the following

I want to know how to change video resolution?
change it from 800x600 to 1024x768 i cang figure it out
also where are the network card settings so i can see if the cards are
there?




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

Date: Sun, 14 Jan 2001 00:13:00 -0500
From: Glitch <[EMAIL PROTECTED]>
Subject: Re: 2.4 kernel messages


> 
> Obviously, the error lines are disturbing...
> 
> Jan 13 18:49:09 Taltos sysctl: net.ipv4.ip_forward = 0
> Jan 13 18:49:09 Taltos sysctl: net.ipv4.conf.all.rp_filter = 1
> Jan 13 18:49:09 Taltos sysctl: error: 'net.ipv4.ip_always_defrag' is an
> unknown key
> Jan 13 18:49:09 Taltos sysctl: error: 'kernel.sysrq' is an unknown key
> 

you must have compiled in support for the Sysrq key  on your keyboard
which is used if your system freezes up.  I asume you have this key on
your keyboard? If you don't want the error to appear and don't want that
feature say No to that option when you are configuring your kernel.

> All of these lines concern me. What is nls and why is there no devpts?

nls is native language support
did you compile in devpts support into your kernel or did you make it a
module? You should compile it into your kernel otherwise you will get
the error you see below unlesss you put an 'insmod' line for the devpts
module (if it can even be made a module) in a startup script.

> 
> Jan 13 18:49:10 Taltos modprobe: modprobe: Can't locate module devpts
> Jan 13 18:49:10 Taltos mount: mount: fs type devpts not supported by
> kernel
> Jan 13 18:49:10 Taltos modprobe: modprobe: Can't locate module
> nls_iso8859-1
> Jan 13 18:49:10 Taltos modprobe: modprobe: Can't locate module
> nls_iso8859-1

I get these errors too with nls. I dont worry about them. All it means
is that the kernel can't obviously find that module.

> 
> Hhhmmm...
> 
> Jan 13 18:49:45 Taltos modprobe: modprobe: Can't locate module
> char-major-14
> 
> I've recompiled the kernel, checking my configuration to see if there
> are an crucial options I missed which may relate to any of these
> errors.   But my configuration seems decent...
> 
> I've also tried to figure out how devpts relates to the 2.4 kernel, but
> I had trouble finding documentation related to this issue.  What is
> different in 2.4 with devpts? I had no problem with my previous
> 2.2.14-5.0 kernel...
> 

is devpts compiled in to the 2.4 kernel or made a module??


HTH

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

From: Linux User <[EMAIL PROTECTED]>
Subject: Re: Can't get RH7 to configure my NIC
Date: Sat, 13 Jan 2001 21:20:09 -0800

Hello,

Add: alias eth0 rtl8139   to /etc/modules.conf

It ii not necessary to pass io, irq settings to PCI network cards. Make 
sure you remove any other entries in /etc/modules.conf that might have been 
added in your other attempts at configuring your card. Look in 
/var/log/messages and see if when the driver is loaded if any resource 
conflicts or other error messages are reported. You can view this using the 
System Log Monitor, in Gnome it is under the Programs/System menu. You will 
have to be logged in as root to view this file.
To view it from the console use: less /var/log/messages. up/down arrows to 
scroll, hit q to exit.

Cheers,
        Jim H


Carl Gardiner wrote:

> Hi all,
> 
> I am new to linux.  I have just installed Red Hat 7 on my HP 8610 (Athlon
> 600 Mhz).  The installation seemed to go well.
> 
> After I installed RH7 I installed a PCI D-Link DFE-530TX+ 10/100 NIC.  I
> checked the RH website to confirm that the card is supported.  I expected
> Kudzu to detect the card when I next rebooted, but it did nothing.  I
> tried to configure the card using linuxconf, the driver was not
> automatically
> selected, so I chose rtl8139.o (from RH website).  When I rebooted the
> eth0 said that initialization delayed.
> 
> I checked the IRQ and IO from windows and put these values into linuxconf.
> When I tried to ping another IP address the message said that the network
> is unreachable.
> 
> I though this may be a problem with my BIOS, but I can't see how to
> disable
> any PnP settings in the BIOS.  I changed the slot that I installed the
> card in but Kudzu still did not detect it.
> 
> I looked at the websites I could find that I thought might help.  I tried
> the suggestions in the RH Ethernet-HOWTO but still could not sort out my
> problem.
> 
> Any help that anyone may be able to give me would be greately appreciated.
> 
> Thanks in advance
> Carl
> 
> 
> 
> 



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

From: "Christopher C. Stump" <[EMAIL PROTECTED]>
Subject: Re: 2.4 kernel messages
Date: Sat, 13 Jan 2001 23:52:37 -0600

Thanks for the reply!

As for devpts....previously I had gone back into the kernel to recompile it
with support for devpts.  However, under the filesystems menu (xconfig) I
can't find any option related to devpts.  Seriously, I scoured that area and
couldn't find anything.  Where would the support for devpts be?


Glitch wrote:

> >
> > Obviously, the error lines are disturbing...
> >
> > Jan 13 18:49:09 Taltos sysctl: net.ipv4.ip_forward = 0
> > Jan 13 18:49:09 Taltos sysctl: net.ipv4.conf.all.rp_filter = 1
> > Jan 13 18:49:09 Taltos sysctl: error: 'net.ipv4.ip_always_defrag' is an
> > unknown key
> > Jan 13 18:49:09 Taltos sysctl: error: 'kernel.sysrq' is an unknown key
> >
>
> you must have compiled in support for the Sysrq key  on your keyboard
> which is used if your system freezes up.  I asume you have this key on
> your keyboard? If you don't want the error to appear and don't want that
> feature say No to that option when you are configuring your kernel.
>
> > All of these lines concern me. What is nls and why is there no devpts?
>
> nls is native language support
> did you compile in devpts support into your kernel or did you make it a
> module? You should compile it into your kernel otherwise you will get
> the error you see below unlesss you put an 'insmod' line for the devpts
> module (if it can even be made a module) in a startup script.
>
> >
> > Jan 13 18:49:10 Taltos modprobe: modprobe: Can't locate module devpts
> > Jan 13 18:49:10 Taltos mount: mount: fs type devpts not supported by
> > kernel
> > Jan 13 18:49:10 Taltos modprobe: modprobe: Can't locate module
> > nls_iso8859-1
> > Jan 13 18:49:10 Taltos modprobe: modprobe: Can't locate module
> > nls_iso8859-1
>
> I get these errors too with nls. I dont worry about them. All it means
> is that the kernel can't obviously find that module.
>
> >
> > Hhhmmm...
> >
> > Jan 13 18:49:45 Taltos modprobe: modprobe: Can't locate module
> > char-major-14
> >
> > I've recompiled the kernel, checking my configuration to see if there
> > are an crucial options I missed which may relate to any of these
> > errors.   But my configuration seems decent...
> >
> > I've also tried to figure out how devpts relates to the 2.4 kernel, but
> > I had trouble finding documentation related to this issue.  What is
> > different in 2.4 with devpts? I had no problem with my previous
> > 2.2.14-5.0 kernel...
> >
>
> is devpts compiled in to the 2.4 kernel or made a module??
>
> HTH

--
Christopher C. Stump
E-mail: [EMAIL PROTECTED]
Homepage: http://www.thestump.net
Registered with the Linux counter, ID#183377

"Computers are like air conditioners...Once you open
 Windows, they stop working correctly" -Unknown Linux User




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

From: Markus Kossmann <[EMAIL PROTECTED]>
Subject: Re: "make" command
Date: Sun, 14 Jan 2001 06:23:40 +0100

drumvudu wrote:
> 
> can anyone make heads or tails of this.. I had to do a reinstall cause I
> fried my ide drive last week, I run suse 7.0, and never had a problem with
> running "make, or make install". Now when I try to run make I get the
> following:
> 
> drumvudu@pchservices:~/tree-1.2 > make gcc -O2
> -fomit-frame-pointer    -c -o tree.o tree.c In file included from
> /usr/include/bits/posix1_lim.h:126,                  from
> /usr/include/dirent.h:206,                  from
> /usr/include/sys/dir.h:24,                  from
> tree.c:14: /usr/include/bits/local_lim.h:27: linux/limits.h: No such file
> or directory tree.c:18: linux/limits.h: No such file or directory
> make: *** [tree.o] Error 1
> 
Either install the linclude (kernel includes) or the lx_suse (full
kernel sources) rpm 

-- 
Markus Kossmann                                    
[EMAIL PROTECTED]

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

Date: Sun, 14 Jan 2001 00:14:39 -0600
From: Cory Phillips <[EMAIL PROTECTED]>
Subject: Re: Line editor in bash

I've heard that set -o vi can be setup to work automatically when using
the Korn shell.

-- 
Cory Phillips

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

From: "Brian Morrison" <[EMAIL PROTECTED]>
Subject: Re: Kernel 2.4 on RH7
Date: Sun, 14 Jan 2001 00:51:47 +0100 (BST)
Reply-To: "Brian Morrison" <[EMAIL PROTECTED]>

On Fri, 12 Jan 2001 00:50:09 +0100, Rasmus B g Hansen wrote:

>> 1. Why on earth did RH send out a distribution with kernel sources that wouldn't 
>ompile?
>
>They didn't. They sent out a distribution with a C compiler, that could
>not compile the kernel. The kgcc solution is what I would call a hack - I
>would really have preferred 2.95.2; the latest stable gcc, which I
>installed myself.

There is an explanation of this somewhere, I forget where I read it. RH
ship egcs 1.1.2, also called kgcc meaning kernel gcc. The makefile for
the 2.2 kernel uses a script called kwhich to identify which system it
is compiling on and then select the correct compiler (kgcc for RH7).
The 2.4 kernel makefiles don't do this, so you need to edit gcc to kgcc
if you want to use egcs 1.1.2 to compile with.

However, there is also the need to have a working c++ compiler, and
egcs is no use for this, neither is gcc 2.95.2 for the particular
purposes described. As such, RH made a snapshot of gcc 2.96 and shipped
it as it did what was needed in this case. Some people are running
kernels compiled with 2.96-69, the latest fixed version of the compiler
updated by RH. Linus seems to feel this is bad, but apparently some
people find this works for them.

YMMV.....


-- 
Brian Morrison                                            [EMAIL PROTECTED]
               to reply, change address from 'news' to 'bdm'
 ...Grim faced, cold as fishwife's fingers, he snatched from the wall
 the sickle-sharp boar tusks he used for defacing Readers' Digest....



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

From: Raphael Mankin <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.network,comp.os.linux.security
Subject: Re: Using ipfwadm to redirect external requests to an external address
Date: 12 Jan 2001 09:18:14 GMT

In comp.os.linux.security Mark Saake <[EMAIL PROTECTED]> wrote:
: I'm trying to figure out a way to redirect external web server requests,
: via our firewall, to an external web server. I've tried using ipfwadm
: with ipmasqadm/portfw, but haven't had any luck.

: Here's the problem. Our web server, www.company.com is hosted by an
: external provider. The machine company.com is our own internal machine.
: What I would like to do is to redirect any requests on port 80 to
: company.com from outside of the firewall to port 80 at www.company.com.
Is compnay.com the *host* name of your firewall as well as the domain
name? If so it won't work. Port forwarding only works for packets on
the forwading queue; if they are directed at the firewall tiself then
they never get on to the forwarding chain.


One solution is to give the firewall a different name (same IP) and
make company.com an alias of www.company.com. Make sure that the web
server (Apache?) accept both names (ServerAlias directive).
-- 
-- 
                       Science is rapidly filling our homes with
                       devices smarter than we are.     - Anon

Raphael Mankin
E-Mail: [EMAIL PROTECTED]
==================================

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

From: Tim Moore <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux.mandrake,alt.os.linux.slackware,alt.uu.comp.os.linux.questions,comp.os.linux.development.system,comp.os.linux.misc,comp.os.linux.networking,comp.os.linux.hardware,linux.dev.kernel
Subject: Re: Does kernel 2.2.18 need to be patched for raid???
Date: Sun, 14 Jan 2001 07:42:51 GMT

> Does mingo's raid patch raid-2.2.18-A2 get applied to kernel 2.2.18?

raid-2.2.18-B0 instead.

Also try to target a question rather than crossposting to 20 groups.
-- 
timothymoore
   bigfoot
     com

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

Date: Sun, 14 Jan 2001 10:07:55 +0200
From: Nico Coetzee <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: How To Screen Grab - prntscrn in linux??

noel mcloughlin wrote:
> 
> What app will grab a Screen Shot in Linux?
> 
> I have'nt found anything on Sourceforge, Freshmeat or IceWalkers.
> 
> thanks
> noel.

If you have KDE, try ksnapshot - I use it a lot!

-- 
=========================================================
This signature was added automatically by Linux:
. 
It is easier for a camel to pass through the eye of a needle if it is
lightly greased.
                -- Kehlog Albran, "The Profit"

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

Date: Sun, 14 Jan 2001 10:12:41 +0200
From: Nico Coetzee <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Very New to Linux

[EMAIL PROTECTED] wrote:
> 
> Ok what i want to do is very simple i bet but i cannot figure it out
> for the life of me, Im running Redhat 6.2
> 
> I have a compaq deskpro 6000
> 1 IDE and 1 SCSI drive
> A built in Netflex NIC and a 3com NIC
> A matrox Millenium video card 4MB
> 
> What i want to do is the following
> 
> I want to know how to change video resolution?
> change it from 800x600 to 1024x768 i cang figure it out
> also where are the network card settings so i can see if the cards are
> there?

Stop X entirely and run Xconfigurator. Then restart X with the command
startx

WARNING: You must know the horizontal and Vertical frequencies of your
monitor.

-- 
=========================================================
This signature was added automatically by Linux:
. 
It is easier for a camel to pass through the eye of a needle if it is
lightly greased.
                -- Kehlog Albran, "The Profit"

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

From: "Cameron Kerr" <[EMAIL PROTECTED]>
Subject: Re: How To Screen Grab - prntscrn in linux??
Date: Sun, 14 Jan 2001 16:31:40 +1300

xwd and xwud (X Window (Un) Dump ), are tools that are on every X Window
system, Unix and Linux.

Simple to use, but you'll probably want to convert the format (.xwd), I
use The GIMP for this.

-- Cameron

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

From: Jeff Moore <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,redhat.general
Subject: ftape
Date: Sun, 14 Jan 2001 02:44:49 +0000
Reply-To: [EMAIL PROTECTED]

I  have a HP Colorado T3000 tape drive I would like to use.

It is a T3000 with an ISA 1mbs/500mbs controller.
My system is IBM Cyrix 6x86 166+, 32mb, and 14gb drive.

When I try to compile the ftape, it asks for base mem i/o, dma, and irq.

How do I find these settings for my drive?

Jeff Moore


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

From: "Costas Gavardinas" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,alt.os.linux.suse,comp.os.linux
Subject: Re: Kernel 2.4 PPP Support
Date: Sun, 14 Jan 2001 10:55:23 +0200

Well, it seems I solved that myself: All you have to do is download and
install a newer version of pppd. I installed pppd 2.4 and everything
works just fine.

"Costas Gavardinas" <[EMAIL PROTECTED]> wrote in message
news:93pqre$ed9$[EMAIL PROTECTED]...
> I have installed and compiled the new 2.4 kernel. Although I selected ppp
> support from the appropritate menus, I get an error: ppp support not
> installed in kernel, or something similar. Is there something I am doing
> wrong?? Thanks for any clues!
> Costas
>
>



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

From: Linux User <[EMAIL PROTECTED]>
Subject: Re: Basic New Idiot Help please...
Date: Sun, 14 Jan 2001 01:13:57 -0800

Hello,

Gregory M. Sliker wrote:

>On to the questions...

I don't use mandrake,  but the hopefully helpful anwsers...

> 
> 1) The hostname for my machine, what should it look like?  I just used
> what
> I had when it was an NT box, "MYTOY" for example.  This appears to be
> giving Linux a little, minor headache on starting.

What problem do you think this is causing? The default if you don't change 
it when installing (at least on a redhat box) is localhost.localdomain. I 
never tried using a single name don't know if this would cause a problem or 
not. The machine I'm using now is:

$hostname
garfield.linux.lan

> 
> 2) As root I can play all day with the CDROM and ZIP drive but logged in
> using the account I created during the install tells me I don't have
> permission.  I tried following the examples on chmod in the reference
> manual
> but I received a message saying the mount was busy.  Well excuse me
> Mister...  So how do I go about giving users permission to work with the
> ZIP drive and CDROM?

Look in file /etc/fstab to set the mount options. Type 'man mount' in a 
console, without the quotes, for what options are available. The options 
you are going to look at are 'owner' and 'user'. Example cdrom entry in 
/etc/fstab:

/dev/cdrom     /mnt/cdrom     iso9660     noauto,user,ro     0 0

The 'user' here will allow any user to mount the cdrom. 'noauto' means 'not 
mounted at boot'. 'ro' means 'read only'. Redhat by default uses 'owner'. 
Too use 'owner' the user must also be the owner of the dev, in this case it 
would be /dev/cdrom. Redhat makes the logged in user the owner when they 
log in. 'owner' is just more secure. The same options apply for your zip 
drive.

> 
> 3) It appears I have an IRQ conflict between the NIC and the video card,
> both trying to use IRQ9.  What utility to I use to change the IRQ in the
> NIC?  In HardDrake all I could find was a configuration tool that did not
> allow me the chance to make changes?

You might try setting PNP O/S installed to "NO" in the system bios or 
rearrange where your cards are installed. Probably the easiest way to fix 
this.

> 
> 4) Last and most important to me is how do I set the CLASSPATH environment
> variable so that when I try to run a Java program I don't get the class
> not
> found java/lang/object error message?  I have tried looking for .profile
> and so far no luck.

Best place to set it is in /etc/profile, this will make it system wide. 
example:

CLASSPATH="directory were you want it pointed"
export CLASSPATH

logout and log back in for the changes to take effect.

Hope these answers help.

Cheers,
        Jim H

$uptime
1:04am up 82 days, 1:45, 2 users, load average: 1.04, 1.09, 1.05

> 
> Thanks to one and all for any assistance and taking the time to read this
> post.  If there is a FAQ out there for newbies like me I would also really
> appreciate it if someone could point me to it so I can keep the postings
> to the major stuff.
> 
> Greg Sliker
> 
> 
> 
> 
> 



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

From: rich <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.x,nl.comp.os.linux.x
Subject: Re: Can't get XFree with nvidia drivers to work
Date: Sun, 14 Jan 2001 09:44:01 GMT

Hi

I don't know if anyone has suggested this. It got my via with TNT on a
stock Mandrake 7.2 system with KDE working:

The problem is when you run the "make SYSINCLUDE=/usr/src/linux/include"
command
with KT133 & i815, and possibly others, you may get an error from insmod
that it could not load the NVDriver. Don't panic. Run the following
command:

insmod agpgart agp_try_unsupported=1

Now rerun the make command. If that gives good results in loading the
driver (restart X server), you will need to add that new command to your
/etc/rc.d/rc.modules file so it will load each time you boot up.

Rich


"moonie;)" wrote:
> 
> On Tue, 09 Jan 2001, XeCtiC wrote:
> >I can't get my XFree86 4.0.1/4.0.2 to work with the nvidia driver
> >(0.9-5) (gnome as desktop manager)
> >
> >I have a Diamond Viper Riva TNT2 Card on a Chaintech motherboard (VIA
> >Pro Plus 82C693+82C686A Chipset)
> >Using RH7, but installing nvidia kernel/glx from rpm/srpm/source didn't
> >worked (kernel not supported) so I downgraded to RH6.2 (You might
> >consider to call it upgrading) Now installing goes fine, i've installed
> >the NVIDIA_kernel and the GLX drivers and before that I removed the Mesa
> >packages/files.
> >
> >I got the line alias char-major-195 NVdriver @ my conf.modules but when
> >I boot my box NVdriver doesn't show up with lsmod (Maybe this is normal
> >but I don't really know.)
> >So I just load the module with insmod and I don't get any errors or
> >something.
> >
> >But when I start XFree my linux box dies. I get somekind of blue screen,
> >my monitor swithes to an other res. I see some other red lines at the
> >top of my screen and my computer hangs, my keyboard doesn't respond
> >anymore using ctrl-alt-del etc.
> >
> >I tried about everything! Using other resolutions, other display
> >settings. It all didn't helped. When I change back to the nv driver X
> >boots again.
> >
> >I tried finding an error at the XFree log file but there is no output of
> >X there. (Only when I use the nv driver and it doesn't crash)
> >
> >Anyone can help me out with this problem? I've been busy for days with
> >this.
> >
> >Thanks,
> >Sander
> 
> This is how I set it up on several cards (TNT, TNT2, and TNT2 M64) with several
> different chipset MOBO's:
> 
>    http://www.linuxnewbie.org/nhf/intel/distros/mandrake/mdk_nvidia.html
> 
> --
> moonie ;)
> 
> Registered Linux User #175104
>    (Registered at: http://counter.li.org)
> 
> KDE2
> Kernel 2.4.0-test5
> XFree86 4.0 Nvidia .94 drivers
> RAID 0 Striped
> Test-Pilots-R-Us ;)
> ICQ #83003404
> AIM mooniesdl3
> MSN [EMAIL PROTECTED]

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

From: E J <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,redhat.general
Subject: Re: ftape
Date: Sun, 14 Jan 2001 10:04:14 GMT

Jeff Moore wrote:

> I  have a HP Colorado T3000 tape drive I would like to use.
>
> It is a T3000 with an ISA 1mbs/500mbs controller.
> My system is IBM Cyrix 6x86 166+, 32mb, and 14gb drive.
>
> When I try to compile the ftape, it asks for base mem i/o, dma, and irq.
>

1) Pull out the ISA controller card and look at the jumper setting.

2) Try finding it by using the following commands:
$ cat /proc/ioports
$ cat /proc/dma
$ cat /proc/interrupts

3) Under windows
Start->Setting->Control Panel->System
Do a properties on the ISA controller card to find the io port, dma and irq

>
> How do I find these settings for my drive?
>
> Jeff Moore


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


** 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.setup.

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-Setup Digest
******************************

Reply via email to