WPA with knetworkmanager hates me

This is my first time setting up Arch after getting sick of Kubuntu.  I'm quite impressed by its speed.  I've managed to set up nearly everything correctly, except for my wi-fi card.  I have no idea how to get WPA to work with my ipw2200.  Unsecured networks work just fine, but when I try to connect to my wpa-psk secured router I get this message:
NetworkManager: <info> Activation (eth1) started...
NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) scheduled...
NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) started...
NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) scheduled...
NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) complete.
NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) starting...
NetworkManager: <info> Activation (eth1/wireless): access point 'lol internet' is encrypted, but NO valid key exists. New key needed.
NetworkManager: <info> Activation (eth1) New wireless user key requested for network 'lol internet'.
NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) complete.
NetworkManager: <WARN> nm_dbus_get_user_key_for_network_cb(): nm_dbus_get_user_key_for_network_cb(): dbus returned an error.
(org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManagerInfo was not provided by any .service files
NetworkManager: <info> Activation (eth1) failure scheduled...
NetworkManager: <info> Activation (eth1) failed for access point (lol internet)
NetworkManager: <info> Activation (eth1) failed.
NetworkManager: <info> Deactivating device eth1.
Does anyone have any ideas?  Here are the relevant sections of my /etc/rc.conf:
HOSTNAME="sagittarius"
lo="lo 127.0.0.1"
eth0="dhcp"
eth1="dhcp"
INTERFACES=(lo !eth0 !eth1)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
DAEMONS=(syslog-ng !network netfs crond @alsa @cpufreq dbus hal dhcdbd networkmanager kdm)
ifconfig:
eth0 Link encap:Ethernet HWaddr 00:0D:60:FE:7E:B3
inet addr:192.168.5.53 Bcast:192.168.5.255 Mask:255.255.255.0
inet6 addr: fe80::20d:60ff:fefe:7eb3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15133 errors:0 dropped:0 overruns:0 frame:0
TX packets:6147 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:5030412 (4.7 Mb) TX bytes:1266019 (1.2 Mb)
Base address:0x8000 Memory:c0220000-c0240000
eth1 Link encap:Ethernet HWaddr 00:0E:35:38:00:FD
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:246183 errors:0 dropped:0 overruns:0 frame:0
TX packets:18906 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:704 (704.0 b)
Interrupt:11 Memory:c0214000-c0214fff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:40 errors:0 dropped:0 overruns:0 frame:0
TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2000 (1.9 Kb) TX bytes:2000 (1.9 Kb)
and iwconfig:
lo no wireless extensions.
eth0 no wireless extensions.
eth1 unassociated ESSID:""
Mode:Managed Frequency=2.437 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
irda0 no wireless extensions.
Thanks!

sykesm wrote:
have you tried explicitly setting things using iwconfig
sudo iwconfig eth1 essid ACTUAL_ESSID
sudo iwconfig eth1 key ACTUAL_KEY
sudo dhcpcd -n eth1
ping ACTUAL_ROUTER
It seems you don't know shit about wireless. iwconfig can only set up static keys (WEP), WPA needs to negotiate keys dynamically.
About the actual problem: It seems to be a dbus issue:
NetworkManager: <WARN> nm_dbus_get_user_key_for_network_cb(): nm_dbus_get_user_key_for_network_cb(): dbus returned an error. (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManagerInfo was not provided by any .service files
Is knetworkmanager (or whatever that tool is called) running? Does it ask for the psk? That is what I don't like about networkmanager: you need a GUI tool to make it work.

Similar Messages

  • WPA with knetworkmanager hates me (transferred from newbie forum)

    This is my first time setting up Arch after getting sick of Kubuntu.  I'm quite impressed by its speed.  I've managed to set up nearly everything correctly, except for my wi-fi card.  I have no idea how to get WPA to work with my ipw2200.  Unsecured networks work just fine, but when I try to connect to my wpa-psk secured router I get this:
    NetworkManager: <info> Activation (eth1) started...
    NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) scheduled...
    NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) started...
    NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) scheduled...
    NetworkManager: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) complete.
    NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) starting...
    NetworkManager: <info> Activation (eth1/wireless): access point 'lol internet' is encrypted, but NO valid key exists. New key needed.
    NetworkManager: <info> Activation (eth1) New wireless user key requested for network 'lol internet'.
    NetworkManager: <info> Activation (eth1) Stage 2 of 5 (Device Configure) complete.
    NetworkManager: <WARN> nm_dbus_get_user_key_for_network_cb(): nm_dbus_get_user_key_for_network_cb(): dbus returned an error.
    (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManagerInfo was not provided by any .service files
    NetworkManager: <info> Activation (eth1) failure scheduled...
    NetworkManager: <info> Activation (eth1) failed for access point (lol internet)
    NetworkManager: <info> Activation (eth1) failed.
    NetworkManager: <info> Deactivating device eth1.
    [/code/
    Does anyone have any ideas? Here are the relevant sections of my /etc/rc.conf:
    [Code]
    HOSTNAME="sagittarius"
    lo="lo 127.0.0.1"
    eth0="dhcp"
    eth1="dhcp"
    INTERFACES=(lo !eth0 !eth1)
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    DAEMONS=(syslog-ng !network netfs crond @alsa @cpufreq dbus hal dhcdbd networkmanager kdm)
    ifconfig:
    eth0 Link encap:Ethernet HWaddr 00:0D:60:FE:7E:B3
    inet addr:192.168.5.53 Bcast:192.168.5.255 Mask:255.255.255.0
    inet6 addr: fe80::20d:60ff:fefe:7eb3/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:15133 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6147 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:5030412 (4.7 Mb) TX bytes:1266019 (1.2 Mb)
    Base address:0x8000 Memory:c0220000-c0240000
    eth1 Link encap:Ethernet HWaddr 00:0E:35:38:00:FD
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:246183 errors:0 dropped:0 overruns:0 frame:0
    TX packets:18906 errors:0 dropped:0 overruns:0 carrier:1
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:704 (704.0 b)
    Interrupt:11 Memory:c0214000-c0214fff
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:40 errors:0 dropped:0 overruns:0 frame:0
    TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:2000 (1.9 Kb) TX bytes:2000 (1.9 Kb)
    and iwconfig:
    lo no wireless extensions.
    eth0 no wireless extensions.
    eth1 unassociated ESSID:""
    Mode:Managed Frequency=2.437 GHz Access Point: Not-Associated
    Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
    Retry limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    irda0 no wireless extensions.
    Thanks!

    sykesm wrote:
    have you tried explicitly setting things using iwconfig
    sudo iwconfig eth1 essid ACTUAL_ESSID
    sudo iwconfig eth1 key ACTUAL_KEY
    sudo dhcpcd -n eth1
    ping ACTUAL_ROUTER
    It seems you don't know shit about wireless. iwconfig can only set up static keys (WEP), WPA needs to negotiate keys dynamically.
    About the actual problem: It seems to be a dbus issue:
    NetworkManager: <WARN> nm_dbus_get_user_key_for_network_cb(): nm_dbus_get_user_key_for_network_cb(): dbus returned an error. (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManagerInfo was not provided by any .service files
    Is knetworkmanager (or whatever that tool is called) running? Does it ask for the psk? That is what I don't like about networkmanager: you need a GUI tool to make it work.

  • WPA with 802.1x authentication

    Hi experts,
    I need clarification in a fundamental concept.
    Is it possible to configure WPA with 802.1x authentication without external AAA / ACS server.
    If the username and password is configured in local device, is it possible to create 802.1x authentication without RADIUS server
    Thanks in advance
    regards,RB

    You can't do 802.1x without RADIUS. But you can use Local EAP on an Autonomous AP or on a LAP Controller. They can both act as RADIUS servers. Here's an example config for an autonomous AP:
    aaa group server radius rad_eap
    server 192.168.0.1 auth-port 1812 acct-port 1813
    aaa authentication login eap_methods group rad_eap
    dot11 ssid ccie
    authentication open eap eap_methods
    authentication network-eap eap_methods
    guest-mode
    radius-server local
    nas 192.168.0.1 key cisco
    user test password test
    radius-server host 192.168.0.1 auth-port 1812 acct-port 1813 key cisco
    LAP Controller local EAP is configurable through GUI

  • GPIB-ENET/100 Issues with Red Hat Enterprise Linix 3.0

    Does anyone know of issues with Red Hat Enterprise Linux 3.0?
    Using Red Hat Linux 8.0, I am able to run EthernetConfig and identify all the GPIB-ENET/100 devices on my Ethernet.
    Running EthernetConfig under Enterprise Linux does not work properly. No devices are detected.
    Everything else appears to be working.
    I can ping the device.
    I can also detect the device using my Windows based program NI-488.2M for Windows NT/GPIB-ENET100 Utilities/Device Configuration.

    I do not know of any issues with RHEL 3.0 and the Beta 488.2 driver. I believe that you have started a support request via e-mail so I will deal with your issue there.
    Thanks,
    Scott B.
    Applications Engineer
    National Instruments

  • Wireless connection issue with KNetworkManager [SOLVED]

    Is there anyway to connect to a WPA2 with PEAP with GTC authentication? Google hasn't come up with much, and I was wondering if there was a way to set it up without the GUI or perhaps an addition to the GUI? I would prefer to use KNetworkManager instead of WICD, which does have support for this wireless connection.
    Edit: Found out how to do it.
    WPA/WPA2 Enterprise - Protected PEAP - PEAP Version 0 - MSCHAPv2
    Last edited by trc (2010-11-19 13:40:03)

    Then I connected without any problems.
    Your WLAN card working very well! In my opinion there is some problem with settings. When you use your notebook at home be sure you use right WLAN password.
    I do not know where you try to use WLAN if you are not at home (maybe in your company) but try to contact system administrator and see what is wrong there. Please let me know where you try to use WLAN connection.

  • Oracle Calendar Server Configuration Assistant fails with Red Hat ES 4

    I am trying to install Oracle Collaboration Suite 10.1.2 on a Red Hat ES 4 server platform.
    I have installed with the Advanced Installation Option. The infra installation proceeds well then when i try to install the ocs application tier (different Oracle Home) the Calendar Server Configuration Assistant fail.
    Output :
    ================================================================================================================
    Output generated from configuration assistant "Calendar Server Configuration Assistant" (attempt 1):
    Time zone selected: EBST3EBDT.Warning: Existing node(s) found in unison.ini. Using node 1 for configuration tasks.
    Current State for Instance:ocsapp.lf-ocs1.lima_e_falcao.inet
    Component Type Up Status In Sync Status
    ================================================================================
    1 HTTP_Server HTTP_Server Up True
    2 OC4J_Content OC4J Up True
    3 OC4J_Mail OC4J Up True
    4 OC4J_OCSADMIN OC4J Up True
    5 OC4J_OCSClient OC4J Up True
    6 OC4J_Portal OC4J Up True
    7 OC4J_RM OC4J Down True(Disabled)
    8 OC4J_Wireless OC4J Up True
    9 OC4J_imeeting OC4J Up True
    10 Service_Component_Cont OC4J Up True
    11 home OC4J Up True
    Warning: more than one process-type Element in the snippet. only the 1st one is appended
    Error: can not append, there is a same named process type element in the exisitng ias-instance.ias-component
    Error: Could not configure OPMN module information.
    java.io.IOException: /u01/oracle/product/10.1.2/ocs_2/jdk/bin/java returned 1
         at oracle.calendar.server.configuration.OCalConfig.runExternalProgram(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.runExternalProgram(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.configureOPMN(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.run(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.main(Unknown Source)
    3 [main] ERROR emSDK.config - oracle.sysman.emSDK.conf.TargetAdditionException: Target[oracle_calendar_ocal,ocsapp.lf-ocs1.lima_e_falcao.inet_Calendar Server] already present in /u01/oracle/product/10.1.2/ocs_2/sysman/emd/targets.xml
    oracle.sysman.emSDK.conf.TargetAdditionException: Target[oracle_calendar_ocal,ocsapp.lf-ocs1.lima_e_falcao.inet_Calendar Server] already present in /u01/oracle/product/10.1.2/ocs_2/sysman/emd/targets.xml
         at oracle.sysman.emSDK.conf.TargetInstaller.addTargetInt(TargetInstaller.java:1148)
         at oracle.sysman.emSDK.conf.TargetInstaller.addTargetFromFile(TargetInstaller.java:1075)
         at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3669)
    Target[oracle_calendar_ocal,ocsapp.lf-ocs1.lima_e_falcao.inet_Calendar Server] already present in /u01/oracle/product/10.1.2/ocs_2/sysman/emd/targets.xml
    Warning: ocad.conf already included in /u01/oracle/product/10.1.2/ocs_2/Apache/Apache/conf/oracle_apache.conf.
    Error: java.io.IOException: /u01/oracle/product/10.1.2/ocs_2/jdk/bin/java returned 1: Registration of ocal_targets.xml into targets.xml failed.unistart: Oracle Calendar Server 10.1.2.0.0
    unistart: Copyright (c) 1993, 2005, Oracle.
    unistart: All rights reserved.
    unistart:
    unistart: opmnctl: opmn is already running
    unistart: opmnctl: starting opmn managed processes...
    unistart: The Calendar Server started successfully.
    Orclguest account has already been provisioned for Calendar.
    Fatal Exception caught : java.lang.NullPointerExceptionopmnctl: stopping opmn managed processes...
    Configuration assistant "Calendar Server Configuration Assistant" failed
    ================================================================================================================
    Someone can help me?
    Thanks a lot.

    is it a reinstallation or a first one on a bare server ? if there were several attempts please be sure you cleaned evrything before launching the installation :
    - product directory
    - /etc/ora*
    - database
    - oraInventory
    - /tmp (I had a similar issue with remaining files in /tmp, even after rebooting)
    If it doesn't work, check that you don't hit the NO-EXCUTE problem (see the OCS 10.1.2 release notes, look for "noexec")

  • X4200 with Red Hat Linux - Network not coming up

    I have a new X4200 with a fresh install of Red Hat. I have eth0 configured with static IP and iptables disabled. When I connect the Ethernet cable between server and switch, I get link LED and activity LED. However, I can ping anything on the local network or ping the server. Mii-tool reports "no link". I can ping the locally and the loopback.
    I have tested the cable and switch port with another computer and connectivity is fine.
    Anyone have any idea what could be wrong?
    Thanks.

    You didn't specify which port you connected to on the x4200.
    Note that RedHat considers Net2 to be eth0, and Net3 to be eth1 (for which it loads the e1000 driver (intel). The Net0 and Net1 interfaces are Nvidia ports, for which RedHat does not have a default driver.

  • Dcnm install with red hat X11

    Hello I would like to know if i can install dcnm for red hat with X11 forwarding ,
    X11 is working ,
    but I can't lauch .bin
    here the result:
    sh dcnm-installer-x64-linux.6.3.2.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Graphical installers are not supported by the VM. The console mode will be used instead...
    =======================================================
    Installer User Interface Mode Not Supported
    The valid UI modes identifiers are GUI, and Silent.  By default installer will run in GUI mode.  If you are running the installer in GUI mode, X windows resources should be available to display the GUI installer.   It is not possible to telnet or ssh and install DCNM in GUI mode.
    =======================================================
    thanks for your answer,

    Hi there,
    teh file orainst is very much in the directory. All you have to do is.
    1. set the PATH=$PATH:. in your .profile. This will ensure that can execute the files from the current directory.
    2. cd to /mnt/cdrom/orainst
    3. execute teh command orainst.
    If you have still problem I am glad to assist you.
    I have done my installation in RH5.2 , its fine, but RH6.1, I have problem
    thanks
    siva
    [email protected]
    null

  • WPA with mac and pc

    I just got the buffalo WHR-HP-G54 router, amd it is great, easy to install and set up plus works much better than my old Linksys with a stronger signal.
    Is this normal..I set it up using Buffalo's client manager, encrypted with WPA, the desktop loads pages much faster than before but my iBook takes forever. Did I set up WPA incorrectly to cause this? Without any security it loads very quick.
    Thanks,
    Wendy

    Yes, that seems to work OK.  Time Warner is actually sending a tech out to check their modem this week, so I'll have them verify the equipment (& also ask him/her why the SB5100 shows up as a WAP).  Could it simply be a failure of the WRT54GL's wireless transmission hardware?  How could I tell if that were the case?  Thanks for your feedback. 

  • Using WPA with a G3 ibook with Airport Card

    G3 800 ibook
    Running 10.4.7
    Airport Card
    Router DLink DIR-625
    This is the only non-extreme unit I have. All other connect with no problem. When I set up WPA and attempt to connect with this machine, I get the following message
    the wireless network "xxx" does not support the requested encryption method.
    Any suggestions on how to resolve this?
    Thanks!

    As long as you are running AirPort software 3.3 or better you should be able to connect to a WPA network. See KB 107795, AirPort Card: When You Can Join a WPA Network.
    Verify that the network is NOT using WPA2. You can't join a WPA2 protected network.

  • WDS and WPA with 2x Express and 1 x Extreme - barbed wire in the *** easier

    Frankly I am disgusted at the near impossibility of getting this to work after 5 hours of playing, resetting and stuffing around. Apple need to pull their fingers out and realise that "we make em simple so you don't need docs" is not going to cut it for everything.
    Each time I get aways into this (got it working sans WPA after 3 hrs) I get either a non subnet IP address, or the Setup Utility can see but not open a station. No probs hard rests all around and awayyyyy we go again.
    At this stage I will NEVER purchase a Airport base station again. My years with NetGear showed how it can be done properly.
    If this keeps up, and factoring in my 2 day old dead iMac, I'm off to Dell for a complete technology refresh!
    Has anyone ever got this simple configuration to work? if so can you point me at some doc or tips?
    Forgive me for wanting security and wireless access at the same time!
    Rant=off, apologies=on
    regards Paul

    Thanks Dwayne,
    However I had already upgraded Firmware on all devices.
    I actually solved the issue as follows:
    1) The problem was that using the auto-config feaature of the Airport Admin Utility kept crashing as it tried to update the Main Base Station. It was in effect freezing in the rejoin and getting a 169.x private address - therefore unable to see the 10.0.x subnet of the network.
    2) Use the auto-config, but once the Remote Base Station(s) are updated, power them off before the wizard gets to the Main Base Stattion.
    3) It then manages to see the right subnet and can complete the update.
    My guess is that this is an isue with more than 2 Airports and the very slow speed of the DHCP service on the Airport Extreme.
    I am dissapointed to say the least.
    Cheers
    Paul

  • WPA with local MAC address authentication

    Can Cisco Aironet AP support WPA encryptions with local MAC address authentications as the current setup i have do not have a radius server to authenticate my users.
    i tried configuring with local MAC address but no success.

    Try this:
    conf t
    access-list 700 deny xxxx.xxxx.xxxx 0000.0000.0000
    access-list 700 deny xxxx.xxxx.xxxx 0000.0000.0000
    access-list 700 permit 0000.0000.0000 ffff.ffff.ffff
    dot11 association mac-list 700
    Replace the xxxx.xxxx.xxxx with each host you want to allow on the AP. This will block any other MACs from accessing the AP. This is not by SSID, this is by AP, so let me know if this will work for you.

  • How to close open hi-hat with closed hat (Ultrabeat)

    I loaded the 2 samples but can figure out how to mute one sound with the other.....help
    thanks in advance

    hi peter
    the group setting is small and hard to see, and easy to miss. looking at ultrabeat, go all the way to the right of center, you'll see ther name Ultrabeat, below is a round dial and below that is the settings for trigger and group. Put all your hats in the same group and next note cuts off the first, closed hat closes the open hi hat

  • Totally Fubared Wireless installation - WPA with netcfg

    Dear helpful community,
    Being relatively new to Linux (AAO Linpus distro for the last 6 month) I stumbled over Arch. Great distro and I am learning, learning, learning.
    Unfortunately I am learning not fast enough so I managed to f- up my whole wireless setup. For some weeks I used wifi-rada to connect to my WPA encoded but:
    1.) it won't connect to a WEP encoded network
    2.) it uses a gui... ( I am really trieing to get hardcore )
    So I started to sort throug the wiki, installing netcfg/ core and wpa_supplicant and started to change the deamons in the rc.conf. First lesson learned out of this step? Always save a backup of any config file you change...
    So now, I manged to break wifi-radar too...
    which entries shall I use in the deamons for netcfg? "network"? "network-manager"? "wpa_supplicant"?
    Which entries shall I make to the rc.conf at all? right now, I have "eth0" wired network and "wlan0" wireless.
    Furthermore, when I try to put the wlan0 up:
    sudo ifconfig wlan0 up
    I get "SICOSCIFFLAG" error.
    Would somebody be so kind to help me out? Wiki is driving me crazy, because it doesn't answer my questions and sends me from B to C to D when I am looking for info about A...
    Thanks!!!

    Don't panic, read this with attention, try to understand each single passage and then apply them to your system.
    Try with that entry on the wiki, if you have problems on that we will be here.
    HTH,

  • WPA with intel 3945 device

    So for the past couple of weeks on and off I have been trying to connect to a wireless network with wpa-psk encryption.
    Network manager, buggy and wouldn't connect
    Profiles, messed up all my network config's
    So my question, on a base install of arch Linux., what programs will i need to connect to a wpa wifi network with a 3945 card.
    I have to be able to boot into arch, without connecting to a network, then run a script to connect to a network (i connect to several wpa networks), so does this mean sevral profiles?
    I have scratched my head for a long time and been bugging people on irc, but can seem to solve the issue, looking for help

    Ill happily beta test it
    Update, works beautifully, what a great thing for arch
    I cant belive i got this working in under a minute, when i spent so much time playing with loads of other scripts etc, great job !
    Last edited by Crooksey (2007-12-06 16:23:39)

Maybe you are looking for