You are not logged in.

#1 2011-09-22 09:12:39

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Can't set wired interface in WICD

I am following this guide: http://wicd.sourceforge.net/moinmoin/Ve … leBackends
but I get stuck on this

$ python cli.py --create-interface -i eth0 -t wired
python: can't open file 'cli.py': [Errno 2] No such file or directory

I checked and there is no file cli.py anywhere in the system.

How can I set the wired interface, then?

Offline

#2 2011-09-22 09:23:13

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Can't set wired interface in WICD

I have 1.7.0-10 and:

locate cli.py
/usr/share/wicd/cli/wicd-cli.py

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2011-09-22 09:29:59

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: Can't set wired interface in WICD

Thanks. I found it but this lead to other problems:

$ python /usr/share/wicd/daemon/wicd-daemon.py -foe
  File "/usr/share/wicd/daemon/wicd-daemon.py", line 122
    print "--no-autoconnect detected, not autoconnecting..."
                                                           ^
SyntaxError: invalid syntax

Offline

#4 2011-09-22 15:52:30

marxav
Member
From: Gatineau, PQ, Canada
Registered: 2006-09-24
Posts: 386

Re: Can't set wired interface in WICD

try :
python2 /usr/share/wicd/daemon/wicd-daemon.py -foe

wicd requires python2

Offline

#5 2011-09-22 17:20:52

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: Can't set wired interface in WICD

Yeah, I run it with python 2.7 but it needs terminal open to keep running. Is there  a way to run it at startup with sudo privileges?

Offline

Board footer

Powered by FluxBB