You are not logged in.
Hello all,
I have just purchased a new computer and am trying to get my favourite distro installed.
The NIC is built into the motherboard and the driver is only available from kernel 2.6.27
After a fresh install of Arch to the hard disk, the kernel is 2.6.25, so I have no network available ![]()
My questions are:
1. Can I download the latest kernel package and put it on a CD? Perhaps the updated pacman package as well.
2. How can I get pacman to look for updated packages on the CD, rather than trying to go out through the network?
Thanks in advance!
Mark
Offline
Download the kernel and then do pacman -U /path/to/kernel.pkg.tar.gz
Love, and do what thou wilt - St. Augustine of Hippo
Offline
Download the kernel and then do pacman -U /path/to/kernel.pkg.tar.gz
Hi Roberto,
I downloaded the latest kernel from a mirror site and burned it to a CD using Nero.
I mounted the CD like so...
mount /dev/cdrom /mnt
This worked because I could ls /mnt and see the file without a problem.
When I go...
pacman -U /mnt/kernel26-2.6.27.10-1-i686.pkg.tar.gz
It works!
Thanks and Merry Christmas!
Mark
Offline