Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Minicom Revisited...

0 views
Skip to first unread message

ka...@ourldsfamily.com

unread,
Jan 31, 2002, 4:52:32 PM1/31/02
to
Add to my previous post about the network link on my system going down when
minicom is used, the fact that it also goes down when I do:

cu -l /dev/modem

and dial out that way not using minicom... Is it a lock file that something
in the network ifcfg scripts checks for and suspends the network if it's
there?

Can I make sense when I write? Not much. Please pardon my poor prose.

--
Karl L. Pearson
Senior Consulting Systems Analyst
Senior Consulting Database Analyst
ka...@ourldsfamily.com
My Thoughts on Terrorism In America:
http://www.ourldsfamily.com/wtc.shtml

_______________________________________________
Redhat-install-list mailing list
Redhat-in...@redhat.com
https://listman.redhat.com/mailman/listinfo/redhat-install-list

Justin Zygmont

unread,
Jan 31, 2002, 4:56:33 PM1/31/02
to
I didn't think the cu command ever really worked on linux. What are you
trying to do, connect somewhere with TCP/IP, or just connect with a comm
program?

ka...@ourldsfamily.com

unread,
Jan 31, 2002, 5:15:57 PM1/31/02
to
I'm just dialing an 800 number a client has a modem attached to. I can get
on their HP system just fine, but while I"m working, the problems exist...

cu works just dandy. I've used it for years.

--
Karl L. Pearson
Senior Consulting Systems Analyst
Senior Consulting Database Analyst
ka...@ourldsfamily.com
My Thoughts on Terrorism In America:
http://www.ourldsfamily.com/wtc.shtml

Rick Stevens

unread,
Jan 31, 2002, 5:14:01 PM1/31/02
to
ka...@ourldsfamily.com wrote:

> Add to my previous post about the network link on my system going down when
> minicom is used, the fact that it also goes down when I do:
>
> cu -l /dev/modem
>
> and dial out that way not using minicom... Is it a lock file that something
> in the network ifcfg scripts checks for and suspends the network if it's
> there?


Uh, is /dev/modem tied to your PPP connection by any chance? If so,
you'll have problems.
----------------------------------------------------------------------
- Rick Stevens, SSE, VitalStream, Inc. rste...@vitalstream.com -
- 949-743-2010 (Voice) http://www.vitalstream.com -
- -
- "If you can't fix it...duct tape it!" - Tim Allen -
----------------------------------------------------------------------

ka...@ourldsfamily.com

unread,
Jan 31, 2002, 6:30:29 PM1/31/02
to
Nope. I'm on a DSL link through a hub to a Cisco router then out the line to
my ISP. There's no connection that I can think of. I have tried recently
(last couple days) setting up PPP0 and PPP1 to two different clients that
use RAS on NT servers. I can get connected but the routes don't work. I
wonder if those setups have something to do with this.

I've setup VPN before on a Linux box without affecting the rest of the
network routes. That box was also on RedHat 7.0.

--
Karl L. Pearson
Senior Consulting Systems Analyst
Senior Consulting Database Analyst
ka...@ourldsfamily.com
My Thoughts on Terrorism In America:
http://www.ourldsfamily.com/wtc.shtml

Rick Stevens

unread,
Jan 31, 2002, 7:30:24 PM1/31/02
to
ka...@ourldsfamily.com wrote:

> Nope. I'm on a DSL link through a hub to a Cisco router then out the line to
> my ISP. There's no connection that I can think of. I have tried recently
> (last couple days) setting up PPP0 and PPP1 to two different clients that
> use RAS on NT servers. I can get connected but the routes don't work. I
> wonder if those setups have something to do with this.


It could. You need to look at your routing tables (netstat -rn) and
your /etc/resolv.conf to see if something got whanged. My guess is that
the routes are wrong because of the PPP sessions. Double check the
/etc/sysconfig stuff for ppp setups.


----------------------------------------------------------------------
- Rick Stevens, SSE, VitalStream, Inc. rste...@vitalstream.com -
- 949-743-2010 (Voice) http://www.vitalstream.com -
- -

- Any sufficiently advanced technology is indistinguishable from a -
- rigged demo. -

John Nelson

unread,
Jan 31, 2002, 7:42:13 PM1/31/02
to

All,

On my Linux laptop when I boot I get the [FAILED] status and an error
message that says "network deferred". Automounts fail (makes sense since
it has deferred network connection). Is this a result of DHCP or some
misconfiguration? I do have a DHCP server which should be properly set up
so even if it is a DHCP issue, that DHCP server should be doling out those
numbers.

Also, name resolution is failing (another duh... no network).

I'm sure its something simple but can't put my finger on it.

-- John

Kurt B. Kaiser

unread,
Jan 31, 2002, 8:32:47 PM1/31/02
to
rste...@vitalstream.com (Rick Stevens) writes:

> John Nelson wrote:
> > On my Linux laptop when I boot I get the [FAILED] status and an error
> > message that says "network deferred". Automounts fail (makes sense since
> > it has deferred network connection). Is this a result of DHCP or some
> > misconfiguration? I do have a DHCP server which should be properly set up
> > so even if it is a DHCP issue, that DHCP server should be doling out those
> > numbers.
> >
> > Also, name resolution is failing (another duh... no network).
> >
> > I'm sure its something simple but can't put my finger on it.
>
>
> Is this based on a PCMCIA NIC card or one that's built in?
>
> If it's PCMCIA, do you have the PCMCIA services set up to run?
> They must be running before the network will work. By default,
> /etc/rc.d/init.d/network starts first, then /etc/rc.d/init.d/pcmcia.

I see this myself on my Gateway Solo. The eth0 tries to start before the
pcmcia, and of course it can't. It isn't causing me any problems bvecause I
don't have automounts and when the pcmcia comes up it starts eth0 OK.

I've been thinking of changing the order in the startup scripts rc.d/rcX.d to
avoid the "FAIL", does anyone see a problem starting pcmcia earlier?

Regards, KBK

John Nelson

unread,
Jan 31, 2002, 8:33:28 PM1/31/02
to

PCMICA... dang I should have thought of that myself. Starting the
network before
the PCMCIA interface seems kinda dumb though. Wonder what the rationale
behind
that was.

-- John


Rick Stevens wrote:

> Is this based on a PCMCIA NIC card or one that's built in?
>
> If it's PCMCIA, do you have the PCMCIA services set up to run?
> They must be running before the network will work. By default,
> /etc/rc.d/init.d/network starts first, then /etc/rc.d/init.d/pcmcia.
>

> If it's built in, then perhaps it's a funky NIC and you need a driver
> for it.


> ----------------------------------------------------------------------
> - Rick Stevens, SSE, VitalStream, Inc. rste...@vitalstream.com -
> - 949-743-2010 (Voice) http://www.vitalstream.com -
> - -

> - "Yeah, but you're taking the universe out of context." -
> ----------------------------------------------------------------------


>
>
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-in...@redhat.com
> https://listman.redhat.com/mailman/listinfo/redhat-install-list


--
_____________________________________________________

John T. Nelson
President | Computation.com Inc
mail: | jo...@computation.com
company: | http://www.computation.com/
journal of computation: | http://www.computation.org/
_____________________________________________________
"Providing quality IT consulting services since 1992"

Rick Stevens

unread,
Jan 31, 2002, 8:49:10 PM1/31/02
to
John Nelson wrote:

>
> PCMICA... dang I should have thought of that myself. Starting the
> network before
> the PCMCIA interface seems kinda dumb though. Wonder what the rationale
> behind
> that was.


As I said before, I dunno. However, even if PCMCIA is started after
the network is started, the NIC should still come up. You'll just
get a "FAIL" message during startup, then stuff will happen, then
you'll see an "eth0" after PCMCIA services start. It's weird.


----------------------------------------------------------------------
- Rick Stevens, SSE, VitalStream, Inc. rste...@vitalstream.com -
- 949-743-2010 (Voice) http://www.vitalstream.com -
- -

- BASIC is the Computer Science version of `Scientific Creationism' -
----------------------------------------------------------------------

Rick Stevens

unread,
Jan 31, 2002, 8:44:40 PM1/31/02
to
Kurt B. Kaiser wrote:

> rste...@vitalstream.com (Rick Stevens) writes:
>
>>John Nelson wrote:
>>

>>>On my Linux laptop when I boot I get the [FAILED] status and an error
>>>message that says "network deferred". Automounts fail (makes sense since
>>>it has deferred network connection). Is this a result of DHCP or some
>>>misconfiguration? I do have a DHCP server which should be properly set up
>>>so even if it is a DHCP issue, that DHCP server should be doling out those
>>>numbers.
>>>
>>>Also, name resolution is failing (another duh... no network).
>>>
>>>I'm sure its something simple but can't put my finger on it.
>>>
>>

>>Is this based on a PCMCIA NIC card or one that's built in?
>>
>>If it's PCMCIA, do you have the PCMCIA services set up to run?
>>They must be running before the network will work. By default,
>>/etc/rc.d/init.d/network starts first, then /etc/rc.d/init.d/pcmcia.
>>
>

> I see this myself on my Gateway Solo. The eth0 tries to start before the
> pcmcia, and of course it can't. It isn't causing me any problems bvecause I
> don't have automounts and when the pcmcia comes up it starts eth0 OK.
>
> I've been thinking of changing the order in the startup scripts rc.d/rcX.d to
> avoid the "FAIL", does anyone see a problem starting pcmcia earlier?


No, you can do it when you wish. I never did find out why Linux
does it in this sequence. It does seem a bit silly.


----------------------------------------------------------------------
- Rick Stevens, SSE, VitalStream, Inc. rste...@vitalstream.com -
- 949-743-2010 (Voice) http://www.vitalstream.com -
- -
- BASIC is the Computer Science version of `Scientific Creationism' -
----------------------------------------------------------------------

_______________________________________________

Kurt B. Kaiser

unread,
Jan 31, 2002, 11:37:07 PM1/31/02
to
rste...@vitalstream.com (Rick Stevens) writes:

> No, you can do it when you wish. I never did find out why Linux
> does it in this sequence. It does seem a bit silly.

Maybe it was set up before PCMCIA ethernet cards were common and no one ever
bothered to change it.

One of these days I'll give it a shot. That one red FAIL is a blight on the
beauty of the boot :)

Regards, KBK

Rick Stevens

unread,
Feb 1, 2002, 12:58:21 PM2/1/02
to
Kurt B. Kaiser wrote:

> rste...@vitalstream.com (Rick Stevens) writes:
>
>
>>No, you can do it when you wish. I never did find out why Linux
>>does it in this sequence. It does seem a bit silly.
>>
>
> Maybe it was set up before PCMCIA ethernet cards were common and no one ever
> bothered to change it.


Well, I don't know. I seem to remember similar things going back to the
very first Slackware releases with kernel 0.94 and earlier.

----------------------------------------------------------------------
- Rick Stevens, SSE, VitalStream, Inc. rste...@vitalstream.com -
- 949-743-2010 (Voice) http://www.vitalstream.com -
- -

- Microsoft Windows: Proof that P.T. Barnum was right -
----------------------------------------------------------------------

Kurt B. Kaiser

unread,
Feb 1, 2002, 1:54:16 PM2/1/02
to
rste...@vitalstream.com (Rick Stevens) writes:

> Kurt B. Kaiser wrote:
> > Maybe it was set up before PCMCIA ethernet cards were common and no one
> > ever bothered to change it.
>
> Well, I don't know. I seem to remember similar things going back to the
> very first Slackware releases with kernel 0.94 and earlier.

They were supporting PCMCIA and Ethernet PC cards that early?

Regards, KBK

Rick Stevens

unread,
Feb 1, 2002, 2:10:33 PM2/1/02
to
Kurt B. Kaiser wrote:

> rste...@vitalstream.com (Rick Stevens) writes:
>
>>Kurt B. Kaiser wrote:
>>
>>>Maybe it was set up before PCMCIA ethernet cards were common and no one
>>>ever bothered to change it.
>>>
>>Well, I don't know. I seem to remember similar things going back to the
>>very first Slackware releases with kernel 0.94 and earlier.
>>
>
> They were supporting PCMCIA and Ethernet PC cards that early?


Well, fairly early. I'm not certain if it was the 0.9x kernels,
but pretty close (for sure in the 1.2 series). I had an ancient
laptop (P75) that I ran Slackware on that used a 10Base-T card
that looked like the NE2000.


----------------------------------------------------------------------
- Rick Stevens, SSE, VitalStream, Inc. rste...@vitalstream.com -
- 949-743-2010 (Voice) http://www.vitalstream.com -
- -

- Life: That which happens while you search for the remote control. -
----------------------------------------------------------------------

Kurt B. Kaiser

unread,
Feb 1, 2002, 4:21:36 PM2/1/02
to
rste...@vitalstream.com (Rick Stevens) writes:

> Well, fairly early. I'm not certain if it was the 0.9x kernels,
> but pretty close (for sure in the 1.2 series). I had an ancient
> laptop (P75) that I ran Slackware on that used a 10Base-T card
> that looked like the NE2000.

I had Slackware going back in '96 or so ('97?) on a Toshiba Satellite (486),
but I never did get the networking going ;) The box is long gone and I don't
remember what the version was.

Regards, KBK

norma...@attglobal.net

unread,
Feb 2, 2002, 12:26:10 AM2/2/02
to
Dave Hinds said this is a non-problem. It is just the way RedHat decided to handle the
exit code at one of the steps. It should be considered a 0 and give you a 'green'
Norm

"Kurt B. Kaiser" <k...@shore.net> wrote in message
news:m3lmecv...@float.ne.mediaone.com...

Jim Ruxton

unread,
Feb 4, 2002, 1:49:21 PM2/4/02
to
I hope someone can help me . Yes I'm a newbie but working at getting to
know Linux. I just recently installed RH7.2 on my laptop. It has an
internal ethernet port. Since I installed RH7.2 (dual booting with XP)
I've been getting the nuisance :
"Bringing up interface eth0" can't locate IP address [FAILED]
I'm not sure why it's looking for an IP address on bootup . I am not
always connected to a network. eth0 works fine when I start pppoe for my
adsl connection. It appeared to take longer and longer every time I
booted for the [FAILED] message to come back. Now it just hangs before
the [FAILED] message appears. I can only boot in interactive mode and
say no to starting eth0 . It still starts fine when I run a start-pppoe
script.
Here is my ifcfg-eth0 script. I'd really appreciate any help to get this
fixed. Thanks!

DEVICE=eth0
ONBOOT=yes # (I tried saying no but it didn't make a difference)
BOOTPROTO=dhcp
TYPE=Ethernet
USERCTL=no
PEERDNS=no


Jim

ka...@ourldsfamily.com

unread,
Feb 4, 2002, 2:05:33 PM2/4/02
to
You need to set eth0 to not start at bootup if you aren't using it. In order
for eth0 to start, it has to have a static IP or be able to configure itself
using DHCP, otherwise it will fail every time. If you will be connecting to
a network using eth0, assign a static IP or give it a DHCP server that it
can find during boot.

At least that's how I understand things.

--
Karl L. Pearson
Senior Consulting Systems Analyst
Senior Consulting Database Analyst
ka...@ourldsfamily.com
My Thoughts on Terrorism In America:
http://www.ourldsfamily.com/wtc.shtml

Jim Ruxton

unread,
Feb 4, 2002, 3:50:25 PM2/4/02
to
Thanks Karl

> You need to set eth0 to not start at bootup if you aren't using it.
What is the best way to do this?

>In order
> for eth0 to start, it has to have a static IP or be able to configure
itself
> using DHCP, otherwise it will fail every time. If you will be connecting
to
> a network using eth0, assign a static IP or give it a DHCP server that it
> can find during boot.
And if I want to log on to a DHCP server later but not at boot how do I
configure this.
Thanks,
Jim

Rick Stevens

unread,
Feb 4, 2002, 4:05:24 PM2/4/02
to
Jim Ruxton wrote:

> Thanks Karl


>
>>You need to set eth0 to not start at bootup if you aren't using it.
>>

> What is the best way to do this?


You _can_ have it start at boot under DHCP. You need to run "netconfig"
and set it to DHCP operation. (and the .sig below was selected
randomly--don't take it personally!)


----------------------------------------------------------------------
- Rick Stevens, SSE, VitalStream, Inc. rste...@vitalstream.com -
- 949-743-2010 (Voice) http://www.vitalstream.com -
- -

- When all else fails, try reading the instructions. -
----------------------------------------------------------------------

ka...@ourldsfamily.com

unread,
Feb 4, 2002, 5:17:27 PM2/4/02
to
I think I said DHCP can come up at boot time, but, if you have a static IP
OR DHCP and want to start after boot time, you can just run

ifup eth0

and that will kick it off (ifdown eth0 to drop it).

Paul Swider

unread,
Feb 4, 2002, 5:45:35 PM2/4/02
to
With lsmod, I get

idea-cd 27104 0 (autoclean)
cdrom 27392 0 (autoclean) [ide-cd]
autofs 11136 1 (autoclean)
ipchains 38944 0 (unused)
usb-uhci 20848 0 (unused)
usbcore 49632 1 [usb-uhci]


ka...@ourldsfamily.com wrote:

> It appears that the network card isn't loaded. Have you done lsmod as root
> to see what's loaded? Mine is:
>
> [root@frank /root]# lsmod
> Module Size Used by
> ide-cd 23628 0 (autoclean)
> lockd 31176 1 (autoclean)
> sunrpc 52964 1 (autoclean) [lockd]
> tulip 31992 1 (autoclean)
> pci-scan 2484 0 (autoclean) [tulip]
> agpgart 18600 0 (unused)
> opl3 11432 0
> cs4232 2672 0
> ad1848 16304 0 [cs4232]
> uart401 6224 0 [cs4232]
> sound 57496 0 [opl3 cs4232 ad1848 uart401]
> soundcore 2596 6 [sound]
> soundlow 420 0 [sound]
> usb-uhci 19052 0 (unused)
> usbcore 42088 1 [usb-uhci]
> [root@frank /root]#
>
> The network card is the tupid driver above so I know my network card (eth0)
> is loaded during boot. You can also type dmesg as root, piped to more, and
> see what happens during boot, just in case there's an error message
> indicating some hardware problem. That's a useful command to find out why
> PCI cards don't work. You get to see the interrupts and memory locations
> they are using...


>
> --
> Karl L. Pearson
> Senior Consulting Systems Analyst
> Senior Consulting Database Analyst
> ka...@ourldsfamily.com
> My Thoughts on Terrorism In America:
> http://www.ourldsfamily.com/wtc.shtml
>

> On Mon, 4 Feb 2002, Paul Swider wrote:
>
> I'm following this eagerly because I have similar problems. But, when I run
> ifup eth0 I get
>
> Delaying eth0 initialization
>
> and if I run ifconfig -a I show no eth0 listing at all. I assume this means
> eth0 is not running but it also appears that it is refusing. Why would this be?

> --
> Paul Swider
> psw...@e-greenstar.com
> Greenstar
> http://www.greenstar.org/introduction.htm
> V 301.776.9979
> C 301.793.8329
> F 208.248.1869
> http://www.e-greenstar.com/pswider.htm


>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-in...@redhat.com
> https://listman.redhat.com/mailman/listinfo/redhat-install-list
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-in...@redhat.com
> https://listman.redhat.com/mailman/listinfo/redhat-install-list

--
Paul Swider
psw...@e-greenstar.com
Greenstar
http://www.greenstar.org/introduction.htm
V 301.776.9979
C 301.793.8329
F 208.248.1869
http://www.e-greenstar.com/pswider.htm

Paul Swider

unread,
Feb 4, 2002, 5:45:43 PM2/4/02
to
No, this is a desktop. The PCI card is SMC 1660T-50


Rick Stevens wrote:

> Paul Swider wrote:
>
> > I'm following this eagerly because I have similar problems. But, when I run
> > ifup eth0 I get
> >
> > Delaying eth0 initialization
> >
> > and if I run ifconfig -a I show no eth0 listing at all. I assume this means
> > eth0 is not running but it also appears that it is refusing. Why would this be?
>

> On a laptop? What kind of card?


>
> > ka...@ourldsfamily.com wrote:
> >
> >
> >>I think I said DHCP can come up at boot time, but, if you have a static IP
> >>OR DHCP and want to start after boot time, you can just run
> >>
> >>ifup eth0
> >>
> >>and that will kick it off (ifdown eth0 to drop it).
>

> True. I was commenting on:


> >>>You need to set eth0 to not start at bootup if you aren't using it.
>

> ----------------------------------------------------------------------
> - Rick Stevens, SSE, VitalStream, Inc. rste...@vitalstream.com -
> - 949-743-2010 (Voice) http://www.vitalstream.com -
> - -

> - Jimmie crack corn and I don't care...what kind of lousy attitude -
> - is THAT to have, huh? -- Dennis Miller -
> ----------------------------------------------------------------------


>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-in...@redhat.com
> https://listman.redhat.com/mailman/listinfo/redhat-install-list

--

ka...@ourldsfamily.com

unread,
Feb 4, 2002, 5:55:18 PM2/4/02
to
uh.... I meant tulip, not tupid... I guess I've typed stupid too many times
in my life...

--
Karl L. Pearson
Senior Consulting Systems Analyst
Senior Consulting Database Analyst
ka...@ourldsfamily.com
My Thoughts on Terrorism In America:
http://www.ourldsfamily.com/wtc.shtml

On Mon, 4 Feb 2002, Paul Swider wrote:

I'm following this eagerly because I have similar problems. But, when I run
ifup eth0 I get

Delaying eth0 initialization

and if I run ifconfig -a I show no eth0 listing at all. I assume this means
eth0 is not running but it also appears that it is refusing. Why would this be?


ka...@ourldsfamily.com wrote:

> I think I said DHCP can come up at boot time, but, if you have a static IP
> OR DHCP and want to start after boot time, you can just run
>
> ifup eth0
>
> and that will kick it off (ifdown eth0 to drop it).
>

> --
> Karl L. Pearson
> Senior Consulting Systems Analyst
> Senior Consulting Database Analyst
> ka...@ourldsfamily.com
> My Thoughts on Terrorism In America:
> http://www.ourldsfamily.com/wtc.shtml
>
> On Mon, 4 Feb 2002, Jim Ruxton wrote:
>
> Thanks Karl

> > You need to set eth0 to not start at bootup if you aren't using it.

Paul Swider

unread,
Feb 4, 2002, 5:55:18 PM2/4/02
to
I'm following this eagerly because I have similar problems. But, when I run
ifup eth0 I get

Delaying eth0 initialization

and if I run ifconfig -a I show no eth0 listing at all. I assume this means
eth0 is not running but it also appears that it is refusing. Why would this be?


ka...@ourldsfamily.com wrote:

--

ka...@ourldsfamily.com

unread,
Feb 4, 2002, 5:55:10 PM2/4/02
to

--


Karl L. Pearson
Senior Consulting Systems Analyst
Senior Consulting Database Analyst
ka...@ourldsfamily.com
My Thoughts on Terrorism In America:
http://www.ourldsfamily.com/wtc.shtml

Rick Stevens

unread,
Feb 4, 2002, 5:55:16 PM2/4/02
to
Paul Swider wrote:

> I'm following this eagerly because I have similar problems. But, when I run
> ifup eth0 I get
>
> Delaying eth0 initialization
>
> and if I run ifconfig -a I show no eth0 listing at all. I assume this means
> eth0 is not running but it also appears that it is refusing. Why would this be?

On a laptop? What kind of card?

> ka...@ourldsfamily.com wrote:
>
>
>>I think I said DHCP can come up at boot time, but, if you have a static IP
>>OR DHCP and want to start after boot time, you can just run
>>
>>ifup eth0
>>
>>and that will kick it off (ifdown eth0 to drop it).

True. I was commenting on:

>>>You need to set eth0 to not start at bootup if you aren't using it.

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


- Rick Stevens, SSE, VitalStream, Inc. rste...@vitalstream.com -
- 949-743-2010 (Voice) http://www.vitalstream.com -
- -
- Jimmie crack corn and I don't care...what kind of lousy attitude -
- is THAT to have, huh? -- Dennis Miller -
----------------------------------------------------------------------

_______________________________________________

Rick Stevens

unread,
Feb 4, 2002, 5:46:36 PM2/4/02
to
ka...@ourldsfamily.com wrote:

> uh.... I meant tulip, not tupid... I guess I've typed stupid too many times
> in my life...


Dyslexics of the world...UNTIE! ;-)

Huked on foniks reely wurked for me!

ka...@ourldsfamily.com

unread,
Feb 4, 2002, 6:06:53 PM2/4/02
to
touchy, er, touche`

--
Karl L. Pearson
Senior Consulting Systems Analyst
Senior Consulting Database Analyst
ka...@ourldsfamily.com
My Thoughts on Terrorism In America:
http://www.ourldsfamily.com/wtc.shtml

ka...@ourldsfamily.com

unread,
Feb 4, 2002, 6:07:09 PM2/4/02
to
You don't have a module for your network card. This is kind of a dumb
question because you have to turn it off, but, does kudzu run at boot? In
other words, do you see a message indicating that new hardware is being
looked for?

Another question, which usually is asked about winmodems, but, is your
network card completely plug-n-play? (translation: put it in and watch
windows use it poorly, all other OSes miss it entirely).

Paul Swider

unread,
Feb 4, 2002, 6:13:49 PM2/4/02
to
kudzu runs at boot and configures the card. I configure networking for dhcp. and this
is the result.

I am trying to make this machine strictly rh7.1 so I can't test it against windows,
although it used to operate on w98.

ka...@ourldsfamily.com

unread,
Feb 4, 2002, 6:32:31 PM2/4/02
to
It's not loading your network card. Is it PCI? ISA?

When I do a pnpdump, I only see my sound card, but, if yours is pnp, then
this might give you some indication why it's not loading. . . or not.

Paul Swider

unread,
Feb 4, 2002, 6:44:29 PM2/4/02
to
This is what I know about the card:

SMC1660T

EZ Cardâ„¢ 10 Mbps Ethernet ISA Adapter

The EZ Cardâ„¢ 10 Mbps Ethernet ISA Adapter (SMC1660) is the perfect adapter for the home
and small business users who require connectivity to cable / xDSL modems or to an
existing legacy 10Base-T network. This family of network adapters offers RJ-45, BNC and
AUI connectors for fast, easy installation into existing LANs. They are completely
auto-configurable at power-up, and are ready for operation as soon as your PC boots up.
The EZ Card combo models auto-sense and switch to the media connected to them,with no
need for user intervention.

ka...@ourldsfamily.com

unread,
Feb 4, 2002, 7:08:29 PM2/4/02
to
It sounds like you need a new ethernet card. Some old ISA cards are not
probed correctly or at all during bootup.

The only two modules I see on my 7.0 box for SMC cards are:

smc-ultra
smc9194

I doubt either of these work, so they aren't loaded into /etc/modules.conf
during the boot, even though kudzu finds the card.

That's why I think you might want to look into a new card...

Rick Stevens

unread,
Feb 4, 2002, 7:25:21 PM2/4/02
to
Paul Swider wrote:

> I was getting close to that conclusion myself, just because it seemed simpler. Given that,
> can you recommend a card that will not cause rh7.1 to hiccup?


Just about any PCI card will work. I use 3-Com, SMC and Intel a lot.

----------------------------------------------------------------------
- Rick Stevens, SSE, VitalStream, Inc. rste...@vitalstream.com -
- 949-743-2010 (Voice) http://www.vitalstream.com -
- -

- Lottery: A tax on people who are bad at math. -
----------------------------------------------------------------------

Paul Swider

unread,
Feb 4, 2002, 7:15:29 PM2/4/02
to
I was getting close to that conclusion myself, just because it seemed simpler. Given that,
can you recommend a card that will not cause rh7.1 to hiccup?

ka...@ourldsfamily.com

unread,
Feb 4, 2002, 8:16:40 PM2/4/02
to
I got a D-Link card for this box. It came with a driver for Linux that I
compiled using their instructions and it came up first try. But, the 3Com
cards are good, as are the Intel cards, though their failure rate has been
higher at work. The one my wife uses is as old as our DSL line and it's
never had any trouble.

Michael Oatman

unread,
Feb 6, 2002, 6:31:05 PM2/6/02
to
Hi,

During RH7.2 install bootup screen, before X starts for regular
install, it hangs trying to get drive info for hdd (is 30.0*10^9 Bytes
-- not GiB). The message it gives is "timeout waiting for DMA" after
waiting for about 15 seconds. It then does not report partition table
info back during bootup.

When in Disk Druid, it asks if I want to Ignore or Cancel when it tries
to get info (I select Ignore, rather than erase existing NTFS
partitions with all South Park episodes, etc., etc.). I then get drive
info and it mostly always works during install, but I've had kernel
panics (boot from disk) to suddenly missing network cards to Gnome and
KDE X window starts hanging at starting the panel.

I've been watching the list for a few days to see if anyone is having
the same problems, and short of the eth0 questions, nothing really
applied (neat says MAC address is all zeros, but it installed fine
several times and was working previously). I've installed RH6 with a
minimum of difficulty onto the same computer (actually the same
partition locations also), and I would tend to believe RH7.2 would be
that much less difficult. I've installed 7.2 probably 20+ times now.

The C/H/S for hdd are 58316/16/1024 and apparently the heads are 1/16
as many as standard (= 256). My other 2 drives have H/S of 256/1024,
with varying cylinder sizes, as the drives are of different sizes. I
dunno if this will help anyone.

BTW, hda is just 24MB NT loader, various other NT4/2K systems reside in
other partitions on hda, I'm booting from a boot disk (does that use
either Grub or LILO?), hdb is NTFS program files and other data, hdc is
CD-ROM, hdd is primary Linux (hdd1=/boot hdd2=swap hdd3=/ hdd4=Extended
Hex Type 0F) and logical NTFS multimedia, web, FTP, etc.

Thanks Much!!!
Michael
suns...@yahoo.com


__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

0 new messages