Search found 13 matches

by twinclouds
Thu Nov 07, 2013 3:24 am
Forum: Other Issues
Topic: Cannot install usbip
Replies: 0
Views: 1297

Cannot install usbip

I have been using Gargoyle for some time. The part I like it most is it is very easy to configure it is repeater. I don't know why this is very difficult for Openwrt. The part I have most trouble with is that whenever I want to install new package, especially kernel packages, it often told me the ke...
by twinclouds
Tue Jul 02, 2013 12:24 pm
Forum: General Discussion
Topic: Routers to use for repeating the same SSID?
Replies: 11
Views: 9986

Re: Routers to use for repeating the same SSID?

Then, I guess you can try to find out and let others know ;) .
by twinclouds
Mon Jul 01, 2013 11:36 am
Forum: General Discussion
Topic: Routers to use for repeating the same SSID?
Replies: 11
Views: 9986

Re: Routers to use for repeating the same SSID?

This should work on 300 mbps routers also with Gargoyle.
I don't think radio chipset matters either.
by twinclouds
Sat Jun 29, 2013 7:26 pm
Forum: General Discussion
Topic: Build gargoyle from source
Replies: 5
Views: 7670

Re: Build gargoyle from source

I tried once to change the line "rnum = 36xxx" in build.sh to the latest build number in Openwrt trunk. It built fine for me at that time but I didn't test too much. (I tried to solve an unrelated problem but it was solved otherwise.) I also found someway to do menuconfig after the first b...
by twinclouds
Sat Jun 29, 2013 7:14 pm
Forum: General Discussion
Topic: How to build openwrt image with gargoyle packages ?
Replies: 2
Views: 3024

Re: How to build openwrt image with gargoyle packages ?

You should use make custom in Gargoyle. In the first time, it will engage menuconfig. I had some difficult time to do make menuconfig the second time but eventually find some solutions. Not sure it will cause any problem or not but so for it works for me. Please see from: http://www.gargoyle-router....
by twinclouds
Sat Jun 29, 2013 7:07 pm
Forum: General Discussion
Topic: Routers to use for repeating the same SSID?
Replies: 11
Views: 9986

Re: Routers to use for repeating the same SSID?

I have been using TP-Link WR740v4/Gargoyle as a repeater in the same subnet and using the same ssid (the main one is a Linksys-E2000/Tomato). It works fine for a few months now. So far so good. One question I have is that it seems why pretty difficult to use Atheros based router as such a repeater (...
by twinclouds
Fri Jun 28, 2013 5:57 pm
Forum: Gargoyle Development
Topic: redo make custom
Replies: 2
Views: 4743

Re: redo make custom

I think I solved my own problem, but further verification will be appreciated. The problem was, when do "make custom" in the Gargoyle directory again after did make menuconfig in the custom-src directory, the .config generated by menucondig was overwritten. Thus the in order to use the .co...
by twinclouds
Fri Jun 28, 2013 2:08 am
Forum: General Discussion
Topic: Compilation of sample program from openwrt
Replies: 8
Views: 7888

Re: Compilation of sample program from openwrt

Eric: Thanks. I found a solution, though. Not a perfect one, a kind like hack, but it works so far. What I did was after done with make menuconfig in custom-src, I set the .config file there to read only (chmod 444). Then, I went to the gargoyle directory to do a make custom. It would tell you could...
by twinclouds
Thu Jun 27, 2013 1:54 pm
Forum: General Discussion
Topic: Compilation of sample program from openwrt
Replies: 8
Views: 7888

Re: Compilation of sample program from openwrt

Hi, Eric: Thanks for your prompt reply. The problem is that "make custom" in the gargoyle directory only works for me the first time and everything are perfect. However, when I did rebuild, it never gave me the menuconfig menu so I couldn't select the target and packages that I wanted. No ...
by twinclouds
Wed Jun 26, 2013 2:26 pm
Forum: General Discussion
Topic: Compilation of sample program from openwrt
Replies: 8
Views: 7888

Re: Compilation of sample program from openwrt

I have the same "out of sync problem ..." when rebuild custom images of Gargoyle. The steps that I used after first build was: (1) Go to the custom-src directory and do a "make menuconfig" to select the target and the packages that I want to include. (2) Go to the Gargoyle root d...