Re: [OpenWrt-Devel] [PATCH] atheros xr, ar, turbo and mcast_rate in /etc/config/wireless

2008-01-16 Thread Travis Kemen
commited 10217. Thanks On Jan 16, 2008 9:24 AM, lorenz schori <[EMAIL PROTECTED]> wrote: > Resent with correct command for setting mcast_rate (iwpriv instead of > iwconfig). > > Allow to set atheros-only private options xr, ar, turbo in /etc/config/ > wireless and introduce new parameter mcast_ra

Re: [OpenWrt-Devel] [PATCH] Custom netmask for dhcp clients in dnsmasq

2008-01-16 Thread Travis Kemen
added in r10216 Thanks. On Jan 16, 2008 8:53 AM, lorenz schori <[EMAIL PROTECTED]> wrote: > This patch introduces a new option "netmask" in dhcp sections of /etc/ > config/dhcp in order to make it possible to configure a custom netmask > for dhcp clients. > > Signed-off-by: Lorenz Schori <[EMAIL

Re: [OpenWrt-Devel] PCMCIA take 2

2008-01-16 Thread RB
Going at it today. One issue seems to be disabling interrupts by writing 0x0 to CB_SOCKET_MASK in yenta_probe. I don't know enough about driver development to know why that blows up, but the same thing is done (with the same comment) in the 2.4 series' initialization (yenta_open) as well. Preven

[OpenWrt-Devel] What if a package needs a kernel-option

2008-01-16 Thread Harald Schiƶberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have started to port kexec to OpenWRT, so that you can directly launch a new kernel without rebooting. and without braindead bootloaders. it currently runs on arm[1]. This obviously needs CONFIG_KEXEC=y set in the kernel. Is there an OpenWRT-way to

[OpenWrt-Devel] [PATCH] bluez-utils

2008-01-16 Thread michu
update the bluez-utils to 3.24. this package depends on dbus. there is an open ticked about dbus (#2562) which needs to be fixed, else bluez-utils will NOT work. tested with an usb bluetooth stick and nokia 6110 slide on brcm47xx-2.6. Signed-off-by: Michael Vogt --- Index: package/utils/b

[OpenWrt-Devel] [PATCH] bluez hcidump

2008-01-16 Thread michu
update bluez hcidump tool to v1.40 Signed-off-by: Michael Vogt --- Index: package/utils/bluez-hcidump/Makefile === --- package/utils/bluez-hcidump/Makefile (revision 10204) +++ package/utils/bluez-hcidump/Makefile (working copy) @@

[OpenWrt-Devel] [PATCH] bluez-libs

2008-01-16 Thread michu
update the bluez-libs from 2.24 to 3.24. bluez-lib 2.x aren't supported anymore. Signed-off-by: Michael Vogt --- Index: package/libs/bluez-libs/Makefile === --- package/libs/bluez-libs/Makefile (revision 10204) +++ package/libs/b

Re: [OpenWrt-Devel] PCMCIA take 2

2008-01-16 Thread RB
One last bit and I'll quiet down for a bit. It's absolutely consistent that the first time yenta_socket is loaded, the system resets (goes to CFE with zero warning). The second time produces the above oops consistently. RB ___ openwrt-devel mailing li

[OpenWrt-Devel] [PATCH] atheros xr, ar, turbo and mcast_rate in /etc/config/wireless

2008-01-16 Thread lorenz schori
Resent with correct command for setting mcast_rate (iwpriv instead of iwconfig). Allow to set atheros-only private options xr, ar, turbo in /etc/config/ wireless and introduce new parameter mcast_rate in /lib/madwifi.sh Signed-off-by: Lorenz Schori <[EMAIL PROTECTED]> madwifi-driver-xr-ar

[OpenWrt-Devel] [PATCH] atheros xr, ar, turbo and mcast_rate in /etc/config/wireless

2008-01-16 Thread lorenz schori
Allow to set atheros-only private options xr, ar, turbo in /etc/config/ wireless and introduce new parameter mcast_rate in /lib/madwifi.sh Signed-off-by: Lorenz Schori <[EMAIL PROTECTED]> madwifi-driver-xr-ar-turbo-mcast_rate.patch Description: Binary data ___

[OpenWrt-Devel] [PATCH] Custom netmask for dhcp clients in dnsmasq

2008-01-16 Thread lorenz schori
This patch introduces a new option "netmask" in dhcp sections of /etc/ config/dhcp in order to make it possible to configure a custom netmask for dhcp clients. Signed-off-by: Lorenz Schori <[EMAIL PROTECTED]> dnsmasq-dhcp-netmask.patch Description: Binary data __

Re: [OpenWrt-Devel] PCMCIA take 2

2008-01-16 Thread RB
KALLSYMS_ALL didn't produce any different output than the one above. If you would like, I can start stripping those parts out until it'll produce a crash with yenta_socket. In the meantime, here is the oops from crashing on yenta_socket, run through ksymoops. ##

Re: [OpenWrt-Devel] [PATCH] Fix leds-gpio brightness for active_low LEDs

2008-01-16 Thread Peter Korsgaard
> "Imre" == Imre Kaloz <[EMAIL PROTECTED]> writes: Hi, Imre> About the code history - The only code from Aruba Networks is Imre> the ethernet driver, but even that went through heavy Imre> modifications. The system code is based on Atheros' 2.4.25 Imre> port, which got published in variou