Re: [LEDE-DEV] VGV7510KW22: Image Problem ?

2016-12-02 Thread Eddi De Pieri
https://github.com/lede-project/source/commit/929641fa1fb23942581f64e6fa75ba87ba6111af

Probably you should backup your configuration and then flash using mtd

On Thu, Nov 24, 2016 at 1:21 PM, Dennis Schneck  wrote:
>
> Hello,
> i try to upgrade my Image on my VGV7510KW22
>
> Running: r2244
>
> root@router:/tmp# wget 
> http://downloads.lede-project.org/snapshots/targets/lantiq/xrx200/lede-lantiq-xrx200-VGV7510KW22NOR-squashfs-sys
> upgrade.bin
> Downloading 
> 'http://downloads.lede-project.org/snapshots/targets/lantiq/xrx200/lede-lantiq-xrx200-VGV7510KW22NOR-squashfs-sysupgrade.bin'[http://downloads.lede-project.org/snapshots/targets/lantiq/xrx200/lede-lantiq-xrx200-VGV7510KW22NOR-squashfs-sysupgrade.bin']
> Connecting to 148.251.78.235:80
> Writing to 'lede-lantiq-xrx200-VGV7510KW22NOR-squashfs-sysupgrade.bin'
> lede-lantiq-xrx200-V 100% |***| 5120k 0:00:00 ETA
> Download completed (5243047 bytes)
> root@router:/tmp# sysupgrade -v 
> lede-lantiq-xrx200-VGV7510KW22NOR-squashfs-sysupgrade.bin
> Device VGV7510KW22 not supported by this image
> Supported devices: VGV7510KW22NOR
> Image check 'fwtool_check_image' failed.
>
>
> What did i wrong ?
>
> Thanks
> Dennis
>
> ___
> Lede-dev mailing list
> Lede-dev@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


Re: [LEDE-DEV] request testers: lantiq u-boot 13.10 performance issue [solved]

2016-11-21 Thread Eddi De Pieri
Found the problem:

https://forum.openwrt.org/viewtopic.php?id=68533

Ok... >=2013.10 disable cache for ram...
#if !defined(CONFIG_SKIP_LOWLEVEL_INIT) || defined(CONFIG_SYS_DISABLE_CACHE)
/* CONFIG0 register */
li t0, CONF_CM_UNCACHED
mtc0 t0, CP0_CONFIG
#endif



On Mon, Nov 21, 2016 at 6:07 PM, Eddi De Pieri <e...@depieri.net> wrote:
> Hi to all,
>
> I own a lantiq based router. I've self buildt u-boot 13.04 about 2
> years ago and I was really satisfied about it.
>
> On these days I've tried to switch to u-boot 13.10.
>
> It seems that linux take about 10 times to complete the boot process
> if compared to old 13.04.
>
> Please can you compare 13.04 and 13.10 performance on your board as well?
>
> Tested board: vgv7519
>
> Eddi De Pieri

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


[LEDE-DEV] request testers: lantiq u-boot 13.10 performance issue

2016-11-21 Thread Eddi De Pieri
Hi to all,

I own a lantiq based router. I've self buildt u-boot 13.04 about 2
years ago and I was really satisfied about it.

On these days I've tried to switch to u-boot 13.10.

It seems that linux take about 10 times to complete the boot process
if compared to old 13.04.

Please can you compare 13.04 and 13.10 performance on your board as well?

Tested board: vgv7519

Eddi De Pieri

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


[LEDE-DEV] buildbot mips_24kc .config disaligned

2016-11-10 Thread Eddi De Pieri
Today asterisk disappeared from feeds

Does the build_bot are out of sync of their .config?

As you can see lede-halifax-rwth-aachen uploaded asterisk:
http://phase2.builds.lede-project.org/builders/mips_24kc/builds/309/steps/packageupload/logs/stdio

bowl-builder deleted it:
http://phase2.builds.lede-project.org/builders/mips_24kc/builds/311/steps/packageupload/logs/stdio

regards

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


Re: [LEDE-DEV] [PATCH 0/9] lantiq: VGV7519 fixes

2016-11-09 Thread Eddi De Pieri
Hi  Mathias,

Just tried to boot a ramimage from tftp on vgv7519:

On my board:
Bytes transferred = 7084442 (6c199a hex)
## Booting kernel from Legacy Image at 8100 ...
   Image Name:   MIPS OpenWrt Linux-3.10.49
   Created:  2014-11-11  17:40:00 UTC
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:7084378 Bytes = 6.8 MiB
   Load Address: 80002000
   Entry Point:  80002000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... LZMA: uncompress or overwrite error
7 - must RESET b
ROM VER: 1.0.5
CFG 01

Any idea on how to fix this issue?
Does you see it on other board?

Regards

On Thu, May 26, 2016 at 11:07 PM, Mathias Kresin  wrote:
> Beside cleaning up the device tree source file, this patch series fixes
> the following issues:
>
> - second usb doesn't work
> - switch not recognized by swconfig/no vlans
> - no working UART bootable u-boot available
> - only binary u-boot available/self compiled u-boot to big for partition
>
> The last remaining issue that couldn't be fixed so far, are three leds
> which do not blink on network tx/rx with the R01 revision of the
> VGV7519.
>
> This is related to a known bug of PEF 7071 v1.3 firmware. The firmware
> counts the packages but doesn't trigger the led. To workaround the
> issue it would be required to transfer control of the leds to the
> switch by enabling the LED Externally Controlled Mode (ECM) of the phys.
>
> All patches have been tested during the last weeks by the OpenWrt Forum
> users pe0fko and especially Timeless with both revision of the VGV7519.
>
> Mathias Kresin (9):
>   lantiq: VGV7519 - remove/merge redundant parts in dts
>   lantiq: VGV7519 - cleanup pinmux configuration
>   lantiq: VGV7519 - add second usb port
>   lantiq: VGV7519 - add vlan support
>   lantiq: VGV7519 - get mac address from board_config partition
>   lantiq: VGV7519 - fix brn partition layout
>   uboot-lantiq: vrx200 - add support for dual nor flash
>   uboot-lantiq: vrx200 - lzma compress gphy firmware
>   uboot-lantiq: Add Arcadyan VGV7519 support
>
>  package/boot/uboot-lantiq/Makefile |  35 ++-
>  ...014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch |  74 --
>  .../0021-MIPS-vrx200-add-NAND-SPL-support.patch|   2 +-
>  ...PS-add-board-support-for-Arcadyan-VGV7519.patch | 288 
> +
>  .../linux/lantiq/base-files/etc/board.d/02_network |   3 +-
>  target/linux/lantiq/dts/VGV7519.dtsi   |  83 +++---
>  target/linux/lantiq/dts/VGV7519BRN.dts |  65 +++--
>  target/linux/lantiq/dts/VGV7519NOR.dts |  18 --
>  8 files changed, 450 insertions(+), 118 deletions(-)
>  create mode 100644 
> package/boot/uboot-lantiq/patches/0114-MIPS-add-board-support-for-Arcadyan-VGV7519.patch
>
> --
> 1.9.1
>

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


Re: [LEDE-DEV] o2 box 6431 / VGV7510KW22 - SIP with FXS/TAE Ports | owsip or alternative ?

2016-11-07 Thread Eddi De Pieri
I've just prepared a temporary repository to test asterisk_channel for
ast11 and ast13.

Actually I haven't tried to build yet on ast11 but it builds for ast13

https://github.com/openwrt-vgv7519/asterisk_channel_lantiq

Please give it a try

PS: many thanks to Gilles Mazoyer for his work on bcm63xx from which i
copied some portions of conditionals and makefile

regards

Eddi

On Mon, Oct 31, 2016 at 9:47 PM, Hauke Mehrtens <ha...@hauke-m.de> wrote:
> Thanks for the link.
>
> I will look into the differences between the versions  and try to adapt
> that for the lantiq driver.
>
> Hauke
>
> On 10/29/2016 12:37 PM, Eddi De Pieri wrote:
>> As already said... in lede is missing the patch I've added to bb to support 
>> vmmc
>>
>> On Fri, Oct 28, 2016 at 11:24 PM, Eddi De Pieri <e...@depieri.net> wrote:
>>> Give a look at
>>> https://github.com/pgid69/bcm63xx-phone/tree/master/bcm63xx-ast-chan
>>>
>>> they have the same source for both 1.8 1.11 and 1.13, it seems that it
>>> does change just the makefile... maybe it can be applied to lantiq
>>> asterisk-tapi
>>>
>>> Regards
>>>
>>> On Mon, Oct 3, 2016 at 1:56 AM, Hauke Mehrtens <ha...@hauke-m.de> wrote:
>>>> On 09/23/2016 09:02 PM, Daniel Golle wrote:
>>>>> On Fri, Sep 23, 2016 at 08:14:24PM +0200, Dennis Schneck wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>> Hello,
>>>>>> i use the o2 box 6431 / VGV7510KW22 with LEDE r1640.
>>>>>> Like to use my SIP Accout with the 3x FXS Ports (Analog Phone / TAE 
>>>>>> Ports)
>>>>>>
>>>>>> I read about owsip but can not find a package.
>>>>>> Is there a simular package for lede ?
>>>>>
>>>>> No. owsip disappeared a while ago, asterisk-chan-lantiq was dropped
>>>>> with asterisk-1.8.x being moved to packages-abandoned, but it may
>>>>> possible to still build it. If you want to give asterisk-1.8.x with
>>>>> chan-lantiq a shot, I'd be happy to assist and maybe even forward-
>>>>> port things to asterisk-13.x -- on this box having plenty of RAM
>>>>> and flash, this might actually be a quite nice option.
>>>>
>>>> Hi Daniel,
>>>>
>>>> I looked into it and was unable to find any documentation on how to
>>>> write a asterisk channel driver. Do you know some documentation or
>>>> should I look into the code of the other channel drivers? My plan was to
>>>> port the lantiq channel driver to asterisk 1.13.x.
>>>>
>>>> Hauke
>>>>
>>>>
>>>> ___
>>>> Lede-dev mailing list
>>>> Lede-dev@lists.infradead.org
>>>> http://lists.infradead.org/mailman/listinfo/lede-dev

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


Re: [LEDE-DEV] issue with rt61-pci

2016-11-02 Thread Eddi De Pieri
Hi,

It seems that this issue is due to DMA. But... i can't find where is
the setup of dma for pci bus for bcm6358

Regards

On Sun, Sep 25, 2016 at 9:39 AM, Eddi De Pieri <e...@depieri.net> wrote:
> Hi,
>
> I've just flashed an old device with onboard a rt2661 pci card.
>
>
> Lede-Trunk/Openwrt 15 and trunk:
> by using the wifi card(AP mode) dmesg show:
> [  257.472000] ieee80211 phy1: rt61pci_txdone: Warning - TX status
> report missed for entry 28
> [  257.48] ieee80211 phy1: rt61pci_txdone: Warning - TX status
> report missed for entry 29
> [  257.488000] ieee80211 phy1: rt61pci_txdone: Warning - TX status
> report missed for entry 30
> [  257.496000] ieee80211 phy1: rt61pci_txdone: Warning - TX status
> report missed for entry 31
> [  257.504000] ieee80211 phy1: rt61pci_txdone: Warning - TX status
> report missed for entry 1
> (don't remember which distribution i used to get this log... but all
> suffer of the same issue)
>
> and after few seconds of usage the wifi card stop working and it need
> a reboot or rmmod rt61-pci/modprobe to make it work again for few
> seconds
>
> root@OpenWrt:/lib/firmware# lspci -v
> 00:01.0 Network controller: Ralink corp. RT2600 802.11 MIMO
> Subsystem: Ralink corp. Device 2661
> Flags: bus master, slow devsel, latency 64, IRQ 39
> Memory at 3000 (32-bit, non-prefetchable) [size=32K]
> Memory at  (32-bit, non-prefetchable) [size=2]
> Memory at  (32-bit, non-prefetchable) [size=2]
> Memory at  (32-bit, non-prefetchable) [size=2]
> Memory at  (32-bit, non-prefetchable) [size=2]
> Memory at  (32-bit, non-prefetchable) [size=2]
> Expansion ROM at  [disabled] [size=2]
> Capabilities: [40] Power Management version 2
> Kernel driver in use: rt61pci
> lspci: Unable to load libkmod resources: error -12
>
> root@OpenWrt:/proc/irq/39# cat /proc/interrupts
>CPU0
>   0:  0  MIPS   0  smp_ipi0
>   1:  0  MIPS   1  smp_ipi1
>   7:7906287  MIPS   7  timer
>   8:  0  bcm6345-periph-intc   0  bcm63xx_timer
>  10: 27  bcm6345-periph-intc   2  bcm63xx_uart
>  13:  1  bcm6345-periph-intc   5  ohci_hcd:usb2
>  14:  6  bcm6345-periph-intc   6  eth1
>  17:  0  bcm6345-periph-intc   9  phy_interrupt
>  18:  0  bcm6345-periph-intc  10  ehci_hcd:usb1
>  25: 168436  bcm6345-periph-intc  17  eth1
>  26:  96231  bcm6345-periph-intc  18  eth1
>  39: 492016  bcm6345-periph-intc  31  rt61pci
> ERR:  0
> root@OpenWrt:/proc/irq/39#
>
>
> it seems that other people even on desktop systems get same error and
> is not clear if it is solved on latest ubuntu as well there is already
> a ticket opened on openwrt: https://dev.openwrt.org/ticket/18228
>
> On Openwrt 12.09 work correctly.
>
> Have you any idea about what could have introduced this regression?
> I've seen that between 3.3.8 and later kernel we use DTS, perhaps is
> missing some definitions for pirelli a226m device or something else
> more cfg80211 related?
>
>  ATTITUDE ADJUSTMENT (12.09, r36088)
>
> root@OpenWrt:/# cat /proc/version
> Linux version 3.3.8 (blogic@Debian-60-squeeze-64-minimal) (gcc version
> 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Sat Mar 23
> 18:09:20 UTC 2013
>
> root@OpenWrt:/# cat /proc/interrupts
>CPU0
>   2:  0  MIPS  cascade_ip2
>   7: 479612  MIPS  timer
>   8:  0  bcm63xx_ipic  bcm63xx_timer
>  10:  18149  bcm63xx_ipic  bcm63xx_uart
>  14: 19  bcm63xx_ipic  eth1
>  17:  0  bcm63xx_ipic  phy_interrupt
>  25: 247853  bcm63xx_ipic  eth1
>  26: 117400  bcm63xx_ipic  eth1
>  39: 552385  bcm63xx_ipic  :00:01.0
> ERR:  0
>
> root@OpenWrt:/# lspci -v
> 00:01.0 Network controller: Ralink corp. RT2600 802.11 MIMO
> Subsystem: Ralink corp. Device 2661
> Flags: bus master, slow devsel, latency 64, IRQ 39
> Memory at 3000 (32-bit, non-prefetchable) [size=32K]
> Capabilities: [40] Power Management version 2
> Kernel driver in use: rt61pci
>
> 01:1e.0 CardBus bridge: Broadcom Corporation Device 6358
> Subsystem: Broadcom Corporation Device 6358
> Flags: bus master, slow devsel, latency 0, IRQ 39
> Bus: primary=01, secondary=02, subordinate=05, sec-latency=176
> Memory window 0: -0fff
> Memory window 1: 0001-0fff
> I/O window 0: -0003
> I/O window 1: -0003
>
> Regards
> Eddi De Pieri

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


Re: [LEDE-DEV] o2 box 6431 / VGV7510KW22 - SIP with FXS/TAE Ports | owsip or alternative ?

2016-10-29 Thread Eddi De Pieri
As already said... in lede is missing the patch I've added to bb to support vmmc

On Fri, Oct 28, 2016 at 11:24 PM, Eddi De Pieri <e...@depieri.net> wrote:
> Give a look at
> https://github.com/pgid69/bcm63xx-phone/tree/master/bcm63xx-ast-chan
>
> they have the same source for both 1.8 1.11 and 1.13, it seems that it
> does change just the makefile... maybe it can be applied to lantiq
> asterisk-tapi
>
> Regards
>
> On Mon, Oct 3, 2016 at 1:56 AM, Hauke Mehrtens <ha...@hauke-m.de> wrote:
>> On 09/23/2016 09:02 PM, Daniel Golle wrote:
>>> On Fri, Sep 23, 2016 at 08:14:24PM +0200, Dennis Schneck wrote:
>>>>
>>>>
>>>>
>>>> Hello,
>>>> i use the o2 box 6431 / VGV7510KW22 with LEDE r1640.
>>>> Like to use my SIP Accout with the 3x FXS Ports (Analog Phone / TAE Ports)
>>>>
>>>> I read about owsip but can not find a package.
>>>> Is there a simular package for lede ?
>>>
>>> No. owsip disappeared a while ago, asterisk-chan-lantiq was dropped
>>> with asterisk-1.8.x being moved to packages-abandoned, but it may
>>> possible to still build it. If you want to give asterisk-1.8.x with
>>> chan-lantiq a shot, I'd be happy to assist and maybe even forward-
>>> port things to asterisk-13.x -- on this box having plenty of RAM
>>> and flash, this might actually be a quite nice option.
>>
>> Hi Daniel,
>>
>> I looked into it and was unable to find any documentation on how to
>> write a asterisk channel driver. Do you know some documentation or
>> should I look into the code of the other channel drivers? My plan was to
>> port the lantiq channel driver to asterisk 1.13.x.
>>
>> Hauke
>>
>>
>> ___
>> Lede-dev mailing list
>> Lede-dev@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/lede-dev

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


Re: [LEDE-DEV] o2 box 6431 / VGV7510KW22 - SIP with FXS/TAE Ports | owsip or alternative ?

2016-10-28 Thread Eddi De Pieri
Give a look at
https://github.com/pgid69/bcm63xx-phone/tree/master/bcm63xx-ast-chan

they have the same source for both 1.8 1.11 and 1.13, it seems that it
does change just the makefile... maybe it can be applied to lantiq
asterisk-tapi

Regards

On Mon, Oct 3, 2016 at 1:56 AM, Hauke Mehrtens  wrote:
> On 09/23/2016 09:02 PM, Daniel Golle wrote:
>> On Fri, Sep 23, 2016 at 08:14:24PM +0200, Dennis Schneck wrote:
>>>
>>>
>>>
>>> Hello,
>>> i use the o2 box 6431 / VGV7510KW22 with LEDE r1640.
>>> Like to use my SIP Accout with the 3x FXS Ports (Analog Phone / TAE Ports)
>>>
>>> I read about owsip but can not find a package.
>>> Is there a simular package for lede ?
>>
>> No. owsip disappeared a while ago, asterisk-chan-lantiq was dropped
>> with asterisk-1.8.x being moved to packages-abandoned, but it may
>> possible to still build it. If you want to give asterisk-1.8.x with
>> chan-lantiq a shot, I'd be happy to assist and maybe even forward-
>> port things to asterisk-13.x -- on this box having plenty of RAM
>> and flash, this might actually be a quite nice option.
>
> Hi Daniel,
>
> I looked into it and was unable to find any documentation on how to
> write a asterisk channel driver. Do you know some documentation or
> should I look into the code of the other channel drivers? My plan was to
> port the lantiq channel driver to asterisk 1.13.x.
>
> Hauke
>
>
> ___
> Lede-dev mailing list
> Lede-dev@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


[LEDE-DEV] bcm63xx and fxs is possible...

2016-10-21 Thread Eddi De Pieri
Hi,

Here to raise your attention to https://github.com/pgid69/bcm63xx-phone projet.

That gui implemented fxs support for some device already supported by
lede/openwrt.

That module work correctly on my device, but to get it working on
openwrt >12 and lede you need to disable CONFIG_SPI_BCM63XX=n  (or at
least mate it to compile as module)

please can you consider to add this project to the feeds?

Regards

Eddi

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


[LEDE-DEV] issue with rt61-pci

2016-09-25 Thread Eddi De Pieri
Hi,

I've just flashed an old device with onboard a rt2661 pci card.


Lede-Trunk/Openwrt 15 and trunk:
by using the wifi card(AP mode) dmesg show:
[  257.472000] ieee80211 phy1: rt61pci_txdone: Warning - TX status
report missed for entry 28
[  257.48] ieee80211 phy1: rt61pci_txdone: Warning - TX status
report missed for entry 29
[  257.488000] ieee80211 phy1: rt61pci_txdone: Warning - TX status
report missed for entry 30
[  257.496000] ieee80211 phy1: rt61pci_txdone: Warning - TX status
report missed for entry 31
[  257.504000] ieee80211 phy1: rt61pci_txdone: Warning - TX status
report missed for entry 1
(don't remember which distribution i used to get this log... but all
suffer of the same issue)

and after few seconds of usage the wifi card stop working and it need
a reboot or rmmod rt61-pci/modprobe to make it work again for few
seconds

root@OpenWrt:/lib/firmware# lspci -v
00:01.0 Network controller: Ralink corp. RT2600 802.11 MIMO
Subsystem: Ralink corp. Device 2661
Flags: bus master, slow devsel, latency 64, IRQ 39
Memory at 3000 (32-bit, non-prefetchable) [size=32K]
Memory at  (32-bit, non-prefetchable) [size=2]
Memory at  (32-bit, non-prefetchable) [size=2]
Memory at  (32-bit, non-prefetchable) [size=2]
Memory at  (32-bit, non-prefetchable) [size=2]
Memory at  (32-bit, non-prefetchable) [size=2]
Expansion ROM at  [disabled] [size=2]
Capabilities: [40] Power Management version 2
Kernel driver in use: rt61pci
lspci: Unable to load libkmod resources: error -12

root@OpenWrt:/proc/irq/39# cat /proc/interrupts
   CPU0
  0:  0  MIPS   0  smp_ipi0
  1:  0  MIPS   1  smp_ipi1
  7:7906287  MIPS   7  timer
  8:  0  bcm6345-periph-intc   0  bcm63xx_timer
 10: 27  bcm6345-periph-intc   2  bcm63xx_uart
 13:  1  bcm6345-periph-intc   5  ohci_hcd:usb2
 14:  6  bcm6345-periph-intc   6  eth1
 17:  0  bcm6345-periph-intc   9  phy_interrupt
 18:  0  bcm6345-periph-intc  10  ehci_hcd:usb1
 25: 168436  bcm6345-periph-intc  17  eth1
 26:  96231  bcm6345-periph-intc  18  eth1
 39: 492016  bcm6345-periph-intc  31  rt61pci
ERR:  0
root@OpenWrt:/proc/irq/39#


it seems that other people even on desktop systems get same error and
is not clear if it is solved on latest ubuntu as well there is already
a ticket opened on openwrt: https://dev.openwrt.org/ticket/18228

On Openwrt 12.09 work correctly.

Have you any idea about what could have introduced this regression?
I've seen that between 3.3.8 and later kernel we use DTS, perhaps is
missing some definitions for pirelli a226m device or something else
more cfg80211 related?

 ATTITUDE ADJUSTMENT (12.09, r36088)

root@OpenWrt:/# cat /proc/version
Linux version 3.3.8 (blogic@Debian-60-squeeze-64-minimal) (gcc version
4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Sat Mar 23
18:09:20 UTC 2013

root@OpenWrt:/# cat /proc/interrupts
   CPU0
  2:  0  MIPS  cascade_ip2
  7: 479612  MIPS  timer
  8:  0  bcm63xx_ipic  bcm63xx_timer
 10:  18149  bcm63xx_ipic  bcm63xx_uart
 14: 19  bcm63xx_ipic  eth1
 17:  0  bcm63xx_ipic  phy_interrupt
 25: 247853  bcm63xx_ipic  eth1
 26: 117400  bcm63xx_ipic  eth1
 39: 552385  bcm63xx_ipic  :00:01.0
ERR:  0

root@OpenWrt:/# lspci -v
00:01.0 Network controller: Ralink corp. RT2600 802.11 MIMO
Subsystem: Ralink corp. Device 2661
Flags: bus master, slow devsel, latency 64, IRQ 39
Memory at 3000 (32-bit, non-prefetchable) [size=32K]
Capabilities: [40] Power Management version 2
Kernel driver in use: rt61pci

01:1e.0 CardBus bridge: Broadcom Corporation Device 6358
Subsystem: Broadcom Corporation Device 6358
Flags: bus master, slow devsel, latency 0, IRQ 39
Bus: primary=01, secondary=02, subordinate=05, sec-latency=176
Memory window 0: -0fff
Memory window 1: 0001-0fff
I/O window 0: -0003
I/O window 1: -0003

Regards
Eddi De Pieri

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev