Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run on ubuntu 24.04 LTS #91

Closed
christianlira98 opened this issue Aug 7, 2024 · 3 comments
Closed

Unable to run on ubuntu 24.04 LTS #91

christianlira98 opened this issue Aug 7, 2024 · 3 comments

Comments

@christianlira98
Copy link

Hello, I am trying to use it on my machine and I get the error:

throttle 3gslow --log
Using profile 3gslow
sudo ip route | awk '/default/ {print $5; exit}' | tr -d '
'
sudo tc qdisc del dev enp6s0 root
sudo tc qdisc del dev enp6s0 ingress
sudo tc qdisc del dev ifb0 root
sudo ip route | awk '/default/ {print $5; exit}' | tr -d '
'
sudo modprobe ifb
sudo ip link set dev ifb0 up
Error: Command failed: sudo ip link set dev ifb0 up
Cannot find device "ifb0"

at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:517:28)
at maybeClose (node:internal/child_process:1098:16)
at ChildProcess._handle.onexit (node:internal/child_process:303:5) {
code: 1,
killed: false,
signal: null,
cmd: 'sudo ip link set dev ifb0 up',
stdout: '',
stderr: 'Cannot find device "ifb0"\n'}

Any idea on how I can get this to work?

@soulgalore
Copy link
Member

Hi @christianlira98 sorry for the late answer. Thinking maybe we can tweak it. Can you try to run this first before you run throttle:

sudo ip link add dev ifb0 up type ifb

@christianlira98
Copy link
Author

Hello, @soulgalore . That worked, thank you.

@soulgalore
Copy link
Member

Great, I did a release that fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants