macsat.com OpenWrt and ASUS WL Forum
January 08, 2009, 12:39:26 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Back to macsat.com
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2 3 ... 7
1  OpenWrt (White Russian) / DD-WRT / DD-WRT WORKS ON ASUS WL-500G! on: August 08, 2006, 13:35:32 PM
YES FOLKS!

It's finally there! A version of DD-WRT that supports WL-500G and WL-300G!


Download here

I Confirm it works! I am running it now on my WL-500G!
Note: you need to put the image on with the ASUS Firmware Recover Tool.

Screenshot of my interface:
2  Oleg's Firmware / Oleg's Firmware / Re: wl-hdd 2.5 how to mount hdd on: January 08, 2006, 17:05:59 PM
Type in this command in your telnet session:
Code:
dmesg

Then you'll get the output of your system log.

Search for a line similar to this one:


Above this line, stands another ine, saying:


What you can see at my log, is whats marked red with an circle.

The < p5 > means, that there's a PART 5 too..

Just try to mount it yourself with this command:
Code:
mount   <address of device in the red circle on your own screen>  /opt

If it's successful mounted, theres a prob with your FTP server (Check if enabled?)

If you don't see something n the log like in my first screenshot, then there's something with your disc. (E.g not good connected etc)

I'll hope this was useful for you Wink

Greetings,
Jorrit
3  Oleg's Firmware / Tutorials / Re: "php-mysql" package problem on: November 17, 2005, 15:09:26 PM
Uhm, what i mean, was that you can search a pakage for oleg, so we can test that... So just a package that MAY work on oleg.. Smiley
4  Oleg's Firmware / Tutorials / Re: "php-mysql" package problem on: November 16, 2005, 15:19:39 PM
But you CAN search for a package thats mipsel. Ill check it out then./.
5  OpenWrt (White Russian) / OpenWRT / Re: Package repositories and porting on: November 16, 2005, 15:13:52 PM
I installed nano on my openwrt...
6  Oleg's Firmware / Tutorials / Re: "php-mysql" package problem on: November 13, 2005, 18:48:53 PM
And this is a lil weird... MySQL stands in php info as supported, but it doesnt seems to work. (Or we need php5 FULL) Maybe it's time that we go search for another package for Oleg..
7  OpenWrt (White Russian) / OpenWRT / Re: Problem with Xlink on: November 12, 2005, 15:18:48 PM
OK! I have it working now !!!! Cheesy Cheesy Cheesy
I just changed pass for the router (admin) and placed the router IP in DMZ on my NAT modem Smiley Cheesy
8  ASUS WL 500-g WL-500gx WL-300g and WL-HDD help / Misc. Talk / Re: Forums are back ! on: November 12, 2005, 10:36:02 AM
Finally Tongue Cheesy
9  OpenWrt (White Russian) / OpenWRT / Re: Problem with Xlink on: November 12, 2005, 10:35:41 AM
Macsat, still have no idea?
10  OpenWrt (White Russian) / OpenWRT / Re: Problem with Xlink on: November 10, 2005, 20:45:39 PM
You know whats the problem? Shocked
11  OpenWrt (White Russian) / OpenWRT / Re: Problem with Xlink on: November 10, 2005, 19:19:29 PM
Like this:
Code:
################################################################################
# Kai Engine Configuration File
#
# This file contains the configuration options for Kai Engine.
# There are some fields which can be modified, the descriptions of these fields
# and their default values are listed below
#

# Verbosity : Debug output verbosity. Options are as follows:
#   0 - Silent apart from starting / stopping messages, and init failures.
#   1 - As 1, but shows import events such as UI attach/detach, console detection,
#       orb connection / loss.
#   2 - As 2, but more detailed, showing thread start/stop events, DHCP
#       events, and other important information.
#   3 - Debug - same as 2, but with lots of extra information - useful
#       for diagnosing segfaults etc.
Verbosity = 3

# UIBind        : Specifies which ip/port kaid will use to listen for controller
#                    UIs
#   Ex.: 192.168.0.138, 10.0.0.1:34522, :34522 (default)
UIBind = :34522

# OrbPort : Specifies which port kaid will use to probe(UDP) and talk to
#                      Orbitals (TCP)
# Ex.: 34525
# Default : 34525 (default)
OrbPort = 34525

# EngineBind : Specifies the IP:port to listen for the engine (UDP socket);
#                      (port should be forwarded in your router if using NAT)
#                      Ex.: 69.69.69.69, 69.69.69.69:37500, :37500
EngineBind = :0

# Engine PAT : Tells the orbital server to use your perceived UDP port, as opposed to the
#   one specified in EngineBind. Ignored if EngineBind is 0.
EnginePAT = 0

# SniffDevice : NIC to sniff for console traffic (eth0, ethX, ...). Will be used
#   for packet injection too.
#   Ex.: eth0 (default), en0 (Mac OSX),
SniffDevice = br0

# MacLearningMode : Tells the engine how it should learn about your console(s).
#   There's still the old, legacy mode: Manual, where you should enter you
#   console(s) mac address(es) under ConsoleMacs.
#   New options are: Auto and FirstFound.
# * Auto: Using this mode, each and every packet on your network is
# sniffed and analyzed by Kai Engine. Those who come from remote hosts
# are tagged using a mac cache mechanism and passed to the Ethernet
# frame handler. Inside that handler, if ether src doesn't correspond
# to any of the remote mac addresses, engine assumes its local and adds
# to local device cache. Keeps doing it for the engine lifetime, and
# behaves the same way all the times it runs. Uses more CPU than any
# other mode (Except FirstRun that behaves in the same way for the first
# time it runs).
# This mode allow you to use any number of consoles.
# * FirstFound: Now, this one is tricky and maybe the most balanced option for
# those using only one console. The engine will behave in auto mode until 1
# *ONE* local device is found. After that point, the pcap sniffer is restarted
# using that mac adddress as pre-filter. All this happens in real time, no
# restart is needed. No fs cache file is used, and it will behave like this
# everytime it runs. After the device is found, the engine will behave exactly
# like Manual mode. This mode will have the same CPU load until it finds a
# local device. Will be very fast if you already had your console turned on.
# * Manual: Finally, Manual mode. This legacy mode should be used whenever
# performance is an issue. You'll have to specify your console(s) mac address(es)
# yourself. No processing is done for sniffed packet besides sending to
# remotes. This is the Turbo Boost Mode.
MacLearningMode = Manual
IgnoreMacs =

# *** If using MacLearningMode = Manual, make sure to use this option ***
# ConsoleMacs : You can and should specify your console(s) mac address(es)
#                      here. They'll be used as pcap filters reducing CPU load
#                      processing each packet. It will also avoid sniffing
#                      incoming/injected packets to be caught. Format must be
#                      standard tcpdump format:  Ex.: 00:ff:dd:5b:31:ac
#                      You can specify more than one mac address in a ; separated
#                      list. Will be parsed and "OR'ed" in filter. List should end
#                      with ";" or last element will be discarded.
ConsoleMacs =  00:0D:3A:BC:CB:8E;

# ConfigURL : URL where orb list is published (and extra stuff) - best not to mess with this.
ConfigURL = www.teamxlink.co.uk/connector/clientgetconfig.php

#Authentication - set username and password and AutoLogin=1 for an easy life...
Username = ********
Password = ********
AutoLogin = 1

# Xbox DHCP setting - please leave alone, unless playing with emulators or DoomX etc.
XBoxHomebrew = 0
12  OpenWrt (White Russian) / OpenWRT / Re: Problem with Xlink on: November 09, 2005, 18:34:04 PM
Damnit.. Now it crashed when i try to get a server list Huh Angry Angry Angry Angry

Code:
root@OpenWrt:/opt/xlink# ./kaid
KAID: Kai Engine for KaiStation is initialising...
KAID: Kai Engine for KaiStation is starting...
THREAD: Engine thread started...
THREAD: Packet sniffing thread started...
THREAD: Orbital stream thread started...
THREAD: Datagram server thread started...
KAID: Kai Engine for KaiStation has started...
UI: Parsing UI command: KAI_CLIENT_DETACH;
UI: UI Detached...
UI: Parsing UI command: KAI_CLIENT_DISCOVER;
UI: Parsing UI command: KAI_CLIENT_ATTACH;
UI: UI Attached...
UI: Sending UI response: KAI_CLIENT_ATTACH;
UI: Parsing UI command: KAI_CLIENT_CAPS;03;
UI: Parsing UI command: KAI_CLIENT_GETSTATE;
;1;011306ng UI response: KAI_CLIENT_NOT_LOGGED_IN;BLAST3R
;0a011306ng UI command: KAI_CLIENT_LOGIN;BLAST3R
UI: Sending UI response: KAI_CLIENT_STATUS;Querying orbital mesh...;
ORBSTREAM: Orbital stream established...
Segmentation fault
root@OpenWrt:/opt/xlink#

PRETTY STRESSING HERE.. Angry Angry
13  OpenWrt (White Russian) / OpenWRT / Problem with Xlink on: November 09, 2005, 16:20:47 PM
Yo maccy,
i am getting this error when i try to connect my UI to my running KAID app on my router:
Code:
root@OpenWrt:/opt# cd xlink
root@OpenWrt:/opt/xlink# ./kaid
KAID: Kai Engine for KaiStation is initialising...
KAID: Kai Engine for KaiStation is starting...
THREAD: Engine thread started...
THREAD: Packet sniffing thread started...
THREAD: Orbital stream thread started...
THREAD: Datagram server thread started...
KAID: Kai Engine for KaiStation has started...
UI: UI Attached...
ORBSTREAM: Orbital stream established...
Segmentation fault
root@OpenWrt:/opt/xlink#

It seems to crash when i connect to it :S
14  Oleg's Firmware / Tutorials / Re: "php-mysql" package problem on: November 08, 2005, 19:54:17 PM
I can tell you this: GALLERY 2 DOESNT WORK on your router..
15  Oleg's Firmware / Tutorials / Re: MySQL server on: November 08, 2005, 19:53:26 PM
oh i can!
i though that it was no possible for the WL500G.
and if i put this firmware on mine, what will it bring better to me?
A more stable, but less understandable system on your asus.
Pages: [1] 2 3 ... 7
English Steel 1.6 © Saxon North Technologies
Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.278 seconds with 23 queries.