LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-25-2008, 07:38 PM   #1
claudius753
Member
 
Registered: Jan 2004
Distribution: Mac OS X 10.6.4 "Snow Leopard", Win 7, Ubuntu 10.04
Posts: 322

Rep: Reputation: 31
Installing Arch, Where is iwconfig?


I am trying to install Arch on my laptop. I just returned my Vaio and got an HP. I expect the setup on the HP to be similar to setup on the Vaio...

I had successfully set up the wifi with iwconfig, and brought it up (I was able to ping google.com). When I started the install and chose ftp and a mirror, there was only 1 option. base-devel? Install seemed to go well, and I had grub installed, etc.

Then, when I booted into the freshly installed Arch, I had to again set up the wifi connection. When I try to run iwconfig, it cannot find the command. I'm not sure package I need to install to make sure my wifi tools are there. I guess I could just choose everything?

I will be attempting the install on my HP tonight, so as long as it goes the same way as the Vaio, I will be missing iwconfig again.



On a little aside, grub helped me ensure I could get a refund on the Vaio. I had installed over the original Vista to get rid of all the bloatware. I then realized I didn't have recovery discs. But, I was able to use the grub command line to boot into the recovery partition so I could fully restore the original settings!
 
Old 11-25-2008, 07:44 PM   #2
sasho
Member
 
Registered: Jan 2005
Distribution: Arch
Posts: 120

Rep: Reputation: 17
This will install it:
PHP Code:
pacman -S wireless_tools 
 
Old 11-25-2008, 07:51 PM   #3
claudius753
Member
 
Registered: Jan 2004
Distribution: Mac OS X 10.6.4 "Snow Leopard", Win 7, Ubuntu 10.04
Posts: 322

Original Poster
Rep: Reputation: 31
I've never used Arch, so I am not completely familiar with pacman... wouldn't it need an internet connection to install anything? So, I need an internet connection to install the tools that will allow me to have an internet connection?
 
Old 11-25-2008, 08:06 PM   #4
j.todd
Member
 
Registered: Feb 2008
Location: Michigan
Distribution: Debian GNU/Linux Unstable
Posts: 144

Rep: Reputation: 16
Reinstall arch with wireless-tools. You can choose it when you select packages.
 
Old 11-25-2008, 10:06 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by j.todd View Post
Reinstall arch with wireless-tools. You can choose it when you select packages.
Really!!!---I've installed Arch maybe 6 times in the last few months, and never saw that. Oh well...

For claudius;
This might be more help than you wanted, but I would always have my home network set up with wireless AND wired connections---very easy to do with a router.** I have gone through quite a few Linux installs on my HP laptop, and wireless is sometimes the last thing I get working.

**The last time we switched ISPs (to Verizon DSL), we got a combo DSL modem/wireless router as part of the package. It's one of the best things the system has ever done for us.....
 
Old 11-25-2008, 10:26 PM   #6
claudius753
Member
 
Registered: Jan 2004
Distribution: Mac OS X 10.6.4 "Snow Leopard", Win 7, Ubuntu 10.04
Posts: 322

Original Poster
Rep: Reputation: 31
I specifically chose something with centrino since it seems intel wireless is fairly well supported under linux, so hopefully it will work out of the box. I have the 5100, and according to intellinuxwireless.org, it should be supported in any kernel 2.6.26 and up.

I do have a router, but it's in the basement stashed away so it's not really convenient to use it wired, but I can if I really have to.
 
Old 11-26-2008, 08:34 PM   #7
sasho
Member
 
Registered: Jan 2005
Distribution: Arch
Posts: 120

Rep: Reputation: 17
Quote:
Originally Posted by claudius753 View Post
I've never used Arch, so I am not completely familiar with pacman... wouldn't it need an internet connection to install anything? So, I need an internet connection to install the tools that will allow me to have an internet connection?
You also need an internet connection to post on this board, don't you? If you have another computer connected, you can grab that package on a USB stick or similar and install it with
PHP Code:
pacman -U wireless_tools-29-2-i686.pkg.tar.gz 
Here is the link to said package:
ftp://ftp.archlinux.org/core/os/i686...686.pkg.tar.gz

Last edited by sasho; 11-26-2008 at 08:36 PM. Reason: added link
 
Old 11-26-2008, 08:44 PM   #8
claudius753
Member
 
Registered: Jan 2004
Distribution: Mac OS X 10.6.4 "Snow Leopard", Win 7, Ubuntu 10.04
Posts: 322

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by sasho View Post
You also need an internet connection to post on this board, don't you? If you have another computer connected, you can grab that package on a USB stick or similar and install it with
PHP Code:
pacman -U wireless_tools-29-2-i686.pkg.tar.gz 
Here is the link to said package:
ftp://ftp.archlinux.org/core/os/i686...686.pkg.tar.gz
I was unaware that I could download packages directly to install later in Arch. Where would I download the packages, I found wireless_tools here, but I don't see a download link.

EDIT: Never mind, found it from ftp://ftp.archlinux.org/core/os/x86_64/. I will be attempting Arch again tonight, so if I can't get wireless_tools from the installation, I will get it from the ftp site and throw it on my USB flash drive. Also has the ucode in case I need that too.

Last edited by claudius753; 11-26-2008 at 08:48 PM. Reason: found it
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing gnome themes on arch technononsense Linux - Desktop 2 09-17-2008 03:13 AM
Arch user wanted to help padawan learner install arch and use it thomas-linuxing Linux - Software 9 10-18-2006 04:02 PM
Installing Tango DP in arch Tha1 Arch 2 01-31-2006 08:11 AM
Installing, stuck on iwconfig step sulfa Linux - Wireless Networking 3 01-15-2005 12:53 PM
installing Arch nasirjones Linux - Newbie 1 01-07-2005 09:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration