What's inside:
IPv4 support only
DDNS
UPNP+NAT-PMP
OpenVPN 2.2.2
Samba
NTFS-3G 2012.1.15
USB mounts support (USB 2.0 with NTFS support only)
Changelog:
Kernel 3.7.3
Upnpd updated
wifi ath9k fixes (mostly clean code and improved stability)
uhttp updated to uhttp2
Various bugfixes.
Download:
r35265
SHA1: 95F329817EFE46C33BEBAC5C82202D947455A15E
I skipped the ipv6 build because there is a problem with luci (reported) and I don't have time to test it until april.
Since I am moving to Japan, this will be the latest build for this month.
Hope to build a new one in February ;)
Hi there,
RispondiEliminaCan you post your wireless config? I can't get 300Mbps with openwrt.
config wifi-device 'radio0'
Eliminaoption type 'mac80211'
option hwmode '11ng'
option path 'pci0000:00/0000:00:0e.0'
list ht_capab 'SHORT-GI-40'
list ht_capab 'TX-STBC'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option channel '1'
option htmode 'HT40+'
option txpower '20'
option country 'US'
Thanks but I still couldn't get 300Mbps. Is noise one of the reason because I'm living in a apartment condo and there're couple dozens of wireless networks around here?
EliminaWhat is your wireless card?
EliminaYes, it could be some interference with your neighborhood.
Check with inSSider(windows), kismet/airmon-ng(linux) if some channel is available
en0:
RispondiEliminaCard Type: AirPort Extreme (0x14E4, 0xEF)
Firmware Version: Broadcom BCM43xx 1.0 (5.106.98.100.14)
MAC Address: 14:10:9f:df:46:7d
Locale: RoW
Country Code: US
Supported PHY Modes: 802.11 a/b/g/n
Supported Channels: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 149, 153, 157, 161, 165
Wake On Wireless: Supported
AirDrop: Supported
Status: Connected
Current Network Information:
OpenWrt:
PHY Mode: 802.11n
BSSID: 00:24:a5:bd:56:cc
Channel: 10
Country Code: US
Network Type: Infrastructure
Security: WPA2 Personal
Signal / Noise: -45 dBm / -78 dBm
Transmit Rate: 130
MCS Index: 15
I changed to a channel which isn't overlap with any other channels but no luck. the Transmit Rate: stay at 130Mbps
You can't get 300mbps with airport extreme on 2.4ghz(only 5ghz which this router doesn't have). 40mhz is not supported.
Eliminathank you; that explains it.
EliminaI am using the USB port to share an external NTFS disk, this is quite cool!
RispondiEliminaI had to tweak the button definition in /etc/hotplug.d/button/10-generic.sh as follows:
rfkill)
# custom definition - unmount USB disk
/etc/init.d/samba stop && umount /mnt/sda1;
umount /mnt/sda1;
;;
The first line (/etc/init.d/samba stop && umount /mnt/sda1;) is there because the disk can't be unmounted while samba is running. And with the && syntax, it wouldn't unmount if samba WASN'T running. That's why the second line (the one without samba stop) is there. I wonder: is there a way to find out if samba is running so the script will be a little less kludgy?
Do you think your next build could include some kind of LuCi interface for DSL parameters? I mean the output of the command
RispondiElimina/etc/init.d/dsl_control lucistat
included somewhere in the Status - Overview page.
By the way, I really appreciate your help in building OpenWRT. I haven't figured out all the stuff about the toolchain etc. yet, but I hope I will sometime in the not-so-distant future.