On Sun, Jan 26, 2014 at 01:22:17PM -0300, Eike Lantzsch wrote: > The following adapted to my network setup: > > #cat /etc/hostname.vr0 > dhcp > # cat /etc/hostname.athn0 > nwid mynetwork wpakey 'mypassword' > media autoselect mediaopt hostap chan 108 > #mode 11a (this is on 5GHz) > up > # cat /etc/hostname.vether0 > inet 192.168.12.1 255.255.255.128 192.168.12.127 > up > # cat /etc/hostname.vr1 > up > # cat /etc/hostname.bridge0 > add vether0 > add vr1 > add athn0 > up > > dhcpd_flags="vether0" > > Yes, success! This works.
Great! > MAC can connect but Samsung phone still not. Perhaps the phone cannot do 5GHz wifi? chan 108 is 11a. > [broadcast should not be necessary to mention explicitly but I had all > kinds of weird behaviour before - so no harm done by including it in > hostname] > > Now looking for a miniPCI ral card ... I believe it's hit and miss. I have an athn (AR9280) that works better than a ral I've got (RT2661). It may depend on chipset revisions. Newer ral devices supported by the ral driver (RT2700 and up) have been reported to work better than older ral chips.