Hi there
I really like the look of Slitaz, and it seems to fit the bill for what I want it to do - persistent USB install thats fast and can handle the software I want to use.
However, I'm having trouble getting started as the system doesnt recognise my network hardware.
I really need to get the wireless working. The ethernet was just something I tried when I couldnt get the wireless to work.
I saw another thread and the person who was going to be providing the help asked for a load of output from commands.
I have therefore pasted that in below. Many thanks if anyone can help me get to use this distro. :)
- - - - -
"lsusb" gives:-
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0002
Bus 001 Device 002: ID 8087:0020
Bus 002 Device 002: ID 8087:0020
Bus 001 Device 004: ID 13d3:5130
- - -
"ifconfig" gives:-
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4487 errors:0 dropped:0 overruns:0 frame:0
TX packets:4487 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:503998 (492.1 KiB) TX bytes:503998 (492.1 KiB)
(no wireless card detected)
- - -
"lsmod" gives:-
Module Size Used by Not tainted
genrtc 2723 0
iwlagn 141847 0
iwlcore 40041 1 iwlagn
mac80211 145388 2 iwlagn,iwlcore
cfg80211 99896 3 iwlagn,iwlcore,mac80211
rfkill 10682 1 cfg80211
snd_hda_codec_hdmi 16401 1
snd_hda_codec_conexant 28582 1
snd_hda_intel 15886 1
snd_hda_codec 45027 3 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 3808 1 snd_hda_codec
snd_pcm 43737 2 snd_hda_intel,snd_hda_codec
snd_timer 12515 1 snd_pcm
snd 33394 9 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 3357 1 snd
snd_page_alloc 4853 2 snd_hda_intel,snd_pcm
i915 254040 2
drm_kms_helper 18798 1 i915
drm 111992 3 i915,drm_kms_helper
i2c_algo_bit 3479 1 i915
button 3602 1 i915
i2c_core 12192 4 i915,drm_kms_helper,drm,i2c_algo_bit
video 9783 1 i915
output 1144 1 video
intel_agp 7908 1 i915
intel_gtt 9214 3 i915,intel_agp
agpgart 18221 3 drm,intel_agp,intel_gtt
- - -
"uname -a" gives:-
Linux slitaz 2.6.37-slitaz #2 SMP Wed Mar 7 10:36:39 CET 2012 i686 GNU/Linux
- - -
"iwconfig" gives:-
lo no wireless extensions.
dummy0 no wireless extensions.
- - -
"ls /sys/class/net" gives:-
dummy0 lo
- - -
"cat /etc/network.conf" gives:-
# /etc/network.conf: SliTaz system wide networking configuration.
# Config file used by: /etc/init.d/network.sh
#
# Set default interface.
INTERFACE="eth0"
# Dynamic IP address.
# Enable/disable DHCP client at boot time.
DHCP="yes"
# 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 route gateway for a static IP.
GATEWAY="192.168.0.1"
# Set DNS server for a static IP.
DNS_SERVER="192.168.0.1"
# Wifi connection.
# Enable/disable wireless connection at boot time.
WIFI="no"
# Wifi interface (iwconfig) and ESSID.
WIFI_INTERFACE="wlan0"
WIFI_ESSID="any"
WIFI_MODE="managed"
WIFI_KEY=""
WIFI_KEY_TYPE="none"
WPA_DRIVER=""
WIFI_CHANNEL=""
WIFI_IWCONFIG_ARGS=""
- - -
"iwlist scan" gives:-
lo Interface doesn't support scanning.
dummy0 Interface doesn't support scanning.
- - -
END