original vu+ wlan stick [rt73]

zaharias

Vu+ Newbie
hi,
i have the original vu+ stick and got problems installing it.
my box is an vu+ solo with black hole 1,6,1 image on it.
it looks like the stik got recognized by the the image...
i go to menue-setup-system-network- and select the wlan .. if i press the ok to select the adapter settings the image crashes with a greenscreen..
is this a recognizing-problem?
here is the part of the crashlog:

Code:
action ->  OkCancelActions ok
okbuttonClick
allocating new converter!
action ->  OkCancelActions ok
[ePopen] command: iwconfig wlan0
child has terminated
pipes closed
self.wlaniface after loading: {'wlan0': {'acesspoint': False, 'quality': False, 'signal': False, 'frequency': False, 'essid': False, 'encryption': False, 'bitrate': False}}
poll: unhandled POLLERR/HUP/NVAL for fd 53(16)
action ->  WizardActions ok
killing self.WlanConsole
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 66, in action
    return ActionMap.action(self, contexts, action)
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
    res = self.actions[action]()
  File "/usr/lib/enigma2/python/Screens/NetworkSetup.py", line 754, in ok
    os_system("ifconfig " + self_iface + " up")
NameError: global name 'self_iface' is not defined
(PyObject_CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap instance at 0x193b760>>,('WizardActions', 'ok')) failed)
getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??)
resolve: resolve ${sysconfdir}/enigma2/settings
resolve: -> /etc/enigma2/settings
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
resolve: resolve ${sysconfdir}/enigma2/settings
resolve: -> /etc/enigma2/settings
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)
resolve: resolve ${sysconfdir}/enigma2/settings
resolve: -> /etc/enigma2/settings
[EPGC] schedule finished(1306604259)
[EPGC] schedule other finished(1306604259)
[EPGC] stop caching events(1306604259)
[EPGC] next update in 60 min
]]>
        </enigma2crashlog>
 

zaharias

Vu+ Newbie
finaly i managed it, by changing File "/usr/lib/enigma2/python/Screens/NetworkSetup.py", line 754
self_iface to self.iface
anyway thanks
regards
 
Top