WiFi Help through shell


 
Thread Tools Search this Thread
Special Forums IP Networking WiFi Help through shell
# 1  
Old 05-31-2008
WiFi Help through shell

So as a graduation gift (Smilie) I was given a laptop... But not just a laptop a OLPC (laptop.org) and I'm trying to access my local LAN but because of security issues and compatibility issues I opted to drop the wpa and wep for a hidden SSID (I monitor it closely and change the SSID regularly).

So the built in network viewer doesn't see my LAN so I decided to do it through the shell but I haven't seen any good articles concerning this topic (probably because its a simple thing to do)

Although I probably didn't need to explain it I did anyways, sorry for wasting your time, but can you help?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 How to connect to wifi?

So, I've decided to install Solaris (I like to try new things). Used many flavors of Linux over the past several years, and it seems there's more involved in getting Solaris working. I am a total newb to Solaris, so forgive me if I get some terminologies incorrect. I have searched quite a bit,... (2 Replies)
Discussion started by: jgraves
2 Replies

2. Shell Programming and Scripting

Help! Shell Script for Wifi Connection

Hi, I am quite new to shell scripting and was wondering if it was possible to automatically enter the username and password fields to a wifi-access-router and then ping it. I have most trouble with entering the username and password fields. Is that even possible? Also, what do I do if the... (1 Reply)
Discussion started by: Xyn
1 Replies

3. Ubuntu

Wifi Could Not Connect

Hi, I already install bcwl kernel. I can see list of wifi AP. When i try connect, i said wrong password. When i test on windows, can connect. What i miss? Thanks. (0 Replies)
Discussion started by: mzainal
0 Replies

4. Ubuntu

wifi issues

Having Issues with wifi in BlackBuntu on my Asus U52F-BBG6 it doesn't see any wifi networks in my neighborhood even though I know they are there. I can connect on my BackTrack 5 R1 side but not on my BlackBuntu side. I have the same network manager Wicd on both my backtrack and blackbuntu but... (1 Reply)
Discussion started by: stephen45ss
1 Replies

5. Solaris

Solaris 11 and wifi?

I'm running the 64bit Solaris 11 liveCD and I am having problems with my wifi adapter. It appears to be recognized by the system, but does not show up with dladm, ifconfig, or under the graphical network management icon. I can see my device listed under the driver program on the desktop as... (1 Reply)
Discussion started by: bsdforme
1 Replies

6. Solaris

WiFi on Solaris x86

Hi All, what's the fastest/easiest way to configure my newly installed Solaris 10 to get onto my existing WiFi connection? Where is the config to add this on? (I'm hoping I do not need to download anything) (4 Replies)
Discussion started by: steve701
4 Replies

7. UNIX for Dummies Questions & Answers

Connecting to WiFi using Netgear

hi i am pradeep.i am new to linux and i am facing problem connecting to net i am using ubunto 9.0.4 and my network connections are showing signals but i coudnt connect to internet my proxy setting are correct i used idea net setter also and i faced the same problem.if some one can help me... (2 Replies)
Discussion started by: chauda
2 Replies

8. UNIX for Dummies Questions & Answers

wifi in linux problem

hi, i'm really new at this. i recently installed ubuntu on my machine and have that and vista installed now. but in ubuntu i cant connect wirelessly to the internet. i'm not using a wifi card the wifi is built into the laptop. can anybody help me configure ubuntu to use the wifi. (4 Replies)
Discussion started by: naner9
4 Replies

9. IP Networking

WiFi

Can 2 computers be connected (FreeBSD and notebook with WinXP) via WiFi if both have WiFi net cards? (9 Replies)
Discussion started by: Hitori
9 Replies
Login or Register to Ask a Question
switchconf(8)						      System Manager's Manual						     switchconf(8)

NAME
switchconf - Change system configuration to one of many predefined SYNOPSIS
switchconf [ -list | config_scheme ] DESCRIPTION
switchconf is a command line tool that helps nomad laptop users to easily change their configuration. OPTIONS
switchconf takes only one argument. If this argument is -list, a list of all known configuration schemes is returned (found in $conf_top_dirs). If the argument is a configuration scheme, this configuration will be installed on the laptop. CONFIGURATION FILE
The configuration file (/etc/switchconf/conf) is simple. The following entries are defined: conf_top_dirs This specify where are located the configurations schemes. dest_dir This specify in which top directory you want to install the new configuration. This option is pretty useful if you want to debug your configuration without overwritting the actual one. exec_dir_before, exec_dir_after This specify the name of the exec directory : all files included will be executed before or after configuration changes run_parts This specify the path to the run-parts command, that is used to execute the scripts. Leave it empty to use the internal implementa- tion of run-parts. config_method This specify the method to use to copy the configuration files, to their places: softlink, hardlink, copy /etc/switchconf/conf should be written so it is parsable as a shell script - There should be no spaces between the variable name and its value. SCHEMES
You should create a directory for each configuration scheme you define, including all the files it should set in the system. Inside /etc/switchconf the directories you should create the files including the full path (i.e., /etc/switchconf/home/etc/network/interfaces for /etc/network/interfaces). No scheme should be named as either the exec_dir_before or the exec_dir_after, unless the conf_top_dirs is moved out of its default direc- tory, /etc/switchconf. Although it is not really necessary, you should probably ensure that all the files existing in one of the schemes exist on every other scheme, in order to ensure you do not end up in a hybrid state. FILES
/etc/switchconf/conf Configuration file. /var/lib/misc/switchconf.lastcfg Memory file, has the name of the current active scheme BUGS
Actually no bugs are reported. AUTHOR
switchconf was written by Sebastien J. Gross <seb@sjgross.org> switchconf was contributed by Julien Ducros <jul@chezwam.org> switchconf was maintained by Jose Calhariz <jose.calhariz@tagus.ist.utl.pt> 3rd Berkeley Distribution April 2002 switchconf(8)