Linux-Setup Digest #41, Volume #19               Fri, 30 Jun 00 11:13:11 EDT

Contents:
  Re: Newbie needs help....  Dialup Problem with Caldera Distribution (Christopher 
Adams)
  Re: Newbie needs help....  Dialup Problem with Caldera Distribution (Christopher 
Adams)
  Re: Another Kernel build question (Steve Emmett)
  Re: Another Kernel build question (Steve Emmett)
  Using fbuilder for firewall setup? ([EMAIL PROTECTED])
  SCSI module ([EMAIL PROTECTED])
  Re: 3Com Etherlink III ( 509B ) (Juergen Sauer)
  Xterm Backspace not working ([EMAIL PROTECTED])
  Re: File associations???  HELP!! (J Bland)
  Re: SuSE ftp upgrade - install medium not chosen (J Bland)
  network question (sylvain hutchison)
  driver!!! (sylvain hutchison)
  Sendmail ("Mick Collins")
  Re: Cannot ping localhost; just hangs (Rob Weiss)
  cdrom mount problems in Redhat 6.2 (cowbird)
  Re: Redhat 6.2 kernel panic on boot ([EMAIL PROTECTED])
  Re: changing the /root directory location (Steve Youngs)
  Re: timing of root cron jobs (D G)
  Re: i810 video card driver support in xfree86 4.0 (D G)
  Re: driver!!! (Leejay Wu)
  Re: SuSE ftp upgrade - install medium not chosen ("Gregor Giebel")
  Re: driver!!! (sylvain hutchison)

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

From: [EMAIL PROTECTED] (Christopher Adams)
Subject: Re: Newbie needs help....  Dialup Problem with Caldera Distribution
Date: Fri, 30 Jun 2000 13:24:01 GMT

On Thu, 29 Jun 2000 22:49:15 -0400, "Lonni J. Friedman"
<[EMAIL PROTECTED]> wrote:

>Can you ping IP addresses succesfully?
>
>Christopher Adams wrote:
>> 
>> Hi -
>> 
>> I have gotten mixed answers to my problem, and none of them seem to
>> work - I need HELP!!!!
>> 
>> I have a system running the latest Caldera distribution.  It's a
>> pentium 233 with 64 mg, with an internal modem on ttyS3 and a network
>> card in a PCI slot which is unused right now.   When I dial up my ISP
>> via KPPP, I get a connection, but I am not able to get my browser to
>> fetch any web pages - the addresses don't seem to be resolved.
>> 
>> What could I be doing wrong?   I am filling in the DNS addresses in
>> KPPP setup - any ideas????

I pinged a couple of addresses, but I had a strange problem.   After a
first successful ping, trying the second address didn't work.  Yet,
after a shutdown, the second address worked, and the first one failed.

Strange, huh?


Chris


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

From: [EMAIL PROTECTED] (Christopher Adams)
Subject: Re: Newbie needs help....  Dialup Problem with Caldera Distribution
Date: Fri, 30 Jun 2000 13:24:36 GMT

On Thu, 29 Jun 2000 22:49:15 -0400, "Lonni J. Friedman"
<[EMAIL PROTECTED]> wrote:

>Can you ping IP addresses succesfully?
>
>Christopher Adams wrote:
>> 
>> Hi -
>> 
>> I have gotten mixed answers to my problem, and none of them seem to
>> work - I need HELP!!!!
>> 
>> I have a system running the latest Caldera distribution.  It's a
>> pentium 233 with 64 mg, with an internal modem on ttyS3 and a network
>> card in a PCI slot which is unused right now.   When I dial up my ISP
>> via KPPP, I get a connection, but I am not able to get my browser to
>> fetch any web pages - the addresses don't seem to be resolved.
>> 
>> What could I be doing wrong?   I am filling in the DNS addresses in
>> KPPP setup - any ideas????

I have been able to ping a couple of addresses successfully.  However,
when I stop the ping on the first address, I can't get any response
from a ping on the second address.   Yet, when I shut down the
computer and restart, I can ping the second number successfully, and
not the first. 

Strange, huh?

Chris


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

From: Steve Emmett <[EMAIL PROTECTED]>
Subject: Re: Another Kernel build question
Date: Fri, 30 Jun 2000 08:28:01 -0500



Homer Jay wrote:

> > I've got the RH 6.2 package that provides kernel 2.2.14-5.0.  As this
> > kernel boots "out of the box" that part of the boot process where module
> > dependencies are checked goes by with no errors shown.  I've compiled a
> > new kernel AND modules.  Now, when I boot with the new kernel,
> > everything seems to go ok except for that part of the boot process where
> > the module dependencies are checked.  Here, about 2 pages of unresolved
> > label messages goes by.
> >
> > Now I realize I can use just change depmod -a to depmod -q in the boot
> > process, but I'd like to understand why the unresolved label messages
> > now occur.  I noticed that there is a modules-dep file in the /boot
> > directory and it would seem to be the original one.  How does that file
> > get generated, and does it have anything to do with all the unresolved
> > label messages that get printed?
>
> The dep file is most likely created during the `make dep' stage of
> recompiling a kernel, although I've never checked that to make sure.
> Since you're using a stock kernel, it's natural it's the original one.
> The unresolved messages are almost certainly due to modules in
> /lib/modules not being present in the kernel. It's no big deal. You
> can either erase each module manually, or `mv /lib/modules
> /lib/modules.old;cd /usr/src/linux;make modules_install' to reinstall
> the modules, this time only those the kernel knows about in its
> current incarnation.

I hadn't thought of that.  when I built the new kernel, I saved the old module
tree, but didn't get rid of it.  So, when I built the new modules, and did the
module_install, all it does is write the new modules, but doesn't get rid of
the old ones.  Thats probably it.

Thanks

>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

--

Steve

=========================================
              Steve Emmett
=========================================
"A mind that is stretched to a new idea
 never returns to its original dimension"
=========================================



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

From: Steve Emmett <[EMAIL PROTECTED]>
Subject: Re: Another Kernel build question
Date: Fri, 30 Jun 2000 08:28:46 -0500



"David .." wrote:

> Steve Emmett wrote:
> >
> > I've got the RH 6.2 package that provides kernel 2.2.14-5.0.  As this
> > kernel boots "out of the box" that part of the boot process where module
> > dependencies are checked goes by with no errors shown.  I've compiled a
> > new kernel AND modules.  Now, when I boot with the new kernel,
> > everything seems to go ok except for that part of the boot process where
> > the module dependencies are checked.  Here, about 2 pages of unresolved
> > label messages goes by.
> >
> > Now I realize I can use just change depmod -a to depmod -q in the boot
> > process, but I'd like to understand why the unresolved label messages
> > now occur.  I noticed that there is a modules-dep file in the /boot
> > directory and it would seem to be the original one.  How does that file
> > get generated, and does it have anything to do with all the unresolved
> > label messages that get printed?
>
> After a kernel compile you may need to update the "modules.dep" file. to
> do this as root give the command:
>
>   /sbin/depmod -a
>
> At times it is also needed to update the devices. To do this do the
> following:
>
>   cd /dev
>   ./MAKEDEV update
>   cd
>

Thanks, I don't recall seeing that in the kernel compile notes.

>
> --
> Registered with the Linux Counter.  http://counter.li.org
> ID # 123538

--

Steve

=========================================
              Steve Emmett
=========================================
"A mind that is stretched to a new idea
 never returns to its original dimension"
=========================================



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

From: [EMAIL PROTECTED]
Subject: Using fbuilder for firewall setup?
Date: Fri, 30 Jun 2000 13:23:51 GMT

Has anyone used fbuilder lite for setting up their firewall? I just
used it for the first time and it helped me out a lot. I found it @
www.innertek.com/fbuilder and it is FREE!!

Just thought I would let you all know about it.

-Me


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: [EMAIL PROTECTED]
Subject: SCSI module
Date: Fri, 30 Jun 2000 13:24:40 GMT

I have recently upgraded a redhat system from 2.2.12 to 2.2.16 and can
no longer load the SCSI disk controller card's driver as a module. The
controller has the SCSI boot disk attached (initrd has been created).
The controller card is a NCR53C8XX and works fine when compiled
directly into the kernel.

Any help appreciated.

Mark.


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: Juergen Sauer <[EMAIL PROTECTED]>
Subject: Re: 3Com Etherlink III ( 509B )
Date: 30 Jun 2000 11:36:16 GMT

"Marko Hirsimäki" <[EMAIL PROTECTED]> schrieb
am Wed, 28 Jun 2000 22:40:13 +0300 in comp.os.linux.setup:
[...]

MH> Is there some kind of trick on making Linux to understand the P&P card, or
MH> is there a way to disable the P&P from the card and set permanent IRQ and
MH> address for the card?

This is it. ;->

But caution, set it to a Port Adress which the Linux Driver understands,
or set the IO Adress dynamically using modules. (/etc/modules.conf, 
insmod 3c50x).

Best way is to set the card to IO=300 Irq x whitout using pnp.
Attention, the driver is not super perfect in media detection,
if using the 3c50xcfg DOS util, you should set the cable type also,
if you have AUI. TP and 10base2 is well recognized, but the driver
fails with auto-recognition of 10Base5 = AUI. Set it, the it works fine.

mfg
        Jojo


-- 
- Professionelle Linux Server,   Professioneller Support und Dienstleistungen
- AutomatiX GmbH  - Vollautomatische Kransteuerungen & SAP fähiges Lagergerät
- Jürgen Sauer Neue Str. 11 28790 Schwanewede        mailto:[EMAIL PROTECTED]
- +49-4209-4699 +49-172-5466499  FAX  +49 4209 4644   http://www.automatix.de
- Hinweis: Nach §28 Abs.3 Bundesdatenschutzgesetz WIDERSPRECHE
- ich der Nutzung meiner Daten fuer Werbezwecke!



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

From: [EMAIL PROTECTED]
Subject: Xterm Backspace not working
Date: Fri, 30 Jun 2000 13:35:30 GMT

I have two Linux (RedHat 6.2) machines. One in a new install.
When running a xterm on the new machine and displaying it
remotely to another pressing the backspace key yields "~".

If I use showkey backspace yields "^[[3~"

Using a xterm remotely logged into our other machine works fine.
Backspace works and everything.

How do I configure the new machine to recognize backspace???


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: [EMAIL PROTECTED] (J Bland)
Crossposted-To: 
alt.os.linux,alt.os.linux.mandrake,creative.linux,fa.linux.sound,linux.redhat
Subject: Re: File associations???  HELP!!
Date: 30 Jun 2000 09:13:55 GMT

On Fri, 30 Jun 2000 06:25:26 -0400, Joe Talerico <[EMAIL PROTECTED]> wrote:
>David Orlow wrote:
>
>> Hi, I am trying to change an association to a file extention.  I am
>> getting pretty big into MP3's and when you just click on a file, it
>> opens kmpg mp3 player.  I would rather it open XMMS.  Is there a way to
>> change which file opens MP3's by default?
>>
>> David
>> [EMAIL PROTECTED]
>
>Or you can just use xmms and then open it and make a playlist and just use
>that...:0)

Although kfm *is* very configurable, it can be a right bugger to do so at
times.

You need to look in /opt/kde/share/ or ~/.kde/share/ for mimelnk and applnk.

In mimelnk/audio/x-mp3.kdelnk edit the file so that DefaultApp=xmms

Then in applnk/ have a search for xmms.kdelnk (SuSE/Multimedia/Sound on
mine)

Add MimeType=audio/x-mp3

Restart kfm. Hopefully now when you click on an mp3 file it loads xmms (but
I'm not guaranteeing, I've always found mimetype association in kfm to be a
bit hit and miss and *very* hard to fathom out).

Frinky

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

From: [EMAIL PROTECTED] (J Bland)
Subject: Re: SuSE ftp upgrade - install medium not chosen
Date: 30 Jun 2000 13:58:54 GMT

>The trouble starts with YaST complaining that I haven't chosen an install
>medium (Quellmedium) yet. From then on, the install is going nowhere. Using
>the expert mode to explicitely set an install medium gives 5 options, of
>which the last
>one (FTP-install) cannot be chosen. Everything else works, bar this one.

How much RAM does the machine have?

I have found that unless you have >32MB ftp installs can be problematic with
6.4.

Frinky

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

From: sylvain hutchison <[EMAIL PROTECTED]>
Subject: network question
Date: Fri, 30 Jun 2000 10:25:10 -0700

Hello, I am loking for a driver for my network card which is a 3Com
Etherlink 10/100 PCI NIC (3C905C-TX), I've been trying to phone Dell for
the last fucking 30 min, they are getting on my nerves, and I can't find
anything on their web page, so I was wondering if any of you knew where
I could download this driver!!! BTW I've got Red Hat 6.1, I don't know
if that makes a difference!!!!!


Thanks a lot,

Sly.


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

From: sylvain hutchison <[EMAIL PROTECTED]>
Subject: driver!!!
Date: Fri, 30 Jun 2000 10:26:05 -0700


Hello, I am loking for a driver for my network card which is a 3Com
Etherlink 10/100 PCI NIC (3C905C-TX), I've been trying to phone Dell for

the last fucking 30 min, they are getting on my nerves, and I can't find

anything on their web page, so I was wondering if any of you knew where
I could download this driver!!! BTW I've got Red Hat 6.1, I don't know
if that makes a difference!!!!!


Thanks a lot,

Sly.




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

From: "Mick Collins" <[EMAIL PROTECTED]>
Subject: Sendmail
Date: Fri, 30 Jun 2000 23:58:23 +0930

Hey i was wondering if anyone could guide me on how to setup a mail server
on my lan



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

From: Rob Weiss <[EMAIL PROTECTED]>
Subject: Re: Cannot ping localhost; just hangs
Date: Fri, 30 Jun 2000 14:30:10 GMT

Get a nic card. The loopback will not do what you want it to do as it is 
not "really" a device. How are you set up point to point? What are you 
trying to do with the localhost route? You could add an alias for the 
localhost in /etc/hosts:
127.0.0.1               localhost.localdomain localhost mystery

Remove the second entry for 127.0.0.1 and see what you get.

jdonner wrote:
> 
> 
> From: JDonner <[EMAIL PROTECTED]>
> 
> Hi I'm a ppp user (no net card) and I can't ping localhost (I do
> have it defined).  I think I need to add it to my routing table
> somehow.  Here's some output:
> 
> 
> [root@mystery jd]# cat /etc/hosts
> 127.0.0.1       localhost       localhost.localdomain
> 127.0.0.1       mystery         mystery.localdomain
> 
> 
> 
> [root@mystery jd]# ifconfig -a
> lo        Link encap:Local Loopback  
>           LOOPBACK  MTU:3924  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0 
> 
> ppp0      Link encap:Point-to-Point Protocol  
>           inet addr:63.214.108.242  P-t-P:209.247.23.42 
> Mask:255.255.255.255
>           UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1524  Metric:1
>           RX packets:1703 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:1409 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:10 
> 
> 
> 
> [root@mystery jd]# /sbin/route -n
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref   
>  Use
> Iface
> 209.247.23.42   0.0.0.0         255.255.255.255 UH    0      0       
>  0
> ppp0
> 0.0.0.0         209.247.23.42   0.0.0.0         UG    0      0       
>  0
> ppp0
> 
> 
> 
> So it looks like I need a route to localhost.  When (from the route
> manpage)
> I do:  
> 
> [root@mystery jd]# /sbin/route add -net 127.0.0.0
> SIOCADDRT: Invalid argument
> 
> 
> [jd@mystery jd]$ ping localhost
> PING localhost (127.0.0.1): 56 data bytes
> (hangs; have to ^C)
> 
> 
> (I was online for these tests)
> 
> I appreciate any help,
> 
> Jeff
> 
> 


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

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

Subject: cdrom mount problems in Redhat 6.2
From: cowbird <[EMAIL PROTECTED]>
Date: Fri, 30 Jun 2000 07:33:33 -0700

One of the things that I miss about CorelLinux is how seamless
cdrom mounting was.  In Redhat, almost every time that I try and
unmount a drive, I get a "device busy" error (even if there are
no open terminals in the cd directory).  Even a --force does not
unmount the drive (why have a --force if it doesnt actually
force?!).  How can I alter the fstab so that the drives always
unmount when they should?

Thanks,
cjf


===========================================================

Got questions?  Get answers over the phone at Keen.com.
Up to 100 minutes free!
http://www.keen.com


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

From: [EMAIL PROTECTED]
Subject: Re: Redhat 6.2 kernel panic on boot
Date: Fri, 30 Jun 2000 14:33:49 GMT

I had done some surfing on deja.com, and suspected that this might be a
problem with my IDE drivers.  What stumps me, however is that booting
off of the installation CD, and installing all of Linux, worked just
fine.  If the drivers don't support Ultra DMA IDE, how does the Install
program's kernel boot, and how does it write to the drive when
installing all of the software?

Thanks for the advice, and if you have any more thoughts, please post
them  too.

-JR

In article <[EMAIL PROTECTED]>,
  "Luke Bond" <[EMAIL PROTECTED]> wrote:
> my guess is that you don't have a kernel that supports the Ultra DMA.
>
> if this is the case, you need to get a kernel patch to get the driver,
> recompile the kernel with some special options, and then screw around
a bit
> with lilo so that you can boot off it. there's a fair bit of resources
on
> the net about this. lookup deja.com if you're stuck.
>
> hope this helps!
>
> <[EMAIL PROTECTED]> wrote in message
news:8jgn33$558$[EMAIL PROTECTED]...
> > I just set up an AMD Athlon 750 MHz system, with a 20 GB Ultra DMA
IDE
> > hard drive, 384 MB RAM, 8 MB AGP video card (not sure of exact
model),
> > and a motherboard running AMI bios with Gateway's CMOS sitting on
top of
> > it.  For those that are familiar with them and know the hardware
shipped
> > with them, this is a Gateway select computer.
> >
> > I've installed Win2000 Professional on the primary partition, which
is
> > approximately 6.0 GB.  I then installed Red Hat Linux 6.2, making
sure
> > to keep the boot partition within the first 1023 cylinders.
> > Installation went great!  Then, when attempting to boot the linux
> > configuration for the first time, I get a kernel panic, and the boot
> > process hangs, permantently.  I tried booting from the  floopy and
got
> > exactly the same problem.  This appears to be a problem with the
kernel
> > (2.2.14-5.0), and it's hardware drivers.
> >
> > I'll try to list some of the boot messages in more detail, but keep
in
> > mind that this is a screaming machine, and once the kernel's been
> > unpacked, everything scrolls by so fast, I can't get all of the
> > messages.
> >
> > (last page of boot messages before crash...copied by hand)
> >
> > Dentry hash table entries: 262144 (order 9, 2048k)
> > Buffer cache has table entries: 524288 (order 9, 2048k)
> > Page cache hash table entries: 131072 (order 7, 512k)
> > VFS:  Disk quotas version dquot_6.4.0 initialized
> > L1 I Cache: 64k L1 D Cache: 64k
> > L2 Cache: 256k
> > CPU: AMD AMD Athlon(tm) Processor stepping 02
> > Enabling extended fast FPU save & restore...done
> > Disabling CPU ID Serial Number...general protection fault: 0000
> > CPU: 0
> > EIP: 0010:[<c02340f4>]
> > EFlags: 00010282
> > eax: 00000020 ebx: 179c0f80 ecx: 00000119 edx: 00000001
> > esi: 00098800 edi: c0106000 ebp: 00000000 esp: c0233fc8
> > ds: 0018 es: 0018 ss:0018
> > Process swapper (pic:0, process nr: 0, stack page=c0233000)
> > Stack: c0106000 c02344e2 c02143a0...etc....etc...
> >        179c0f80 c063f080 d8000000...etc....etc...
> > Call Trace: [<c0106000>][<c01d7d0b>]]<c0100175>]
> > Code: of 32 od 00 00 20 00 0f 306821 781dc0 e8...etc...
> > Kernel panic: Attempted to keill the idel task!
> > In swapper task - not syncing
> >
> > Any help or advice will be very much appreciated.
> >
> > -Josh Rigler
> >
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>
>


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: Steve Youngs <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,aus.computers.linux,comp.os.linux.questions,sg.linux
Subject: Re: changing the /root directory location
Date: 30 Jun 2000 12:23:31 +1000

* Jeremy Low <[EMAIL PROTECTED]> writes:

> anyone has any idea how I may change the location of my /root
> directory to a different location ( from one partition to another
> yet maintaining the name as /root )


mount /dev/hd-other-partition /mnt
cp -aR /root/* /mnt
umount /mnt
mount /dev/hd-other-partition /root
echo "/dev/hd-other-partition /root ext2 defaults 1 1" >> /etc/fstab

Bob's yer Uncle.

-- 
|---<Regards, Steve Youngs>-----------[GnuPG KeyID: EFD82ED2]---|
|     It's a funny thing about life; if you refuse to accept    |
|          anything but the best, you very often get it         |
|-----------------------------<mailto:[EMAIL PROTECTED]>---|

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

From: D G <[EMAIL PROTECTED]>
Subject: Re: timing of root cron jobs
Date: Fri, 30 Jun 2000 07:32:54 -0700

"ne..." wrote:
> 
> On Jun 28, 2000 at 12:38, D G eloquently wrote:
> 
> >I only turn my computer on when I'm using it.  Because of this, the root
> >cron jobs (/etc/crontab on my system) don't normally run.  Is there a
> >way that I can set these up to run 10 minutes after I boot the computer,
> >instead of some fixed time of day?
> Alternative: do a search on freshmeat (http://www.freshmeat.net)
> for anacron. It might help U out...

That looks like it'll do the trick.  Thank you!  And RedHat 6.2 even has
an anacron.rpm!

-- 
DG
e-mail is: [EMAIL PROTECTED]
(remove the Z's--they're what I do when I read SPAM!)

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

From: D G <[EMAIL PROTECTED]>
Subject: Re: i810 video card driver support in xfree86 4.0
Date: Fri, 30 Jun 2000 07:37:15 -0700

Dave Breece wrote:
> 
> "D G" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > Dave Breece wrote:
> > >
> > > Supposedly, xfree86 4.0 supports Intel's i810 chipset, including
> > > the i810e board that is in my quantex box. Although it's not listed
> > > in the x86config card database, you can edit the XF86Config by
> > > hand.
> > >
> > > After getting everything set up, running startx gives me the error:
> > >
> > > (II) I810(0): AGPIOC_ACQUIRE failed
> > >
> > > Does anyone know how to fix this, or alternately, does anyone
> > > know where I can look this error up?
> >
> > Do you have the agpgart module loaded?  Do you have a /dev/agpgart
> > device (or /dev/agpgarti810 (i think) for suse)?
> >
> > If not, that's probably why you get the error.
> 
> /dev/agpgart is there. Installed it a few days ago, and cleanly. After a
> couple of
> days of fiddling with the XF86Config, I get the similar, but possibly more
> informative error:
> 
> (II) I810(0): AGPIOC_ACQUIRE failed
> 
> Fatal server error:
> AddScreen/ScreenInit failed for driver 0
> 
> Additionally, when I ran vgatest (I'm trying everything), it informed that
> if found
> no VESA bios, which doesn't sound good, but I'm having trouble finding any
> info on such a thing.

When I'm brave enough to try XF 4.0, then I'll get back to you :/. As I
understand it though, the i810 driver is still under development in XF
4.0.

-- 
DG
e-mail is: [EMAIL PROTECTED]
(remove the Z's--they're what I do when I read SPAM!)

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

From: Leejay Wu <[EMAIL PROTECTED]>
Subject: Re: driver!!!
Date: Fri, 30 Jun 2000 10:39:56 -0400

Excerpts from netnews.comp.os.linux.setup: 30-Jun-100 driver!!! by
sylvain hutchison@marcon 
> Hello, I am loking for a driver for my network card which is 
> a 3Com Etherlink 10/100 PCI NIC (3C905C-TX), I've been trying to 
> phone Dell for the last fucking 30 min, they are getting on my 
> nerves, and I can't find

Why Dell?  3Com made the card.

It'd have been faster to use a search engine, such as Google.
Hmmm, a Google search for "3c905c linux driver" pops up as its
*** VERY FIRST LINK ****

http://support.3com.com/infodeli/tools/nic/linuxdownload.htm

which is 3Com's Linux driver site.  It mentions that the
3C905 series is supported by Donald Becker's driver, and
provides a link

http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html

which is a redirecter to the new location

http://www.scyld.com/network/vortex.html

This clearly mentions the 3c905C Tornado series.

This entire search took less time than it took to type in this 
post.

> anything on their web page, so I was wondering if any of you 
> knew where I could download this driver!!! BTW I've got Red Hat 
> 6.1, I don't know if that makes a difference!!!!!

Chill.  Now.

--
|   [EMAIL PROTECTED]        | the silly student          |
|--------------------------| he writes really bad haiku |
|   #include <stddiscl.h>  | readers all go mad         |

    


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

From: "Gregor Giebel" <[EMAIL PROTECTED]>
Subject: Re: SuSE ftp upgrade - install medium not chosen
Date: Fri, 30 Jun 2000 16:53:40 +0200

Sorry, forgot that.
RAM is 128MB, swap partition is 128MB, and free disk space on / is somewhere
around 170MB.

Gregor

J Bland <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> >The trouble starts with YaST complaining that I haven't chosen an install
> >medium (Quellmedium) yet. From then on, the install is going nowhere.
Using
> >the expert mode to explicitely set an install medium gives 5 options, of
> >which the last
> >one (FTP-install) cannot be chosen. Everything else works, bar this one.
>
> How much RAM does the machine have?
>
> I have found that unless you have >32MB ftp installs can be problematic
with
> 6.4.
>
> Frinky



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

From: sylvain hutchison <[EMAIL PROTECTED]>
Subject: Re: driver!!!
Date: Fri, 30 Jun 2000 10:56:48 -0700

Cool thanks a lot.

Leejay Wu wrote:

> Excerpts from netnews.comp.os.linux.setup: 30-Jun-100 driver!!! by
> sylvain hutchison@marcon
> > Hello, I am loking for a driver for my network card which is
> > a 3Com Etherlink 10/100 PCI NIC (3C905C-TX), I've been trying to
> > phone Dell for the last fucking 30 min, they are getting on my
> > nerves, and I can't find
>
> Why Dell?  3Com made the card.
>
> It'd have been faster to use a search engine, such as Google.
> Hmmm, a Google search for "3c905c linux driver" pops up as its
> *** VERY FIRST LINK ****
>
> http://support.3com.com/infodeli/tools/nic/linuxdownload.htm
>
> which is 3Com's Linux driver site.  It mentions that the
> 3C905 series is supported by Donald Becker's driver, and
> provides a link
>
> http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
>
> which is a redirecter to the new location
>
> http://www.scyld.com/network/vortex.html
>
> This clearly mentions the 3c905C Tornado series.
>
> This entire search took less time than it took to type in this
> post.
>
> > anything on their web page, so I was wondering if any of you
> > knew where I could download this driver!!! BTW I've got Red Hat
> > 6.1, I don't know if that makes a difference!!!!!
>
> Chill.  Now.
>
> --
> |   [EMAIL PROTECTED]        | the silly student          |
> |--------------------------| he writes really bad haiku |
> |   #include <stddiscl.h>  | readers all go mad         |
>
>


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


** 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.setup) 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-Setup Digest
******************************

Reply via email to