linux-hardware  

Linux-Hardware Digest #921

Digestifier
Tue, 3 Aug 1999 14:19:02 -0700

Linux-Hardware Digest #921, Volume #10            Tue, 3 Aug 99 18:13:33 EDT

Contents:
  Recipe: byterunner 8-port serial with linux RH 6.0 console. (shuo)
  Add Compaq LJ700 printer and what quality ("Richard Nunez")
  Visioneer 6100B Color Scanner (Habibie4m)
  Re: Looking for good *sounding* sound card (Bryan)
  no cd ([EMAIL PROTECTED])
  Re: SCSI emulation layer & CDRW (Kees Schrama)
  Re: SVGATextMode with Riva TNT (Diamond Viper V550) (root)
  Re: can't reclaim space occupied by lilo (Mladen Gavrilovic)
  Re: What linux for my 386 ? ("William J. Chimiak")
  Re: SB1000 Cable modem & Redhat 6.0? ("Joe")
  Re: Tekram DC-390F with Linux ([EMAIL PROTECTED])
  Re: Apache and ASP ("Ron G")
  Does the Acer ALN-201  NIC work in Linux? (Eddi Prayer)
  Re: Looking for good *sounding* sound card (Bryan)
  Does Linux support the TR-4 Tape drive? ("Matt McDevitt")
  AMD586-133MHz motherboard clock probs... ("Brian")
  Daylight Savings Time ([EMAIL PROTECTED])

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

From: shuo <[EMAIL PROTECTED]>
Crossposted-To: comp.terminals
Subject: Recipe: byterunner 8-port serial with linux RH 6.0 console.
Date: Tue, 03 Aug 1999 12:21:15 -0400

Hi, Guys:
Here's the complete recipe. Works here after struggling for about ten
full working days
(and two weekends)

Thanks to Maurice and de Paul. Your help has been invaluable.
Just another proof that free software rules!

To-do: a bit experiment to do with more irq on the same board.
Just to be able to see more consoles at the same time.


================part console output to /dev/ttyS0=============
1.rm /etc/ioctl.save
(to erase the recorded term charasteristics. Could be
at a different speed than what you want)

2.joe /etc/inittab:
1:2345:respawn:/sbin/mingetty tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6
#S0:2345:respawn:/sbin/mingetty ttyS0
#S1:2345:respawn:/sbin/mingetty ttyS1
S0:2345:respawn:/sbin/getty ttyS0 DT9600 vt100
# The DT9600 is in /etc/gettydefs, and there
# are others. But the F9600 doesn't work
# too well. With the working Apple powerbook
# and ZTerm in from serial port to serial port,
# only gets echo out. Cannot get Apple keyboard
# input

3.init q
init Q
(well, not sure, so run both. This is to tell init to read the
updated inittab:P)

4.in /etc/lilo.conf:
boot=/dev/rd/c0d0
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
serial=0,9600n8
image=/boot/vmlinuz-2.2.5-15
        label=abyx_ttyS0
        root=/dev/rd/c0d0p1
        password=""
        initrd=/boot/initrd-2.2.5-15.img
        append="console=tty0 console=ttyS0,9600"
        read-only
image=/boot/vmlinuz-2.2.5-15
        label=linux_tty0
        root=/dev/rd/c0d0p1
        password=""
        initrd=/boot/initrd-2.2.5-15.img
        append="console=ttyS0,9600 console=tty0"
        read-only

5.Run lilo.

6.Reboot.

voila. If communicating from another serial port, remember
to use null-modem cable. It's just a cross-over cable that
links rcpt to send, and send to rcpt and so on.

=======================start part 8-port byterunner=======
0. To make the orientation right, put the board on your desk,
with the RS xxx connector on the right hand side, and with jumper
side of the board facing you.

1. Make sure the clock multiplier (JP 10-21) are at x1.
That should be close for JP 12, 15, 18, 21. (JP 10 is at the
top of the column)

(my case they sent from the factory as x4. And according
to the printing on board, it looks like a x1, because ther's
a little 1 on the side of one of the x4 pins. That took me a
long time to figure out.)

2.jumper the board for irq 10 for all 8 ports. Allow the irq 10
on another set of jumpers on bottom-left. There are on-board
printed remarks for these two set of jumpers.

3.Set the blue S1 (switch) to UNIX mode 1(off, on, on, off. And
yes, this time the ON mark was printed on the correct side),
and the rest of the jumpers should be at default.
4.cd /dev

5.for in in 16 17 18 19 20 21 22 23; do ./MAKEDEV ttyS$i; done

6.run:
setserial /dev/ttyS16 port 0x180 irq 10 uart 16550A ^fourport
setserial /dev/ttyS17 port 0x188 irq 10 uart 16550A ^fourport
setserial /dev/ttyS18 port 0x190 irq 10 uart 16550A ^fourport
setserial /dev/ttyS19 port 0x198 irq 10 uart 16550A ^fourport
setserial /dev/ttyS20 port 0x1a0 irq 10 uart 16550A ^fourport
setserial /dev/ttyS21 port 0x1a8 irq 10 uart 16550A ^fourport
setserial /dev/ttyS22 port 0x1b0 irq 10 uart 16550A ^fourport
setserial /dev/ttyS23 port 0x1b8 irq 10 uart 16550A ^fourport
setserial /dev/ttyS16 set_multiport port1 0x1c0 mask1 0xff match1 0xff

(er. joe up a /etc/rc.d/rc.serial file that has these and a #!/bin/bash
on the first row, and run it from rc.local. Note the mask1 shoud be the
same with match1, 0xff, while 4-port models would be 0xf. Also port1
is the interrupt vector address printed on the manual. Each UNIX mode
has its own. UNIX mode 0 has 0x140, mode 1 has 0x1c0, etc.)

7.And then shutdown. Plug-in card and make sure it's in the slot.

8.Boot computer. Reserve IRQ 10 for ISA in your BIOS.

9.Link the first com port on baord to ttyS0 (the console output
done as above)

10.minicom -s
(for /dev/ttyS16, at 9600, 8n1)

voila!
==================================================================


Shuo Lin
Sitepak: nouvelle vision Internet pour l'entreprise
http://www.sitepak.com




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

From: "Richard Nunez" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.misc,comp.linux.os,alt.os.linux
Subject: Add Compaq LJ700 printer and what quality
Date: Tue, 3 Aug 1999 15:20:27 -0500

I have a question or two.  I want to setup a linux box to serve a few
computers for home use.  I want to know what would the quality of printing
be if I would let my Linux box server as a print server to a Compaq LJ700
Color Printer.  Right now I have it shared off of my NT box.

I know I could just put some sort of box and have all the computers
connected with parallel cables, but I know that is overkill.  I also have an
HP DeskJet 520 (black & white) and I know the quality is of no consiquence
since I use it only for printing B/W and text documents.

P.S.  Could someone point me to someone or document that isn't so
technically inclined so I get this box up as a proxy server so my wife and I
can both use the internet at the same time.

About me:     I know a lot of linux and know what I need to know along the
way.  I have had much success in areas of dhcp, dns, web server, ftp
service, Window Manager configuration, kernal upgrades and such, but this is
a major step for me.

About my network:  2 laptops (1 is NT, 2nd is Win98) (mine)
                                   1 Win98 (wife's)
                                    1 NT Server/Linux (mine)
                                    1 Linux (PPro 200 MMX, 128 RAM, 4 GB HD)
(mine also)
*All are connected with Network cards and cabled to a Hub running TCP/IP.


DO I HAVE A LOT OF PCs TO MYSELF OR WHAT?!?





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

From: Habibie4m <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Visioneer 6100B Color Scanner
Date: Tue, 03 Aug 1999 15:12:16 -0400

Hi,

I am in need of a scanner and found an inexpensive one: Visioneed 6100B
Color Scanner.  It is available at the local Office Depot for US$60
(after the rebate).  The question is if this scanner will work under
Linux OS.

Can anyone please respond?

-- 
[EMAIL PROTECTED]

PS. Remove "4m" from e-mail address to enable reply.

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

From: Bryan <Bryan@[EMAIL PROTECTED]>
Subject: Re: Looking for good *sounding* sound card
Date: Tue, 03 Aug 1999 20:10:28 GMT

Billy Donahue <[EMAIL PROTECTED]> wrote:
: Tim Smith wrote:
: > 
: > David Fox <d s f o x @ c o g s c i . u c s d . e d u> wrote:
: > >Oh, I thought it was a non-stupid newsgroup but I can see I was
: > >mistaken.  I'll try to be less helpful in the future.
: > 
: > That's probably a good idea, since if you are as stupid as you sound, your
: > being helpful must have been a fluke.  Usenet is a very wasteful mechanism
: > for the distribution of binaries.  It is also extremely obnoxious to those
: > who have slow or expensive connections.
: > 
: > If you really want to be helpful, instead of simply being a jerk, post a
: > URL to where the binary can be found.

: He was hardly being a jerk, he was helping a user with a question.
: He attached an insignificant 4kB file to a message, a file nobody else
: came up with, and nobody else had a helpful URL for.
: 4kB can be transferred over a 14.4 modem in 2.3 seconds.

thanks for the math.  it further supports my assertion that it was so
insignificant that it wasn't worth all the hoopla about.

: This is getting out of hand.  IMO, it's far more wasteful
: to post 20kB of arguing about the fucking file than it was
: to post it in the first place.

agreed ;-)

-- 
Bryan, http://www.Grateful.Net - Linux/Web-based Network Management
->->-> to email me, you must hunt the WUMPUS and kill it.

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

From: [EMAIL PROTECTED]
Subject: no cd
Date: Tue, 03 Aug 1999 20:07:12 GMT

how do i burn "direct copy cd´s" with cdrecord, that meens cd´s wich i
can use in windows without getting the "no cd in drive" error when
playing games and more..?


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

Date: Tue, 03 Aug 1999 18:22:23 +0200
From: Kees Schrama <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: SCSI emulation layer & CDRW

> A transcript follows.  Any ideas?  The fact that the CDRW shows up as
> every LUN makes me somewhat nervous.  The docs I've found have been
> somewhat spare, and so I'm pretty much in the dark here.  I'm probably
> missing something really obvious.

In the kernel-config, disable "probe SCSI-devices all LUNS". Then you won't
see the multiple-LUNS anymore.

Furthermore, make a few symlinks from your SCSI-emulated (!) cdrom player
/dev/scd0 or similar. Thus ln -s /dev/cdrom /dev/scd0 or something. Then all
applications that use /dev/cdrom will should work again.

> [root@prin-107 cwilbur]# mount -t iso9660 /dev/scd0 /mnt/cdrom
> mount: block device /dev/scd0 is write-protected, mounting read-only
> mount: wrong fs type, bad option, bad superblock on /dev/scd0,
>        or too many mounted file systems

Change the permissions of the device with chmod +w /dev/scd0. And for the last
message: you didn't accidentally disable iso9660-filesystem support in the
kernel config? And is the disk an iso9660-disc (not an audio-disk or
something)?

kees
-- 
 When you walk on hot coals, seconds seem to last hours. But when you are
 in company of a beautiful woman, minutes seem to last only seconds.
 This is called relativity. (Albert Einstein)
  6:15pm  up  9:46,  2 users,  load average: 1.19, 1.13, 1.05

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

From: root <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc
Subject: Re: SVGATextMode with Riva TNT (Diamond Viper V550)
Date: Tue, 03 Aug 1999 22:19:42 +0200

Michael Champagne wrote:
> 
> I'm trying to setup SVGATextMode with my Diamond Viper V550 and I'm unable to
> find any documentation on my chip's clock settings.  The chip is a RIVA TNT,
> and in my XConfig it doesn't seem refer to the clock settings.  Anyone know
> where I can get some information on setting up SVGATextMode with this
> hardware?  Thanks.

I had the same problem with a Banshee card (3dfx). I am afraid there is
no hope for us with SVGATextMode. This is what the author says:

[QUOTE]
As of version 1.9, I (Koen gadeyne) will no longer continue development
or
support of the SVGATextMode package (perhaps barring important bug
fixes).

Unless someone takes over, this means SVGATextMode is, well... "dead".

Reasons for this decision are:

* reduced interest in SVGATextMode, as hardware is getting so fast and
  memory so abundant that running Xwindows all of the time is no longer
a
  problem. Older machines not comfortable with X are generally supported
by
  STM. 
  
* Linux 2.2 (and newer versions) contain kernel support for graphical
  textmodes (vesafb). Although it uses a totally different approach than
  STM, it can replace most of its functionality.
  
* it is getting more and more difficult to get suitable documentation
from
  VGA chip makers, especially for a niche product as SVGATextMode. Even
the
  XFree86 people are running into this obstacle every day. It is
impossible
  to write an SVGATextMode driver without those docs.

* It is also extremely difficult to write a good driver for hardware I
don't
  have. I obviously don't want to buy every new VGA card, and donations
are
  extremely rare (I count ONE in the four years of STM's existence).
  
* most recent VGA cards are very louzy textmode performers. Actually all
the
  ones I could check are bad. This is due to the use of synchronous
  memories, as explained in the FAQ. This means an STM driver is less
and
  less attractive compared to a graphical solution like the linux
VESAFB.
  Modern VGA controllers are much more difficult to set up. More work
for
  less results? Hmm...
  
* GGI, if it ever matures, will also be able to replace STM, and it will
  actually be much less of a risk in terms of screwing up your text
  console...
  
* ... and some less technical reasons :-)
[/QUOTE]

-- 
P. Gaudron

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

From: Mladen Gavrilovic <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,redhat.config
Subject: Re: can't reclaim space occupied by lilo
Date: Tue, 03 Aug 1999 12:52:23 -0400

[EMAIL PROTECTED] wrote:
> 
> my pc was installed with nt original and then i installed redhat 6.0 with
> lilo to select which to boot from the start.  later, i removed my redhat
> and nt from my pc. i just want nt only. i used fdisk /mbr to remove the
> lilo and was able to reformat my harddirve. my question is i can't reclaim
> the space occupied by lilo. i have 10g drive but my nt only recognize 9.6
> g.  therefore, .4g is missing or hidden away from nt.  any idea???
> 
> ------------------  Posted via SearchLinux  ------------------
>                   http://www.searchlinux.com

Your problem might be the fact that manufacturers put 10 gigs as being
10 000 000 000 bytes, while the system sees 10 gigs as being
1024x1024x1024x10 bytes, which is 10 737 418 240.  so if you only have
10 000 000 000 bytes on your hd, the system will see it as 9.6 gigs.

regards,

Mladen

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

From: "William J. Chimiak" <[EMAIL PROTECTED]>
Subject: Re: What linux for my 386 ?
Date: Tue, 03 Aug 1999 16:12:28 -0400
Reply-To: [EMAIL PROTECTED]

[EMAIL PROTECTED] wrote:

> Hello all.
>
> I would like to install a linux on my 386/4mb (no 387). I plan to use it
> only to learn/play-around with linux, and maybe some development software.
> I would like to install xWindows, too (If such a thing is possible at all
> on my Oak/512kb svga). What distribution of Linux should i download &
> install ? As an added irritation, I have a slow connection to the net,
> which i have to pay for by the hour; so i can't get, say 10mb files.
>
> please advise me.
>
> yours,
> me.

I had the same arrangement.  I first loaded RedHat (without X Windows).
Redhat
is really not for the 386 machine although it worked SLOWLY.  I reloaded
Slakware
(without X Windows) and things ran at a tolerable speed (it booted about 3
times faster
than the RedHat system).  RedHat is very nice about taking care of you, but
that
translates to slower boot up and more daemons.  Slakware is more bare-bones
and
you play more with setups when adding additional software (the rpms are nice
but
not foolproof).

--
Bill Chimiak                            [EMAIL PROTECTED]




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

From: "Joe" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking
Subject: Re: SB1000 Cable modem & Redhat 6.0?
Date: Tue, 3 Aug 1999 17:12:27 -0400

How do you run the sb1kinst.sh?

Now you really hit the nail on the head.  ONE of the first problems I had
was doing the isapnp (after the pnpdump).  I do a cat /proc/interrupts and
/proc/ioports to see what is available.  I then edit my isapnp.conf file and
no matter what I put for io ports I get fatal error.  So I read change the
fatal to warning, however I still get errors.  I can't even get the pc to
accept the boards ioports.  I don't know if I have a compatibility problem
with my pc, it is an old 486 pci, dx100.  This was a problem with 5.1 and
6.0.  I wasn't sure if I had to compile the sb1000.o kernel(?!) first or if
it had anything to do with my problem.  I seem to have every problem
imaginable.

By the way when I do the pnpdump, Everything has # in front.  I guess that
is because I don't have any other isa cards.  I finally put the card in my
windows 98 to make sure it worked.  I had to change the io ports to 0x0110
and 0x0190.  The same settings do not work on my linux box.... If I can't
get it to work on LINUX , I don't want it......

Jim Orfanakos wrote in message ...
>What you are supposed to do is download the sb1kinst.tar.gz file, copy the
>file to a Linux formatted floppy, and then on the floppy in Linux do a 'tar
>xzvf sb1kinst.tar.gz'.  Once the files uncompress, you then run
>'sb1kinst.sh' from the floppy.
>
>The installation script does many of the steps you are trying to manually.
>
>One of the most important things is to make sure the card is configured
>correctly to the Linux system.  This means examining and modifying the
>/etc/isapnp.conf file.  This has all the irq's and i/o addresses for your
>ISA cards.
>
>Checkout the 'isapnp' command. i.e.'isapnp isapnp.conf'.  You can dump your
>system settings vis 'pnpdump > isapnpdump.conf' and examine the file.
>
>
>Joe <[EMAIL PROTECTED]> wrote in message
>news:7o5k2c$9k7$[EMAIL PROTECTED]...
>> I too am going through this problem, I had redhat 5.1 and upgraded to 6.0
>> (spoke with someone from adelphia, and was told people there running 6.0)
>I
>> have since sent an email to Clemmitt Sigler [EMAIL PROTECTED]
>> and [EMAIL PROTECTED]  Haven't heard any suggestions yet.  When I
had
>> 5.1, I didn't follow directions on README(newby) so I didn't try the
make,
>> but was having problem with the  isapnp sb1000.conf, getting fatal
errors,
>> still haven't figured that one out, unless I must do the make, make
>install
>> before configuring for isapnp.  If you respond by email, remove the abc
>from
>> the beggining.  I am ready to return the cable modem to adelphia....
>>
>> Greg Truax wrote in message
>> <6ypp3.10680$[EMAIL PROTECTED]>...
>> >Yes, I have it working well with Linux.  I am using Red Hat 5.2 with a
>> >version 2.2 kernel.  I have Adelphia as well, and I went to
>> >http://home.adelphia.net/%7Esiglercm/ and downloaded his auto
>installation
>> >package.  This was the only way that I found it would properly patch the
>> >source code for the 2.2 series kernels.
>> >it is also very conveinent, as it has all of the information for all
>> >adelphia areas and it sets them up automatically.
>> >
>> >Email me at [EMAIL PROTECTED] if you need any more help!
>> >
>> >
>> >Jim Orfanakos <[EMAIL PROTECTED]> wrote in message
>> >news:Z64p3.10539$[EMAIL PROTECTED]...
>> >> Does anyone have a SB1000 cable modem working with Linux?  If so what
>> >> version?
>> >>
>> >> The SB1000 is a hybrid system that requires a phoneline for the
>upstream,
>> >> and uses the TV cable for the downstream.
>> >>
>> >> I have SB1000 and I am trying to get it to work under Redhat 6
>(2.2.5-15
>> >> Kernel).  I downloaded the SB1000-1.1.2 drivers but I cannot install
>> them.
>> >> When I do a 'make' I get the following error:
>> >>
>> >> "macro `dev_kfree_skb' used with too many (2) args"
>> >>
>> >> I looked inside the SB1000.c file and `dev_kfree_skb' is always passed
>> two
>> >> arguments...either (skb, FREE_READ) or (skb, FREE_WRITE).  Now what?
I
>> >> tried removing either the skb or the FREE_READ/FREE_WRITE...but that
>just
>> >> makes things worse.
>> >>
>> >> The readme states that this was tested with Linux 2.0.33.  I suspect
>that
>> >> the problem is that the drivers don't work with the new kernel.
>> >>
>> >> My ISP is Adelphia Cable.  I have downloaded and read the following
>files
>> >> but still no luck:
>> >>
>> >> /usr/doc/HOWTO/mini/Cable-Modem (the section on my ISP is basically
>> blank)
>> >> adelphia_powerlink_linux_mini_HOWTO.txt
>> >> adelphia_powerlink_linux_mini_quickstart1.txt
>> >>
>> >>
>> >> Thanks.
>> >>
>> >> Jim.
>> >>
>> >>
>> >>  ------------------------------------------------------
>> >>  Jim, Monika and Sophia Orfanakos
>> >>  [EMAIL PROTECTED]
>> >>  [EMAIL PROTECTED]
>> >>  [EMAIL PROTECTED]
>> >>  http://www.orfanakos.com
>> >>  ------------------------------------------------------
>> >>
>> >>
>> >
>> >
>>
>>
>
>



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

From: [EMAIL PROTECTED]
Crossposted-To: comp.periphs.scsi
Subject: Re: Tekram DC-390F with Linux
Date: 3 Aug 1999 13:52:16 GMT
Reply-To: [EMAIL PROTECTED]

In <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Tapio 
=?ISO-8859-1?Q?V=E4=E4tt=E4nen?=) writes:
>Hello,
>
>I just installed Tekram DC-390F to my Linux system.
>The host adapter found my Seagate ST-32107N 
>(SCSI-2 Fast, 2.1GB) drive with no problems. 
>
>I got the system boot from SCSI and everything seems
>to be OK, except... On SCSI BIOS setup on boot, 
>I got following warning: 

<snip>

Have you entered the configuration program at boot up?
There is an option to enable > 1G support.  Select this option.

Be advised that afterward you will have to repartition your disk.
I whuld NOT do a low-level format.  You might lose the bad sector
info that the factory format wrote.

>--
>[EMAIL PROTECTED]                             http://www.iki.fi/tav/prudence/
>
>Equal bytes for women.


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

From: "Ron G" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.misc,comp.os.linux.setup,comp.os.linux.x,linux.dev.config,no.it.os.unix.linux.diverse,no.linux,uk.comp.os.linux
Subject: Re: Apache and ASP
Date: Tue, 3 Aug 1999 13:03:49 -0400

I've heard of a few approaches.  One was already posted in response to your
question.  Here's another: http://www.chilisoft.com

Joffer <[EMAIL PROTECTED]> wrote in message
news:7o3s2q$s3e$[EMAIL PROTECTED]...
> Does Apache support ASP?
>
>



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

From: [EMAIL PROTECTED] (Eddi Prayer)
Subject: Does the Acer ALN-201  NIC work in Linux?
Date: Tue, 03 Aug 1999 20:45:18 GMT

If so how do I install a driver & know if it is working?

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

From: Bryan <Bryan@[EMAIL PROTECTED]>
Subject: Re: Looking for good *sounding* sound card
Date: Tue, 03 Aug 1999 17:23:39 GMT

I have to admit that his binary post was only 2-3 screenfuls according
to my ascii based newsreader.  hardly 'abuse' in any sense of the
term.  and it was not a useless .gif that he posted - it was quite pertinent
to the discussion at hand.

and while its true that posting binaries is not considered 'ok' in a
non-binaries group, its actually the length of them that was the
original objection.

and all this flurry of net.cop-ism has caused more b/w to be wasted
than the original 'offense'.  think about that for a bit.


Tim Smith <[EMAIL PROTECTED]> wrote:
: David Fox <d s f o x @ c o g s c i . u c s d . e d u> wrote:
: >Oh, I thought it was a non-stupid newsgroup but I can see I was
: >mistaken.  I'll try to be less helpful in the future.

: That's probably a good idea, since if you are as stupid as you sound, your
: being helpful must have been a fluke.  Usenet is a very wasteful mechanism
: for the distribution of binaries.  It is also extremely obnoxious to those
: who have slow or expensive connections.

: If you really want to be helpful, instead of simply being a jerk, post a
: URL to where the binary can be found.

: --Tim Smith

-- 
Bryan, http://www.Grateful.Net - Linux/Web-based Network Management
->->-> to email me, you must hunt the WUMPUS and kill it.

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

From: "Matt McDevitt" <[EMAIL PROTECTED]>
Crossposted-To: 
alt.linux,alt.os.linux,alt.os.linux.redhat,comp.os.linux.help,comp.os.linux.misc,comp.os.linux.setup,linux.redhat.misc
Subject: Does Linux support the TR-4 Tape drive?
Date: Tue, 3 Aug 1999 11:36:50 -0500

I'm using RedHat 6.0 -

I can't seem to get the TR-4 tape drive to be recognized.
Is there a driver out there for it?


Matt McDevitt
[EMAIL PROTECTED]
http://www.maktos.com





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

From: "Brian" <[EMAIL PROTECTED]>
Subject: AMD586-133MHz motherboard clock probs...
Date: Tue, 3 Aug 1999 09:39:14 -0700

Hi Dudes:

I have a great old "AMD586-133MHz PCI with 32meg of 72pin memory"
motherboard that has been running flawlessly for years - it is my
designated router for my hi-speed access. It runs apache, named, ftpd,
dhcpcd, masq, sendmail, telnetd, etc.

It has a crontab entry that runs netdate every 10 minutes. I have replaced
the little battery on the motherboard but it refuses to keep the date. I
have made sure the jumper is in the correct position.

My problem is that the system clock spontaneously changes the time and
date to "Feb 6 22:31:07" which remains until updated by netdate to the
correct time.

Anybody knows how I can fix thsi?

Best regards,

Brian

--
Canada: Home of Terence and Philip



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

From: [EMAIL PROTECTED]
Subject: Daylight Savings Time
Date: Tue, 03 Aug 1999 17:19:57 GMT

Hi,

  Not to ask a stupid question, but is there a way to get a
(rh 6.0) linux server to automatically adjust between
Pacific Standard Time (PST) and Pacific Daylight Saving
Time (PDST)?

Many thanks,
--Tony
[EMAIL PROTECTED]
p.s. my nntp server seldom gets replies.  If you are responding, would
you please respond to both my email address and the newsgroup.





Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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


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