LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Nautilus? (https://www.linuxquestions.org/questions/linux-newbie-8/nautilus-181951/)

jonliu 05-16-2004 01:14 AM

Nautilus?
 
When I try to install my lynksys cd for the wireless card, it says " Nautilus has no installed viewer capable of displaying "/mnt/cdrom/SETUP.EXE".

Any suggestions fellas.

Qucho 05-16-2004 01:20 AM

The file 'SETUP.EXE' is not in a recognized format. No mime/type.

That is a DOS executable, not unix/linux..

[edit] Extended reply.

Linux is a COMPLETE differente Operating System. Programs compiled for Mac are ment to be run in Mac, same holds true for programs for DOS/windows, unix, and many many others.

To run a program in a diferent plataform other than the one it was built for, you would need an emulator.

In your case, I advice to find the drivers designed for linux from the vendor of your hardware.

Mega Man X 05-16-2004 01:27 AM

Hi there jonliu!!!

Welcome to LinuxQuestions.org.

Short answer: Programs or drivers made for Windows won't run under Linux.

Long answer: Programs for Windows may run under Linux through wine. This will not work for drivers though. In linux, everything is a module, so you load the correct modules to make something to run. Say, you have an scanner, so you type:

Code:

modprobe scanner
I've no idea if that would work with "modprobe <name of your card>", but I doubt it. Most likely you will need to recompile your kernel with support for that specific device or download the Linux driver somewhere. Some companies as Nvidia provides very good drivers for Linux. As I don't have such device, I won't guess anything.

A side note though: When running Nautilus, you will face a lot of that error message. When it happens, you have to associate the file with an application. Say, you want to double click in an .avi to open Xine, so you've to specify it. There should be a "File association" under the main menu >> configuration.

To make your life easier about Linux, here is a table of equivalents application for Linux:

http://linuxshop.ru/linuxbegin/win-l...en/table.shtml

and another one explaning how to uncompress and install Linux native programs:

http://www.linuxquestions.org/questi...threadid=45094

Long story short, your windows drivers are useless under Linux :). And so are the applications, unless running wine or WineX (this is optimized for games. There're plenty of alternatives as Crossover Office (non-free) as well.

Good luck!

jonliu 05-16-2004 01:29 AM

ok...i just installed the driver that they have on linksys.com for the linux OS. I extracted the files from the zip...but there's no executeable for me to run. what do i do from here?

Qucho 05-16-2004 07:18 AM

Well I was to give it a try but; a) I dont know what file/drivers you download. B) those are 120 Mb files ! :P

So, my advice is to read the 'readme ' file. how about that ? ;)

There you will be told what file you need to run. Or if they are sources, you are going to need to compile them.

Read (the 'readme' file)!!! my dear grasshoper.


All times are GMT -5. The time now is 03:08 PM.