You are not logged in.
Pages: 1
I've been using Arch Linux happily for a couple of years on my Thinkpad T42. Now I got a T420s and I after completing the standar install procedure I have no eth0 and hence I can't install anything that is not on the installation cd. lspci|grep -i eth shows I have an Intel 1502 Ethernet Controller. Some googling led me to this thread: http://ubuntuforums.org/showthread.php?t=1741686&page=2. I can confim that ethernet works flawlessly out-of-the-box in Ubuntu 11.04. According to the linked thread this might be due to the fact that you need a very recent version of the e1000e driver. I assume the e1000e version included in the Arch Linux installer is to old.
Does anybody know if the above is correct and how I can install the driver for my ethernet card?
Last edited by akuschki (2011-05-11 19:24:32)
Offline
Same thing on my X220i. Can't get Network to work, neither ethernet nor wireless. And i can confirm that Ubuntu 11.04 recognize the Networkcards correctly.
If im right we can only wait till there will be a new Install-Snapshot. And use some other Distri till that happens
EDIT: I found some Testing Iso's. I think they might work. I will try.
Last edited by Corubba (2011-05-10 18:50:26)
Offline
If im right we can only wait till there will be a new Install-Snapshot.
well, if we find out which package contains the appropriate network drivers/modules whatever, I guess we can just download it on a different machine and put it on a usb key and install it on the Thinkpad. I didn't have time for this today but if I find anything I will post it here.
Offline
You can use the testing ISOs linked by Corubba. Those work perfectly out of the box
Last edited by alexcriss (2011-05-11 13:26:46)
Offline
that's good news. Are these isos official and stable? Or should I be aware of any potential problems?
Offline
Which version of the kernel are you using? The drivers you require should be intrinsic to kernels since 2.6.36 ??
I would suggest starting from a any Linux boot disk that supports your Ethernet cart, get it working, and then chroot into your Arch installation. Now, using the host kernel and drivers (including Ethernet), update your package databases, pacman itself, then update all packages (including the kernel). That should bring you up to a kernel 2.6.38 and you are good to go.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
I can confirm that the isos Corubba linked to worked for the non-slim T420. (Used 2011.05.08-netinstall-x86_64).
Offline
I also used the testing isos and everything worked fine.
Offline
I had a similar issue on a Dell T1500 but the testing ISO's did not work for me, they booted for a bit (up to the udev stage) then I got a blank screen ... could go no further ..
My work around, was to install an old ethernet card, do the install with the official ISO, then upgrade, reboot, then I could use the integrated e1000e ethernet ..
Offline
I had a similar issue on a Dell T1500 but the testing ISO's did not work for me, they booted for a bit (up to the udev stage) then I got a blank screen ... could go no further ..
My work around, was to install an old ethernet card, do the install with the official ISO, then upgrade, reboot, then I could use the integrated e1000e ethernet ..
booting with video= or nomodeset would take care of that black screen. (as said on the wiki)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
bmentink wrote:I had a similar issue on a Dell T1500 but the testing ISO's did not work for me, they booted for a bit (up to the udev stage) then I got a blank screen ... could go no further ..
My work around, was to install an old ethernet card, do the install with the official ISO, then upgrade, reboot, then I could use the integrated e1000e ethernet ..
booting with video= or nomodeset would take care of that black screen. (as said on the wiki)
What wiki page are you referring to?
Offline
Pages: 1