SliTaz SliTaz Forum

You are not logged in.

#1 2015-07-19 15:57:12

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

No ethernet connection with last rolling ISOs

Hello,

Doing some tests on my work computer (Fujitsu S752), I noticed that the ethernet connection doesn't work with ISOs

- core and 4in1 20150706

- core and 4in1 20150712

- core and 4in1 20150719

but OK with core64

Last ISOs that worked were these of 20150705.

But all these ISOs work on my old Acer.

Need hardware informations ?

EDIT: e1000e is not loaded at boot with 4in1 and core32

4in1-core32 :

[c]Detecting PCI devices Kernel modules...

* Builtin module : ahci

* Builtin module : ehci_hcd

* Builtin module : pcieport

[/c]

core64 :

[c]Detecting PCI devices Kernel modules...

* Builtin module : ahci

* Builtin module : e1000e

* Builtin module : ehci_hcd

* Builtin module : pcieport

[/c]

Offline

#2 2015-07-19 19:30:24

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

Re: No ethernet connection with last rolling ISOs

Check dmesg for errors loading e1000e on 4in1-core32 right after booting.

Does the network work if you manually modprobe e1000e,configure/restart network.sh ?

The linux tazpkg that owns e1000e has not been rebuilt since march.

No errors on 4in1-core32 iso build log: http://cook.slitaz.org/cookiso.cgi?distro=rolling-core-4in1

Offline

#3 2015-07-20 09:08:43

bellard
Administrator
Registered: 2011-03-28
Posts: 657

Re: No ethernet connection with last rolling ISOs

Hello,

According hg wok and between 20150705 and 20150706 you can undo network stuff with the following:

1- remove /bin/ip

2- install http://hg.slitaz.org/slitaz-boot-scripts/raw-file/a8aa6b77a7ed/etc/init.d/network.sh

3- install http://hg.slitaz.org/slitaz-boot-scripts/raw-file/a8aa6b77a7ed/etc/init.d/wpa_action.sh

4- /etc/init.d/network.sh stop ; /etc/init.d/network start

Can you test it ?

Offline

#4 2015-07-20 20:46:15

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

Re: No ethernet connection with last rolling ISOs

Hello,

@mojo,

sorry, I've made a mistake: e1000e is builtin the kernel in core64 but built as module in 4in1/core. e1000e was correctly loaded at boot:

tux@slitaz:~$ lsmod
Module                  Size  Used by    Not tainted
snd_hda_codec_hdmi     18221  1
snd_hda_codec_realtek   134555  1
ipv6                  178394 30
ppdev                   4062  0
iwlwifi               139501  0
mac80211              161311  1 iwlwifi
snd_hda_intel          16713  1
i915                  262019  2
snd_hda_codec          45584  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
cfg80211              117318  2 iwlwifi,mac80211
rfkill                 10151  1 cfg80211
snd_hwdep               3811  1 snd_hda_codec
snd_pcm                42922  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
i2c_algo_bit            3627  1 i915
e1000e                104328  0
snd_page_alloc          4669  2 snd_hda_intel,snd_pcm
snd_timer              12069  1 snd_pcm
drm_kms_helper         17504  1 i915
snd                    33323  9 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
drm                   118530  2 i915,drm_kms_helper
soundcore               3254  1 snd
xhci_hcd               57203  0
parport_pc             14553  0
parport                21091  2 ppdev,parport_pc
i2c_core               12290  4 i915,i2c_algo_bit,drm_kms_helper,drm
video                   9491  1 i915
intel_agp               7912  1 i915
intel_gtt               9087  3 i915,intel_agp
agpgart                17563  3 drm,intel_agp,intel_gtt
button                  3282  1 i915
tux@slitaz:~$
nothing about e1000e in dmesg.log

I tried

[c]modprobe -r e1000e

/etc/init.d/network.sh stop

modprobe e1000e

/etc/init.d/network.sh start[/c]

same

I noticed differences in boot.log:

ISO 20150706 (works)

...
Processing: /etc/init.d/network.sh
Loading network settings from /etc/network.conf
Setting hostname to: slitaz  Done
Configuring loopback...  Done
Stopping all interfaces
ifconfig: SIOCGIFFLAGS: No such device
Killing all daemons
killall: udhcpc: no process killed
wlan0     No such device

ifconfig: SIOCGIFFLAGS: No such device
Starting udhcpc client on: eth0...
udhcpc (v1.23.2) started
Sending discover...
Sending discover...
Sending discover...
No lease, forking to background
Processing: /etc/init.d/local.sh
Starting X environment...
Starting message bus daemon: DBUS... [1  Done
Starting all daemons...
Setting up kernel security rules... [1  Done
WARNING: IPtables rules are disabled
Starting httpd deamon: httpd... [1  Done

Welcome to your box
ISO 20150706 (does not work)

...
Processing: /etc/init.d/network.sh
Loading network settings from /etc/network.conf
Setting hostname to: slitaz                                           [ Done ]
Configuring loopback...                                               [ Done ]
ifconfig: SIOCGIFFLAGS: No such device
Starting udhcpc client on: eth0...
udhcpc: SIOCGIFINDEX: No such device
Processing: /etc/init.d/local.sh
Starting X environment...
Starting message bus daemon: DBUS...                                  [ Done ]
Starting all daemons...
Setting up kernel security rules...                                   [ Done ]
WARNING: IPtables rules are disabled
Starting httpd deamon: httpd...                                       [ Done ]

Welcome to your box
@Bellard

Tested and network started.

Offline

#5 2015-07-26 13:48:50

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

Re: No ethernet connection with last rolling ISOs

Solved in core ISO 20150726 but still problem in 4in1 ISO

Offline

#6 2015-08-02 19:53:54

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

Re: No ethernet connection with last rolling ISOs

Really strange,

With last ISOs 4in1/core 20150802, sometimes network starts and sometimes it doesn't.

When it doesn't, I just need to type

[c]/etc/init.d/network.sh restart[/c]

and it starts.

Maybe it was already the case last week with previous ISOs but I didn't boot them so often I did it with the new ones.

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

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