Search found 408 matches

by hnl_dk
Sat Feb 25, 2012 6:52 pm
Forum: Gargoyle Development
Topic: Build Help?
Replies: 23
Views: 20716

Re: Build Help?

The patch should not be needed anymore... since backfire subversion revision number 30724.
by hnl_dk
Fri Feb 24, 2012 8:34 am
Forum: Feature Requests
Topic: Problems with cyrillic filenames on USB devices
Replies: 5
Views: 4743

Re: Problems with cyrillic filenames on USB devices

Wild Rat wrote:On NTFS system filenames displayed correctly.
Yes, it looks like it is "only" the vfat filesystem.that has this problem.
by hnl_dk
Mon Feb 20, 2012 1:26 pm
Forum: Feature Requests
Topic: Problems with cyrillic filenames on USB devices
Replies: 5
Views: 4743

Re: Problems with cyrillic filenames on USB devices

I just checked.
The charset needs to be setup while compiling vfat :-(
By default iso8859-1 is chosen, but when mounting, you can set the charset with the nls= option.
So you should be able to simply add the following to the mount line

Code: Select all

nls=cp866
by hnl_dk
Mon Feb 20, 2012 8:09 am
Forum: Feature Requests
Topic: Problems with cyrillic filenames on USB devices
Replies: 5
Views: 4743

Re: Problems with cyrillic filenames on USB devices

I connect my flashdrive (Fat32) to Usb port of my router (TL-WR1043ND) running Gargoyle 1.5.3 and share it with smb - and all files|folders names thet are not latin shown in random latin names. I hecked - cyrillic packeges are present in firmware. VFAT needs kernel modules, for each language suppor...
by hnl_dk
Sun Feb 19, 2012 9:25 pm
Forum: Gargoyle Development
Topic: Build Help?
Replies: 23
Views: 20716

Re: Build Help?

It was through git. I'm thinking that the files I modified came from backfire. I'm going to look into svn for the original backfire files and compare them. If the same files are there, I'll diff the two directories. ah, yes ,you are right. I did not think of the fact that you made the change in Ope...
by hnl_dk
Sun Feb 19, 2012 7:26 pm
Forum: Gargoyle Development
Topic: Build Help?
Replies: 23
Views: 20716

Re: Build Help?

Statik wrote:Tried git diff ./ >~/gargoyle/patch.diff and got an empty file. Weird.
How did you "get" the Gargoyle sources?
Was it through git or svn?
by hnl_dk
Sun Feb 19, 2012 3:09 pm
Forum: Hardware / Installation Issues
Topic: TP-Link -1043ND - No access to internet - WAN port not work
Replies: 8
Views: 12018

Re: TP-Link -1043ND - No access to internet - WAN port not

w37 wrote:I connect to my ISP with PPPoE...
Okay,
I do not have that much experience with PPPoE.
I guess that you have tried to connect the WAN port to something else or with another cable. Just to make sure that it is the WAN port that has a problem.
by hnl_dk
Sun Feb 19, 2012 3:02 pm
Forum: Gargoyle Development
Topic: Build Help?
Replies: 23
Views: 20716

Re: Build Help?

I'm not sure why but git diff does not return anything when run in the working directory. I'm really out of my element here. Statik An example... I stand in the main Gargoyle directory and have made some changes to ./full-build.sh. I want to make a patch file that is going to be placed created as ~...
by hnl_dk
Sun Feb 19, 2012 1:37 pm
Forum: Hardware / Installation Issues
Topic: TP-Link -1043ND - No access to internet - WAN port not work
Replies: 8
Views: 12018

Re: TP-Link -1043ND - No access to internet - WAN port not

I have TP-Link -1043ND HW ver. 1.8... Today I upgrade my router from stock firmware (v.3.13.4 110429) to Gargoyle v.1.4.6 and v.1.5.3. After configuring Gargoyle I connect to WAN port my ADSL modem in bridge mode. WAN port not receive signal from ISP, led not flash... Why? Help me, please... How do...
by hnl_dk
Sun Feb 19, 2012 1:31 pm
Forum: Gargoyle Development
Topic: Build Help?
Replies: 23
Views: 20716

Re: Build Help?

Statik wrote:
gargoyle_1.5.x_modified_files.zip
I'm attaching the three patched files. I don't have the originals here to run a diff on them. :oops:

Hopefully that will make it possible to make a patch.

Statik
You can make a git diff, that make a patch file compared to what is in the git repository.