claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

I can't use my onboard as an access point using for after all:

```
iw list | grep "Supported interface modes" -A 8
```
does not list "AP" :(

Would have saved me literally hours if this had been the first line of the guides - "first check that it's possible".

The spare USB dongle I have is not supported by Linux, apparently the chipset is supported via but I'm not keen, just so much easier to use an old ADSL router to host the wifi...

#laptop #intel #wifi #iwlwifi #hostapd #rdex #ndiswrapper

Last updated 6 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

server from almost a decade ago works with two small changes:

in `rdex.wsgi` replace
```import Image```
with
```from PIL import Image```

in `/etc/systemd/system/multi-user.target.wants/mysql.service` add `--thread_stack=1048576` to the `ExecStart` command (it is no longer supported as a configuration file option it seems...)

need to tweak the client at some point, it's saving a lot of uninteresting images, not sure why...

#rdex

Last updated 6 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

I resumed work recently on my reaction-diffusion explorer stuff (project started 2008 or so).

Minor improvements to the code, mainly using texture arrays instead of separate textures or atlases, which as a bonus allows mipmaps to be used too for much smoother appearance.

I also added an backend to the code, because really dislikes my laptop's onboard sound card, xruns all over. OSS works fine at similar latencies.

Next steps include getting the rdex-server side of things running again (probably need to port from 2 to Python 3, and has been replaced by in I think).

Followed by setting up a WIFI hotspot from the machine's card with captive portal to the rdex-server website, and an Android app to access it in fullscreen (because the browser UI adds unsightly scrollbars that aren't necessary if the address bar is hidden).

rdex.mathr.co.uk
code.mathr.co.uk/rdex-client/s

#rdex #audiovisual #opengl #graphics #oss #audio #jack #python #mysql #mariadb #debian

Last updated 6 years ago