Re: [OpenWrt-Devel] [Discussion] Device-specific configuration and firmware file wikipage

2011-05-08 Thread Sven Bachmann
Ok, thanks for your input. So the idea of an easy walkthrough page for OpenWrt-Starters is not a thing which should be appear in the wiki. Bye Sven ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread John Crispin
Hi, I also looked up at those arcadyan board configs, and some of them have _EBU addess and _USB pin defined. I know that on this router usb power is on gpio 29( gpl source says that ) So you'll have to define it for your board in the call to xway_register_dwc

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread John Crispin
On 08/05/11 10:48, Luca Olivetti wrote: Al 08/05/11 10:33, En/na John Crispin ha escrit: if it was 29 on ifxmips/ it will be 29 on lantiq/. only the stp and ebu gpios were mapped to new offsets. the first 32 gpios stayed the same. Not related to the original question, but where I could

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread Luka Perkov
On Sun, May 08, 2011 at 10:33:30AM +0200, John Crispin wrote: I also looked up at those arcadyan board configs, and some of them have _EBU addess and _USB pin defined. I know that on this router usb power is on gpio 29( gpl source says that ) So you'll have to define it for

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread John Crispin
on this pic - http://wiki.openwrt.org/_media/toh/gigaset/dsc00453.jpg on the very top, right of where it says PORTA SX76x there is a small chip. can you tell us what is printed on it ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread Luka Perkov
On Sun, May 08, 2011 at 12:37:51PM +0200, John Crispin wrote: on this pic - http://wiki.openwrt.org/_media/toh/gigaset/dsc00453.jpg on the very top, right of where it says PORTA SX76x there is a small chip. can you tell us what is printed on it ? HC595AG (inside of circle - ON) PAQ832 Luka

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread John Crispin
On 08/05/11 15:03, Luka Perkov wrote: On Sun, May 08, 2011 at 12:37:51PM +0200, John Crispin wrote: on this pic - http://wiki.openwrt.org/_media/toh/gigaset/dsc00453.jpg on the very top, right of where it says PORTA SX76x there is a small chip. can you tell us what is printed on it ?

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread Luca Olivetti
Al 08/05/11 11:13, En/na John Crispin ha escrit: EBU - external bus unit similar to STP but parallel. the xway has 4 x 16 bit ioport ranges that can be mapped to a special memory location. data written to that location is that physically written to the D0-15 lines on the memory bus. in

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread John Crispin
On 08/05/11 18:29, Luca Olivetti wrote: Al 08/05/11 11:13, En/na John Crispin ha escrit: EBU - external bus unit similar to STP but parallel. the xway has 4 x 16 bit ioport ranges that can be mapped to a special memory location. data written to that location is that physically written to

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread John Crispin
On 08/05/11 20:16, Andrej Vlašić wrote: Also this board doesn't have wlan eeprom, instead it is read by a wlan driver from a file inside fw. If someone has some answers on how to modify current ath5k driver, would like to know. in a file inside the FS or in a sector on the flash ? Inside

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-08 Thread Luca Olivetti
Al 08/05/11 18:45, En/na John Crispin ha escrit: Thank you for the detailed explanation. I have an LVC373A (octal latch), so it's probably EBU, isn't it? How do I try it? Bye try this lq_register_gpio_ebu(XYZ); as the latch comes up in a undefined state, the values are random. to

[OpenWrt-Devel] [PATCH 1/1]: leds: fragment package/kernel/modules/other.mk as it's getting too big

2011-05-08 Thread Philip Prindeville
package/kernel/modules/other.mk is getting big enough that putting the LEDs stuff into its own file makes sense. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com Index: package/kernel/modules/other.mk === ---

Re: [OpenWrt-Devel] How to ensure that Tor is at the latest version?

2011-05-08 Thread Daniel Dickinson
On Thu, 21 Apr 2011 01:14:40 -0700 Jacob Appelbaum ja...@appelbaum.net wrote: Hi, I've had a report of a user installing Tor (package 'tor') on OpenWRT (backfire) and they appear to have a much older version than what is currently in svn. Why is this happening? Is there a way to ensure