as long as you dont change your network.conf it will stay like this
can you post the output of
dmesg | grep eth
and
iwconfig
as long as you dont change your network.conf it will stay like this
can you post the output of
dmesg | grep eth
and
iwconfig
Thanks Kultex. Here they are............
david@slitaz:~$ dmesg | grep eth
e100 0000:01:04.0: eth0: addr 0xe8112000, irq 9, MAC addr 00:d0:59:3d:f3:b3
david@slitaz:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
dummy0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:"NETGEAR"
Mode:Managed Frequency:2.437 GHz Access Point: 00:1F:33:03:57:34
Bit Rate=54 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=64/70 Signal level=-46 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:30 Invalid misc:4 Missed beacon:0
if you set
# Set default interface.
INTERFACE="eth0"
then your SliTaz tries to start your lan interface at boot - wlan0 is only on standby
so you have to change
# Set default interface.
INTERFACE="wlan0"
to connect your wifi at boot
That has done the trick. Easy when you know how. Thank you Kultex. Now connects to wifi on boot.
You must log in to post.