E100 Driver

NoOp glgxg at sbcglobal.net
Fri Nov 12 18:16:34 UTC 2010


On 11/11/2010 09:19 PM, Joshua Wambua wrote:
>> Post the following (completely):
>> 
>> $ cat /etc/hosts
>> $ cat /etc/network/interfaces
>> $ cat /etc/resolv.conf
>> $ nm-tool
>> $ sudo lshw -c network
>> $ ifconfig
>> $ lsmod
>> $ cat /etc/modprobe.d/blacklist.conf
>> $ dmesg | grep e100
...
> 
> OK, here is the link to the results of the commands:
> 
> http://paste.ubuntu.com/530484/

Thanks. Sorry had to leave last night.

Here is the result of my:
$ dmesg | grep e100
[    0.169573] pci 0000:02:08.0: Firmware left e100 interrupts enabled;
disabling
[   11.629314] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[   11.629318] e100: Copyright(c) 1999-2006 Intel Corporation
[   11.820277] e100 0000:02:08.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[   11.843504] e100 0000:02:08.0: PME# disabled
[   11.845441] e100: eth0: e100_probe: addr 0xfeafe000, irq 20, MAC addr
00:0c:f1:ba:29:1f
[   40.036160] e100: eth0 NIC Link is Up 100 Mbps Full Duplex

Yours:
dmesg | grep e100
[    0.223208] pci 0000:02:08.0: Firmware left e100 interrupts enabled;
disabling
[    1.235198] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    1.235201] e100: Copyright(c) 1999-2006 Intel Corporation
[    1.235230] e100 0000:02:08.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    1.262851] e100 0000:02:08.0: PME# disabled
[    1.263649] e100: eth0: e100_probe: addr 0xf0101000, irq 20, MAC addr
00:1b:38:93:dc:71

So the card is getting recognised properly, but the interface is not
coming up. But you knew that already.

I see that you have wireless (b43), does wifi work when you turn it on?
You previously posted:

<quote>
When I switch to Ubuntu (or any other linux), only a steady green light
appears and no orange light and the OS shows the connection as inactive.
(Wireless is OK)
</quote>

Can you try going back to the Network Manager (for testing)? Please log
out as root and do all of the following as the standard user (joe), not
as root. Modify /etc/network/interfaces to only these two lines:

auto lo
iface lo inet loopback

Remove/comment out all the others. Open the network manager (NM) and
under the wired connection select 'Edit' and then select the 'IPv4
Settings': check 'Connect automatically' and 'Available to all users'.
Now set your connection to manual:
Method: Manual
Addresses:
Address
192.168.0.25
Netmask
255.255.255.0
Gateway
192.168.0.7
DNS Servers:
192.168.0.7, 8.8.8.8
[Note: the latter is googles dns as a fallback in case 192.168.0.7 isn't
resolving - you can leave off if you wish]
Now click 'Apply'

Now go to the wireless tab. If there are any settings there delete them
(you can reset/modify later, but for now clear them all). Close the
network manager & reboot & log back in as your regular user (not root).
You could of course try resetting networking etc., but in this case just
please reboot.

After rebooting, click on the network manager let us know what you see.
Also open the terminal and provide the output of:

$ ifconfig -a
$ dmesg | grep eth







More information about the ubuntu-users mailing list