Jump to content

Lucas Schiochet

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Lucas Schiochet got a reaction from Igor in iw reg set not working   
    Makes all sense. I will try it and reply after.
     
    Thanks in advance
  2. Like
  3. Like
    Lucas Schiochet got a reaction from wildcat_paris in [sun8i][H3] missing kernel features: /sbin/tc - We have an error talking to the kernel   
    After reboot and start the hotspot using create_ap the wlan0 start works using traffic control.
     
    root@orangepipc:~# sudo tc qdisc add dev wlan0 root handle 1: cbq avpkt 1000 bandwidth 100mbit
    root@orangepipc:~# sudo tc class add dev wlan0 parent 1: classid 1:1 cbq rate 500kbit allot 1500 prio 5 bounded isolated
    root@orangepipc:~# sudo tc class add dev wlan0 parent 1: classid 1:2 cbq rate 500kbit allot 1500 prio 5 bounded isolated
    root@orangepipc:~# sudo tc filter add dev wlan0 parent 1: protocol ip prio 16 u32 match ip dst 192.168.12.7/32 flowid 1:1
     
    Thanks again for yours help @wildcat_paris and @zador.blood.stained
     
    create_ap -> https://github.com/oblique/create_ap
  4. Like
    Lucas Schiochet reacted to wildcat_paris in [sun8i][H3] missing kernel features: /sbin/tc - We have an error talking to the kernel   
    @Lucas
     
    I have blindly tried
    [gr@bpi:~] 2 $ sudo tc qdisc add dev br0:0 root handle 1: cbq avpkt 1000 bandwidth 100mbit [sudo] password for gr: so no error message
     
    just another blind guess (it is a lamobo-R1)
     
     
    what do you have in /lib/modules/ please?
     
    maybe the output of ifconfig and iwconfig as well
     
    I wasn't using ifb module but I have read this
    https://wiki.archlinux.org/index.php/Advanced_traffic_control
    https://github.com/raspberrypi/linux/issues/453
     
    but the module loads
  5. Like
    Lucas Schiochet reacted to zador.blood.stained in [sun8i][H3] missing kernel features: /sbin/tc - We have an error talking to the kernel   
    @wildcat_paris
     
    You tested Banana Pi with mainline kernel, not H3 device with legacy kernel. I added some options to sun8i-default kernel config file, but didn't test yet if this fully solves the issue.
  6. Like
    Lucas Schiochet reacted to wildcat_paris in [sun8i][H3] missing kernel features: /sbin/tc - We have an error talking to the kernel   
    @zador.blood.stain
     
    yes, legacy kernel you cannot load ifb & tc doesn't work
     
     
     
    your changes are on igor/lib/master? so I can build a kernel to test? on both OPi2E and NanoPi M1
    on your fork?
  7. Like
  8. Like
    Lucas Schiochet reacted to wildcat_paris in [sun8i][H3] missing kernel features: /sbin/tc - We have an error talking to the kernel   
    the kernel is booting on M1... module ifb loads, tc doesn't return any error
     
    zip includes files... probably only sun8i files are needed
     
    http://guillaume.romagny.free.fr/armbian/sun8i_mik20160724.zip
    gr@nanopim1:/proc$ sudo tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 50mbit gr@nanopim1:/proc$ sudo tc qdisc show qdisc cbq 1: dev eth0 root refcnt 2 rate 50Mbit (bounded,isolated) prio no-transmit compiling the set of debs for Opi PC, just in case.
  9. Like
    Lucas Schiochet reacted to wildcat_paris in [sun8i][H3] missing kernel features: /sbin/tc - We have an error talking to the kernel   
    @Lucas
     
    4 more minutes and here is the full set of debs for opipc
    http://guillaume.romagny.free.fr/armbian/sun8i_opipc_mik20160724.zip
     
    give it a try
  10. Like
    Lucas Schiochet got a reaction from wildcat_paris in [sun8i][H3] missing kernel features: /sbin/tc - We have an error talking to the kernel   
    Hi,
     
    I'm using an Orange Pi PC and i'm having some issues using traffic control.
     
    I'm using the correct network interface using the command
    tc qdisc add dev wlx30b5c214fe58 root handle 1: cbq avpkt 1000 bandwidth 100mbit tc class add dev wlx30b5c214fe58 parent 1: classid 1:1 cbq rate 500kbit allot 1500 prio 5 bounded isolated tc class add dev wlx30b5c214fe58 parent 1: classid 1:2 cbq rate 500kbit allot 1500 prio 5 bounded isolated tc class add dev wlx30b5c214fe58 parent 1: classid 1:1 cbq rate 10kbit allot 1500 prio 5 bounded isolated
    and i received the error RTNETLINK answers: No such file or directory   After some reading i saw that is missing 'kernel-modules-extra'.   Can someone have this issue also or can help me pls?!
    Thanks in advance,
    Lucas Schiochet
     
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines