You are not logged in.
Hi there,
Problem: I cannot proceed the installation of Arch by lack of internet connection. I have a MBPr that has a Broadcom 4360 wireless card. After a little research I found that this requires the broadcom-wl driver. However, the wl driver is not on the install CD by default (at least, it didn't show up with "find / -iname '*wl*o'"). I figured that downloading and installing the driver from the AUR possibly solves the problem. I suppose I need to install the DKMS from https://aur.archlinux.org/packages/broadcom-wl-dkms/.
Since I'm new to Arch I have not the slightest idea how the AUR repository works and how to hack it all together with the install CD. I have the possibility to download stuff to a USB drive and mount it during the installation process.
Some help, refs, ideas are much appreciated.
Adriaan
Last edited by adriaana3 (2014-08-13 18:17:08)
Offline
You can download all the source files you need to a USB, build the package using the LiveCD, install the package and then continue. And when you chroot in to setup Arch, don't forget to install the broadcom package.
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
Thanks. Tried it out in a virtual environment but some questions remain.
- How do I get base-devel and all it's dependencies easily imported from a USB to Pacman?
- How do I get Pacman's databases installed, without upgrading (as pacman -Syu does) and without internet? I need to install the linux-headers from the same version as the LiveCD kernel.
Offline
Hmm... Download the base-devel group to a /base-devel/ folder on the USB, change directory into the folder and issue
pacman -U ./*.pkg.tar.xz
That would deal with the base-devel problem...
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline