Results 1 to 6 of 6
I just downloaded Arch using Oracle VM VirtualBox and I want to check for updates but when I do it gives me an error probably because the wifi is not ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-03-2012 #1Just Joined!
- Join Date
- Mar 2012
- Location
- Dallas Texas
- Posts
- 81
Can't get "ifconfig" to work
I just downloaded Arch using Oracle VM VirtualBox and I want to check for updates but when I do it gives me an error probably because the wifi is not setup yet. I am told to type in "ifconfig" into the virtual box to see my current internet settings but when I do i get: -bash: ifconfig: command not found
Any suggestions?
- 03-03-2012 #2
Try this:
Some ditros want you to provide the whole command path, instead of just the command.Code:/sbin/ifconfig
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 03-03-2012 #3Just Joined!
- Join Date
- Mar 2012
- Location
- Dallas Texas
- Posts
- 81
- 03-03-2012 #4
Try it one more time as root:
Code:su - <enter root password> ifconfig -a
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 03-04-2012 #5Just Joined!
- Join Date
- Mar 2012
- Location
- Dallas Texas
- Posts
- 81
Ok. I think that worked. I found out that I don't have internet set up on my Arch. I was able to download it but I can't update or install any packages (considering arch is just a terminal right know) until I set up my wifi. Do you know how to do that? Is it under settings (on Oracle VM) and then "Network?"
- 04-29-2012 #6Linux Newbie
- Join Date
- Aug 2010
- Posts
- 196
ifconfig is in the nettools package. You must install nettools in order to use ifconfig


Reply With Quote

