Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have been trying to make WINe work on my system. OK, I UnRPM'ed it, found and generated a Wine.conf file, and tried to run WINe to see what it needed. I found there is no executeable for WINe upon executing wine at a konsole. The software I am most interested in running is the NetZero ZeroPort for Windows as available at www.netzero.com and is either used to handle their free plan as well as their Platinum (all you can handle for a small price). I like their service but the fact there is no Linux ZeroPort really ticks me off. Can you guys help me figure out how to make WINe work? After the ZeroPort works, my next challenge will be Half-Life. Maybe I can make it work more easily than I am on the ZeroPort now.
If you're planning to include access to a CD-ROM drive in your Wine configuration on Linux, then make sure to add the "unhide" mount option to the CD-ROM file system entry in /etc/fstab, e.g.:
After that cd to the directory of the exe you want to run and, assuming the exe is zeroport.exe, type
Code:
[asdfasd]$ wine zeroport.exe
What is that? Where do I put it? Is that entries in the Wine.conf file? I believe my executeable is actually nZstart.exe and is under the /bin folder of where I put Netzero. That executeable then calls several other executeables including like nZcast.exe.
After I get all this in, how do I invoke nZcast.exe so that WINe picks it up and runs it?
ok first you just type them commands in a terminal and second nzstart.exe shouldn't be in your /bin folder...you should get wine working, and then run the netzero installer, which will install to your fake windows directory, and then you will type
wine nZstart.exe from the root of the folder where netzero is installed.
Originally posted by DrOzz ok first you just type them commands in a terminal and second nzstart.exe shouldn't be in your /bin folder...you should get wine working, and then run the netzero installer, which will install to your fake windows directory, and then you will type
wine nZstart.exe from the root of the folder where netzero is installed.
You forgot to mention that he will need wine to run the nzstart installer.
Actually, A) NetZero is already unpacked and placed, and it seems to run fine under Windows if I have a crash and reinstall Windows without reinstalling the NetZero ZeroPort. ...and B) it is actually under /mnt/win3/Web.../NetZero/Bin (IE /bin under where I installed it). ...so you execute those commands and then wine nZstart.exe at a konsole and WINe takes it from there?
Last edited by lectraplayer; 07-15-2003 at 07:27 PM.
Originally posted by lectraplayer Actually, A) NetZero is already unpacked and placed, and it seems to run fine under Windows if I have a crash and reinstall Windows without reinstalling the NetZero ZeroPort. ...and B) it is actually under /mnt/win3/Web.../NetZero/Bin (IE /bin under where I installed it). ...so you execute those commands and then wine nZstart.exe at a konsole and WINe takes it from there?
If you are going to use WINE with Half-Life, you are better off compiling WINE. Don't forget to compile WINE for opengl support.
For WINE, make a directory on your LINUX partitions to store your programs for WINE. If you want to run Windows programs from your Windows partition, copy it to LINUX partitions. This makes WINE seperate from Windows and it won't effect Windows at all. Next you need to copy the dll to the WINE directory. For each program that you run with WINE, you may need to use DLLs from Windows. Read the documentation on how the wine.conf is setup.
Sometimes WINE crashes. When it does the wine.conf comes with it. Everytime you run WINE make a backup of wine.conf. You can write a script that makes a copy to /tmp that states the date and time that you run wine. When WINE crashes, you will always have a backup of wine.conf file.
For hardware setup, you will need to add a line for COM in the wine.conf too. You may need to change permissions on your modem or commuications ports. Read the WINE documentation for the format.
Originally posted by Electro Thats what it was in the old days. Now these days people are getting bad habits from using Windows.
True, true. That's all the more reason people should use Linux a bit more. ...that and the fact that the monopoly shouldn't be supported. ...then again, some of those bad habbits (except rebooting ) can transfer easily to Linux if you use KDE or something.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.