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 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

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

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] [PATCH v3 1/2] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC

2011-05-09 Thread John Crispin
On 09/05/11 16:01, Peter Lebbing wrote: On 06/05/11 15:16, John Crispin wrote: On 06/05/11 15:13, Peter Lebbing wrote: So, can someone please commit my patch, http://patchwork.midlink.org/patch/906/ ? patch looks ok, let me apply it Problems? Peter. apart from not liking

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-09 Thread John Crispin
On 09/05/11 16:59, Luca Olivetti wrote: Al 09/05/2011 0:31, En/na Luca Olivetti ha escrit: It turns out that the ebu, in the gpio_led structure, uses gpio starting from 32, so defining fake leds using gpios 32-40 I could map all missing leds. Since they're active low, I used

Re: [OpenWrt-Devel] [PATCH v3 1/2] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC

2011-05-09 Thread John Crispin
Hi, a very silly question is therer a 2/2 to go with this 1/2 patch ? John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH v3 1/2] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC

2011-05-09 Thread John Crispin
On 09/05/11 16:01, Peter Lebbing wrote: On 06/05/11 15:16, John Crispin wrote: On 06/05/11 15:13, Peter Lebbing wrote: So, can someone please commit my patch, http://patchwork.midlink.org/patch/906/ ? patch looks ok, let me apply it Problems? Peter. applied in r26865, thx

Re: [OpenWrt-Devel] [PATCH v3 1/2] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC

2011-05-09 Thread John Crispin
On 09/05/11 18:21, Peter Lebbing wrote: On 09/05/11 16:10, John Crispin wrote: On 09/05/11 16:01, Peter Lebbing wrote: Problems? apart from not liking this rather impolite single word style of (mis-)communication i think there are no problems. Oh, I'm very sorry. It was in no way meant

Re: [OpenWrt-Devel] [PATCH v3 1/2] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC

2011-05-09 Thread John Crispin
On 09/05/11 18:36, Peter Lebbing wrote: On 09/05/11 17:22, John Crispin wrote: a very silly question is therer a 2/2 to go with this 1/2 patch ? That is a patch that I posted to have it available to people, but not for inclusion in OpenWRT yet. From my 0/2 mail: I am submitting

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-09 Thread John Crispin
Another question about usb power. Is it possible that on my board USB clock gating is different than one set in current dwc_otg_ifx.c. There it says: // set clock gating writel(readl(DANUBE_CGU_IFCCR) | 0x30, DANUBE_CGU_IFCCR); On mine board it says: // set clock

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-09 Thread John Crispin
On 09/05/11 20:01, John Crispin wrote: Another question about usb power. Is it possible that on my board USB clock gating is different than one set in current dwc_otg_ifx.c. There it says: // set clock gating writel(readl(DANUBE_CGU_IFCCR) | 0x30, DANUBE_CGU_IFCCR); On mine board

Re: [OpenWrt-Devel] [PATCH] Update usb-modeswitch to v1.1.7

2011-05-09 Thread John Crispin
On 04/05/11 21:32, Layne Edwards wrote: Signed-off-by: Layne Edwards ledward...@gmail.com Index: feeds/packages/utils/usb-modeswitch/Makefile === --- feeds/packages/utils/usb-modeswitch/Makefile (revision 26751) +++

Re: [OpenWrt-Devel] Gigaset SX763

2011-05-09 Thread John Crispin
Note that those 3 leds are controlled by the ebu driver, and I assigned them to the gpio_led structure, i.e.: static struct gpio_led arv7518pw_leds_gpio[] __initdata = { { .name = soc:green:power, .gpio = 2, .active_low = 1, }, { .name = soc:green:adsl, .gpio = 4,

Re: [OpenWrt-Devel] [PATCH] Add libFTDI

2011-05-09 Thread John Crispin
applied in r26867, thx ! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 1/2] dnsmasq: direct address return option for uci config

2011-05-09 Thread John Crispin
On 09/04/11 07:00, Linus Lüssing wrote: With this commit the --address option of dnsmasq, directly returning ip addresses for certain domains instead of querying the dns server, can be configured in the dhcp uci configuration file. See the dnsmasq manpage for further details of this option.

Re: [OpenWrt-Devel] kgdb?

2011-05-12 Thread John Crispin
there is a good howto regarding kgdb on lmo http://www.linux-mips.org/wiki/KGDB ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH v2 1/1] alix2: provide x86/alix2 subtarget

2011-05-12 Thread John Crispin
On 12/05/11 20:47, Philip A. Prindeville wrote: BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext4 vdi vmdk pcmcia targz -SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos +SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 -LINUX_VERSION:=2.6.37.6

Re: [OpenWrt-Devel] Add Artec ThinCan targets

2011-05-13 Thread John Crispin
Hi, Index: target/linux/x86/thincan/target.mk === --- target/linux/x86/thincan/target.mk(revision 0) +++ target/linux/x86/thincan/target.mk(revision 0) @@ -0,0 +1,38 @@ +DEVICE_TYPE:=terminal +BOARDNAME:=Artec

Re: [OpenWrt-Devel] OpenWrt package for Music On Console player

2011-05-13 Thread John Crispin
please provide a description text next time applied in r26886 thanks, John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Add Artec ThinCan targets

2011-05-17 Thread John Crispin
Hi Lauri, next time please provide a description for your patches added in r26919 thanks, John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Add mkelfimage for generating Etherboot images

2011-05-17 Thread John Crispin
Hi Lauri, next time please provide a description for your patches added in r26918 thanks, John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] add missing aes dependency to mv_cesa

2011-05-17 Thread John Crispin
applied in r26920 thanks, John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Upgrade Wing package

2011-05-17 Thread John Crispin
On 16/05/11 18:08, Roberto Riggio wrote: This patch updates the Wing package to the latest Git version which includes several bug fixes. The patch adds also a script wing_status which can be used to dump some information about the routing daemon (links, routes, statistics about the probes,

Re: [OpenWrt-Devel] Lantiq - work on Amazon platform?

2011-05-22 Thread John Crispin
On 22/05/11 19:09, Stefan Pomaska wrote: i appreciate your work :) If there is anything where we can help, we are there. Hi, i am in the middle of making the falcon and ase work, amazon will be next. dont worry i have not forgotten, just 1 thing at a time ;) John

Re: [OpenWrt-Devel] Linksys WRT-400n

2011-05-26 Thread John Crispin
AP94 (ar7100) U-boot 0.0.12 DRAM: b805: 0xc0140180 32 MB Top of RAM usable for U-Boot at: 8200 Reserving 4308k for U-Boot at: 81bc8000 Reserving 192k for malloc() at: 81b98000 Reserving 44 Bytes for Board Info at: 81b97fd4 Reserving 36 Bytes for Global Data at: 81b97fb0 Reserving

Re: [OpenWrt-Devel] [PATCH] package: update strongswan4 to 4.5.2

2011-05-29 Thread John Crispin
On 29/05/11 19:14, Philip Prindeville wrote: Minor comment. It's my understanding that gmake will fork/exec commands directly if it doesn't detect any meta-characters, thereby saving a fork/exec pair of $(SHELL) to interpret them. In this case: +$(CP)

Re: [OpenWrt-Devel] [PATCH 2/2] geode: add additional companion chip drivers to alix2 and geos

2011-05-30 Thread John Crispin
On 30/05/11 07:02, Nathan Williams wrote: On Sun, 2011-05-29 at 21:41 -0700, Philip Prindeville wrote: Use EHCI, not UHCI usb module. kmod-usb2 is EHCI (USB 2.0). Not kmod-usb-ehci. You need kmod-usb-ohci instead of kmod-usb-uhci for CS553x USB 1.1 support. was this ever tested ? :)

Re: [OpenWrt-Devel] [PATCH 1/1] alix2: add UCI files for network and wireless

2011-06-05 Thread John Crispin
On 05/06/11 07:47, Philip Prindeville wrote: On 6/4/11 6:29 PM, Jonas Gorski wrote: On 5 June 2011 00:36, Philip Prindeville philipp_s...@redfish-solutions.com wrote: The alix2 boards include a miniPCI slot; this is typically used for Wifi cards. Preconfigure wifi. The alix2 boards also

Re: [OpenWrt-Devel] [PATCH 1/1] alix2: add UCI files for network and wireless

2011-06-05 Thread John Crispin
I was going by the example of one of the other platforms, I forget which. Maybe target/linux/atheros/base-files/etc/uci-defaults/network ... Hi, does not look like atheros. which one was it ? we need to fix that aswell John ___ openwrt-devel

Re: [OpenWrt-Devel] [OFF-TOPIC] Unix networking programming

2011-06-05 Thread John Crispin
Hi, i can recommend beej -- http://beej.us/guide/ blogic On 05/06/11 17:12, scolfield wrote: Hi Roback, Very nice! Thank you for your suggestion. -- scolfield On Sun, Jun 5, 2011 at 10:30, Roback, Joe openwrt-de...@roback.cc wrote: Anything by W. Richard Stevens, especially UNIX

Re: [OpenWrt-Devel] Adding entry to /etc/hosts

2011-06-10 Thread John Crispin
On 10/06/11 13:56, Roberto Riggio wrote: Hi, which is the openwrt way to have a particular package to add an entry to /etc/hosts at build or install time? Is it ok to add an echo into a uci-defaults file? R. hi Roberto, can you give an exymple of where you want to do this ? John

Re: [OpenWrt-Devel] [PATCH] samba 3.0.37 update

2011-06-13 Thread John Crispin
On 13/06/11 23:50, Maarten Bezemer wrote: On Mon, 2011-06-13 at 23:38 +0200, Maarten Bezemer wrote: On Mon, 2011-06-13 at 23:07 +0200, Cezary Jackiewicz wrote: Dnia 2011-06-13, o godz. 22:41:11 Maarten Bezemer m.m.beze...@utwente.nl napisał(a): This patch updates samba to version 3.0.37

Re: [OpenWrt-Devel] [PATCH] lantiq: etop random MAC error ticket #9547

2011-06-13 Thread John Crispin
also added the same fix for .32 applied in 27172 thanks, John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] RT3052 and Telephone support

2011-06-15 Thread John Crispin
On 15/06/11 20:53, jason duhamell wrote: Hey Guys, I am wondering if anyone on the openwrt mailing list has worked on PCM support before? I had an idea taken from http://www.rowetel.com/blog/about adding ATA support to routers. Would anyone like to take part in a hardware and software

Re: [OpenWrt-Devel] Addition of custom kernel patches, but changes not showing up in uImage files

2011-06-16 Thread John Crispin
show us your patch please ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Cant boot unbranded Ralink RT305X - ramips 64 MB RAM

2011-06-20 Thread John Crispin
On 20/06/11 09:59, harish badrinath wrote: A small update: more details about the router i am working with (a) It is a fon router clone do you have a link to the product ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Issues w/ rt8139 driver

2011-06-29 Thread John Crispin
On 29/06/11 07:54, Philip Prindeville wrote: On 6/28/11 10:23 AM, harish badrinath wrote: Hello, Call Trace: [c101d4f6] ? warn_slowpath_common+0x67/0x7b [c101d572] ? warn_slowpath_fmt+0x29/0x2d [c1175917] ? dev_watchdog+0xe2/0x16a [c1019b82] ? enqueue_task_rt+0x1d/0x107 [c10241a2] ?

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2011-07-02 Thread John Crispin
On 02/07/11 20:15, Luca Olivetti wrote: Al 02/07/11 19:58, En/na Florian Fainelli ha escrit: 0) @@ -0,0 +1,11 @@ +--- a/drivers/net/wireless/ath/ath9k/eeprom_def.c 2011-02-08 17:33:42.0 +0100 b/drivers/net/wireless/ath/ath9k/eeprom_def.c 2011-02-20 17:51:47.0

Re: [OpenWrt-Devel] [PATCH] lantiq_etop.c: use netif_receive_skb provided by the ar8216 driver

2011-07-02 Thread John Crispin
On 02/07/11 21:11, Luca Olivetti wrote: Al 02/07/11 20:54, En/na John Crispin ha escrit: oops ... that got lost, i will also send it upstream to the lmo tree ... Oh, I thought that was just an openwrt hack. Bye not sure will check

Re: [OpenWrt-Devel] [PATCH v3] AT91: Add flexibity board support

2011-07-03 Thread John Crispin
Hi, applied in r27412 i dropped the dhcp and system uci file. could you use uci-defaults mechanism for those 2 and send a patch ? John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH v3] AT91: Add flexibity board support

2011-07-03 Thread John Crispin
On 03/07/11 20:54, John Crispin wrote: Hi, applied in r27412 i dropped the dhcp and system uci file. could you use uci-defaults mechanism for those 2 and send a patch ? John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH v2] New package jsonpath

2011-07-03 Thread John Crispin
pong On 03/07/11 20:22, Roberto Riggio wrote: ping Il 29/06/2011 09:52, Roberto Riggio ha scritto: This patch adds a new python package called jsonpath. JSONPath allows you to run XPATH-like queries over json data structures. Changes since v1: * removed unrelated changes * fix

Re: [OpenWrt-Devel] [PATCH v2] New package jsonpath

2011-07-03 Thread John Crispin
On 03/07/11 21:21, John Crispin wrote: pong i forgot ... next time use something more descriptive for title please + TITLE:=jsonpath is not very descriptive thx, blogic On 03/07/11 20:22, Roberto Riggio wrote: ping Il 29/06/2011 09:52, Roberto Riggio ha scritto: This patch adds a new

Re: [OpenWrt-Devel] [PATCH v2] New package jsonpath

2011-07-03 Thread John Crispin
On 03/07/11 21:28, Roberto Riggio wrote: Il 03/07/2011 21:22, John Crispin ha scritto: next time use something more descriptive for title please + TITLE:=jsonpath is not very descriptive well that;s the name of the corresponding python package. If i was looking for it everything else

Re: [OpenWrt-Devel] [PATCH] mark minidlna.conf as config file

2011-07-03 Thread John Crispin
applied in r27417 please generate future patches at the root of the feed and not inside the packages folder On 01/07/11 23:55, Mathias Kresin wrote: This is a copy of the apparently overlooked ticket 9439 opened by me. Attached patch for the Makefile of the minidlna package, marks

Re: [OpenWrt-Devel] [PATCH 1/1] ocf-linux: bump to 20110520

2011-07-03 Thread John Crispin
the attached patch if for a gpio fix could it be that you mailed the wrong ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2011-07-04 Thread John Crispin
On 05/07/11 00:52, Luca Olivetti wrote: Al 02/07/11 20:49, En/na Luca Olivetti ha escrit: Al 02/07/11 20:34, En/na John Crispin ha escrit: On 02/07/11 20:15, Luca Olivetti wrote: Al 02/07/11 19:58, En/na Florian Fainelli ha escrit: 0) @@ -0,0 +1,11 @@ +--- a/drivers/net/wireless/ath

Re: [OpenWrt-Devel] [PATCH] Orion doesn't build anymore

2011-07-06 Thread John Crispin
On 06/07/11 20:32, Matthias Buecher / Germany wrote: On 06.07.2011 11:54, Maarten Bezemer wrote: On Tue, 2011-07-05 at 22:47 +0200, Matthias Buecher / Germany wrote: Thanks Maarten, now kernel compiles again. One of your patches had a typo (COFIG instead of CONFIG), corrected it and recreated

Re: [OpenWrt-Devel] [PATCH] Lantiq TAPI driver also build for other platforms

2011-07-06 Thread John Crispin
Hi John, I just retested with r27498 and no Lantiq packages were build. Thanks. Maddes thx for testing ;) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Version Bump Minidlna 1.0.20

2011-07-12 Thread John Crispin
applied in r27601 thanks, John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] reorganize ltq-dsl-app

2011-07-17 Thread John Crispin
thanks, i applied the whole set of patches ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2011-07-18 Thread John Crispin
Hi, found a board from arcadyan that has a ath9k eeprom inside flash. i'll try to test merge his asap John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2011-07-25 Thread John Crispin
On 25/07/11 14:45, Luca Olivetti wrote: Al 18/07/11 22:17, En/na John Crispin ha escrit: Hi, found a board from arcadyan that has a ath9k eeprom inside flash. i'll try to test merge his asap The problem was the possible side effect of the ath9k patch on chipsets with onboard eeprom

Re: [OpenWrt-Devel] [PATCH 3/3] hostapd dynamic vlans

2011-07-25 Thread John Crispin
On 25/07/11 15:35, Matthew Bowman wrote: default hostapd.vlan that file is not part of the patch it seems ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [rt3050f] A small question

2011-08-03 Thread John Crispin
remove the option disable 1 from /etc/config/wireless and then call wifi up ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Build just the kernel

2011-11-16 Thread John Crispin
On 16/11/11 17:46, Matt Redfearn wrote: Hi, I am trying to hack some drivers in the kernel for a mips machine, but so far the only way I have found to get the openWRT build system to recompile the kernel is to run make in the root directory of openWRT. Running “make linux-compile” or “make

Re: [OpenWrt-Devel] [PATCH v2 2/2] mac80211: add pci ids to ath5k

2011-11-28 Thread John Crispin
On 28/11/11 09:28, Luca Olivetti wrote: Al 28/11/2011 0:29, En/na Andrej Vlašić ha escrit: Some lantiq boards require pci id 168c:ff16 and 168c:ff1a to be added to ath5k in order to detect onboard wlan chip. I'm not sure it's correct to simply add these ids: ids starting with ff identify a

Re: [OpenWrt-Devel] [PATCH] syfs and gpiolib support for atheros platforms (updated)

2011-11-30 Thread John Crispin
On 29/11/11 08:01, Marek Lindner wrote: Hey, This patch is an update of http://patchwork.openwrt.org/patch/1452/ The update makes sure that the kernel config actually enables gpio sysfs, not just provides support for it. So, as well as the patch, it includes a diff on the default config

Re: [OpenWrt-Devel] [PATCH] ramips: Rework ramips_eth to not require irqsave locking anymore

2012-01-17 Thread John Crispin
Thx, applied in r29762 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] DSL support and luci integration

2012-01-19 Thread John Crispin
Anyway ... just a few ideas, interested in thoughts, I can post the current patches if there's interest, or happy to explore other ideas if I'm way off the mark. sure, show us your patch please ;) ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] DSL support and luci integration

2012-01-21 Thread John Crispin
On 21/01/12 09:18, Lee Essen wrote: On 20 Jan 2012, at 23:47, Philip Prindeville wrote: I'd sure like to see netlink being used to communicate speed/carrier changes up into userspace. Unfortunately there's absolutely no netlink support in the lantiq driver and I don't think any of

Re: [OpenWrt-Devel] [PATCH] ramips: Rework ramips_eth to not require irqsave locking anymore

2012-01-22 Thread John Crispin
On 22/01/12 02:45, Roman Yeryomin wrote: On 17 January 2012 11:42, Helmut Schaa helmut.sc...@googlemail.com wrote: @@ -313,6 +312,7 @@ ramips_eth_tx_housekeeping(unsigned long ptr) struct net_device *dev = (struct net_device*)ptr; struct raeth_priv *priv = netdev_priv(dev); +

Re: [OpenWrt-Devel] DWC OTG USB, round 3

2012-01-23 Thread John Crispin
Nevermind. I've meanwhile found some code crafted by Amlogic (or whoever it was) addressing exactly this problem. It does not work well because it is buggy, however the idea is simple enough: do not push data to Tx FIFO if it still holds some previous unsent data for another EP. I think I

Re: [OpenWrt-Devel] DSL support and luci integration

2012-01-23 Thread John Crispin
There might be a miscommunication: I wasn't talking about rewriting the DSL stack, but merely adding instrumentation to the existing drivers that would message into user-space any line status changes. -Philip ideally using netlink and having a iw/ip/... like userland tool we should

Re: [OpenWrt-Devel] [PATCH 1/2] Initial DSL framework for Lantiq

2012-01-23 Thread John Crispin
Hi Lee, The patch is in two parts, this one contains the non-LuCI bits, the next one provides support for DSL in LuCI with an overview status in the admin_status page and a extra DSL tab on the network admin section which shows similar data and allows you to start and start the daemon. i

Re: [OpenWrt-Devel] [PATCH] ltq_dsl_app support for taking pppoa link up and down

2012-01-24 Thread John Crispin
this patch is folded into the other dsl framework patch. thnaks for testing, ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 1/2] Initial DSL framework for Lantiq

2012-01-24 Thread John Crispin
applied in r29881 thanks ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] lantiq: how do I generate an uImage?

2012-01-28 Thread John Crispin
On 28/01/12 22:28, Luca Olivetti wrote: Hello, last time I tried to build openwrt (july 2011), it generated a uImage in the build_dir. Now it only generates a kernel. The old directory from July (linux-lantiq_xway) contains: vmlinux vmlinux-ARV7518PW vmlinux-ARV7518PW.lzma

Re: [OpenWrt-Devel] lantiq: how do I generate an uImage?

2012-01-29 Thread John Crispin
On 29/01/12 01:04, Luca Olivetti wrote: Al 29/01/12 00:47, En/na Luca Olivetti ha escrit: Al 28/01/12 23:46, En/na John Crispin ha escrit: How do I generate an uImage now? Bye Hi, they should be located here $ ls build_dir/linux-lantiq_danube/uImage-* build_dir/linux-lantiq_danube

Re: [OpenWrt-Devel] openwrt capable router with integrated adsl modem

2012-02-11 Thread John Crispin
buffalo wbmr is a nice choice, trunk works on t, wifi usb come up, has 4 gbit ports. john ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Lantiq VoIP support - it really works

2012-02-14 Thread John Crispin
Hi, I have just pushed owsip-R1 into trunk. owsip is a minimalist sip client, based on the pjsip library that allows us to make real voice calls on lantiq hardware using the FXS ports. currently basic features are supported * answering/making calls * short dial * multiple accounts * proxy/stun

Re: [OpenWrt-Devel] [PATCH] Support for booting the Speedport W502V with BRN-BOOT

2012-02-14 Thread John Crispin
applied in #30532, thx ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] ARM-Based Hardware with analog phone ports

2012-02-14 Thread John Crispin
The problem is, the voice firmware available with openwrt is out of date (the driver complains it's too old) and it crashes the CID feature on the 2nd voice channel causes a crash in svd. inside owsip this crash does not happen , and there's no publicly available documentation (though one

Re: [OpenWrt-Devel] ARM-Based Hardware with analog phone ports

2012-02-14 Thread John Crispin
On 14/02/12 23:42, Luca Olivetti wrote: Al 14/02/12 20:31, En/na John Crispin ha escrit: The problem is, the voice firmware available with openwrt is out of date (the driver complains it's too old) and it crashes the CID feature on the 2nd voice channel causes a crash in svd. inside owsip

Re: [OpenWrt-Devel] ARM-Based Hardware with analog phone ports

2012-02-14 Thread John Crispin
On 14/02/12 23:57, Luca Olivetti wrote: Al 14/02/12 23:42, En/na Luca Olivetti ha escrit: Al 14/02/12 20:31, En/na John Crispin ha escrit: The problem is, the voice firmware available with openwrt is out of date (the driver complains it's too old) and it crashes the CID feature on the 2nd

Re: [OpenWrt-Devel] ARM-Based Hardware with analog phone ports

2012-02-14 Thread John Crispin
On 14/02/12 23:57, Luca Olivetti wrote: Al 14/02/12 23:42, En/na Luca Olivetti ha escrit: Al 14/02/12 20:31, En/na John Crispin ha escrit: The problem is, the voice firmware available with openwrt is out of date (the driver complains it's too old) and it crashes the CID feature on the 2nd

Re: [OpenWrt-Devel] Frequent reboot WBMR Lantiq

2012-02-21 Thread John Crispin
On 21/02/12 09:17, lee.es...@nowonline.co.uk wrote: Hi, I've been running the Buffalo WBMR-HP-G300H routers for a while now, actually three of them on a bonded line, and in general they are working very well. On one of the lines I am seeing very frequent reboots (of the whole system, not

Re: [OpenWrt-Devel] Frequent reboot WBMR Lantiq

2012-02-21 Thread John Crispin
please build a kernel with KALLSYMS enable menuconfig - Global build settings - Compile the kernel with symbol table information and show us the output again. i assume this is annex-a ?! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Frequent reboot WBMR Lantiq

2012-02-21 Thread John Crispin
On 21/02/12 12:13, Luca Olivetti wrote: Al 21/02/2012 10:56, En/na John Crispin ha escrit: please build a kernel with KALLSYMS enable Does it work now? Last time I tried it, it didn't work, but it was a while ago http://pastebin.ca/2072861 most likely a error your end

Re: [OpenWrt-Devel] Frequent reboot WBMR Lantiq

2012-02-21 Thread John Crispin
On 21/02/12 12:36, Luca Olivetti wrote: Al 21/02/2012 12:15, En/na John Crispin ha escrit: On 21/02/12 12:13, Luca Olivetti wrote: Al 21/02/2012 10:56, En/na John Crispin ha escrit: please build a kernel with KALLSYMS enable Does it work now? Last time I tried it, it didn't work

Re: [OpenWrt-Devel] Ask a question related SDIO on Linux StarterKit with Ubiquiti RouterStation Pro on openwrt

2012-02-22 Thread John Crispin
On 22/02/12 11:37, peter.meng wrote: [ 874.31] mmc_spi spi32766.0: setup: unsupported mode bits 4 i would start by trying to figure out what the error above means good luck ;) John ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH 0/9] Add a target definition for OpenWRT on PlayStation 3

2007-10-23 Thread John Crispin
funky funky funky i need to get one of those babies i think and test my Xorg port on it :-) and there is another incentive to finish the mediacenter packages :-) i wish i had more time :P Quoting Jeremy Kerr [EMAIL PROTECTED]: The ps3 has a small area of non-volatile memory for a

Re: [OpenWrt-Devel] Etrax target

2008-05-30 Thread John Crispin
What is the etrax status in openwrt? Does it use generated uclibc toolchain or vendor (Axis) provided glibc toochain? i can run the generated images on a foxboard, only draw back is, that the head.S in kernel needs to be compiled with the axis toolchain. using the stage3 elf compiler, it

Re: [OpenWrt-Devel] Etrax target

2008-05-30 Thread John Crispin
Hinko Kočevar wrote: John Crispin wrote: What is the etrax status in openwrt? Does it use generated uclibc toolchain or vendor (Axis) provided glibc toochain? i can run the generated images on a foxboard, only draw back is, that the head.S in kernel needs to be compiled with the axis

Re: [OpenWrt-Devel] Etrax target

2008-05-30 Thread John Crispin
Hinko Kočevar wrote: John Crispin wrote: yes, the cris-elf seems the problem. if we have a cris-elf that can translate a head.S in to a working bin, then i can get the rest running in no time. but until then you need the axis toolchain installed so we can use their gcc_cris -melf

Re: [OpenWrt-Devel] Etrax target

2008-05-30 Thread John Crispin
But I have another problem when compiling kernel with uvlibc generated toochain - the resulting arch/cris/boot/Image is 3GB large!? arch/cris/boot/zImage is later trimmed down to 'just' 4MB but still too big!! have you got debugging turned on in the kconfig ?

Re: [OpenWrt-Devel] [PATCH] update lcd4linux (update) *fixed*

2008-06-01 Thread John Crispin
package dependency seems to be broken (you need to select X) does not reeally replace DEPENDS:=+X also on a quick test compiling HD44780 driver fails [EMAIL PROTECTED] wrote: sorry, I messed up the previous patch, this one is tested Signed-off-by: Michael Vogt michu at neophob.com

Re: [OpenWrt-Devel] [PATCH] ez-ipupdate and uci configuration

2008-06-05 Thread John Crispin
applied in [11363] thanks David Bird wrote: Instead of requiring a pre-existing config, the patch will create one from UCI settings (when enabled): config ddns option enabled 0 option interface wan option program ez-ipupdate option service zoneedit

Re: [OpenWrt-Devel] [PATCH] libnfnetlink: include new header file in install dev

2008-06-11 Thread John Crispin
thanks, applied, [11432] Fabian Hugelshofer wrote: (Oops, previous patches had missing path. Still needs to be applied...) In libnfnetlink 0.0.38 a new header file (linux_libnfnetlink_compat.h) was introduced, which needs to be copied to the staging dir as well. Right now build fails for

Re: [OpenWrt-Devel] [PATCH] et131x kernel module

2008-06-11 Thread John Crispin
applied Christoph Dwertmann wrote: This adds support for Agere ET131x Gigabit Ethernet cards. Signed-off-by: Christoph Dwertmann [EMAIL PROTECTED] --- Index: package/et131x/Makefile === --- package/et131x/Makefile

Re: [OpenWrt-Devel] [PATCH] privoxy boost 3.0.8

2008-06-11 Thread John Crispin
fixed joerg jungermann wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi This patch boost privoxy to version 3.0.8, to support transparent (intercepting) proxiing of HTTP/80 connections. cya Index: privoxy/Makefile

Re: [OpenWrt-Devel] patch for ip-up

2008-06-11 Thread John Crispin
applied, but forgot the signed off in the commit msg, sorry Brian J. Murrell wrote: I'd like to propose the following patch to package/ppp/files/etc/ppp/ip-up. It means that hotplug scripts can source the network state and get information about the newly plumbed ppp interface. Signed off

Re: [OpenWrt-Devel] patch for ip-up

2008-06-13 Thread John Crispin
on May 26, and it was ignored. Am I just wasting my time sending in patches? On Jun 11, 2008, at 1:03 PM, John Crispin wrote: applied, but forgot the signed off in the commit msg, sorry Brian J. Murrell wrote: I'd like to propose the following patch to package/ppp/files/etc/ppp/ip-up

Re: [OpenWrt-Devel] [PATCH] madwifi.sh doesn't take into account association with unencrypted networks

2008-06-13 Thread John Crispin
for the roaming features i guess ? Travis Kemen wrote: On Sat, Jun 7, 2008 at 11:16 AM, Pedro Bandim Faustino [EMAIL PROTECTED] wrote: Signed-off-by: Pedro Faustino [EMAIL PROTECTED] --- Index: package/madwifi/files/lib/wifi/madwifi.sh

Re: [OpenWrt-Devel] [PATCH][packages] Convert snmpd init to uci

2008-06-27 Thread John Crispin
applied, thanks Frédéric Moulins wrote: This patch allows to configure snmpd communities and access from uci. The standard '/etc/snmp/snmpd.conf' becomes a symbolic link to '/var/run/snmpd.conf' where the configuration is generated at boot time. The config file included reflects the

Re: [OpenWrt-Devel] include /etc/iproute/rt_tables in ip package

2008-06-28 Thread John Crispin
applied, thanks Brian J. Murrell wrote: Shorewall wants to use the /etc/iproute2/rt_tables file for it's advanced routing. This patch includes that file as part of the ip package. ??Signed-off-by: Brian J. Murrell [EMAIL PROTECTED] Index: package/iproute2/Makefile

Re: [OpenWrt-Devel] smc7908-isp (infineon danube based router)

2008-06-29 Thread John Crispin
this board is an arcaydian design. we managed to boot openwrt on it last night. pci, net, gpi,led, button, wdt,... are working. voipd and dsl are still missing. for the bootloader you need to use u-boot. the u-boot source is in trunk. we have not tried to boot it yet on the device, but are

Re: [OpenWrt-Devel] smc7908-isp (infineon danube based router)

2008-06-30 Thread John Crispin
http://img512.imageshack.us/my.php?image=dscn1845rl6.jpg http://img443.imageshack.us/my.php?image=dscn1846ix5.jpg http://img443.imageshack.us/my.php?image=dscn1847rp1.jpg openwrt runs on the devices shown in the images. however, please do not try to flash it yet, i already bricked wifi on

Re: [OpenWrt-Devel] smc7908-isp (infineon danube based router)

2008-06-30 Thread John Crispin
The bin can be split in its components using the program at http://www.kessler-design.com/speedport-w700v/download.html (it works under wine). The first part is the kernel, compressed with an obfuscated lzma (The attached quick'n'dirty python script deobfuscates it) nice, i will try to

<    2   3   4   5   6   7   8   9   10   11   >