How can I use Internet connection in Linux having a WinModem. Also, can I Use VS in Linux?

1

I just upgraded my system to Ubuntu 9.10. I have couple of questions:

  1. How can I use the Internet in Ubuntu 9.10 ? I have a modem driver for XP that does not work in Linux so any tips to get Internet connection working in Linux ?

  2. Is is possible to use Microsoft Visual Web Developer 2008 or Microsoft Visual Studio 2010 in Linux?

Anirudha Gupta

Posted 2009-11-11T11:03:09.667

Reputation:

1

This question is more appropriate for http://www.superuser.com.

– Dominic Rodger – 2009-11-11T11:05:04.197

are you solve it on Stack – None – 2009-11-11T11:05:24.173

This isn't a programming question. Super user is definitely more appropriate for your question. Though, try to phrase it a little better and with some punctuation. – None – 2009-11-11T11:08:12.483

i not english well so edit my question – None – 2009-11-11T11:11:32.730

I think I've got it, @AG, I just wasn't sure about the bit running VS2010 on Linux - not possible if that's what you're asking. The rest I assume is because you have one of those WinModems which are Windows-only. Still this is best over on superuser. – None – 2009-11-11T11:14:17.050

Didn't get the last of my cleanup edit in on SO (and my rep isn't high enough here) - I gather VWD is Visual Web Developer. So this bod has two problems, a WinModem not working on Karmic Koala and he wants to run Visual Studio tools - hope you guys over here can help. – None – 2009-11-11T11:17:16.013

Answers

1

Answer to Question 1:

There are drivers for winmodems that work under Linux available from Linuxant.

They offer two editions:

  • A free version (limited to 14.4Kbps data), available at no cost.
  • A full version (with 56K and FAX), available for a modest price.

I have previously used the free version with Ubuntu 8.04, and had great success!


Answer to Question 2:

The traditional way to make Windows programs work on Linux is by running them under Wine.

However, Microsoft Visual Web Developer 2008 and Microsoft Visual Studio 2010 probably do not run well under Wine. In fact, Visual Studio 2008 Professional was given a rating of "garbage" by users and maintainers of Wine.

Perhaps you should consider using Mono for a .NET development environment for use in Linux. There are some good installation instructions available for installing Mono under Ubuntu.

eleven81

Posted 2009-11-11T11:03:09.667

Reputation: 12 423

Updated Question 2 :

You could also use VirtualBox on linux to run what you need, I use a native VM of windows xp pro sp3 made from my dual-boot partition for now so any change I do is also done in my native install from my dual-boot ...

But you may not need to make a VM from a native installation ... – zillion – 2009-11-11T16:00:18.560

Wine? Ugh! I run all my Win apps under VMWare Player. Even the pro version of Wine that I paid for had small but annoying bugs. I prefer to keep my Windows and Linux worlds separate. – None – 2009-11-12T12:20:39.347

0

It's only possible to figure out if your winmodem is supported under Linux if you know exactly what modem chipset you're dealing with. Some are supported in the standard mainstream distros (Yours apparently isn't one of these). Some can be got to work with a little work, and still others will never work no matter what you do. You can get a (somewhat older) introduction to the issues here, a good list of pointers for the various chipsets here, and a good comprehensive guide (with help to find out what chipset you have) here.

Follow the steps on the last link. Before long you'll know what chipset you have, and whether you have any hope of Linux support for it.

ScoBe

Posted 2009-11-11T11:03:09.667

Reputation: 572