Problem with define the alfa network usb adapter

Hi all,
I found the file that defines the alpha, but did not know how to define.
the ReadMe file explain the process of installation and this is the file for operating instructions.
Release Date: 2006-02-09, ver 1.2
RTL8187 Linux driver version 1.2
   --This driver supports RealTek RTL8187 Wireless LAN driver for
     Fedora Core 2/3/4/5, Debian 3.1, Mandrake 10.2/Mandriva 2006,
     SUSE 9.3/10.1/10.2, Gentoo 3.1, etc.
   - Support Client mode for either infrastructure or adhoc mode
   - Support WEP and WPAPSK connection
< Component >
The driver is composed of several parts:
    1. Module source code
      stack.tar.gz
      drv.tar.gz
    2. Script ot build the modules
      makedrv
    3. Script to load/unload modules
      wlan0up
      wlan0down
    4. Script and configuration for DHCP
       wlan0dhcp
      ifcfg-wlan0
    4. Supplicant source code:
      wpa_supplicant-0.4.9.tar.gz
    5. Example of supplicant configuration file:
      wpa1.conf
< Installation >
Runing the scripts can finish all operations of building up modules
from the source code and start the nic.
    1. Build up the drivers from the source code
      ./makedrv
    2. load the driver module to kernel and start up nic
      ./wlan0up
< Set wireless lan MIBs >
This driver uses Wireless Extension as an interface allowing you to set
Wireless LAN specific parameters.
Current driver supports "iwlist" to show the device status of nic
        iwlist wlan0 [parameters]
where
        parameter explaination          [parameters]   
        Show available chan and freq    freq / channel 
        Show and Scan BSS and IBSS     scan[ning]         
        Show supported bit-rate         rate / bit[rate]       
        Show Power Management mode      power           
For example:
    iwlist wlan0 channel
    iwlist wlan0 scan
    iwlist wlan0 rate
    iwlist wlan0 power
Driver also supports "iwconfig", manipulate driver private ioctls, to set
MIBs.
    iwconfig wlan0 [parameters] [val]
where
    parameter explaination      [parameters]        [val] constraints
        Connect to AP by address    ap                  [mac_addr]
        Set the essid, join (I)BSS  essid                 [essid]
        Set operation mode          mode                {Managed|Ad-hoc}
        Set keys and security mode  key/enc[ryption]    {N|open|restricted|off}
For example:
    iwconfig wlan0 ap XX:XX:XX:XX:XX:XX
    iwconfig wlan0 essid "ap_name"
    iwconfig wlan0 mode Ad-hoc
    iwconfig wlan0 mode essid "name" mode Ad-hoc
    iwconfig wlan0 key 0123456789 [2] open
    iwconfig wlan0 key off
    iwconfig wlan0 key restricted [3] 0123456789
< Getting IP address >
After start up the nic, the network needs to obtain an IP address before
transmit/receive data.
This can be done by setting the static IP via "ifconfig wlan0 IP_ADDRESS"
command, or using DHCP.
If using DHCP, setting steps is as below:
    (1)connect to an AP via "iwconfig" settings
        iwconfig wlan0 essid [name]    or
        iwconfig wlan0 ap XX:XX:XX:XX:XX:XX
    (2)run the script which run the dhclient
        ./wlan0dhcp
           or
        dhcpcd wlan0
                  (Some network admins require that you use the
                  hostname and domainname provided by the DHCP server.
                  In that case, use
        dhcpcd -HD wlan0)
< WPAPSK >
WPA_SUPPLICANT help the network to communicate under the protection of WPAPSK
mechanism
    (1)Unpack source code of WPA supplicant:
      tar -zxvf wpa_supplicant-0.4.9.tar.gz
      cd wpa_supplicant-0.4.9
    (2)Create .config file:
      cp defconfig .config
    (3)Edit .config file, uncomment the following line:
      #CONFIG_DRIVER_IPW=y.
    (4)Build WPA supplicant:
      make
    If make error for lack of <include/md5.h>, install the openssl lib(two ways):
     1. Install the openssl lib from corresponding installation disc:
        Fedora Core 2/3/4/5(openssl-0.9.71x-xx), Mandrake10.2/Mandriva10.2(openssl-0.9.7x-xmdk),
        Debian 3.1(libssl-dev), Suse 9.3/10.0/10.1(openssl_devl), Gentoo(dev-libs/openssl), etc.
     2. Download the openssl open source package from OpenSSL: The Open Source toolkit for SSL/TLS, build and install it.
    (5)Edit wpa_supplicant.conf to set up SSID and its passphrase.
      For example, the following setting in "wpa1.conf" means SSID
          to join is "BufAG54_Ch6" and its passphrase is "87654321".
      network={
            ssid="BufAG54_Ch6"
            proto=WPA
            key_mgmt=WPA-PSK
            pairwise=CCMP TKIP
            group=CCMP TKIP WEP104 WEP40
            psk="87654321"
            priority=2
    (6)Execute WPA supplicant (Assume 8187 and related modules had been
           loaded):
      ./wpa_supplicant -D ipw -c wpa1.conf -i wlan0 &I execute the makdrv script after log with root user but an error appear
   bash:./makedrv: permission denied  and this the script code
#!/bin/sh
tar -zxvf stack.tar.gz
tar -zxvf drv.tar.gz
cd ieee80211
make clean
make
cd .../rtl8187
make clean
make
cd...  Regards

chmod 700 makedrv

Similar Messages

  • Problem with opening the social networks applicati...

     i got a problem with this app, once i want to open it, it says:“Sorry, please uninstall and reinstall communities. what can i do ?

    whever i refresh the entire application in the tomact then its been recognizedMaybe you're creating and downloading it asynchronously so that the creation of the file isn't finished yet while you're about to download it.

  • I am getting weary of my iPhone 4s. the battery life is non-existent, second, i had problems with calls, the caller couldn't hear me and now it cannot detect internet networks. Be they wi-fi or cellular. what could be the problem.

    I am getting weary of my iPhone 4s. The battery life is non-existent, secondly, I had problems with calls, the caller couldn't hear me and now it cannot detect internet networks. Be they Wi-Fi or cellular. what could be the problem?

    Mullaly75 wrote:
    I assume u guys don't understand what open source software is
    Yes, I think most of us do understand what open source software is. It sounds as if you don't. Here's some information:
    Open-source software (OSS) is computer software that is available in source code form: the source code and certain other rights normally reserved forcopyright holders are provided under an open-source license that permits users to study, change, improve and at times also to distribute the software.
    Open source software is very often developed in a public, collaborative manner. Open-source software is the most prominent example of open-sourcedevelopment and often compared to (technically defined) user-generated content or (legally defined) open content movements.
    from http://en.wikipedia.org/wiki/Open_source_software
    Yes, Tom Wu of Stanford wrote a paper on something called Secure Remote Access Protocol. It's a form of Asymetric Key Exchange and has nothing to do with hacking anything. It's actually intended to protect data.

  • I am having problem with using the Basic brush definition

    I am having problem with using the Basic brush definition. When I try to click on it will not allow me to use it and will automatically use the 5 pt. oval brush definition. The only way I can use the basic brush is after I have already drawn something and then I have to click on the stroke and then press basic. This is incredibly annoying and if anyone could help I would greatly appreciate it. (I have Adobe CS6)

    for whatever reason, the basic 'brush' you see in the brushes palette effectively means removing any brush from a path. to draw with the brush tool you need a brush defined. in your case the last one selected being the 5 pt oval one.

  • Problems with Vodafone/Huawei E220 wireless usb Modem

    Hi there,
    My faithful Powerbook is having issues with a company issued Vodafone Vodem (Huawei E220 wireless HSDPA 3G USB modem).
    It worked well at first, but then after restarting, waking from sleep or rebooting from off, the Vodem would cease to connect to Vodafone, with the Vodafone Modem Software giving me a cryptic message "No modem or data card attached".
    Yesterday, I tried reinstalling and uninstalling the software, and after several installation/uninstallations, it finally reconnected. It has since stopped working again since shutting down the Powerbook overnight. Reinstalling has not yet worked.
    I read somewhere on the net that leaving the modem plugged in for a minute before attempting to connect might work - alas no such luck.
    Has anyone else out there had problems with their Vodafone/Huawei E220 USB wireless modem, and how did you resolve the problem?
    I have tried both the New Zealand 2.07 version, plus the European 2.08 version of the Vodafone connectivity software.
    I am running a Powerbook 15", 1.67ghz, MacOS 10.4.11, 512MB, no other peripherals connected.

    No experience, but what happens if you log out then back in?
    Does a New User have that problem?

  • IPhone has constant problems with Computer-To-Computer network

    I use a Computer-To-Computer network to connect my iPhone with my MacBook Pro when I'm at the office. This enables syncing of Things and OmniFocus between my iPhone versions of these programs and the versions on my MacBook Pro. I have one of the original (2G) iPhones. I daily go to my Airport icon on my Mac's menu bar, click on Create Network, and set up a password. I'm using 40-bit WEP.
    This sort of syncing procedure worked fairly well until iPhone OS 3.0. Ever since then, it's been completely unreliable. I've tried changing the channel a number of times, and of course rebooting both the iPhone and the computer dozens of times. It's still a problem.
    Anyone heard of this networking problem with 3.0? Any info appreciated! Thanks.

    yes, i have been having problems with computer to computer networking to iphone as well. for now, the only thing that keeps a steady connection is removing the sim card, so keep a paper clip handy.

  • Problems with software the update with Nokia 6233

    Problems with software the update with Nokia 6233
    Hello,
    I have so far some-paints tries my software to update.
    Each time the update procedure begins, sometime stands then on the telephone “test mode”.
    On the computer wars I the reference in the update manager “connection to the telephone broken off” and wants the update to again start.
    If I change my profile attitudes since that for example, then after a telephone restart again deleted.
    What there can I make?
    GreetingsMessage Edited by adisaily on 24-Aug-2007 09:03 AM

    It sounds like your 5800 has the earpiece fault that was common with 5800's made before February.
    You need to take it to a nokia care point for repair under warranty.
    Care points/service centres and repair info:
    UK • Europe • Asia-Pacific • USA •
    Canada • Middle East and Africa
    Elsewhere: Click here, select your country, go to the support section, then select repair.

  • I can not do the update , what should I do to fix this error ? "There was a problem with downloading the file . For tips on troubleshooting , please go to Customer Support . ( Error code : 204 ) ." thanks

    I can not do the update , what should I do to fix this error ?
    "There was a problem with downloading the file . For tips on troubleshooting , please go to Customer Support . ( Error code : 204 ) ." thanks

    Hi,
    Please refer to the help document below:
    Error downloading, installing, or updating Creative Cloud applications
    Regards,
    Sheena

  • Problem with running the midlet class (Error with Installation suite )

    hi everyone...
    i have problem with running the midlet class(BluetoothChatMIDlet.java)
    it keep showing me the same kind of error in the output pane of netbeans...
    which is:
    Installing suite from: http://127.0.0.1:49296/Chat.jad
    [WARN] [rms     ] javacall_file_open: wopen failed for: C:\Users\user\javame-sdk\3.0\work\0\appdb\delete_notify.dat
    i also did some research on this but due to lack of forum that discussing about this,im end up no where..
    from my research i also find out that some of the developer make a changes in class properties..
    where they check the SIGN DISTRIBUTION...and also change the ALIAS to UNTRUSTED..after that,click the EXPORT KEY INTO JAVA ME SDK,PLATFORM,EMULATOR...
    i did that but also didnt work out..
    could any1 teach me how to fix it...
    thanx in advance... :)

    actually, i do my FYP on bluetooth chatting...
    and there will be more than two emulators running at the same time..
    one of my frens said that if u want to run more than one emulator u just simply click on run button..
    and it will appear on the screen..

  • I purchased Microsoft Office for Mac through the Apple website.. I have downloaded all from the disk into my Mac, no problem with all the other Word etc, but Outlook is asking for the key number: I have put it in but its obviously not the right one...????

    I purchased Microsoft Office for Mac through the Apple website.. I have downloaded all from the disk into my Mac, no problem with all the other Word etc, but Outlook is asking for the key number: I have put it in but its obviously not the right one...???? In the box with the disk came the product key, have put it in and it doesnt work. Please help..x

    unfortunately - you can not.  you can't even buy outlook by itself at microsoft's own website.
    does it have to be outlook?  maybe you can get away with using something else that's outlook compatible.
    how about trying Thunderbird for Mac OS?
    or maybe you can call apple and let them know you purchase the wrong version - they might give you a break and just pay the difference for the home and business version.
    good luck

  • I have a problem with loading the PNG image

    I have a problem with loading the PNG image from site. For ex. go to icefilms com and is starts to load png like crazy CPU is huge and you can not shut down Firefox at least a minute. This is not just in this site but whit any one whit lots of pictures.
    Image from firefox: Picture [http://img836.imageshack.us/img836/9910/7312011103147pm.jpg 1] [http://img28.imageshack.us/img28/8505/7312011103249pm.jpg 2] [http://img706.imageshack.us/img706/5615/7312011103348pm.jpg 3 ][http://img827.imageshack.us/img827/8483/7312011103533pm.jpg 4]
    This is my Task Manager [http://img217.imageshack.us/img217/5715/7312011103621pm.jpg 1]
    - I try safe mode, same thing
    -All addons and plugins are ok
    Any idea why is this so big problem.

    i did both of them, but still the while sending the mail the diolog box is not showing up and also the spelling and grammer does not do the spelling check. 
    This problem just started for about 3 to 4 days now.  earlier it was working normally.

  • Problem with mapping the Entity beans onto database tables

    Hi,
    I got a problem with mapping the Entity beans onto database tables. Here are what I did:
    First Step:
    asant capture-schema
    Second Step:
    capture-schema -driver com.pointbase.jdbc.jdbcUniversalDriver -dburl jdbc:pointbase:server://localhost/sun-appserv-samples -username pbPublic -password pbpublic -table APPLICANT -table APPLICANTSKILL -table CUSTOMER -table LOCATION -table job -table JOBSKILL -table SKILL -out build/agency.dbschema
    The first step was fine. But, in the second step, I got the error message as follow:
    using dburl:jdbc:pointbase:server://localhost/sun-appserv-samples
    using username:pbPublic
    using password:pbpublic
    using driver:com.pointbase.jdbc.jdbcUniversalDriver
    using schemaname:null
    using output file:build/agency.dbschema
    JDO71100: Failed to find a class. Verify that the class is available on your CLASSPATH
    java.lang.ClassNotFoundException: com.pointbase.jdbc.jdbcUniversalDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at com.sun.forte4j.modules.dbmodel.jdbcimpl.ConnectionProvider.<init>(Co
    nnectionProvider.java:38)
    at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main(CaptureSch
    ema.java:130)
    at com.sun.jdo.spi.persistence.support.ejb.util.CaptureSchemaWrapper.mai
    n(CaptureSchemaWrapper.java:29)
    Thanks for your help!

    You need to add the pbclient.jar or some similar name like that, in the CalssPath.

  • Problem with getting the little blackberry icon

    Hi the blackberry I'm using is working and up to date. I was setting up my mates blackberry 9320 but having a problem with getting the little blackberry icon to appear in the top right corner of my phone where the GMS is and signal bar and stuff its something to do with blackberry.
    I tried downloading bbm and it say associating bbm with blackberry id and constant loads with nothing happening bbm not working
    I NEED THE TINY BB ICON AT TOP RIGHT???

    Hi neal123
                            That BlackBerry icon will appear near signal bar when we activate  BIS on a 3G device. Did he activated BIS on his account. ? 
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • "there was a problem re-joining the wireless network or finding the device"

    I get this error when trying to have my Airport (for wireless printer sharing) join my current O2 Broadband wireless network:
    *AirPort Utility was unable to find your Apple wireless device after restarting.*
    *The settings for this Apple wireless device have been successfully updated, but there was a problem re-joining the wireless network or finding the Apple wireless device. You may need to select your network from the AirPort menu and try again.*
    Anyone have any idea how to fix this?

    This has been a total joke...Same problems as many here and zero response from Apple! I've had an AX for 3 years or so and it has worked fine, that is until it dropped its connection 2 days ago. I went to reset and the utility prompted me to do some updates...then magically it all went down the tubes!
    *"The settings for this Apple wireless device have been successfully updated, but there was a problem re-joining the wireless network or finding the Apple wireless device. You may need to select your network from the AirPort menu and try again."*...look familiar? Well, I tried everything including the many possible fixes listed here at the discussions...and of coarse NOTHING. I decided that maybe it had just out-lived itself and bought a brand new AX yesterday...funny SAME PROBLEM. Now all the tinkering is affecting my network. I returned the new AX today, and surprise the people at the Apple Store had never heard of the issues, let alone have idea of what to do next! VERY MAD!
    Any new solutions would be great! THX.

  • Problems with downlowding the latest version of iTunes

    Resently there have ben problems with downloading the latest versions of iTunes.
    And also the version 10.6.1.7 I had to reinstall up to four times, undtil the install
    succeeded.
    Normally the updates are running without any problems.
    I have ben iTunes customer several years, and very satisfied with the program.
    Best regards
    Aagevi

    Try downloading iTunes directly from the Apple website -> http://www.apple.com/itunes/download/

Maybe you are looking for