Hi again.
> > I tried preinit and also
> > .../trunk/package/base-files/files/etc/config/network
> > .../trunk/target/linux/ar7/base-files/etc/config/network
> >
> > and it still comes out as 192.168.1.1. (building for a wndr3800)
> >
> > Seems to be lots of network files. I guess I could hav
Hi, John.
> I tried preinit and also
> .../trunk/package/base-files/files/etc/config/network
> .../trunk/target/linux/ar7/base-files/etc/config/network
>
> and it still comes out as 192.168.1.1. (building for a wndr3800)
>
> Seems to be lots of network files. I guess I could have the wrong on
enwrt/package/network/services/ppp/patches/404-multilink-fix-non-pppX-interface-naming.patch 2012-11-09 16:43:55.0 +0200
@@ -0,0 +1,146 @@
+From: George Kashperko
+
+Make mlppp support more generic interface naming other than pppX
+Signed-off-by: George Kashperko
+---
+ pppd/multilink.c |
Hi,
thanks a lot Felix Fietkau for patches adding grub2 support with openwrt he
submitted recently. Attached is patch preventing grub from being built when
grub2 is selected. With this patch x86 target builts successfully under
x86_64 using native compiler which is impossible whenever grub package
Hi, Hauke.
> On 01/09/2012 08:14 PM, George Kashperko wrote:
> > Hello, Hauke!
> >
> > Spotted a typo in drivers/ust/host/ssb-hcd.c
> > #define SSB_OHCI_CORECTL_HOSTMODE (1 << 13)
> >
> > It should be 1 << 29 for SSB as SiliconBackplane con
> On 2011-05-19 6:37 PM, George Kashperko wrote:
> > Any feedback on this please?
> > There is also one more patch for broadcom-wl fixing occasional kernel
> > crashes and it is left without any feedback as well:
> > https://lists.openwrt.org/pipermail/openwrt-devel/2011
Any feedback on this please?
There is also one more patch for broadcom-wl fixing occasional kernel
crashes and it is left without any feedback as well:
https://lists.openwrt.org/pipermail/openwrt-devel/2011-May/010966.html
Have nice day,
George
___
ope
+++ openwrt/package/broadcom-wl/patches/006-generic-dma-api.patch
2011-05-17 23:49:55.0 +0300
@@ -0,0 +1,88 @@
+From: George Kashperko
+
+broadcom-wl driver bound to ssb device with ssb driver probe
+have osh handle struct pdev pointer value initialized with
+ssb_device pointer
--- trunk.orig/package/broadcom-wl/patches/006-generic-dma-api.patch
1970-01-01 03:00:00.0 +0300
+++ trunk/package/broadcom-wl/patches/006-generic-dma-api.patch 2011-05-16
23:43:35.0 +0300
@@ -0,0 +1,82 @@
+From: George Kashperko
+
+broadcom-wl driver bound to ssb device with
Hi,
> I have been running my device (brcm4716) on r26126 for over a month
> now using the patches included in this post:
> https://lists.openwrt.org/pipermail/openwrt-devel/2011-February/009562.html
>
> The patches have been tested extensively by many people and no issues
> have been reported.
>
Hi,
Well, that's a bit of a problem. The original source code's license is
incompatible with the GPL, so you can't take it (or parts of it) and
put it under the GPL, or merge it into GPL'd code. This is a license
violation and also a copyright violation, and makes anyone
(re-)distributing it vul
Hi,
Getting the PCIE Host Mode working is needed for the second radio (5
GHz).
With your previous set of patches, the device would be recognized and
would try
to load the driver (broadcom-wl); but eventually you would get a
kernel oops (it
didn't actually hang the machine though). I noticed
Have you been seeing these
on your ASUS-RT-N16?
hub 1-0:1.0: over-current change on port 1
Nop, never seen this before.
Have nice day
George Kashperko
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Hi,
May I ask how you got GPL compatible sources? The last time I looked
the driver was still closed source/proprietary licensed.
Regards,
Jonas
etcgmac.c which was for me the only source of knowledge how the gmac is working is still "UNPUBLISHED PROPRIETARY SOURCE
CODE of Broadcom Corporatio
Hi,
> >> Interestingly, one of the
> >> wireless devices can be made to work on the E3000
> >> using the existing broadcom-wl driver in trunk with a small patch to
> >> recognize the device.
> > Sounds extremely interesting. Haven't been trying to get wifi working
> > with broadcom-wl.
>
> Intere
Hi,
> George:
>
> With a few additional patches; the 4716 build appears to be working
> with no
> noticeable problems on my Linksys E3000. This includes wireless
> working on one
> of the radios using the broadcom-wl driver. I haven't done a lot of
> testing with it,
> but I'll be playing with
Hi,
> My plan was to put the bcm4716 related stuff into the patch directory
> for kernel 2.6.37 and stay at 2.6.36 as default kernel for trunk until
> the new stuff is somehow stable. I think we should get this really work
> soon as it hardware is out for 1.5 years now.
>
> Hauke
It would be gre
Hi
Sorry, got to my workpad too late to finally sort things out - was
extremely busy with my work last few days.
Much happy to see people are interested in getting 4716-based things
working with Openwrt.
>
> I have been following the changes you have posted, and attempting to
> get them to work o
Hi,
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
>
> the patches look okay but afaik we don't even have a bootable version
> for the RT-N16 yet, are you planning to do more work on this?
>
> ~ Jow
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using
From: George Kashperko
ASUS RT-N16 router network configuration setup support
Signed-off-by: George Kashperko
---
Unfortunately noticed too late that email client of mine word wraps stuff thus
making
patch broken. Hopefully I got rid of it.
--- trunk.24729.orig/target/linux/brcm47xx/base-files
From: George Kashperko
Add ASUS RT-N16 router detection, leds and buttons support
Signed-off-by: George Kashperko
---
Unfortunately noticed too late that email client of mine word wraps stuff thus
making
patch broken. Hopefully I got rid of it.
--- trunk.24729.orig/package/broadcom-diag/src
From: George Kashperko
Fix incorrect device reference counting by switch-robo.
Signed-off-by: George Kashperko
---
Unfortunately noticed too late that email client of mine word wraps stuff thus
making
patch broken. Hopefully I got rid of it.
--- trunk.24729.orig/package/switch/src/switch
From: George Kashperko
Fix incorrect device reference counting by switch-robo.
Signed-off-by: George Kashperko
--- trunk.24729.orig/package/switch/src/switch-robo.c 2010-12-25
11:19:31.0 +0200
+++ trunk.24729/package/switch/src/switch-robo.c2011-02-05
03:04:06.0 +0200
From: George Kashperko
ASUS RT-N16 router network configuration setup support
Signed-off-by: George Kashperko
--- trunk.orig/target/linux/brcm47xx/base-files/etc/init.d/netconfig
2010-12-25 11:19:07.0 +0200
+++ trunk/target/linux/brcm47xx/base-files/etc/init.d/netconfig
2011-02-05 02:35
From: George Kashperko
Add ASUS RT-N16 router detection, leds and buttons support
Signed-off-by: George Kashperko
--- trunk.orig/package/broadcom-diag/src/diag.c 2010-12-25
11:19:28.0 +0200
+++ trunk/package/broadcom-diag/src/diag.c 2011-02-05 02:34:04.0
+0200
@@ -74,6
Attached are linux-2.6.36.2 patches to get N16 boot with ohci/ehci usb working.
These are patches posted by Bernhard Loos early last year, patches by Jonas
Gorsky lately,
and ofcourse few bits from myself. Apart from ssb, looked into pci host
initialization, now it
doesnt seem to hurt box anym
26 matches
Mail list logo