Oh my friends,
as a layman one often gets humiliated on Linux! ;-)
I booted the machine without the cable plugged in and without the usb stick. Then I added the cable, saw nothing via dmesg. I added the stick and then I saw this:
pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff: clean.
e1000 0000:02:01.0: eth1: (PCI:33MHz:32-bit) 00:0d:60:ca:46:5fhttp://forum.slitaz.org/edit.php?id=45752
e1000 0000:02:01.0: eth1: Intel(R) PRO/1000 Network Connection
airo(eth0): cmd:3 status:7f03 rsp0:0 rsp1:0 rsp2:0
IBM TrackPoint firmware: 0x0e, buttons: 3/3
input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input8
usb 1-4: new high-speed USB device number 3 using ehci_hcd
cfg80211: Calling CRDA to update world regulatory domain
usb 1-4: reset high-speed USB device number 3 using ehci_hcd
ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Registered led device: rt2800usb-phy0::radio
Registered led device: rt2800usb-phy0::assoc
Registered led device: rt2800usb-phy0::quality
usbcore: registered new interface driver rt2800usb
So I did this:
ifconfig eth1
udhcpc -i eth1
and that was it:
root@slitaz:/home/tux# ifconfig
eth1 Link encap:Ethernet HWaddr 00:0D:60:CA:46:5F
inet addr:192.168.178.46 Bcast:192.168.178.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:315 errors:0 dropped:0 overruns:0 frame:0
TX packets:303 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:266322 (260.0 KiB) TX bytes:33226 (32.4 KiB)
(II opened Midori to write this message)
Then I stopped the connection:
/etc/init.d/network.sh stop
and started it again
/etc/init.d/network.sh restart
and then a
udhcpc -i wlan0
, works now.
Puh, your genius, Kultex. No other way to express it! :-)
And one thing more that I saw late today: the way you informed us about this Intel-problem is great!
What I learnt from it was to immediately use a new modern kernel, 3.9.2... something and therefore I installed Slitaz 5 on this machine!