Hi There,
I'm using a Raspberry pi (Raspbmc RC4) with the latest update (it uses network-manager-0.9.4) and I get the same as SkankArmor in that I can see the list of networks, and it appears as though everything goes ok, but the network is never connected. I've uploaded my logs here:
http://www.valvers.com/files/rpi/wifi-logs.zip
Here is an interested extract from the xbmc.log session:
Code:
20:29:09 T:1247790144 ERROR: Exception in python script callback execution
20:29:09 T:1247790144 ERROR: Traceback (most recent call last):
20:29:09 T:1247790144 ERROR: File "/home/pi/.xbmc/addons/script.linux.nm/resources/lib/addConnection.py", line 87, in onClick
20:29:09 T:1247790144 ERROR: connection_created = self.add_wireless(ssid,encryption)
20:29:09 T:1247790144 ERROR: File "/home/pi/.xbmc/addons/script.linux.nm/resources/lib/addConnection.py", line 149, in add_wireless
20:29:09 T:1247790144 ERROR: finished, connection_created, con_path = self.add_wireless_sub(ssid, encryption, connection_created, con_path)
20:29:09 T:1247790144 ERROR: File "/home/pi/.xbmc/addons/script.linux.nm/resources/lib/addConnection.py", line 171, in add_wireless_sub
20:29:09 T:1247790144 ERROR: con_path = qfpynm.add_wifi(ssid,key,encryption,wep_alg,self.disable_ipv6 )
20:29:09 T:1247790144 ERROR: File "/home/pi/.xbmc/addons/script.linux.nm/resources/lib/qfpynm.py", line 375, in add_wifi
20:29:09 T:1247790144 ERROR: con_path = nm_settings_iface.AddConnection(config)
20:29:09 T:1247790144 ERROR: File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
20:29:09 T:1247790144 ERROR: **keywords)
20:29:09 T:1247790144 ERROR: File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
20:29:09 T:1247790144 ERROR: message, timeout)
20:29:09 T:1247790144 ERROR: File "/usr/lib/python2.7/dist-packages/dbus/exceptions.py", line 45, in __init__
20:29:09 T:1247790144 ERROR: if name is not None or getattr(self, '_dbus_error_name', None) is None:
20:29:09 T:1247790144 ERROR: TypeError
20:29:09 T:1247790144 ERROR: :
20:29:09 T:1247790144 ERROR: 'NoneType' object is not callable