Comment 9 for bug 1198283

Revision history for this message
Michael Brunner (sm0x) wrote :

Hey Martin Linden, what do you get if you type lsusb in the terminal?

If the blue light is flashing pls try to type "sudo dhclient wwan0" and wait for the commandline, then try to open a website.
I guess this script is written for ArchLinux and dhcpcd.

If this does the job, pls change the line 69 from
system("dhcpcd $interface");

to

system("dhclient $interface");

Sorry about my bad english! :)