Yes! It works now! :)
Download: r34927
SHA1: C046F98F9B7370D2E6B0609403127E9B8841E2E9
Changelog:
Switch bug fixed!! Tested ;) PLUS! It is now possible to configure VLAN from LUCI too!
There is no bug in dsl_control file! No need to edit it anymore!! ADSL works fine on boot!
The LEDs are already configured!*
Kernel 3.7.1 (I don't know why but it boots faster!)
Some minor bugfix and updates.
*power, wifi and internet led are preconfigured by default! The power led might blink(no reason?or it means there router is loading? ;) ) for the first 2 or 3 minutes.
Known issues:
Check your Movie Engine switch is OFF. There is a bug when it is ON causing a reboot loop of the device!
A big thanks goes to Sebastian Mayr
domenica 30 dicembre 2012
domenica 23 dicembre 2012
Buffalo WBMR - OpenWrt trunk build R34871 - TEST
Here we go with another release! This time is a TEST build that I didn't test!
I did this test to see if the compilation is possible when using the new device tree for the WBMR (under XWAY).
If you want to test it and you know how to recover from a brick, have fun! :)
Major changelog:
Kernel 3.7.1 (FINALLY!)
Switch bug fixed (LAN to LAN traffic is possible by default now)
Download:
r34871
SHA1: d0d3053aeafc74a25578b1fd050b6952eaa4309a
I'm going to test a new trunk build in January ;)
I did this test to see if the compilation is possible when using the new device tree for the WBMR (under XWAY).
If you want to test it and you know how to recover from a brick, have fun! :)
Major changelog:
Kernel 3.7.1 (FINALLY!)
Switch bug fixed (LAN to LAN traffic is possible by default now)
Download:
r34871
SHA1: d0d3053aeafc74a25578b1fd050b6952eaa4309a
I'm going to test a new trunk build in January ;)
venerdì 21 dicembre 2012
Switch bug fixed?
https://dev.openwrt.org/changeset/34838/
Could this put an end to the eternal switch bug?? :)
It's too early to compile a new build with kernel 3.7.x so..
Stay tuned!
p.s.
Yes, WBMR support is back! :D
Could this put an end to the eternal switch bug?? :)
It's too early to compile a new build with kernel 3.7.x so..
Stay tuned!
p.s.
Yes, WBMR support is back! :D
martedì 18 dicembre 2012
No more support for the Buffalo WBMR (AR9 routers) for now..
Here is why there is no more support for AR9 routers:
https://lists.openwrt.org/pipermail/openwrt-devel/2012-December/017927.html
What a pity.. I was looking for the new kernel(now 3.7.1) for my WBMR.
Stay tuned for more news ;)
https://lists.openwrt.org/pipermail/openwrt-devel/2012-December/017927.html
What a pity.. I was looking for the new kernel(now 3.7.1) for my WBMR.
Stay tuned for more news ;)
domenica 9 dicembre 2012
What do you want to see in the next trunk build?
Well, I was wondering if my builds are good enough for you or do you think I need to add some features?
Do you like the minimal build or the complete build?
What are you looking for in a build? openvpn support? USB mount? Samba?
Let me know :)
Buffalo WBMR - OpenWrt trunk build R34585
Changelog:
mac80211: update to wireless-testing 2012-12-06
mac80211: do not build mwifiex driver
Minimal build as always ;)
Download r34585
SHA1: 68f3846831cdd7f24b176e9ecef4b2599e8c0b97
Forgot to say:
There is still the dsl_control bug so edit the line 300 ;)
mac80211: update to wireless-testing 2012-12-06
mac80211: do not build mwifiex driver
Minimal build as always ;)
Download r34585
SHA1: 68f3846831cdd7f24b176e9ecef4b2599e8c0b97
Forgot to say:
There is still the dsl_control bug so edit the line 300 ;)
Buffalo WBMR - Show DSL statistics with a script
Create a new script in /sbin/ and name it whatver you want and insert the following code:
#!/bin/sh
echo "$@" > /tmp/pipe/dsl_cpe0_cmd && cat /tmp/pipe/dsl_cpe0_ack
Save it and make executable (chmod +x /sbin/filename)
Now you can execute it and see a lot of options:
acog, AutobootConfigOptionGet
acos, AutobootConfigOptionSet
acs, AutobootControlSet
alf, AutobootLoadFirmware
asecg, AutobootScriptExecuteConfigGet
asecs, AutobootScriptExecuteConfigSet
asg, AutobootStatusGet
ccadbgmlg, CCA_DBG_ModuleLevelGet
ccadbgmls, CCA_DBG_ModuleLevelSet
cr, CmvRead
cw, CmvWrite
dbgmlg, DBG_ModuleLevelGet
dbgmls, DBG_ModuleLevelSet
dajes, DebugArcJtagEnableSet
dfcg, DebugFeatureConfigGet
dfcs, DebugFeatureConfigSet
dms, DeviceMessageSend
esmcg, EventStatusMaskConfigGet
esmcs, EventStatusMaskConfigSet
fpsg, FramingParameterStatusGet
g997amdpfcg, G997_AlarmMaskDataPathFailuresConfigGet
...
For exemple if you want to see the SNR and attenuation, you can use the option "g997lsg 0 1"
It would be great if someone could comment this post and explain us a bit the other option ;)
p.s.
New build is in work in progress.. ;)
#!/bin/sh
echo "$@" > /tmp/pipe/dsl_cpe0_cmd && cat /tmp/pipe/dsl_cpe0_ack
Save it and make executable (chmod +x /sbin/filename)
Now you can execute it and see a lot of options:
acog, AutobootConfigOptionGet
acos, AutobootConfigOptionSet
acs, AutobootControlSet
alf, AutobootLoadFirmware
asecg, AutobootScriptExecuteConfigGet
asecs, AutobootScriptExecuteConfigSet
asg, AutobootStatusGet
ccadbgmlg, CCA_DBG_ModuleLevelGet
ccadbgmls, CCA_DBG_ModuleLevelSet
cr, CmvRead
cw, CmvWrite
dbgmlg, DBG_ModuleLevelGet
dbgmls, DBG_ModuleLevelSet
dajes, DebugArcJtagEnableSet
dfcg, DebugFeatureConfigGet
dfcs, DebugFeatureConfigSet
dms, DeviceMessageSend
esmcg, EventStatusMaskConfigGet
esmcs, EventStatusMaskConfigSet
fpsg, FramingParameterStatusGet
g997amdpfcg, G997_AlarmMaskDataPathFailuresConfigGet
...
For exemple if you want to see the SNR and attenuation, you can use the option "g997lsg 0 1"
It would be great if someone could comment this post and explain us a bit the other option ;)
p.s.
New build is in work in progress.. ;)
martedì 4 dicembre 2012
Buffalo WBMR - OpenWrt trunk build R34496
Changelog:
Compiled with GCC 4.7-Linaro
dropbear: update to 2012.55
mac80211: hostapd: Fix macfilter for multi bssid setups
Minor bugfixes
LuCI Trunk (trunk+svn9530)
There is still the dsl_control file, so you have to edit the line 300.
Download: R34496
SHA1: 71a5dd85a922fd73a7f7ab8d45d274b2ab3e5700
Compiled with GCC 4.7-Linaro
dropbear: update to 2012.55
mac80211: hostapd: Fix macfilter for multi bssid setups
Minor bugfixes
LuCI Trunk (trunk+svn9530)
There is still the dsl_control file, so you have to edit the line 300.
Download: R34496
SHA1: 71a5dd85a922fd73a7f7ab8d45d274b2ab3e5700
Iscriviti a:
Post (Atom)