Quote:
Originally Posted by windows
Well I've decided I hate Linux......
Reason(s) - I decided today to try and get around my two main problems.
1) Soundblaster Xfi drivers - it seems they exist, and I've downloaded and unarchived the file - but how on earth do I install the damned things? The installer seems to do nothing, and the only info I can find references opening shells and weird horrid obscure command lines (welcome to linux I guess).
2) Evolution and Exchange....... sigh......... Looks easy enough but when prompted to enter:
I keep on getting authentication errors. I checked on More on 4SmartPhone - About US for the settings and I added the daa correctly - no go. I even spent half an hour trying every combination of username and mailbox variant I could think of. All with no luck.
I think I'll stick with Vista - unless anyoen has any tips?
|
Sorry to hear you're having such a bad experience...
Wrt problem 1. what format are the drivers in? I'm guessing that it's an archive (bzip2 or tar.Z or some such, or it could be an RPM or APT package?).
I'm afraid that Linux is an environment where you get limited mileage with the GUI. Many people will agree though that the real power of the system is to be found on the command line - but it does take a bit of learning...
I don't know anything about gOS, so I can only guess that your drivers need to either be installed using whatever install system gOS uses, or compiled, which probably means running three command in the unarchived folder:
./configure
./build
./build install
as the root user. There should be a README or an INSTALL file that gives you the details.
I know there is a steep learning curve, but the effort really is worth it in the long run!
Wrt problem 2:
Can you connect to your Outlook mail box using a standard web browser?
If not, then you probably cannot get Evolution to connect.
If so, then you should be able to get it working. Open up Evolution, go to the email configuration and under the 'Receiving Email' account enter the appropriate bits:
Server Type: Microsoft Exchange

Username: domain\username
(note the domain and backslash)
OWA URL: This should be exactly the same as the URL you use in the browser to get to your mailbox. Typically, the last part of the URL will be your mailbox name .../joe_blogs and is likely to be different from your username above.
Ultimately, try through the web browser. The URL should be the same, and the Username bit should be the same as the credentials the browser uses to authenticate.
Ultimately, if you think it should work, and you can't even get the web browser to conncet, contact the service provider and get them to help you...
Hope you have a bit more luck!
Regards,
Andy B.