Recent content by serginator

  1. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    Just run "ifconfig wlan0" and see the MAC, and run it again after it should have changed, for example half an hour later if you set up it with BASE16.
  2. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    I meant it didn't worked, didn't create the hotspot. About your code, it creates the hotspot now, I just tweaked two or three lines, this one works. I can't start commenting ap-hotspot here and there to find the difference, sorry, at least not today. The "stop" was calling setwl which calls...
  3. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    I have to test it a few more but here is a script with what we've been talking, duke_srg, to be able to do the homepass thing in Ubuntu: https://github.com/serginator/homepass Probably it will need some quick fixes, tomorrow if I have some spare time I'll re-test it again, it's a pain in the ass...
  4. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    It doesn't work (the output I sent to you saying the kernel error made syslog to throw all the repeated errors of the previous log). About commenting nmcli and rfkill calls in nzone... there's only one call to rfkill at L20. Commented and launched: Same error and it doesn't work at all...
  5. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    Oh, sure, syslog was more informative hehe, the output has the same error as before:
  6. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    It doesn't work... a lot of errors: I guess there are more stuff ap-hotspot.sh does than just kill and start hostapd :(
  7. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    The options are the following: So the important are start, stop and restart maybe. There is no man, here is the source: https://github.com/hotice/AP-Hotspot/blob/master/ap-hotspot
  8. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    Yep, it works too commenting that hw_mode=g line.
  9. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    Yep, there is one: pidfile="/tmp/hotspot.pid" AFAIK you need to downgrade hostapd, install ap-hotspot, create the /etc/ap-hotspot.conf, create the /etc/hostapd/accept, probably with the install script asking the user which mac address want to add to the whitelist, create the mac lists for...
  10. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    A first and dirty approach having the ap-hotspot installed and already well configured like this works: #!/bin/bash macs=( "4e:53:50:4f:4f:40" "4e:53:50:4f:4f:41" "4e:53:50:4f:4f:42" "4e:53:50:4f:4f:43" "4e:53:50:4f:4f:44" "4e:53:50:4f:4f:45" "4e:53:50:4f:4f:46" "4e:53:50:4f:4f:47"...
  11. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    Yep... I did. Don't worry, I'm trying a workaround with ap-hotspot, something like... And for the ap-hotspot configuration, in /etc/ap-hotspot.conf I've changed it a few so I can filter macs and remove wpa It's working so I can automate it with no problems. So an important thing to make...
  12. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    Ok after a quick search on Ubuntu the idea is to downgrade hostapd to version 1.0-3ubuntu2.1 which wasn't buggier: The install shows several errors: After that, I've stopped it: And started it again: There are some fails as you can see. It works during some seconds... I've managed...
  13. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    I know, I know, I'll have a look at hostapd so maybe I can find a way to fix this...
  14. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    Looks like it has the same or similar errors. I've restarted the machine because the wlan0 wasn't working correctly after the changes. I've started nzone, some errors shown, stoped it, started it again, and more errors than before. Here's the output: I don't know man, maybe I should write a...
  15. serginator

    Tutorial [HOW-TO] Have a homemade Streetpass Relay

    Done, these are the new errors: