You are not logged in.

#1 2008-07-22 11:09:34

mattjones
Member
Registered: 2008-07-22
Posts: 3

Installing 2.6.26 (testing) kernel without network connection

I'm having problems getting my wired connection working on my Acer Aspire One netbook. I can see the eth0 interface using ifconfig and I've followed the instructions on the Wiki, however, the network won't come up. After reading up on this in the forums it looks like it's a problem with with the r8169 driver in the 2.6.25 kernel, and upgrading the kernel to 2.6.26 has fixed this for some people.

I need some guidance on how to upgrade the kernel without a network connection. Or is it better if I wait for the 2.6.26 kernel to be added to the Core repo and re-install Arch from scratch?

Offline

#2 2008-07-22 11:18:44

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Installing 2.6.26 (testing) kernel without network connection

just download the package from any mirror from another box then use:
pacman -U package_full_name.pkg.tar.gz
done.

Offline

#3 2008-07-22 22:57:11

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: Installing 2.6.26 (testing) kernel without network connection

Another option would be to drop a dedicated network card into an empty PCI slot, install the Arch base system and then upgrade to the 2.6.26 kernel, then you can remove the dedicated NIC and the motherboard (onboard) network controllers should work on reboot.

If you have the same issues I did with the r8169 drivers, I'm not too sure the new 2.6.26 kernel going into 'core' will help you unless you already have a booting kernel on the installation disk that gives you a working network connection.

Let us know how it goes.


oz

Offline

#4 2008-07-23 00:30:30

teisler
Member
Registered: 2007-11-09
Posts: 4

Re: Installing 2.6.26 (testing) kernel without network connection

Thank-you for your comments.

I had problems with the r8169 driver with Kernel 2.6.25 and I have had no problems once I upgraded to 2.6.26.

However, I don't seem to be able to find the kernel-headers for 2.6.26 and without them I am unable to compile any additional programs.

Could someone point me to where I can get the corresponding headers?


Thank-you,


Troi

Offline

#5 2008-07-23 10:06:07

Jack B
Member
Registered: 2006-06-27
Posts: 107
Website

Re: Installing 2.6.26 (testing) kernel without network connection

They are in the kernel-headers package.

pacman -S kernel-headers

edit: actually, that package currently contains the old headers.  It will probably be updated when kernel26 moves to core.

Last edited by Jack B (2008-07-23 10:09:41)

Offline

#6 2008-07-23 11:27:22

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: Installing 2.6.26 (testing) kernel without network connection

Jack B wrote:

edit: actually, that package currently contains the old headers.  It will probably be updated when kernel26 moves to core.

no. as we need kernel-headers only to build the toolchain we usually update that pkg only then. kernel-headers pkg doesn't have to match the installed kernel26 pkg version. though you can always abs it and update it yourself.

Offline

#7 2008-07-23 11:37:54

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Installing 2.6.26 (testing) kernel without network connection

teisler wrote:

However, I don't seem to be able to find the kernel-headers for 2.6.26 and without them I am unable to compile any additional programs.

Could someone point me to where I can get the corresponding headers?

1. As said, you don't need the headers to build most other apps.
2. The kernel headers should be the same version as glibc and the rest of the toolchain, not the same version as the kernel.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

Board footer

Powered by FluxBB