You are not logged in.

#1 2010-06-14 15:00:07

blodorn
Member
Registered: 2009-07-13
Posts: 29

[SOLVED]eth0 and wlan0 do not exist

ifconfig -a gives me me lo only. This is after a clean install with the new installation. With the previous installation everything worked fine until i updated the kernel and then my eth0 and wlan0 would disappear. I have looked at this thread http://bbs.archlinux.org/viewtopic.php?id=94929 but it did not help. I am using an asus eee 900a.

Last edited by blodorn (2010-06-22 15:39:18)

Offline

#2 2010-06-14 16:08:28

gamewolf
Member
Registered: 2009-12-02
Posts: 60

Re: [SOLVED]eth0 and wlan0 do not exist

For wlan0 to appear, wireless-tools needs to be installed. Its on the cd if you dont have internet access. The only reason eth0 wouldn't exist is because there is no ethernet port. I there is, the kernel / udev is incorrectly identifying it. Not sure what to do in that case.

Offline

#3 2010-06-14 16:52:26

blodorn
Member
Registered: 2009-07-13
Posts: 29

Re: [SOLVED]eth0 and wlan0 do not exist

Right. I have wireless-tools, but right now i don't really care about it right now because i'm wired. This exact setup has worked for everything prior to the recent kernel.

Offline

#4 2010-06-14 21:00:51

soloport
Member
Registered: 2005-03-01
Posts: 442

Re: [SOLVED]eth0 and wlan0 do not exist

When you do: modprobe atl1e
What does this show?: dmesg
What does this show?: ifconfig

Offline

#5 2010-06-14 21:09:10

blodorn
Member
Registered: 2009-07-13
Posts: 29

Re: [SOLVED]eth0 and wlan0 do not exist

soloport wrote:

When you do: modprobe atl1e
What does this show?: dmesg
What does this show?: ifconfig

Not sure what you're looking for in dmesg, could you be a little more specific? ifconfig -a gives shows lo only.

Offline

#6 2010-06-14 21:16:50

soloport
Member
Registered: 2005-03-01
Posts: 442

Re: [SOLVED]eth0 and wlan0 do not exist

So lsmod now shows that atl1e is loaded?  Is dmesg now showing that eth0 (or eth1, etc.) was enumerated?  (dmesg | grep eth)  If so, what happens when you run 'ifconfig eth0 up' ? (or eth1, etc.)

Offline

#7 2010-06-14 21:22:08

blodorn
Member
Registered: 2009-07-13
Posts: 29

Re: [SOLVED]eth0 and wlan0 do not exist

lsmod does show atl1e is loaded. dmesg has no eth. ifconfig eth0 up gives

eth0: unknown interface: No such device

Last edited by blodorn (2010-06-14 21:22:22)

Offline

#8 2010-06-14 21:38:02

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [SOLVED]eth0 and wlan0 do not exist

soloport, and anyone else who's thinking of helping you, would like to see the messages displayed by dmesg immediately after atl1e is loaded.

Offline

#9 2010-06-15 04:15:17

blodorn
Member
Registered: 2009-07-13
Posts: 29

Re: [SOLVED]eth0 and wlan0 do not exist

modprobe atl1e
dmesg|tail

Console: switching to colour frame buffer device 128x37
registered panic notifier
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
HDA Intel 0000:001b.0: PCI INT A -> GSI 22 (level, low) _> IRQ 22
HDA Intel 0000:001b.0: irq 27 for MSI/MSI-X
HDA Intel 0000:001b.0: setting latency timer to 64
input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/inpu10
EXT4-fs (sda4): mounted filesystem with ordered data mode
Adding 996020k swap on /dev/sda2.  Priority:-1 extents:1 across:996020k

Offline

#10 2010-06-15 05:32:29

soloport
Member
Registered: 2005-03-01
Posts: 442

Re: [SOLVED]eth0 and wlan0 do not exist

What's the output to the following? lspci | grep -i eth
Also can you dump the following? cat /proc/interrupts
What is the exact Model Number (label on bottom of laptop)?

Offline

#11 2010-06-15 15:17:06

blodorn
Member
Registered: 2009-07-13
Posts: 29

Re: [SOLVED]eth0 and wlan0 do not exist

lspci|grep -i eth returns nothing.

           CPU0       CPU1       
  0:       4258          0   IO-APIC-edge      timer
  1:        554          0   IO-APIC-edge      i8042
  8:        147          0   IO-APIC-edge      rtc0
  9:        167          0   IO-APIC-fasteoi   acpi
 12:        432          0   IO-APIC-edge      i8042
 14:          0          0   IO-APIC-edge      ata_piix
 15:       1577          0   IO-APIC-edge      ata_piix
 16:          0          0   IO-APIC-fasteoi   uhci_hcd:usb5, i915
 18:          0          0   IO-APIC-fasteoi   uhci_hcd:usb4
 19:          0          0   IO-APIC-fasteoi   uhci_hcd:usb3
 23:        487          0   IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb2
 27:        131          0   PCI-MSI-edge      hda_intel
NMI:          0          0   Non-maskable interrupts
LOC:       1437       3961   Local timer interrupts
SPU:          0          0   Spurious interrupts
PMI:          0          0   Performance monitoring interrupts
PND:          0          0   Performance pending work
RES:        825        299   Rescheduling interrupts
CAL:         16         29   Function call interrupts
TLB:         83         66   TLB shootdowns
TRM:          0          0   Thermal event interrupts
THR:          0          0   Threshold APIC interrupts
MCE:          0          0   Machine check exceptions
MCP:          1          1   Machine check polls
ERR:          1
MIS:          0

eeepc900a-wfbb01

Offline

#12 2010-06-16 05:31:46

soloport
Member
Registered: 2005-03-01
Posts: 442

Re: [SOLVED]eth0 and wlan0 do not exist

Try: sed -i /etc/rc.conf -e 's|^\(MODULES=[^)]*\))|\1 !eeepc+laptop)|'
And (important step!) reboot.

The driver should be fixed in the next kernel release.

Last edited by soloport (2010-06-16 05:35:31)

Offline

#13 2010-06-16 18:26:40

blodorn
Member
Registered: 2009-07-13
Posts: 29

Re: [SOLVED]eth0 and wlan0 do not exist

soloport wrote:

Try: sed -i /etc/rc.conf -e 's|^\(MODULES=[^)]*\))|\1 !eeepc+laptop)|'
And (important step!) reboot.

The driver should be fixed in the next kernel release.

Doing this did nothing as far as i can tell. By the way, thank you for taking the time to try and help me out.

Offline

#14 2010-06-17 19:41:02

soloport
Member
Registered: 2005-03-01
Posts: 442

Re: [SOLVED]eth0 and wlan0 do not exist

How do things behave when you reboot, stop grub's default action and select Arch Linux Fallback ?

Offline

#15 2010-06-17 20:33:43

blodorn
Member
Registered: 2009-07-13
Posts: 29

Re: [SOLVED]eth0 and wlan0 do not exist

When I reboot everything acts normal except starting network immediately fails saying eth0 unknown device. Same with Arch Linux Fallback.

Offline

#16 2010-06-17 22:43:28

soloport
Member
Registered: 2005-03-01
Posts: 442

Re: [SOLVED]eth0 and wlan0 do not exist

Are you able to burn CD-ROM or thumb drive and try, say, Ubuntu, Fedora or Knoppix Live CD?  (Once in a while a PHY will go dark -- i.e. HW issue.)
Have you poked around in BIOS setup?  Is it possible to Enable/Disable the interface in the BIOS?

Offline

#17 2010-06-18 06:01:50

blodorn
Member
Registered: 2009-07-13
Posts: 29

Re: [SOLVED]eth0 and wlan0 do not exist

If i install the previous release of arch and tell pacman to ignore kernel26 and update it and it works just fine. However as soon as i update the kernel eth0 disappears. I've been using arch on this netbook for over a year.

Offline

#18 2010-06-22 12:33:47

edmondchang
Member
Registered: 2009-01-14
Posts: 7

Re: [SOLVED]eth0 and wlan0 do not exist

I got exactly the same problem after doing a pacman -Syu
plz help.

Last edited by edmondchang (2010-06-22 12:34:56)

Offline

#19 2010-06-22 15:38:37

blodorn
Member
Registered: 2009-07-13
Posts: 29

Re: [SOLVED]eth0 and wlan0 do not exist

Ok i've solved my problem by downloading the latest kernel26 http://www.archlinux.org/packages/core/i686/kernel26/ (for i686) along with the dependencies and manually installing them using the "pacman -U kernel26-2.6.34-2-i686.pkg.tar.xz" and doing the same for the dependencies first.

Last edited by blodorn (2010-06-22 15:38:50)

Offline

Board footer

Powered by FluxBB