Results 1 to 10 of 15
When I type "ifconfig" in a terminal, I am told that ifconfig is a bad command.
Does anyone have any ideas?
And I cant get online with Fedora, but i ...
- 04-05-2005 #1
ifconfig command not found
When I type "ifconfig" in a terminal, I am told that ifconfig is a bad command.
Does anyone have any ideas?
And I cant get online with Fedora, but i can with WinXP.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-05-2005 #2Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
make sure you're logged in as root, and do:
make sure that /sbin is in your path:Code:/sbin/ifconfig
Code:echo $PATH # if it isn't, do: PATH=$PATH:/sbin:/usr/sbin
- 04-05-2005 #3
That worked to bring the command up.
But, all it told me was that I was offline.
So I typed /sbin/ifup eth0, and it said
configuration for eth0 not found.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-05-2005 #4Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
type:
you can install devices and set them up from thereCode:system-config-network
- 04-05-2005 #5U dont actually have to be root to run ifconfig
Originally Posted by smindinvern
The reason (i think) peopple think u need to be root is cos /sbin is in root's path, and not the standard user.
If (as a standard user) u run /sbin/ifconfig, it will work
Adding /sbin to the user's path isn't really worth it for ifconfig. Cos most the stuff in sbin probably does need root privileges, that's why only root has it
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 04-05-2005 #6
not finding network card paged through all and not listed in there
my network card is linksys gigabit network adaptor model eg1032How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-05-2005 #7Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
oooh, I've never seen linksys drivers for linux... you might check their site though
- 04-05-2005 #8
I switched network cards. To a Davicom Semiconductor. The status in the system-config-network says OK. But I still can't get online.
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-05-2005 #9
For some odd reason when I tried Knoppix, the internet worked fine.
So, I decided to put Vectorlinux on this pc.
Hopefully the internet will work fine then.
P.S. This is a freinds pc, who wanted to learn Linux.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-06-2005 #10
Problem solved. Switched to SuSE 9.2, configured the DSL and the network card and then we were able to get online.
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ


Reply With Quote