LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Red Hat 8.0 Network Card Issues (https://www.linuxquestions.org/questions/linux-networking-3/red-hat-8-0-network-card-issues-49804/)

jzerden 03-14-2003 09:19 AM

Red Hat 8.0 Network Card Issues
 
I am a new user to Linux and am having trouble with network configs....

I have a dell latitude CPx w/ a Xircom Real Port 10/100 Modem and Network card (model number RBEM56G-100.)

My first attempt to install linux was with Red Hat 7.3. The install process worked - but when I logged on the machine would not get a DHCP address. I logged in as root - ran netconfig. I chose DHCP in this config process and rebooted - all worked fine.

I then decided to install Red Hat 8.0 on the same machine(deleting the 7.3 partitions.) Again the config process went fine (even during the config process the lights on the xircom card were lit - and the machine was actually leased an IP address.) After the install process I logged on to the machine and the network card was not up (the lights on the card are not even blinking.)

I then attempted to run service network restart

when doing so I get the following response:

Brings up loop interface ok
Attempted to bring up eth0 - and it fails with the following error:

Error for wireless request "Seth Encode" (8B2A):
SET failed on device eth0 ; No Such Device
Error for wireless request "Seth ESSID" (8B1A):
SET failed on device eth0; No Such Device


Determining IP information for eth0...SIOCSIFADDR: no such device
eth0: unknown interface: No Such Device
eth0: unknown interface: No Such Device
Failed



Any help is appreciated!

jzerden 03-14-2003 10:23 AM

Okay so after some more searching on the net - I found the command to start PCMCIA services:

etc/rc.d/init.d/pcmcia start

Everything then began to work.

Does anyone have a suggestion on how to make the pcmcia start command load before the network modules during boot up?

jzerden 03-14-2003 11:27 AM

More details...

So after I got it working (still dont have the automatic startup of the PCMCIA per the last post) I am still seeing weird behavior.

If I attemp to start pcmcia services- and the restart network services I get an error - and it looses the IP connection. I then have to stop PCMCIA serverices and restart them. See below:

Thanks
Jon

[root@localhost root]# ping www.aol.com
PING www.gwww.aol.com (205.188.145.215) from 10.1.1.150 : 56(84) bytes of data.
64 bytes from aol-v1.websys.aol.com (205.188.145.215): icmp_seq=1 ttl=50 time=11 .4 ms

--- www.gwww.aol.com ping statistics ---
1 packets transmitted, 1 received, 0% loss, time 0ms
rtt min/avg/max/mdev = 11.486/11.486/11.486/0.000 ms
[root@localhost root]# service network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Setting network parameters: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0...PING 10.1.1.1 (10.1.1.1) from 10.1.1.150 : 56(84) bytes of data.

--- 10.1.1.1 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% loss, time 1999ms
, pipe 3
PING 10.1.1.1 (10.1.1.1) from 10.1.1.176 : 56(84) bytes of data.

--- 10.1.1.1 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% loss, time 1999ms
, pipe 3
failed.
[FAILED]
[root@localhost root]# ping www.aol.com
ping: unknown host www.aol.com
[root@localhost root]# /etc/rc.d/init.d/pcmcia stop
Shutting down PCMCIA services: cardmgr modules.
[root@localhost root]# /etc/rc.d/init.d/pcmcia start
Starting PCMCIA services: modules cardmgr.
[root@localhost root]# ping www.aol.com
PING www.gwww.aol.com (205.188.160.121) from 10.1.1.150 : 56(84) bytes of data.
64 bytes from www1.aol.com (205.188.160.121): icmp_seq=1 ttl=50 time=11.9 ms
64 bytes from www1.aol.com (205.188.160.121): icmp_seq=2 ttl=50 time=11.6 ms

--- www.gwww.aol.com ping statistics ---
2 packets transmitted, 2 received, 0% loss, time 1002ms
rtt min/avg/max/mdev = 11.616/11.774/11.932/0.158 ms
[root@localhost root]#


All times are GMT -5. The time now is 08:09 PM.