You are not logged in.
Pages: 1
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
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
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 dialoghttps://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
Thanks guys, chroot-ing into my installed system worked.
Offline
Pages: 1