Linux-Misc Digest #373, Volume #26               Thu, 23 Nov 00 02:13:02 EST

Contents:
  How is a module properly loaded during bootup? ([EMAIL PROTECTED])
  Re: NVidia GeForce 256 DDR Acceleration (Troy Otter)
  Re: To all Linux Printing Gurus -- Interesting Problem! (Neil Cherry)
  Linux Server Book? (Joe)
  Re: cron output redirection (Andy Smith)
  Re: suid (Andy Smith)
  Re: respawning error on boot (Andy Smith)
  How to interpret KDE2 error (Fester)
  Database in Redhat Linux (Freelancer)
  gnome-pim address import ("G Pollack")
  loading pages twice in apache ("Hello World")
  Netscape & cable 'net access? (asage)
  Re: How is a module properly loaded during bootup? (Glitch)
  Re: To all Linux Printing Gurus -- Interesting Problem! ("Steven")
  snmp monitoring (system)
  Hard disk partition problem (rewrite to make it understandable) ("Chia Ah Tee, 
Joseph")
  Re: cdrecord and HP9500/ATPI cd-drive? (E J)
  Re: Understanding /proc network and other functions (Alex Vrenios)
  Re: LinkSys EtherFast 10/100 & Redhat7.0 ("[EMAIL PROTECTED]")

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

From: [EMAIL PROTECTED]
Subject: How is a module properly loaded during bootup?
Date: Thu, 23 Nov 2000 02:10:35 GMT


I've gotten my ide HP9100 to burn cd's under RH 6.2 but I must load
the ide-scsi module manually with
"insmod /lib/modules/2.2.14-5.0/scsi/ide-scsi.o" .

What is the proper way, or where do I go to learn the proper way
to load this module at bootup so all users can burn cd's without
being required to load this module manually?

Thanks

[EMAIL PROTECTED]   (remove the obvious)

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

Date: Thu, 23 Nov 2000 10:11:01 +0800
From: Troy Otter <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.x
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] (Neil Cherry)
Subject: Re: To all Linux Printing Gurus -- Interesting Problem!
Reply-To: [EMAIL PROTECTED]
Date: Thu, 23 Nov 2000 02:24:16 GMT

On Wed, 22 Nov 2000 22:45:32 GMT, Steven wrote:
>Ok, here is the problem.
>
>I have 2 files in the /etc directory on a Linux RedHat 6.2 server.  One is
>named "test.prn", the other "test2.prn".  They both are the same size, both
>the exact same information.  The difference in the 2 are that one
>(test2.prn) was created via a Unix/Linux based accounting package and the
>other (test.prn) was made in vi and the opened in a programming editor
>through Samba and the contents of the first one (test2.prn) pasted in.  So
>they both show as 801 bytes, they both have the same permissions, owner, and
>group, and they are both in the same directory.  So now...  why when I print
>the first one via lpr (lpr -Ppos1prn test.prn), it prints perfectly with all
>the line feeds and everything, but when I print the second one
>(lpr -Ppos1prn test2.prn) does it totally ignore the line feeds and prints
>everything right on top of each other on one line!?  Here is the layout...
>
>test.prn - created in vi and contents pasted in, root owner, root
>group, -rw-rw-rw- permissions.
>test2.prn - created via the accounting package, originally a user owner and
>group but has been changed to a root owner and group, -rw-rw-rw-
>permissions.
>
>Both are being sent to a Epson TM-U200D receipt print that is hanging off a
>Windows 95/98 machine and I'm going through the servers lpd to the Samba
>server and out to the share on the computer.
>
>Things already checked:
>
>1. Checked and rechecked printcap file.
>2. Checked lpr command line swtiches.
>3. Checked with the printer on 2 different computers, one Win95, one Win98
>4. Checked file format in a programming editor via straight text and in hex
>
>Anyone have any ideas on what I can check?

Do a:

file test.prn test2.prn

Use printool to change the printer input filter to fix stair-steping.
I'm not sure that will work but it's worth a try. The files' line
ending are very different. The first is being printed with a carriage
return (^M) and linefeed (^J). The second only the carriage return
(^M), that's not normal for a Unix file. Was it printed from a MAC app?

-- 
Linux Home Automation           Neil Cherry             [EMAIL PROTECTED]
http://members.home.net/ncherry                         (Text only)
http://meltingpot.fortunecity.com/lightsey/52           (Graphics)
http://linuxha.sourceforge.net/                         (SourceForge)

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

From: Joe <[EMAIL PROTECTED]>
Subject: Linux Server Book?
Date: Thu, 23 Nov 2000 02:30:04 -0000

I am looking for the best Linux Resource book that would be good to go 
along with the server part of it. I have seen plenty of books that have to 
do with the desktop, but I need it to focus on the server.

I have:
Redhat 6.2
Apache
Using Webmin as the control panel

Any help is help.
Thank you,
Joe

--
Posted via CNET Help.com
http://www.help.com/

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

From: [EMAIL PROTECTED] (Andy Smith)
Subject: Re: cron output redirection
Date: Thu, 23 Nov 2000 02:45:47 GMT

Is the MAILTO variable set in the crontab?

Andy

On Wed, 22 Nov 2000 17:50:33 GMT, Bruce <[EMAIL PROTECTED]>
wrote:

>I do not want to receive the output of a cron job in my mail so I've
>redirected stderr and stdout to /dev/null. However, this doesn't seem to
>be working because I'm still receiving the output in my mail.
>
>To test this, I've set up a cron job as follows:
>
>0,12,24,36,48 * * * * ping -c 3 apache.org
>
>For this job, I receive the following output in my mail:
>
>PING apache.org (63.211.145.10): 56 data bytes
>64 bytes from 63.211.145.10: icmp_seq=0 ttl=240 time=157.0 ms
>64 bytes from 63.211.145.10: icmp_seq=1 ttl=240 time=213.4 ms
>64 bytes from 63.211.145.10: icmp_seq=2 ttl=240 time=198.7 ms
>
>--- apache.org ping statistics ---
>3 packets transmitted, 3 packets received, 0% packet loss
>round-trip min/avg/max = 157.0/189.7/213.4 ms
>
>If I change the cron job to the following:
>
>0,12,24,36,48 * * * * ping -c 3 apache.org 2>&1 > /dev/null
>
>I still receive the same output in my mail.
>
>Why is the output still being sent to my mailbox?
>
>Thanks,
>Bruce
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.


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

From: [EMAIL PROTECTED] (Andy Smith)
Crossposted-To: alt.os.linux
Subject: Re: suid
Date: Thu, 23 Nov 2000 02:50:15 GMT

I don't believe Linux will allow a shell script to run setuid root.
Install the sudo package. Sudo comes with most distros (I couldn't
find it in Mandrake 6.0 though).

Andy

On Wed, 22 Nov 2000 06:55:36 GMT, [EMAIL PROTECTED] wrote:

>hi,
>
>I wanted to allow non-privileged users to do execute a script that would
>normally require su access (for example "touch /bin/something"), so I
>did "chmod +s script", however when script is executed, its body still
>reports "permission denied".
>Am I doing something wrong?
>
>Thanks in advance,
>
>Wroot
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.


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

From: [EMAIL PROTECTED] (Andy Smith)
Subject: Re: respawning error on boot
Date: Thu, 23 Nov 2000 02:58:34 GMT

I've seen that happen on serial ports that have been misconfigured.
Not sure exactly what is causing it here though.  Check out the level
5 stuff in your inittab and work your way back through the run levels.
Maybe it is trying to start an xterm or remote server session, or
something like that.

Andy 



On Mon, 20 Nov 2000 22:07:00 -0500, Robert Spangler
<[EMAIL PROTECTED]> wrote:

>I seem to have a problem when I reboot my system I receive the following 
>error:
>
>
>        INIT: Id "x" respawning too fast: disable for 5 minutes
>
>
>
>I just upgrade my system from RH 6.1 and KDE1 to RH 6.2 and KDE2
>
>Anyone have any ideal why this is happening?
>
>Thnx


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

From: [EMAIL PROTECTED] (Fester)
Subject: How to interpret KDE2 error
Reply-To: [EMAIL PROTECTED]
Date: Thu, 23 Nov 2000 03:14:43 GMT

I downloaded the KDE2 RPMs, and had a bit of trouble installing them on
RH7. So I removed all of my previous KDE RPMs, and installed from
scratch. I also installed the new qt libs. Now, when I issue "startkde", I
get:

ksplash: error while loading shared 
libraries: /usr/lib/libkdeui.so.3: undefined
symbol: event__9QLineEditP6QEvent

kdeinit: error while loading shared
libraries: /usr/lib/libkdecore.so.3: undefined
symbol: contains__C5QRectRC6QPointb

knotify: error while loading shared
libraries: /usr/lib/libkdeui.so.3: undefined
symbol: event__9QLineEditP6QEvent

ktip: error while loading shared
libraries: /usr/lib/libkdeui.so.3: undefined
symbol: event__9QLineEditP6QEvent

I don't have a clue how to begin remedying this error.

-- 
-- Fester

Doesn't it suck to beat a guy who isn't trying?
==============================================================


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

From: Freelancer <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.development.apps,comp.os.linux.development.system,comp.os.linux.apps,comp.lang.java.databases,comp.databases.informix,comp.databases.oracle.server,comp.databases.sybase,linux.redhat.misc,linux.postgres,comp.databases.pick,comp.databases.ibm-db2,comp.databases.oracle.misc
Subject: Database in Redhat Linux
Date: Wed, 22 Nov 2000 22:47:59 -0500
Reply-To: [EMAIL PROTECTED]

I need decide which database going to run for Redhat Linux.
I know MySQL is the most popular one in Linux world. I need
you help me to fill out the blank and hole (?) in table below.

                        Databases for Linux (Redhat)
Y -- yes; N -- No; NA -- not apply; ? -- don't know/not sure

Database  Trigger/Store Procedure  Transaction  Foreign Key Constrain
JDBC/RowSet           C/C++ Library  PerlDBI
MySQL      N           N                          N
N                               Y (mm.sql tyep 4)
Y?                   Y
Postgres      Y?          ?                           Y
?                                  ?                                   ?

Informix
Sybase
Oracle
DB2

I know Oracle, Sybase, Informix and DB2 support most or all of them in
UNIX (Solaris, HP-UX, AIX, etc.) But I am
not sure are they also support in Linux.
Thank you very much if you can fill out the blanks and/or holes for me.


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

From: "G Pollack" <[EMAIL PROTECTED]>
Subject: gnome-pim address import
Date: Thu, 23 Nov 2000 04:03:58 GMT

Is it possible to import addresses into gnomecard? If so, how?

Thanks,

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

From: "Hello World" <[EMAIL PROTECTED]>
Subject: loading pages twice in apache
Date: Thu, 23 Nov 2000 12:14:16 +0800

i am using apache 1.3.14 and php 4.03pl1 in redhat 6.2. whenever i reload
the index page (i.e. index.php), the page is loaded twice(actually the
counter),  and the access_log is:

* .68.85 - - [23/Nov/2000:12:11:39 -0500] "GET /index.php HTTP/1.1" 200
12801
.68.85 - - [23/Nov/2000:12:11:39 -0500] "GET /wongkafu.gif HTTP/1.1" 200 527
.68.85 - - [23/Nov/2000:12:11:39 -0500] "GET /chinese.jpg HTTP/1.1" 200 6017
.68.85 - - [23/Nov/2000:12:11:40 -0500] "GET /kfwong2.jpg HTTP/1.1" 200 9348
.68.85 - - [23/Nov/2000:12:11:40 -0500] "GET /hline2.gif HTTP/1.1" 200 64
.68.85 - - [23/Nov/2000:12:11:40 -0500] "GET /english.jpg HTTP/1.1" 200 6766
* .68.85 - - [23/Nov/2000:12:11:40 -0500] "GET / HTTP/1.1" 200 12801

i think that the problem is the lines with the asterisks. no matter i reload
the page with
http://xyz.com or http://xyz.com/index.php, the problem is the same. is this
problem with the apache configuration? please help.

regards,
fred



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

From: asage <[EMAIL PROTECTED]>
Subject: Netscape & cable 'net access?
Date: Thu, 23 Nov 2000 04:26:35 GMT

Is anybody using this combination, specifically @home?

It browses fine, but even though I've entered 'mail' for both Pop3 and
SMTP (and 'news' for the newsgroups), it keeps saying it can't find the
server 'mail'.  These are the settings I use in Netscape in Windows, and
they work in Windows; they ought to work in Linux!  Rogers doesn't
support Linux, so no joy there.

Additionally, I'm using Netscape 4.7-ish in both Windows and Linux.

Any help would *really* be appreciated!

TIA

Allison Sage

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

Date: Wed, 22 Nov 2000 23:47:13 -0500
From: Glitch <[EMAIL PROTECTED]>
Subject: Re: How is a module properly loaded during bootup?

put the line you have below in your rc.local file, at the end would be
preferred.
you could even add a line like this right before the command:  echo
"installing burner" 
or whatever you want it to say. 


[EMAIL PROTECTED] wrote:
> 
> I've gotten my ide HP9100 to burn cd's under RH 6.2 but I must load
> the ide-scsi module manually with
> "insmod /lib/modules/2.2.14-5.0/scsi/ide-scsi.o" .
> 
> What is the proper way, or where do I go to learn the proper way
> to load this module at bootup so all users can burn cd's without
> being required to load this module manually?
> 
> Thanks
> 
> [EMAIL PROTECTED]   (remove the obvious)

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

From: "Steven" <[EMAIL PROTECTED]>
Subject: Re: To all Linux Printing Gurus -- Interesting Problem!
Date: Thu, 23 Nov 2000 05:43:33 GMT

Neil,

Good call, I just noticed that even though they are the same, test2.prn has
a [noeol] making in vi that I wasn't paying attention to.  Now for another
question.  This output is being produced by a Unix based accounting package
and it opens a pipe to lpr to use the lpr in Linux to print to the printer.
Do you or anyone else have a suggestion on the fastest was to append a EOF
onto the output before I send it to the printer?  PERL? SH?  I have the
ability to add in a intermediate script that can do work with the file right
before it hits the lpr statement.  I'll see what I can pull off.

Thanks again!
Steven


"Neil Cherry" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> On Wed, 22 Nov 2000 22:45:32 GMT, Steven wrote:
> >Ok, here is the problem.
> >
> >I have 2 files in the /etc directory on a Linux RedHat 6.2 server.  One
is
> >named "test.prn", the other "test2.prn".  They both are the same size,
both
> >the exact same information.  The difference in the 2 are that one
> >(test2.prn) was created via a Unix/Linux based accounting package and the
> >other (test.prn) was made in vi and the opened in a programming editor
> >through Samba and the contents of the first one (test2.prn) pasted in.
So
> >they both show as 801 bytes, they both have the same permissions, owner,
and
> >group, and they are both in the same directory.  So now...  why when I
print
> >the first one via lpr (lpr -Ppos1prn test.prn), it prints perfectly with
all
> >the line feeds and everything, but when I print the second one
> >(lpr -Ppos1prn test2.prn) does it totally ignore the line feeds and
prints
> >everything right on top of each other on one line!?  Here is the
layout...
> >
> >test.prn - created in vi and contents pasted in, root owner, root
> >group, -rw-rw-rw- permissions.
> >test2.prn - created via the accounting package, originally a user owner
and
> >group but has been changed to a root owner and group, -rw-rw-rw-
> >permissions.
> >
> >Both are being sent to a Epson TM-U200D receipt print that is hanging off
a
> >Windows 95/98 machine and I'm going through the servers lpd to the Samba
> >server and out to the share on the computer.
> >
> >Things already checked:
> >
> >1. Checked and rechecked printcap file.
> >2. Checked lpr command line swtiches.
> >3. Checked with the printer on 2 different computers, one Win95, one
Win98
> >4. Checked file format in a programming editor via straight text and in
hex
> >
> >Anyone have any ideas on what I can check?
>
> Do a:
>
> file test.prn test2.prn
>
> Use printool to change the printer input filter to fix stair-steping.
> I'm not sure that will work but it's worth a try. The files' line
> ending are very different. The first is being printed with a carriage
> return (^M) and linefeed (^J). The second only the carriage return
> (^M), that's not normal for a Unix file. Was it printed from a MAC app?
>
> --
> Linux Home Automation           Neil Cherry             [EMAIL PROTECTED]
> http://members.home.net/ncherry                         (Text only)
> http://meltingpot.fortunecity.com/lightsey/52           (Graphics)
> http://linuxha.sourceforge.net/ (SourceForge)



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

From: system <[EMAIL PROTECTED]>
Subject: snmp monitoring
Date: 23 Nov 2000 14:08:43 +0800

Hi there any good snmp graphical display program running on red hat 6.2


-- 
*********************************************************************

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

From: "Chia Ah Tee, Joseph" <[EMAIL PROTECTED]>
Subject: Hard disk partition problem (rewrite to make it understandable)
Date: Thu, 23 Nov 2000 14:10:20 +0800

Hello,

I was trying to install linux on the 540mb hard disk in my 486 DX2-66
but after following the on screen dialogs
about hardware and partition to choose and make. And I have done that as
requested onscreen. Next while it can't detect or install my cdrom drive
I decided to quit the installation.  Then I reboot and went to CMOS to
check for any change.
I find that the Bios detect it as 521mb. 
However the fdisk see my partition size as 12mb. And what happen to the
516mb of the partition. 
My hard disk has a Ms-Dos 6.22 on it. My question is whether Fdisk can
see Linux partition. And whether Linux
can changed the cylinder size.
And what should i do to install linux or get back my hard disk,s lost
partition.
I would appreciate any help or advice.

Thank you

Joseph


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

From: E J <[EMAIL PROTECTED]>
Subject: Re: cdrecord and HP9500/ATPI cd-drive?
Date: Thu, 23 Nov 2000 06:49:53 GMT

I got my redhat 6.2 to use my CD-Writer.

$ su -
password: <scret>
# cp /etc/conf.modules /etc/conf.modules.bak
# vi /etc/conf.modules

Modify conf.modules for your CDROM writer, my CDROM is located at /dev/hdc

Here is my conf.modules

alias scd0 sr_mod
alias scsi_hostadapter ide-scsi
options ide-cd ignore=hdc

# cp /etc/rc.d/rc.local  /etc/rc.d/rc.local.bak
# vi  /etc/rc.d/rc.local

Put this at the end of the rc.local
# load ide-scsi module
insmod ide-scsi

# cp /etc/lilo.conf /etc/lilo.conf.bak
# vi /etc/lilo.conf

put the append statement for /etc/lilo.conf your cdrom
'append="hdX=ide-scsi"' and run lilo.
Here is /etc/lilo.conf, my CDROM is located at /dev/hdc

boot=/dev/fd0
timeout=100
message=/boot/message
prompt
image=/boot/vmlinuz-2.2.14-6.1.1
        label=linux
        root=/dev/hda4
        append="hdc=ide-scsi"
        read-only

# /sbin/lilo

Now relink the /dev/cdrom to your scsi emulation of your cdwriter

# mv /dev/cdrom /dev/cdrom.bak
# ln -s /dev/scd0 /dev/cdrom

Reboot.  (I don't know how to restart with new conf.modules and rc.local
in linux :( )

Run dmesg to see if your scsi emulation is working after the reboot

# dmesg
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
scsi : 1 host.
  Vendor: HP        Model: CD-Writer+ 8100   Rev: 1.0g
  Type:   CD-ROM                             ANSI SCSI revision: 02
Detected scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Uniform CDROM driver Revision: 2.56


Run cdrecord to see if you scsi emulation is working also.

# cdrecord -scanbus
Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 J�rg Schilling
Using libscg version 'schily-0.1'
scsibus0:
        0,0,0     0) 'HP      ' 'CD-Writer+ 8100 ' '1.0g' Removable CD-ROM

        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *

I hope it works for you, it works for me

> Hello,
>
> Just added a hp-9500i/atpi (internal drive: 12x8x32x drive) to Mandrake-7.0
> The man page for cdrecord mentions only SCSI devices, so, does it work
> with IDE/ATPI drives? If not what is the appropriate software for writing
> CDs (I do not use KDE/GNOME? environments)?
>
> Thanks in advance,
> - ishwar


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

From: [EMAIL PROTECTED] (Alex Vrenios)
Subject: Re: Understanding /proc network and other functions
Date: 23 Nov 2000 06:52:31 GMT

In article <8vcl07$mci$[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]> wrote:
>On Mon, 20 Nov 2000 23:09:49 GMT, 
>mike <[EMAIL PROTECTED]> wrote:
>>    I would like to get info / doc 
>on using the /proc filesystem. . . 
>
>
>man proc

More specifically, "man 5 proc"

-- 
Regards,

Alex Vrenios
Ph.D. Candidate

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

From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Subject: Re: LinkSys EtherFast 10/100 & Redhat7.0
Date: Wed, 22 Nov 2000 22:55:45 -0800

I have it figured out now and the eth0 interface loads successfully. As well
I can ping other machines.There is an instruction missing from their
readme.txt that prevents eth0 from success.

Here is what a person really needs to do:

1) Go to www.linksys.com and download the appropriate driver, in my case the
Linksys LNE100TX Version 4.

2) Unpack it and then open the "Linux" sub-folder. In it you will find the
files "Netdri~1.tgz" and "readme.txt".

3) Read the readme.txt but understand that there is one vital step missing
from the instructions. Unpack the "Netdri~1.tgz" file.

4) There is a "Makefile" file that you must make executable using "chmod +x
Makefile". Run the Makefile with "./Makefile". It will run part way through
and then die a tragic death without completing, but it will show the correct
syntax for building tulip.o and pci-scan.o.

5) Now type the command in manually to build both pci-scan.o and tulip.o.
The readme.txt instructions say absolutely nothing about pci-scan.o but
tulip.o is dependent on it for starting eth0.

6) Copy pci-scan.o and tulip.o to /lib/modules/2.2.5-15/net, (replace
2.2.5-15 with whatever your kernel version is).

7) Now follow the rest of the instructions in the readme.txt, (ie: run
/sbin/depmod -a, then adjust /etc/conf.modules, /etc/sysconfig/network, and
/etc/sysconfig/network-scripts/ifcfg-eth0).

8) Reboot. Everything works fine and eth0 comes up normally.

Micer wrote this and I was able to get my card running with these
instructions. I have a Mankdrake 7.1 and I tried 4 other distros as well as
a load of other options including compiling the kernel.... Well I left out
step 5 and Linuxconf fixed the rest for me.

I should also mention that this is this is the eth1 interface and my other
card is a 3c590c that was recognized without any issue. go figure.

Good luck


"Peter Bismuti" <[EMAIL PROTECTED]> wrote in message
news:8vf3bt$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



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


** 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.misc) 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-Misc Digest
******************************

Reply via email to