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
APMSLEEP(1)															       APMSLEEP(1)

NAME
apmsleep - go into suspend or standby mode and wake-up later SYNOPSIS
apmsleep [-sSnwhVd] [--suspend] [--standby] [--noapm] [--wait] [--precise] [--help] [--version] [--debug] [+]hh:mm DESCRIPTION
Some computers, especially laptops, can wake-up from a low-power suspend to DRAM mode using the Real-time-clock (RTC) chip. Apmsleep can be used to set the alarm time in the RTC and to go into suspend or standby mode. An interrupt from the RTC causes the computer to wake-up. The program detects this event, by waiting for a leap in the kernel time and terminates successfully. If no time leap occurs within one minute, or something goes wrong, the exit value will be non-zero. The wake-up time can be specified in two formats: +hh:mm specifies a relative offset to the current time. The computer will suspend for exactly hh hours and mm minutes plus a few seconds to wake up. On some laptops, the timing is not completely accurate so it may be a few minutes (or more?) late. hh:mm specifies absolute local time in 24-hour format. The time stored in the RTC is not important. You may change the time zone used, with the TZ environment variable as usual. Daylight saving time is not obeyed in this version, but might be in a future release. WARNING: Do not close cover of laptop after suspending the laptop with apmsleep. Most laptops overheat when running with closed cover. Energy conservation with APM is little for a desktop. Turning of the screen will save 1/2, going into standby with drives turned off will save another 1/6th of the current. -V, --version Print the apmsleep program version and exit immediately. -s, --suspend Put the machine into suspend mode if possible (default). On my laptop, suspend mode turns off everything except the memory. -S, --standby Put the machine into standby mode if possible. On my laptop, standby mode turns off screen, hard disk, and CPU. -w, --wait Wait indefinitely for the time leap. -p, --precise Wait for alarm time to match actual time. Do not wait for time leap. This might be useful even without APM. -n, --noapm Do not call apm bios to suspend computer, just set the alarm clock and wait for time leap indefinitely. -d, --debug Print some information about what is going on. REQUIRED SYSTEM CONFIGURATION
Kernel The special character device /dev/rtc must exist and the kernel needs to be compiled with APM and RTC support. BIOS The computer must have the 'suspend to RAM' feature enabled in the BIOS; 'suspend to Disk' will not work, because the computer is turned off completely. You do not need to enable the ALARM timer, it will be activated by apmsleep. On some boards, you can config- ure which interrupts can be used to awake from suspend mode. If you have such a board, you might want to make sure that keyboard (IRQ 1) and RTC (IRQ 8) are among those interrupts. If your computer does not wake up, try to enable 'modem ring' in the BIOS, even if you do not have a modem. Privileges The program must be run as root or have the SUID attribute set (see chmod(1)). BUGS
Apmsleep cannot detect which event terminated the suspension. Possible events are: keyboard or mouse activity, modem ring, alarm from RTC, any other interrupt. Sometimes, the time leap is not detected properly (causing a wrong exit value). Should use APM BIOS calls to set alarm clock (not yet supported by kernel). This program was tested on a Winbook XL laptop (Pentium) only. It may not function on your hardware. AUTHOR
Written by Peter Englmaier (ppe@mpe.mpg.de) and may be freely distributed under the terms of the GNU General Public License. The code is based on Paul Gortmacher's RTC test/example program. There is ABSOLUTELY NO WARRANTY for this program. The current maintainer is Peter Englmaier. SEE ALSO
xapm(1), apmd(8). January 2004 APMSLEEP(1)