Linux-Hardware Digest #929, Volume #13 Wed, 22 Nov 00 22:13:03 EST
Contents:
Re: error compiling tulip.c, which file with -I? (Glitch)
Re: Triton problem with 2.2.X... (was Re: slow connection?) ("Karl Heyes")
Re: Western Digital WD450AA 45GB and linux (Young4ert)
Re: Bellsouth DSL Modem and Linux (Young4ert)
compile error for drivers ("Michael J. Barber")
ATI 128 Expert pro (asage)
Re: Bellsouth DSL Modem and Linux (Hal Burgiss)
Setting up a printer under RedHat7 (sigh) ([EMAIL PROTECTED])
Re: Old 486 for Linux/W98 - will this work ("Doug Holtz")
want a NIC + RH7.0? Read me! (Peter Bismuti)
Re: NVidia GeForce 256 DDR Acceleration (Troy Otter)
multi-user with dual-head? ([EMAIL PROTECTED])
Re: want a NIC + RH7.0? Read me! ("Stephen Gutknecht \(VW\)")
Re: LinkSys EtherFast 10/100 & Redhat7.0 ("Stephen Gutknecht \(VW\)")
Problems with Olicom OC-3136/3137 (rev 2) and RedHat 7.0 (Tony Lill)
DVD question (SKG) (Georg Skillas)
Re: Setting up a printer under RedHat7 (sigh)
----------------------------------------------------------------------------
Date: Wed, 22 Nov 2000 19:15:53 -0500
From: Glitch <[EMAIL PROTECTED]>
Subject: Re: error compiling tulip.c, which file with -I?
Uh, i dont think -I/usr/src/linux/net/inet is a file, its a directory
and if u are getting errors it must not exist, most likely u would be
getting the 'no such file or directory' error.
Peter Bismuti wrote:
>
> I've been told that the problem with this is that I have not used the -I
> flag. Here's another command I've tried that gives the same message but
> uses the -I flag. The problem here is that the file specified is missing.
> My question is where is the new file in Redhat7.0?
>
> gcc -D__SMP__ -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall
> -Wstrict-prototypes -O6 -c tulip.c '[ -f /usr/include/linux/modversions.h ]
> && echo -DMODVERSIONS'
>
> This came the linksys page I believe and is for machines with two processors.
>
> >This is the error message I get when I try to compile the tulip.c driver
> >from www.scyld.com:
> >
> >#gcc -DMODULE -D__KERNEL__ -O6 -c tulip.c
> >
> >tulip.c: In function 'tulip_open':
> >tulip.c:1437: structure has no member named 'tbusy'
> >tulip.c:1438: structure has no member named 'start'
> >.
> >.
> >.
------------------------------
From: "Karl Heyes" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,comp.os.linux.development.system
Subject: Re: Triton problem with 2.2.X... (was Re: slow connection?)
Date: Thu, 23 Nov 2000 00:50:04 +0000
In article <Pine.GSO.4.21.0011221739390.25237-100000@acms23>,
"Guennadi V. Liakhovetski" <[EMAIL PROTECTED]> wrote:
> Another follow-up (nobody else seems to be following this thread,
> so, I have to answer to my own postings myself:-))
>
> I noticed (better late than never) the following lines in dmesg:
>
> PIIX: IDE controller on PCI bus 00 dev 38 PIIX: not 100% native
> mode: will probe irqs later PIIX: neither IDE port enabled (BIOS)
>
Thats new!, not sure how that would affect DMA. check in your BIOS for
enabling the primary/secondary channels. Linux maybe able to talk to
the drives but the chipset could disable DMA facilities to/from them.
> I've seen such lines in Newsgroups before, but was unable to find
> their meaning - can anybody explain please?
>
Neither IDE port enabled is the important bit here. If you had
windows on there I would guess it wouldn't run. I'm suprised it boots
actually.
> Also I noticed, there is a -p option of hdparm, what's the
> difference between -X12 and -p4? The output of the former I posted
> earlier:
>
> /dev/hda:
> setting xfermode to 12 (PIO flow control mode4)
>
> here's the output of the latter:
>
> /dev/hda:
> attempting to set PIO mode to 4 HDIO_SET_PIO_MODE failed: Function
> not implemented
>
> Obviously, there is A difference... But what exactly is it? Looks
> like
> -p4 actually tries (and fails) to change the hard drive's
> performance,
> whereas -X12 doesn't...
>
> My last idea is that the problem might be in the BIOS (as the last
> PIIX line is suggesting)... Tonight I am going to attempt upgrading
> it... BLESS ME!
>
Usually you don't have to change these sort of parameters. But the
BIOS could be a limiting factor here.
karl.
------------------------------
From: Young4ert <[EMAIL PROTECTED]>
Subject: Re: Western Digital WD450AA 45GB and linux
Date: Thu, 23 Nov 2000 00:37:51 GMT
Erling R Elvsrud wrote:
>
> In article <8vd8fk$2ik$[EMAIL PROTECTED]>, Erling R Elvsrud wrote:
> >I have just ordererd a WD450AA hd, and somewhere I red that it has
> >some problems when used with linux, something with dma transfers and
> >errror correction anyone have tried this drive?
> [snip]
>
> it was in the november issue of linux journal:
>
> "Earlier this year, kernel hacker Andre Hedrick the maintainer of linux's
> ide driver, tracked a users' problem to the fact that Western Digital
> drives don't do error correctin correctly. He posted to linux-kernel,
> "WDC drives blow off the CRC check of UDMA.... this is BAD and STUPID."
> Western Digital fired back on their web sidte with "if there is a problem using
> these drives in linux the problem most likely lies with the software driver
> and not the hard drive itself" I'm going to believe the kernel hacker over
> the hardware vendor and say away from Western Digital drives for a while."
>
> I really hope that WD450AA does not have theses issues...
>
> Erling
I do have problem with the WD450AA drive in which I could use the drive
to install windows2000 pro on my Asus K7M Mobo, but the windows2000 Pro
installation complains about INACCESSIBLE_BOOT_DISK on an FIC PA-2013
Mobo. I called WD and they pointed their fingers to the FIC. Then, I
called FIC and they pointed their fingers to WD. So, I felt like being
kicked like a ball. Go figure ...
--
[EMAIL PROTECTED]
PS. Remove "4" from e-mail address should you want to reply.
------------------------------
From: Young4ert <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking
Subject: Re: Bellsouth DSL Modem and Linux
Date: Thu, 23 Nov 2000 00:39:53 GMT
Hal Burgiss wrote:
>
> On Tue, 21 Nov 2000 16:30:37 GMT, In Yen <[EMAIL PROTECTED]>
> wrote:
> >Get a cable modem connection and it is a T-1 (1.5Mbps) downlink with a
> >384Kbps uplink. I have mine setup in no time with a LinkSys BEFSR41
>
> That is almost the same as Bellsouth, 1.5M/256K.
>
But, how much does BellSouth charge its customer with that bandwidth?
It only costs me $40/month.
--
[EMAIL PROTECTED]
PS. Remove "4" from e-mail address should you want to reply.
------------------------------
From: "Michael J. Barber" <[EMAIL PROTECTED]>
Subject: compile error for drivers
Date: Wed, 22 Nov 2000 18:23:37 -0500
Hopefully nothing to complicated. I have a Kingmax PCMCIA card. No problem
the company provides the drivers on the site... except you have to compile
them.
Once again no problem.... except for this error I am getting
"#error Modules should never uer kernel-headers system headers"
"#error but hesders from an appropriate kernel-source"
This means absolutely nothing to me.
I have the source installed.
I am using Redhat 7.0
If I make the entry that the rest of the readme states into the
/etc/pcmcia/config file the card is recognized but does not work properly.
Any help would be great.
Thanks
MJB
------------------------------
From: asage <[EMAIL PROTECTED]>
Subject: ATI 128 Expert pro
Date: Thu, 23 Nov 2000 00:57:08 GMT
I'm using RedHat 7.0, with X 4.0. The ATI card was detected quite
nicely. I'm having two problems. The first is the most important; the
second is a wish list kind of thing.
The first problem is that I can't get better than 256 colours. I went
into XF86Config and changed the default to 32-bit, wherever default
appeared in the screen section. I'm wondering if I'm going to have to
go into all that jazz that I had to do with X 3.3.6 with the R128
download and configuration (although I can't fault it; it worked
wonderfully well). Or is there something I may be missing in
configuration, considering these are new installations.
The second problem is that I dual boot with Windows. When I've got the
screen properly sized and positioned in Linux, it's way out of range in
Windows, and vice versa. Has anybody experienced this problem? I
wonder if this problem is related to the ATI card problem...
TIA All help appreciated.
Allison Sage
------------------------------
From: [EMAIL PROTECTED] (Hal Burgiss)
Crossposted-To: comp.os.linux.networking
Subject: Re: Bellsouth DSL Modem and Linux
Reply-To: Hal Burgiss <[EMAIL PROTECTED]>
Date: Thu, 23 Nov 2000 00:58:01 GMT
On Thu, 23 Nov 2000 00:39:53 GMT, Young4ert <[EMAIL PROTECTED]>
wrote:
>Hal Burgiss wrote:
>>
>> On Tue, 21 Nov 2000 16:30:37 GMT, In Yen <[EMAIL PROTECTED]>
>> wrote:
>> >Get a cable modem connection and it is a T-1 (1.5Mbps) downlink with
>> >a 384Kbps uplink. I have mine setup in no time with a LinkSys
>> >BEFSR41
>>
>> That is almost the same as Bellsouth, 1.5M/256K.
>
>But, how much does BellSouth charge its customer with that bandwidth?
>It only costs me $40/month.
$40 a month with their 'Complete Choice' plan, otherwise $50. In
addition, pings are quite good:
traceroute to www.bellsouth.net (205.152.0.46), 30 hops max, 38 byte packets
1 adsl-78-196-1.sdf.bellsouth.net (216.78.196.1) 11.103 ms 10.229 ms 16.409 ms
2 205.152.133.65 (205.152.133.65) 9.370 ms 9.051 ms 9.803 ms
3 205.152.133.248 (205.152.133.248) 11.020 ms 9.235 ms 10.753 ms
4 500.Serial1-0-1.GW2.IND1.ALTER.NET (157.130.26.237) 13.108 ms 13.798 ms 12.981
ms
5 125.ATM3-0.XR1.CHI4.ALTER.NET (146.188.208.102) 17.091 ms 16.521 ms 15.666 ms
6 195.at-1-0-0.TR1.CHI2.ALTER.NET (152.63.65.50) 18.359 ms 16.544 ms 17.188 ms
7 126.at-5-1-0.TR1.ATL5.ALTER.NET (152.63.0.117) 32.530 ms 31.799 ms 30.924 ms
8 197.at-6-1-0.XR1.ATL1.ALTER.NET (152.63.81.25) 31.453 ms 32.490 ms 31.998 ms
9 195.ATM4-0.GW6.ATL3.ALTER.NET (146.188.233.217) 32.690 ms 32.697 ms 33.337 ms
10 bs-stonemountain-gw.customer.alter.net (157.130.72.54) 50.886 ms 52.227 ms
51.445 ms
11 205.152.37.204 (205.152.37.204) 33.641 ms 35.438 ms 35.075 ms
12 205.152.3.46 (205.152.3.46) 51.847 ms 49.894 ms 52.636 ms
13 services.bellsouth.net (205.152.0.46) 51.351 ms 54.019 ms 52.175 ms
--
Hal B
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--
------------------------------
From: [EMAIL PROTECTED]
Subject: Setting up a printer under RedHat7 (sigh)
Date: Thu, 23 Nov 2000 00:48:48 GMT
Greetings,
First off, I hate setting up printers under Linux. Don't get me
wrong, I'm a big Linux fan, but I just cannot wrap my brain around
the whole concept. Somehow, one way or the other, something doesn't
work and I have to *struggle* to get my printer to print. In a
previous life, I must have walked through a god's flower bed,
because I'm paying for it in this life....on to my problem:
(Please note: I am not using printtool, because I chose to not
install X on this box. Additionally, I'd like to learn how this
all works, so I can do this myself, etc. Also, the printer was
working on RH6.2, which I zapped, because I wanted RH7. Thanks
in advance for any help)
My system:
Redhat7 (fresh install)
My printcap:
lp :\
:sd=/var/spool/lpd/dj:\
:mx#0:\
:lp=/dev/lp0:\
:sh:
Associcated directories:
drwxrwxr-x 4 root lp 1024 Nov 23 01:14 /var/spool/lpd
drwxrwxr-x 2 root lp 1024 Nov 22 21:44 /var/spool/lpd/dj
LPD running:
lp 609 0.0 0.3 2328 296 ? S Nov22 0:00 lpd Waiting
Error when I try to print a test file using LPR:
Status Information:
sending job 'root@localhost+360' to lp@localhost
connecting to 'localhost', attempt 1
connected to 'localhost'
requesting printer lp@localhost
job 'root@localhost+360' transfer to lp@localhost failed
error 'NONZERO RFC1179 ERROR CODE FROM SERVER' with ack 'ACK_FAIL'
sending str '^Blp' to lp@localhost
error msg: 'lp: no spool queue'
\
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: "Doug Holtz" <[EMAIL PROTECTED]>
Crossposted-To: alt.comp.hardware,comp.os.ms-windows.win95.setup
Subject: Re: Old 486 for Linux/W98 - will this work
Date: Wed, 22 Nov 2000 19:10:02 -0600
A few words about your 486. I had a couple, and with 30 pin simms mixed
with 72 pin simms, you could use 1 72 pin SIMM with 4 30 pin simms. If you
remove the 30 pin simms, you can use the second 72 pin SIMM. My board would
not allow me to mix 2 72 pin simms with 4 30 pin simms. I have one with 1
16 MB 72 pin SIMM and 4 1 MB 30 pin simms. Total 20 MB. If I buy another
72 pin SIMM, I have to remove the 30 pin simms.
Also, my 486's did not have controllers on the motherboard. I had to have a
VLB or ISA or PCI controller, i. e. Promise 2300. This card would also let
me see past the 540 MB limit. Yours may be different.
I would not spend any money on parts unless you buy them used for a
pittance. I belong to execpc, which had a BBS and a for-sale forum. The
guys there were all honest local techs, and when they didn't need something,
they sold it reasonably. Check the newsgroup execpc.forsale and post what
you need. Also check the area you live in for a newsgroup. chi.forsale has
a lot of stuff in the Chicago area.
I'd run an older Linux, i. e. RedHat 5.2 on a 486. My copy of RedHat 7 is
pretty sluggish with 32 RAM on a P90. However, the 486 with 5.2 was pretty
snappy.
Keep us posted.
Doug
CBFalconer <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> HARD DRIVES
> ===========
>
> I have a pair of 5.1 Gig drives in this 486 machine. The bios
> limits access to 4 gigs. Partition Magic only sees those 4 gigs.
>
> When I partitioned, I left an unused primary partition of
> something like 10 to 50 megs at the start. My idea, and hope, is
> that eventually I will install Linux and its drivers will be able
> to see the rest of the drives, while the low end piece will allow
> booting. I want the Linux drivers to be able to access the FAT32
> partitions, for transport etc. So Linux will have to see the same
> geometry with more tracks. And the Linux FDISK will have to set up
> the portion past 4 gigs.
>
> I have no idea whether or not this will work. Does anyone have
> SPECIFIC information and experience, NOT guesses.
>
> MEMORY
> ======
>
> The MB says "V4P895P3/SMT V4.0".
>
> The bios id is "American Megatrends -AC0415482 486 DS ISA bios
> (AMIBIOS)"
>
> There are 2 72 pin simm sockets, which are full, giving 16 Meg.
> Also 4 empty 36 pin simm sockets. The existing simms have 16x OKI
> MF14400C-70SJ chips mounted. I would like to (cheaply) increase
> memory to 32 or 64 Megs. What am I looking for and where?
>
> Also, where can I find info on jumpers etc for the MB? the HD
> drive card (i.e. can I enable the 2nd IDE channel, etc. and plug
> on drives I already have).
>
> Apart from memory, no more money goes into this 5 yr. old 2nd hand
> 80 Mhz 486 system. I expect to add a new second machine "real
> soon now". :-)
>
>
> --
> Chuck Falconer ([EMAIL PROTECTED])
> http://www.qwikpages.com/backstreets/cbfalconer
> (Remove "NOSPAM." from reply address. Above works unmodified)
>
>
------------------------------
From: [EMAIL PROTECTED] (Peter Bismuti)
Subject: want a NIC + RH7.0? Read me!
Date: 23 Nov 2000 01:59:57 GMT
If you're looking for an ethernet card that you can pop in and will work
the first time and that doesn't cost too much, try the Netgear FA310TX.
It is only 10mbs, but this is good enough for home. I got a home network
kit for 69$ which included two cards and a hub, the same price for a low
end 3com.
I struggled with the Linksys EtherFast 10/100 and never got it working so
I through in the towel. Don't believe Redhat's hardware compatility site,
it is NOT easy to install. I spent a whole day and never got it working.
The Netgear FA310TX I got working in no time at all.
Hope this helps some
BTW, does anyone know how to cross post using tin?
------------------------------
Date: Thu, 23 Nov 2000 10:11:01 +0800
From: Troy Otter <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x,comp.os.linux.misc
Subject: Re: NVidia GeForce 256 DDR Acceleration
Kevin Brown wrote:
> RedHat 7.0:
> When building the nvidia kernel from either the tar.gz or rpm, I get
> an error that says kernels above 2.2 are not supported and the headers
> don't match. I am running the base kernel that comes with 7.0, which is
> 2.2.16-??. Is there something that is telling the nvidia kernel the
> wrong core kernel version?
>
Apparently there is a problem in Redhat 7 where the kernel source if for
2.2.16-??, but the included headers are for 2.4. I haven't used Redhat 7
myself so I cannot tell you anymore here.
> Mandrake 7.2:
> The nvidia kernel builds fine, but when trying to insmod it I get
> unresolved dependencies. All of them have something to do with AGP,
> like agp_backend and stuff like that. The glx builds fine, but when
> starting X it can't find the kernel module and stops.
>
I had no problems get the Nvidia drivers working in Mandrake 7.2 (with a
TNT). One thing you could check is to make sure that the following line
is in modules.conf (located in /etc)
alias char-major-195 NVdriver
Troy.
------------------------------
From: [EMAIL PROTECTED]
Subject: multi-user with dual-head?
Date: Thu, 23 Nov 2000 02:25:09 GMT
Hi there,
is there a way to use a single computer as a dual-user workstation with a
dual-head graphics card (eg. G400) and two monitors?
Has anybody ever done this and how would one go about the keyboards and
mice?
Ciao
Harka
------------------------------
From: "Stephen Gutknecht \(VW\)" <[EMAIL PROTECTED]>
Subject: Re: want a NIC + RH7.0? Read me!
Date: Wed, 22 Nov 2000 18:30:39 -0800
Peter,
The problem is that Negear no longer sells the FA310TX... the new 311/312
cards use a new chipset that changes all the rules.
What kit had the old cards?
Thanks.
"Peter Bismuti" <[EMAIL PROTECTED]> wrote in message
news:8vhtmt$1o5$[EMAIL PROTECTED]...
>
> If you're looking for an ethernet card that you can pop in and will work
> the first time and that doesn't cost too much, try the Netgear FA310TX.
> It is only 10mbs, but this is good enough for home. I got a home network
> kit for 69$ which included two cards and a hub, the same price for a low
> end 3com.
>
> I struggled with the Linksys EtherFast 10/100 and never got it working so
> I through in the towel. Don't believe Redhat's hardware compatility site,
> it is NOT easy to install. I spent a whole day and never got it working.
> The Netgear FA310TX I got working in no time at all.
>
> Hope this helps some
>
>
> BTW, does anyone know how to cross post using tin?
>
------------------------------
From: "Stephen Gutknecht \(VW\)" <[EMAIL PROTECTED]>
Subject: Re: LinkSys EtherFast 10/100 & Redhat7.0
Date: Wed, 22 Nov 2000 18:31:46 -0800
Peter,
Yes - this is a Tulip card. What problem are you having?
"Peter Bismuti" <[EMAIL PROTECTED]> wrote in message
news:8vf3bh$seq$[EMAIL PROTECTED]...
>
> I'm trying to install the driver for a LinkSys EtherFast 10/100 LAN Card
> V4.1 with Redhat 7.0. According to the LinkSys page it should work with
> the tulip.o driver that comes with Redhat but it doesn't.
>
> I've tried following the instructions in the linksys page and they don't
work.
> I've tried following the instructions on the www.scyld.com page and they
don't
> work either. I was told that there was an archive that included tulip.c
> and a makefile on the linksys page but I cannot find it.
>
> If anyone can help me I would greatly appreciate it.
>
> Thanks
------------------------------
Crossposted-To: comp.dcom.lans.token-ring,comp.os.linux.redhat,comp.os.linux.networking
Subject: Problems with Olicom OC-3136/3137 (rev 2) and RedHat 7.0
From: Tony Lill <[EMAIL PROTECTED]>
Date: Thu, 23 Nov 2000 02:35:56 GMT
I seem to be having a problem with dropped packets using Olicom's
driver v 1.37 in the linux 2.2.16-22 kernel. The system is a Dell
Poweredge 2400 server with 2 CPUs. The rest of the ring is Olicom
microchannel cards on NCR UNIX. These are running with an MTU of 4088
as opposed to linux' 2000.
Has anyone run into problems using these cards (or even successes)?
I'd like to try increasing the MTU to match the rest of the hosts to
see if this helps, since the packets I can sniff seem to be mostly
frags. Unfortunately, the current MAX mtu compiled into the driver is
in the neigbourhood of 3200.
The driver sets the max MTU so that the data and overhead fit in a
single page (according to the comments). Can I increase this simply by
changing the buffer size, or are there complications when the sku goes
over 1 page?
--
Tony Lill, [EMAIL PROTECTED]
President, A. J. Lill Consultants fax/data (519) 650 3571
539 Grand Valley Dr., Cambridge, Ont. N3H 2S2 (519) 241 2461
=============== http://www.ajlc.waterloo.on.ca/ ================
"Welcome to All Things UNIX, where if it's not UNIX, it's CRAP!"
------------------------------
From: Georg Skillas <[EMAIL PROTECTED]>
Subject: DVD question (SKG)
Date: Thu, 23 Nov 2000 00:14:22 +0100
Reply-To: Georg Skillas <[EMAIL PROTECTED]>
Hello folks,
I am trying to buy a DVD-ROM with SCSI (already have lots of SCSI
equipment) any suggestions what would be a good product? What should I
look for?
I am also trying to figure out the region codes of DVDs (and how possibly
to sail around them) and I am having a hard time. On which level does
the Region selection happen? Is it a software thing? is it a hardware
thing; can the process be reversed? Is the software available for Linux
subject to the same restrictions as the Windows SW?
Thank you in advance,
George
======== = = = = = = = = = = =
Dr. George Skillas Tel.: ++1 513 556 5152; 281 8546
Dept. Chemical Engineering FAX : ++1 513 556 3773
Univ. of Cincinnati
Cincinnati, OH 45221-0012 Mail: gskillas%uceng_uc_edu
USA skillas%ivuk_mavt_ethz_ch
------------------------------
From: [EMAIL PROTECTED] ()
Subject: Re: Setting up a printer under RedHat7 (sigh)
Date: 23 Nov 2000 03:02:15 GMT
On Thu, 23 Nov 2000 00:48:48 GMT,
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
(re not being able to print)
>My printcap:
>lp :\
> :sd=/var/spool/lpd/dj:\
> :mx#0:\
> :lp=/dev/lp0:\
> :sh:
OK, here is my printcap:
lp:\
:sd=/var/spool/lpd/lp:\
:mx#0:\
:sh:\
:lp=/dev/lp1:\
:if=/var/spool/lpd/lp/filter:
>Error when I try to print a test file using LPR:
>Status Information:
> sending job 'root@localhost+360' to lp@localhost
> connecting to 'localhost', attempt 1
> connected to 'localhost'
> requesting printer lp@localhost
> job 'root@localhost+360' transfer to lp@localhost failed
> error 'NONZERO RFC1179 ERROR CODE FROM SERVER' with ack 'ACK_FAIL'
> sending str '^Blp' to lp@localhost
> error msg: 'lp: no spool queue
My printcap file above has an input file in
the last line specifying /var/spool/whatever.
Maybe the reason you are having trouble
is your printcap is lacking such a line,
since that is the error message you received.
This is just a guess.
My printcap was generated by whatever
printtool came with RH 6.1.
HTH
Mary P.
------------------------------
** 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 (and comp.os.linux.hardware) via:
Internet: [EMAIL PROTECTED]
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-Hardware Digest
******************************