Jump to content

Angelo Calvão

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Angelo Calvão

  1. Indeed, It is a DSA config. I can't really make many tests, because this SBC is the router been used on my house for everything. I have made the wifi hack, I desoldered the buggy original wifi card and soldered a nice and compatible one, and I have a sata HD that works, with no power problems even powering by usb. If somebody figures out how to change the configs to work on newer kernels, let me know.

  2. On 6/16/2019 at 4:54 PM, Velociraptor said:

    What exactly is the problem? Would you paste the content of /etc/network/interfaces

    auto lo
    iface lo inet loopback

    auto eth0.101
    iface eth0.101 inet manual  
       pre-up ip link add br53125 type bridge
       pre-up ip link set wan master br53125
       pre-up bridge vlan add vid 101 dev wan pvid untagged
       pre-up bridge vlan del vid 1 dev wan
       pre-up ip link set wan up
       post-down ip link set wan down
       post-down ip link del dev eth0.101

    auto eth0.102
    iface eth0.102 inet manual
       pre-up ip link set lan1 master br53125
       pre-up ip link set lan2 master br53125
       pre-up ip link set lan3 master br53125
       pre-up ip link set lan4 master br53125
       pre-up bridge vlan add vid 102 dev lan1 pvid untagged
       pre-up bridge vlan del vid 1 dev lan1
       pre-up ip link set lan1 up
       pre-up bridge vlan add vid 102 dev lan2 pvid untagged
       pre-up bridge vlan del vid 1 dev lan2
       pre-up ip link set lan2 up
       pre-up bridge vlan add vid 102 dev lan3 pvid untagged
       pre-up bridge vlan del vid 1 dev lan3
       pre-up ip link set lan3 up
       pre-up bridge vlan add vid 102 dev lan4 pvid untagged
       pre-up bridge vlan del vid 1 dev lan4
       pre-up ip link set lan4 up
       post-down ip link set lan4 down
       post-down ip link set lan3 down
       post-down ip link set lan2 down
       post-down ip link set lan1 down
       post-down ip link del dev br53125
       post-down ip link del dev eth0.102

    allow-hotplug wlan0
    iface wlan0 inet manual

    iface wlan1 inet static
       address 192.168.0.1/24

    auto br0
    iface br0 inet static
       bridge_ports eth0.102 wlan0
       address 10.0.0.1/24

    auto br1
    iface br1 inet dhcp  
       bridge_ports eth0.101

    auto dsl-provider
    iface dsl-provider inet ppp
    provider dsl-provider

  3. I know Lamobo-r1 has many problems and that the support ended, but it works fine for me. Everything works fine with kernel 4.14.84-sunxi, however,  when I update the kernel, the b53 switch does not work anymore. I need to update the kernel to add another wifi usb dongle that seems to work only with newer kernels (https://github.com/aircrack-ng/rtl8812au/issues/272#issuecomment-467983704). Anybody experiencing the same problem? Any ideas for a workaround?

  4. Hello, i am also trying to use the "Ralink Technology, Corp. RT5572 Wireless Adapter", as suggested by Ikrk.

    I have this:

    $ lsmod 
    Module                  Size  Used by
    disp_ump                 850  0
    mali_drm                2611  1
    drm                   214553  2 mali_drm
    cpufreq_userspace       3540  0
    bridge                 76954  0
    sg                     23918  0
    rt5572sta             775499  0
    spidev                  6339  0
    mali                  112222  0
    ump                    61778  4 mali,disp_ump
    8021q                  18659  0
    garp                    6084  1 8021q
    stp                     2028  2 garp,bridge
    llc                     5421  3 stp,garp,bridge
    sunxi_ir                4044  0
    hidp                   17740  0
    rfcomm                 58820  0
    hci_uart               25074  0
    bluetooth             265449  5 hidp,hci_uart,rfcomm
    
    $ iwconfig 
    lo        no wireless extensions.
    
    br0       no wireless extensions.
    
    tunl0     no wireless extensions.
    
    ra0       Ralink STA  
              
    eth0      no wireless extensions.
    
    bond0     no wireless extensions.

    and

    $ iwlist scan
    lo        Interface doesn't support scanning.
    
    br0       Interface doesn't support scanning.
    
    tunl0     Interface doesn't support scanning.
    
    ra0       Failed to read scan data : Network is down
    
    eth0      Interface doesn't support scanning.
    
    bond0     Interface doesn't support scanning.
    # ip link set dev ra0 up
    RTNETLINK answers: Operation not permitted

    Any ideas?

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines