SliTaz SliTaz Forum

You are not logged in.

#1 2011-04-02 16:12:54

Guest
Guest

Slitaz 3 and Wireless Config Networks with Hidden ssid

I've loaded up Slitaz 3.0 on a p3 500 laptop with a rt2500 wifi card.  I can get the card to work; however, it does not seem to able to log onto my wireless network when its ssid is not being broadcast.  Is there a way to configure Slitaz so that it will work with hidden ssids?

#2 2011-04-02 18:01:42

Guest
Guest

Re: Slitaz 3 and Wireless Config Networks with Hidden ssid

you try edit settings options in /etc/network.conf ?

#3 2011-04-02 19:23:58

Guest
Guest

Re: Slitaz 3 and Wireless Config Networks with Hidden ssid

I've looked at the network.conf file, not sure what I should be changing in it to get it to work with a hidden ssid. It works fine when I turn the ssid broadcast on my router however.

#4 2011-04-03 22:59:14

Guest
Guest

Re: Slitaz 3 and Wireless Config Networks with Hidden ssid

ok, has created a favorite of this connection?

#5 2011-04-06 06:26:03

ms
Member
Registered: 2011-04-01
Posts: 90

Re: Slitaz 3 and Wireless Config Networks with Hidden ssid

In /etc/network.conf, configure the following settings as appropriate to your network (you will need to be root to edit /etc/network.conf):

# Dynamic IP address.

# Enable/disable DHCP client at boot time.

DHCP="yes"

# Wifi connection.

# Enable/disable wireless connection at boot time.

WIFI="yes"

# Wifi interface (iwconfig) and ESSID.

WIFI_INTERFACE="eth1"               # this may be different in your case, e.g. wlan0, just type iwconfig in the CLI to find out

WIFI_ESSID="MyWifiHiddenSSID"       # this should be your hidden ssid

WIFI_MODE=""                        # safe to leave blank

WIFI_KEY="MySecretKey"              # your WEP/WPA/WP2 key if you are using encryption, blank if not

WIFI_KEY_TYPE="MyKeyType"                 # WPA for WPA/WPA2, WEP for WEP if you are using encryption, blank if not

WPA_DRIVER=""                       # safe to leave blank

WIFI_CHANNEL=""                     # safe to leave blank

WIFI_IWCONFIG_ARGS=""               # safe to leave blank

Then as root, type in the CLI:

# /etc/init.d/network.sh restart

If you get an error something like, 'ctrl_iface exists and seems to be in use - cannot override it', just run the restart command again. You can then check with iwconfig and ifconfig commands to see if a connection was established with your router/access point.

Good luck.

Offline

#6 2011-06-18 19:13:37

Guest
Guest

Re: Slitaz 3 and Wireless Config Networks with Hidden ssid

for my hidden SSID, using WPA, I had to change the ap scanning setting to ap_scan=2 before I could connect. (Using cooking from 2011/05/31)

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

Board footer

Powered by FluxBB
Modified by Visman

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