Error Pisound Hotspot Settings and wont start hotspot

Hi,
I thought Ive installed Pisound sucessfully, but I cant seem to start the Hotspot by triple-clicking,
and when I try to access the Hotspot settings of Pi, this text/error comes back.
Any idea what I should do? Should I try to re-install Pi, and how would that be best?
See last line is an error, couldnt find the file or directory!
Thanks!

Traceback (most recent call last):
File “/usr/local/pisound/pisound-config/main.py”, line 152, in
loop.run()
File “/usr/lib/python2.7/dist-packages/urwid/main_loop.py”, line 278, in run
self._run()
File “/usr/lib/python2.7/dist-packages/urwid/main_loop.py”, line 376, in _run
self.event_loop.run()
File “/usr/lib/python2.7/dist-packages/urwid/main_loop.py”, line 682, in run
self._loop()
File “/usr/lib/python2.7/dist-packages/urwid/main_loop.py”, line 719, in _loop
self._watch_filesfd
File “/usr/lib/python2.7/dist-packages/urwid/raw_display.py”, line 393, in
event_loop, callback, self.get_available_raw_input())
File “/usr/lib/python2.7/dist-packages/urwid/raw_display.py”, line 493, in parse_input
callback(processed, processed_codes)
File “/usr/lib/python2.7/dist-packages/urwid/main_loop.py”, line 403, in _update
self.process_input(keys)
File “/usr/lib/python2.7/dist-packages/urwid/main_loop.py”, line 503, in process_input
k = self._topmost_widget.keypress(self.screen_size, k)
File “/usr/lib/python2.7/dist-packages/urwid/decoration.py”, line 839, in keypress
return self._original_widget.keypress((maxcol,maxrow-top-bottom), key)
File “/usr/lib/python2.7/dist-packages/urwid/decoration.py”, line 621, in keypress
return self._original_widget.keypress(maxvals, key)
File “/usr/lib/python2.7/dist-packages/urwid/container.py”, line 1128, in keypress
return self.body.keypress( (maxcol, remaining), key )
File “/usr/lib/python2.7/dist-packages/urwid/listbox.py”, line 987, in keypress
key = focus_widget.keypress((maxcol,),key)
File “/usr/lib/python2.7/dist-packages/urwid/wimp.py”, line 535, in keypress
self._emit(‘click’)
File “/usr/lib/python2.7/dist-packages/urwid/widget.py”, line 464, in _emit
signals.emit_signal(self, name, self, *args)
File “/usr/lib/python2.7/dist-packages/urwid/signals.py”, line 264, in emit
result |= self._call_callback(callback, user_arg, user_args, args)
File “/usr/lib/python2.7/dist-packages/urwid/signals.py”, line 294, in _call_callback
return bool(callback(*args_to_pass))
File “/usr/local/pisound/pisound-config/main.py”, line 95, in hs_menu
items = values.get_hs_config()
File “/usr/local/pisound/pisound-config/values.py”, line 90, in get_hs_config
with open(settings.HS_CFG, ‘r’) as f:
IOError: [Errno 2] Datei oder Verzeichnis nicht gefunden: ‘/usr/local/pisound/scripts/pisound-btn/hostapd.conf’

Hey, thank you for reporting the issue, hostapd.conf got moved to a new location, I’ll update the config tool tomorrow and get it fixed. :slight_smile:

What is the Raspberry Pi version you are using?

So it says 9.8 Version!
Pi Model 3B V1.2

you need more info? Thanks!

I also have heavy clicking and glitching sound problems, I can send a test tone from Pure Data and hear it but there is a constant click and glitch sound from the audio cable. Any idea how I can verify it works? thanks!
EDIT: realized it was the adapter power now fine, anyway, I would be happy if the hotspot works soon :smiley: thanks

Ok, the config is fixed, to get the fix, run sudo pisound-config, pick ‘Update Pisound’ option, after that, the hotspot config menu should work.

Try restarting the WiFi hotspot after updating and let us know if it works. If not, please provide the output of:

ifconfig
sudo systemctl status wifi-hotspot
1 Like

Thanks a lot, worked fine, also the hotspot is working. Thanks for the quick fix.
best:sunglasses:

1 Like