Search found 29 matches
- Sun Jan 18, 2015 8:05 pm
- Forum: General Discussion
- Topic: BitTorrent Sync
- Replies: 4
- Views: 5757
Re: BitTorrent Sync
If I remember correctly, it's not compatible with normal BitTorrent software, keeping Linux users from being able to download. A conventional torrent would be fully cross platform though. Do you happen to know if the Transmission bittorrent client should/would be compatible to the trackerless torre...
- Wed Jan 14, 2015 11:53 pm
- Forum: Hardware / Installation Issues
- Topic: Internet connection speed -25%
- Replies: 5
- Views: 5963
Re: Internet connection speed -25%
I actually used to have that router, It's something to do with the WAN bandwidth tracking, I finally got fed up with it and went to OpenWRT. In my testing, it maxed out closer to 150 Mbps, so not perfect for your case, but closer. Although I don't remember how to do so, someone might be able to tell...
- Wed Jan 14, 2015 11:41 pm
- Forum: General Discussion
- Topic: BitTorrent Sync
- Replies: 4
- Views: 5757
Re: BitTorrent Sync
If I remember correctly, it's not compatible with normal BitTorrent software, keeping Linux users from being able to download. A conventional torrent would be fully cross platform though.
- Thu Dec 18, 2014 3:15 am
- Forum: Feature Requests
- Topic: I mite no a way to stop the spam!
- Replies: 1
- Views: 4123
Re: I mite no a way to stop the spam!
I think it's a good idea. Eventually someone will make an algorithm to get it right too, but for now, it's a great solution.
- Thu Dec 18, 2014 3:03 am
- Forum: Network / Wireless Issues
- Topic: WiFi dropping/spotty on WZR-HP-AG300H
- Replies: 3
- Views: 4385
Re: WiFi dropping/spotty on WZR-HP-AG300H
From my experience, 1.6.2 broke Wi-Fi on all Buffalo routers... 1.6.1 isn't perfectly stable on my WZR-600DHP, but neither is OpenWRT BB... 1.5.11 was the last one that actually worked flawlessly for me, but it's got the heartbleed bug, so I'm being forced back to DD-WRT for now.
- Thu Dec 18, 2014 2:57 am
- Forum: General Discussion
- Topic: what kind of encryption does wpa2 use
- Replies: 1
- Views: 2820
Re: what kind of encryption does wpa2 use
WPA2 supports the use of CCMP (AES) and TKIP (RC4), the latter being the less secure of the two. Most devices made in the last 6 years support CCMP.
- Mon Oct 27, 2014 4:25 pm
- Forum: General Discussion
- Topic: Gargoyle vs ddwrt
- Replies: 5
- Views: 19096
Re: Gargoyle vs ddwrt
Gargoyle is easier to use for both new users and advanced users alike, much more stable, and in my opinion, a much friendlier community. It can easily be extended to suit your needs. With Gargoyle (and OpenWRT, the system Gargoyle is built on), things just work the way you'd expect. Full source code...
- Wed Oct 22, 2014 7:28 pm
- Forum: General Discussion
- Topic: ANI weirdness
- Replies: 4
- Views: 5862
Re: ANI weirdness
Just switched back to my Intel Centrino 2230, the ANI problem showed up worse than it ever did on AA now that I'm on BB. When using Atheros based STAs, the problem is fixed, with my Intel STA, it's worse. I should be getting a newer wireless card soon though, I'll post again when I do. edit: This po...
- Wed Oct 22, 2014 11:14 am
- Forum: General Discussion
- Topic: USB Hard Drive Transfer Rate Testing! Come Get Some!
- Replies: 26
- Views: 160741
Re: USB Hard Drive Transfer Rate Testing! Come Get Some!
Guys i am mounting an NTFS 1TB 2.5" USB drive under 1.6.2 - which mounts well and can be accessed from Win7. Problem is when i try to access it via NFS/SMB the drive clicks away and unmounts itself in Gargoyle, only to remount a few seconds later. Is this because of a lack of mA/power going to...
- Wed Oct 22, 2014 11:06 am
- Forum: Network / Wireless Issues
- Topic: Wireless issues with 1.6.x
- Replies: 1
- Views: 2627
Re: Wireless issues with 1.6.x
Check to see if your router uses the ath9k wireless driver: lsmod | grep ath9k If it does, find out how many radios your router has: ls /sys/kernel/debug/ieee80211/ Replacing 'phy0' as needed to get all radios listed, disable ANI with the following command: echo 0 > /sys/kernel/debug/ieee80211/phy0/...