lspcidrake -v | grep -i net
dmesg | grep -iE 'wifi|wlan|firmware'
network={
ssid="SSID"
psk="password"
}
ifconfig wlan0 up
wpa_supplicant -B -Dwext -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0
dhclient wlan0
[root@localhost joey]# lspcidrake -v |grep -i net
ath9k : Atheros Communications Inc.|AR9285 Wireless Network Adapter (PCI-Express) [NETWORK_OTHER] (vendor:168c device:002b subv:11ad subd:6613) (rev: 01)
r8169 : Realtek Semiconductor Co., Ltd.|RTL8101E/RTL8102E PCI Express Fast Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8136 subv:1179 subd:fdc0) (rev: 05)
network={
ssid="Atlassian"
password="password"
identity="identity"
}
network={
ssid="Atlassian"
psk=""
password="password"
identity="identity"
}
network={
ssid="Atlassian"
psk="password"
}
network={
ssid="Atlassian"
psk="password"
identity="identity"
}
wpa_supplicant -B -Dwext -c/etc/wpa_supplicant.conf -iwlan0
joeyc wrote:I don't have admin access to either of the networks so is step 1 out of the question?
joeyc wrote:On the Atlassian network, there is no pre-shared key per se. It is WPA Enterprises but we have to login with our username and password. So I tried the following combinations
joeyc wrote:As system was returning a parsing error (was it a typo? I don't have a /wpa_supplicant/wpa_supplicant.conf)
After then, the three lines executed without returning errors for all of the above combinations of config attributes EXCEPT for the first two - it complained that there was no psk in there and that the psk length was 0 respectively.
It might be worth repeating that I have no trouble getting onto the wi-fi network in the same building that doesn't have encryption. Unfortunately, I am not supposed to use this network and am supposed to get on the proper Atlassian network. I can also connect to the Atlassian network using a network cable seemingly with no problems.
Thanks again for your help!
So do you select WPA-Enterprise in drakconnect? Password will get greyed out, and you need to enter username and password?
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Failed to create host name resolver: Invalid host name
run-parts: /etc/sysconfig/network-scripts/hostname.d/avahi exited with return code 1
Error for wireless request "Set Encode" (8B2A) :
invalid argument "s:".
Can you try to connect to any other wireless AP somewhere else, which does not sport nothing fancy, just plain WPA/WPA2-PSK?
joeyc wrote:Can you try to connect to any other wireless AP somewhere else, which does not sport nothing fancy, just plain WPA/WPA2-PSK?
Would the network I mentioned above that doesn't have encryption that I am not supposed to use qualify?
ls -la /var/run/wpa_supplicant/
joeyc wrote:Hi - I ran the comment above as su and got No such file or directory
I didn't get around to trying the frontend - but the output I got suggests that it probably wouldn't help much right?
mkdir -p /var/run/wpa_supplicant
This command is used to set up a Access-Point with old non nl8021 drivers. You don't want to use it.joeyc wrote:
- Code: Select all
#iwconfig wlan0 mode Master
Error for wireless request "Set Mode" (9B06) :
SET failed on device wlan0 ; Invalid argument
identity is used for WPA-Enetprise networks. psk stands for Pre-shared key WPA-Enetprise is to avoide such a Key. This section makes no sense. Remove it and wpa_supplicant will start without errors.joeyc wrote:
- Code: Select all
network={
ssid="Atlassian"
psk="password"
identity="identity"
}
This Section is to simple. There are a view Thousnd of possible WPA-Enetprise configurations. You have to specify which one you use. Because there are configurations which are insecure in some cases wpa_supplicant don't choose just the one which a AP with the right name sends to you. I would recomend you to configure at first the other network. If this works you may read a little bit about 802.1X to configure the other network. (Since many graphical tools don't prevent you from making very insecure setups. This is very useful in this case too.)
- Code: Select all
network={
ssid="Atlassian"
password="password"
identity="identity"
}
joeyc wrote:
- Code: Select all
[root@localhost joey]# ps -ef | grep -vE 'grep|netns' | grep -i net
Users browsing this forum: No registered users and 1 guest