Hello, thank you very much.
It didn't work.
As requested, I copy&paste
- output of lsmod
Module Size Used by
zram 9093 2
zsmalloc 4014 1 zram
lz4_compress 2070 1 zram
ipv6 213160 15
iwl3945 39584 0
pcmcia 24608 0
i915 561646 2
iwlegacy 32853 1 iwl3945
mac80211 244431 2 iwl3945,iwlegacy
snd_hda_codec_realtek 42235 1
snd_hda_codec_generic 33641 2 snd_hda_codec_realtek
snd_hda_intel 14935 1
snd_hda_controller 11982 1 snd_hda_intel
snd_hda_codec 56058 4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep 4051 1 snd_hda_codec
snd_pcm 49604 3 snd_hda_codec,snd_hda_intel,snd_hda_controller
cfg80211 152610 3 iwl3945,iwlegacy,mac80211
tg3 118116 0
yenta_socket 15984 0
pcmcia_rsrc 6936 1 yenta_socket
pcmcia_core 8379 3 pcmcia,pcmcia_rsrc,yenta_socket
snd_timer 14185 1 snd_pcm
ptp 7270 1 tg3
pps_core 4889 1 ptp
libphy 16372 1 tg3
hwmon 1865 1 tg3
rfkill 10718 1 cfg80211
i2c_algo_bit 3691 1 i915
snd 35766 9 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
drm_kms_helper 23610 1 i915
drm 161345 3 i915,drm_kms_helper
soundcore 3190 2 snd,snd_hda_codec
intel_agp 7740 0
i2c_core 14640 4 drm,i915,drm_kms_helper,i2c_algo_bit
intel_gtt 8322 3 i915,intel_agp
agpgart 17619 3 drm,intel_agp,intel_gtt
wmi 5731 0
button 3289 1 i915
video 10751 1 i915
- content of network.conf file
# /etc/network.conf: SliTaz system wide networking configuration.
# Config file used by: /etc/init.d/network.sh
#
NETWORK_CONF_VERSION="2"
# Set default interface.
INTERFACE="eth0"
# Dynamic IP address.
# Enable/disable DHCP client at boot time.
DHCP="yes"
#
# Settings only for static IP address.
#
# Enable/disable static IP at boot time.
STATIC="no"
# Set IP address and netmask for a static IP.
IP="192.168.0.6"
NETMASK="255.255.255.0"
# Set broadcast address
BROADCAST="192.168.0.255"
# Set route gateway for a static IP.
GATEWAY="192.168.0.1"
# Set domain name
DOMAIN=""
# Set DNS server for a static IP.
DNS_SERVER="192.168.0.1"
#
# Wi-Fi settings.
#
# Enable/disable wireless connection at boot time.
WIFI="yes"
#L+
# Set "yes" if you don't want to store networks you're already connected.
WIFI_BLANK_NETWORKS=""
#
# Wi-Fi settings for iwconfig.
#
# Wi-Fi interface. It can auto-search interface if value below is fail.
WIFI_INTERFACE="wlan0"
# WPA driver; default is "wext" (Wireless Extension).
WIFI_WPA_DRIVER="wext"
# Set the operating mode of the device. The mode can be "Ad-Hoc", "Managed",
# "Master", "Repeater", "Secondary", "Monitor" or "Auto".
WIFI_MODE="managed"
# Set the operating channel in the device. Empty by default.
WIFI_CHANNEL=""
# Force the card to register to the Access Point given by the address, if it's
# possible. Empty by default to automatic mode.
WIFI_AP=""
#
# Wi-Fi settings for wpa_supplicant (for given network).
#
# SSID (network name)
WIFI_ESSID="LGpat"
# BSSID (optional), use this block to associate with the AP
WIFI_BSSID=""
# Wi-Fi security. Empty ("") for open network; "ANY" for trying many methods;
# "WEP" for WEP; "WPA" for WPA/WPA2-PSK; "EAP" for 802.1x EAP.
WIFI_KEY_TYPE="WPA"
# Password for WEP, WPA, EAP, WAPI, and ANY; both in ASCII or HEX form.
WIFI_KEY="********"
# Method for EAP: "PEAP", "TLS", "TTLS", "PWD".
WIFI_EAP_METHOD=""
# File path to CA certificate file (PEM/DER).
WIFI_CA_CERT=""
# File path to client certificate file (PEM/DER).
WIFI_CLIENT_CERT=""
# Identity string for EAP.
WIFI_IDENTITY=""
# Anonymous identity string for EAP.
WIFI_ANONYMOUS_IDENTITY=""
# Inner authentication parameters: "", "PAP", "MSCHAP", "MSCHAPV2", "GTC".
WIFI_PHASE2=""
- even if not requested, here's output of
/etc/init.d/network.sh restart
Loading network settings from /etc/network.conf
Stopping all interfaces
Killing all daemons
Shutting down Wi-Fi card
Cannot parse integer value '-i' for -r
Configuring Wi-Fi interface wlan0... [ Done ]
Change network settings in /etc/wpa/wpa.conf
Starting wpa_supplicant for WPA/WPA2-PSK...
Successfully initialized wpa_supplicant
Could not set interface wlan0 flags (UP): Cannot allocate memory
WEXT: Could not set interface 'wlan0' UP
wlan0: Failed to initialize driver interface
Starting udhcpc client on: wlan0...
udhcpc: started, v1.31.1
ifconfig: SIOCSIFFLAGS: Cannot allocate memory
udhcpc: sending discover
udhcpc: sendto: Network is down
udhcpc: read error: Network is down, reopening socket
udhcpc: sending discover
udhcpc: sendto: Network is down
udhcpc: read error: Network is down, reopening socket
udhcpc: sending discover
udhcpc: sendto: Network is down
udhcpc: read error: Network is down, reopening socket
udhcpc: no lease, forking to background
Cannot parse integer value '-i' for -r
Connecting to LGpat... [ Failed ]
Thank you for any further help.
S.