You are not logged in.

#1 2012-11-27 08:01:11

diligentchaos
Member
Registered: 2012-11-27
Posts: 12

[SOLVED] wpa_supplicant after arch install

my university uses 8021x security (peap & mschapv2 authentication). During the arch install, I was able to connect via ethernet by editing the /etc/wpa_supplicant.conf file.

I tried the same process when I rebooted into my system for the first time, only to find that wpa_supplicant was not installed. I was wondering if there would be any way to manually install wpa_supplicant? I can't install through pacman because I don't have an internet connection to begin with.

I'm thinking I need to manually build the wpa_supplicant package but I don't know how to go about doing it. Or would I be able to install wpa_supplicant and the other tools (wireless_tools, wpa_actiond, dialog) while still in the live install environment?

Last edited by diligentchaos (2012-11-27 20:16:35)

Offline

#2 2012-11-27 10:35:29

swordfish
Member
Registered: 2012-01-14
Posts: 160

Re: [SOLVED] wpa_supplicant after arch install

diligentchaos wrote:

Or would I be able to install wpa_supplicant and the other tools (wireless_tools, wpa_actiond, dialog) while still in the live install environment?

Yes, you can do this. Just start the live environment (from a cd or a usb stick), chroot into your installed system and use pacman to install wpa_supplicant and the other packages, like

# pacman -S wireless_tools wpa_supplicant wpa_actiond dialog


Arch_x64 on Thinkpad Edge E520 (Intel Core i5, 4 GB RAM, 128 GB Crucial M4 SSD) + ITX-Desktop (Asrock H77M-ITX, Intel Core i3-2120T, 8GB RAM, 64 GB Samsung 830 SSD)

Offline

#3 2012-11-27 11:14:23

Alber
Member
From: Spain - España
Registered: 2011-11-11
Posts: 227

Re: [SOLVED] wpa_supplicant after arch install

I think you can use pascstrap too. Just it's another way.
Follow the steps mounting partitions as a new installation. And install the packages.

pacstrap -i /mnt wireless_tools wpa_supplicant wpa_actiond dialog

https://wiki.archlinux.org/index.php/In … ase_system
https://wiki.archlinux.org/index.php/Be … ase_system

Edit:
Booting from Install media.

Last edited by Alber (2012-11-27 12:26:08)


Because not all of us are native English speakers, try no to use slang or abbreviations, thank you.

Offline

#4 2012-11-27 20:16:22

diligentchaos
Member
Registered: 2012-11-27
Posts: 12

Re: [SOLVED] wpa_supplicant after arch install

Thanks guys, chroot-ing into my installed system worked.

Offline

Board footer

Powered by FluxBB