SliTaz SliTaz Forum

You are not logged in.

#1 2014-02-15 19:27:53

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

No ethernet connection with the last rolling (09/02/2014)

Hello,

I don't have any ethernet connection with the las rolling iso:
[c]

root@slitaz:/home/tux# lspci -nn

00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)

00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)

00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)

00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)

00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 04)

00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)

00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)

00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)

00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4)

00:1c.7 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 [8086:1e1e] (rev c4)

00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)

00:1f.0 ISA bridge [0601]: Intel Corporation HM76 Express Chipset LPC Controller [8086:1e59] (rev 04)

00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)

00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)

0a:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2200 [8086:0890] (rev c4)

0b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader [10ec:5229] (rev 01)

root@slitaz:/home/tux# ifconfig

lo        Link encap:Local Loopback

          inet addr:127.0.0.1  Mask:255.0.0.0

          inet6 addr: ::1/128 Scope:Host

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:30 errors:0 dropped:0 overruns:0 frame:0

          TX packets:30 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:2805 (2.7 KiB)  TX bytes:2805 (2.7 KiB)[/c]
e1000e is not loaded at boot; seems it is not built in the kernel:
[c]

tux@slitaz:/home/tux# zcat /proc/config.gz | grep -i e1000

CONFIG_E1000=m

CONFIG_E1000E=m[/c]
and I don't (and the kernel too) find it:
[c]

root@slitaz:/home/tux# modprobe e1000e

modprobe: FATAL: Module e1000e not found.[/c]
Ethernet works fine with rolling of 19/01/2014 and works too with the kernel of rolling 19/01/2014 and the rootfs4-3-2-1 of rolling 09/02/2014 (but some troubles in this last case with USB ports...)

Offline

#2 2014-02-15 21:12:41

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

Re: No ethernet connection with the last rolling (09/02/2014)

Same punition with the really new rolling iso of the day.

No trace of e1000e even in modules.dep

...

Offline

#3 2014-02-16 06:29:15

sixyearsofdreams
Member
Registered: 2012-09-07
Posts: 58

Re: No ethernet connection with the last rolling (09/02/2014)

Hello,

Fellow earlier on our #SliTaz chat-room had issues with his Ethernet on rolling as-well.

Offline

#4 2014-02-16 09:47:02

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: No ethernet connection with the last rolling (09/02/2014)

e1000e is one of the 70+ orphan modules which are not being packaged.

New modules generated by a new kernel configuration need to be added to the modules.list or to the receipt of other linux-*.tazpkgs

Module name and path have to be in the modules.list to be included in linux tazpkg

http://hg.slitaz.org/wok/file/0677483d2636/linux/stuff/modules.list

e100 and e1000e were changed from being built into the kernel to modules.

http://hg.slitaz.org/wok/diff/db5b03f42dd9/linux/stuff/linux-slitaz.config

Offline

#5 2014-02-16 16:47:28

sixyearsofdreams
Member
Registered: 2012-09-07
Posts: 58

Re: No ethernet connection with the last rolling (09/02/2014)

Hello,

<domcox> Hi all! I'm trying the latest cooking iso, the ethernet hw is not detected at boot time. I tried to modprobe e1000, but I still have no network cnx.

Post earlier on #SliTaz

Offline

#6 2014-02-16 17:07:41

sixyearsofdreams
Member
Registered: 2012-09-07
Posts: 58

Re: No ethernet connection with the last rolling (09/02/2014)

Hello,

http://forum.slitaz.org/topic/slitaz-cooking-somehow-missing-e1000e-module-for-intel-82574l-gigabit-network-connection

Offline

#7 2014-02-16 17:37:49

linea
Administrator
Registered: 2011-03-31
Posts: 70

Re: No ethernet connection with the last rolling (09/02/2014)

Hi, e1000 stopped working for me also on another box.

@ mojo: have you got a list of all the orphaned modules (with paths)?

Offline

#8 2014-02-16 19:26:58

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: No ethernet connection with the last rolling (09/02/2014)

@Paul: This is unedited off the build server,the first 8 modules listed are from linux64.

Linux64 fails to boot for me on 64 bit hardware or Qemu running on 64 bit arch linux host with identical kernel panic errors.

Offline

#9 2014-02-22 09:56:43

linea
Administrator
Registered: 2011-03-31
Posts: 70

Re: No ethernet connection with the last rolling (09/02/2014)

Hi, internet working for me now on slitaz-rolling-core.iso (20140222).

@mojo: thanks for the list!

Offline

#10 2014-02-28 02:45:32

gdesilva
Member
Registered: 2011-04-07
Posts: 419

Re: No ethernet connection with the last rolling (09/02/2014)

Hi mojo,

When one is using the latest cooking livecd and has a need for e1000e driver what would be the solution to get the Internet connection going assuming one has no other machine to access the Internet?

This came about because I got one of my friends to try out the latest cooking livecd and he cannot get any network connection going. Is there another driver that is available on the livecd which will get him going?

Offline

#11 2014-02-28 08:42:39

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: No ethernet connection with the last rolling (09/02/2014)

in new rolling - it should work without problems - Pacscal added the modules

http://hg.slitaz.org/wok/rev/7d9fe8b78117

Offline

#12 2014-02-28 10:04:20

gdesilva
Member
Registered: 2011-04-07
Posts: 419

Re: No ethernet connection with the last rolling (09/02/2014)

@kultex - thanks.

Offline

#13 2014-02-28 19:48:25

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

Re: No ethernet connection with the last rolling (09/02/2014)

Works for me with rolling 22/02/2014.

Thanks.

Offline

#14 2014-03-01 01:44:48

gdesilva
Member
Registered: 2011-04-07
Posts: 419

Re: No ethernet connection with the last rolling (09/02/2014)

With Rolling 22022014 it works fine now. Thanks

Offline

#15 2014-03-03 07:36:12

necrophcodr
Member
Registered: 2014-02-20
Posts: 101

Re: No ethernet connection with the last rolling (09/02/2014)

I used to have issues with this exact package being missing (e1000e) and the rolling release is now fully functional. Thanks!

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.56 MiB (Peak: 1.77 MiB) ]