Posts: 42
Hal343
Joined: 19 May 2009
#1
I installed antix 8.5-486 base on a compaq armada laptop which has a winmodem, and I am using a pcmcia card to use ethernet, but

Code: Select all

ifconfig eth0
gives me

Code: Select all

 ifconfig: command not found
.
Is there a command that will bring the interface up?
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
What does

Code: Select all

inxi -F
show with the PCMCIA card plugged into your Compaq?
Posts: 42
Hal343
Joined: 19 May 2009
#3
Hi roky,
I found the problem. I had to run

Code: Select all

ifconfig eth0 up
as root. That solved it.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#4
Was gonna mention that but wasn't sure if your card was being picked up first.

Glad ya posted the solution though. __{{emoticon}}__