Search found 9 matches
- Mon Apr 18, 2011 7:46 pm
- Forum: Hardware / Installation Issues
- Topic: Flashing Buffalo WZR-HP-G300NH
- Replies: 9
- Views: 12523
Re: Flashing Buffalo WZR-HP-G300NH
To get the lights working, you will need to edit a file. This is slightly involved but in no way too difficult. I'm assuming minimal experience doing this through the router's command line, so I'll be thorough in my explanation. Forgive me if this is too "dumbed down." You will be adding a...
- Mon Apr 18, 2011 7:18 pm
- Forum: General Discussion
- Topic: WZR-HP-G300NH 1.3.10 Tx Power Setting
- Replies: 6
- Views: 7385
Re: WZR-HP-G300NH 1.3.10 Tx Power Setting
Try this: ssh to router using whatever you choose. Putty, terminal, etc. Type: iwlist txpower Look at wlan0. This will show current txpower setting. Type: iwconfig wlan0 txpower 27 This will change the txpower setting to 27dBm (501mW) Confirm with iwlist txpower Should now show wlan0 with increased ...
- Wed Feb 02, 2011 7:25 pm
- Forum: Other Issues
- Topic: Rules Don't Seem to Work
- Replies: 8
- Views: 5624
Re: Rules Don't Seem to Work
I also had problems getting access restrictions to work properly. What finally worked me was adding an exception (whitelist) that applied to all hosts except for the ones that had the restriction. My specific example: Teenage son's computer on an static assigned IP. Set restriction to block URL cont...
- Fri Dec 10, 2010 10:35 pm
- Forum: Gargoyle Development
- Topic: Compile Error from GIT source
- Replies: 1
- Views: 3060
Compile Error from GIT source
Ran into a problem tonight trying to compile from the GIT repo. install -m0755 ./files/modemaccess.pppoe /home/rocky/gargoyle/gargoyle/ar71xx-src/build_dir/target-mips_r2_uClibc-0.9.30.1/gargoyle-firewall-util/ipkg-ar71xx/gargoyle-firewall-util/etc/ppp/ip-up.d/modemaccess.sh install: cannot stat `./...
- Tue Nov 30, 2010 8:20 am
- Forum: Other Issues
- Topic: 1.3.8 300Mbps Wireless Link
- Replies: 6
- Views: 17940
Re: 1.3.8 300Mbps Wireless Link
http://wiki.openwrt.org/doc/uci/wireless
Look at option 'noscan' under the Wifi-Devices Common Options section. You'll have to set it to '1' from the default '0'. However, it's not recommended and it seems to get overwritten by any changes in the GUI.
Look at option 'noscan' under the Wifi-Devices Common Options section. You'll have to set it to '1' from the default '0'. However, it's not recommended and it seems to get overwritten by any changes in the GUI.
- Sun Nov 28, 2010 12:33 am
- Forum: Other Issues
- Topic: 1.3.8 300Mbps Wireless Link
- Replies: 6
- Views: 17940
Re: 1.3.8 300Mbps Wireless Link
I had a similar problem on the same model of router. Turned out there was another router operating at 40MHz on the same channel in the vicinity. Try 'wifi up' from the command line and see if that gives an error. Can't remember exactly what the error said, something about overlapping BSSID maybe? Ch...
- Sun Nov 28, 2010 12:19 am
- Forum: General Discussion
- Topic: Update backend...
- Replies: 1
- Views: 2348
Re: Update backend...
Someone correct me if I'm wrong, but currently Gargoyle builds are based off revision 24025 of Backfire. RC4 was built at rev 24045. Of course, even that revision isn't the most current. It's at 24164 as of this post. If you're comfortable enough to build it from the git repo, all you have to do is ...
- Fri Nov 19, 2010 8:25 pm
- Forum: Gargoyle Development
- Topic: Status Screen - Overview.sh No Info.
- Replies: 10
- Views: 11139
Re: Status Screen - Overview.sh No Info.
Thanks for all the responses. In response to Paul, I have nothing in /sys that refers to slab or slub info. Actually nothing anywhere in the routers filesystem. Rebuilt with newest changes. Status page is showing Device name, Gargoyle Version, Mem Usage, and CPU load. Nothing else shows up. However,...
- Thu Nov 18, 2010 9:55 pm
- Forum: Gargoyle Development
- Topic: Status Screen - Overview.sh No Info.
- Replies: 10
- Views: 11139
Status Screen - Overview.sh No Info.
First things first...Thank you for all your hard work on Gargoyle! Excellent Job! I've encountered a minor problem. Using a fresh-built image from git repo, AR71xx for WZR-HP-G300NH, I have no info populating the status page. Also noticed no graphs on Qos page. This is a new occurrence since revisio...