Unable to install Ethernet plug-in

Login to reply to this topic.
Sat, 2006-07-15 16:44
Joined: 2006-04-25
Forum posts: 9
Hi!

I'm having some major problems connecting emulator to the internet.
I'm using S60 2nd FP3 SDK and i've already tried changing the DialogPref in cedout.cfg - still does'nt work.

When i try to install the Ethernet plug-in i get "No supported SDKs found for Ethernet Plug-in for Series 60 SDK 2.0".
Searching through the forum i noticed that some people had the same problem but i was not able to found a solution. Maybe someone could help ?

Oh, and in a past thread i saw someone mentionig a more recent version of the plug-in. I searched through forum.nokia.com but i was not able to find it.

Wed, 2006-07-19 17:36
Joined: 2006-07-12
Forum posts: 18
Re: Unable to install Ethernet plug-in
Hello!

There is no need to install the Ethernet plugin when using S60 2nd Fp3! I had your very same problem a while ago, and that's what I did to solve the problem:

1) Download and install Winpcap 3.1 (be sure to download this version!)
2) Download WinDump
3) Make a backup and then edit the file ethernetced.xml (If you installed SDK to the default path, it can be found at c:\Symbian\8.1a\S60_2nd_FP3\epoc32\winscw\c\ethernetced.xml)
4) Follow the instruction from the SDK Guide (you can find them online here)
5) From c:\Symbian\8.1a\S60_2nd_Fp3\epoc32\tools execute the following command: perl configchange.pl --config ethernetWithCommDB --kernel EKA1 --target winscw --variant UDEB

If your SDK version is >= 9.0, use --kernel EKA2 instead of EKA1.

Now run "Windump -D" which will list all available interfaces. Choose the one your traffic travels on and then execute "Windump -i <interface_number>". Now run the emulator!

Note: don't forget to specify a proxy server in the ethernetced.xml file if you are using one!
Wed, 2006-07-19 20:36
Joined: 2006-04-25
Forum posts: 9
Re: Unable to install Ethernet plug-in
Thanks, the thing that solved my problem was a reinstall of the SDK.
This time i installed it in the default folder and indeed the ethernet plug-in was not nescessery. Everything started working
  • Login to reply to this topic.