hi there
Im trying to setup hostpad using old mini pci, I'm on amd geode 233 with 128MB ram..alix old board
I cant find hostpad.tcz for Linux box 4.2.9-tinycore version 7.2, so I coppied the tcz for v8 and with .dep file
load it and its working manually
sudo hostapd -B /usr/local/etc/config/hostapd.conf
tc@box:~$ ps | grep hostapd
1013 root hostapd /usr/local/etc/config/hostapd.conf
Problem is when I want to run it automatically
tc@box:~$ cat /opt/bootlocal.sh
#!/bin/sh
sudo hostapd -B /usr/local/etc/config/hostapd.conf
/usr/local/etc/init.d/openssh start &
It wont autostart, dmesg show no info about hostapd
I obviously missing something...any clue ?
and I cant connect to hostapd AP yet
with open (no security) ..playing with it now..
thanks