0

I am running a simulation software installed using wine, but when I run a demo, it says:

cannot open network adapter: any: you don't have permission to capture on that device(socket: operation not permitted).

error screenshot

Seanny123
  • 267
  • 6
  • 16
  • What happens when you use sudo wine [programName] ? – Promille Nov 05 '16 at 18:45
  • It says "wine: /home/jeevansai/.wine is not owned by you". – Jeevansai Jinne Nov 05 '16 at 18:46
  • Seems like a restriction from sharing wine with several users. This is probably good, since running wine with sudo could introduce a security risk. Sorry, I dont have an answer to your original question. What program are you trying to run through wine? – Promille Nov 05 '16 at 18:51
  • proteus software, i am trying to connect arduino to internet with ethernet controller. – Jeevansai Jinne Nov 05 '16 at 18:54
  • Possible duplicate of [how to install/get proteus( simulation software) for ubuntu](http://askubuntu.com/questions/565125/how-to-install-get-proteus-simulation-software-for-ubuntu) –  Nov 05 '16 at 19:03
  • I have installed the software but i am getting an error in one design where i want to use sockets – Jeevansai Jinne Nov 05 '16 at 19:07

1 Answers1

0

Wine is a compatibility layer that allows some Windows software to run under Linux.

It isn't for drivers or any other software requiring direct hardware access. Your simulation software seems to require it hence the cannot open network adapter error message.

A similar Linux native software is needed for the purpose.