LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 05-26-2004, 07:58 PM   #16
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058

Original Poster
Blog Entries: 2

Rep: Reputation: 79

That would be a good start at least. Something has to be done. Maybe we should get rid of windoze.

Later

 
Old 05-26-2004, 11:22 PM   #17
laceupboots
Member
 
Registered: Dec 2003
Location: Houston
Distribution: Knoppix,lenova yoga 3, Samsung s6 -android
Posts: 307

Rep: Reputation: 30
I had to spend a couple of hours this afternoon cleaning up a "Sasser worm" on my XP OS. It sucks having to deal with crap like that. I was so happy to get it done and get back to Linux.
 
Old 05-26-2004, 11:55 PM   #18
witeshark
Member
 
Registered: Jan 2004
Location: Miami FL
Distribution: Mac OS X 10.4.11 Ubuntu 12.04 LTS
Posts: 429

Rep: Reputation: 30
Quote:
Originally posted by laceupboots
I had to spend a couple of hours this afternoon cleaning up a "Sasser worm" on my XP OS. It sucks having to deal with crap like that. I was so happy to get it done and get back to Linux.
So why have any M$ crap? It's just a question
 
Old 05-27-2004, 04:34 AM   #19
HadesThunder
Member
 
Registered: Mar 2004
Location: London
Distribution: Mandrake 9.1
Posts: 281

Rep: Reputation: 30
Well, for some of us non guru's, there are just some desined for windows that are too difficult to do on linux. I managed to get windows games running using winex, but could not get an Nvidia 3D driver for Linux. So I just use windows to play linux games and sometimes to print documents.
Also some people have boss's who refuse to allow their network to switch to Linux.
 
Old 05-27-2004, 06:18 AM   #20
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058

Original Poster
Blog Entries: 2

Rep: Reputation: 79
What up with you not getting that driver installed? It is pretty easy, once you do it. What distro you use?

Your boss needs more info. If he switched and saw how stable Linux is compared to windoze, and cheaper, he would switch and never go back. I only use Linux and I have never had anything that I can't do that windoze can. I even played a M$ PowerPoint Presentation useing, drum roll please, Open Office. It works just fine. I have even played a short movie thing that is the windoze media player right here in Linux.

Get your boss better info.

Later



Don't forget driver info please. I'll help you get it to work if I can. I can do Redhat, Mandrake and Gentoo at least.
 
Old 05-27-2004, 08:44 AM   #21
laceupboots
Member
 
Registered: Dec 2003
Location: Houston
Distribution: Knoppix,lenova yoga 3, Samsung s6 -android
Posts: 307

Rep: Reputation: 30
Quote:
So why have any M$ crap? It's just a question
I don't have a driver for my camera in linux, I wanted to upload some pictures for ebay and when I tried to sign on it kept shutting down. Got it fixed but I did not get the pictures uploaded, by the time I got through I was just happy to be back on linux.
 
Old 05-30-2004, 06:12 PM   #22
HadesThunder
Member
 
Registered: Mar 2004
Location: London
Distribution: Mandrake 9.1
Posts: 281

Rep: Reputation: 30
Well, I can't get the driver from Nvidia, as they do not have RPM or Tarball drivers for Linux, let alone anything for Linux. I lack the knowledge of how to develope a Nvidia Graphics card driver. I am using Mandrake 9.1.
As for Media Player. I would like to know how I can get Kaboodle or XMovie to play a Media 8x file that seems so shrouded in secrecy that MS got sued in Europe, for not making their software run on other os's.
I have never thought about the cost of software, as I never pay for it. It is much easier to play a DirectX game on a ripped version of windows than to bother getting it to run on Linux. Sorry for any illegality, but face it, who these days has a brain and pays for softaware that you can get off Kazza or LimeWire?
"For legal reasons, I disown everything that I have typed and am immune to any prosecution for roleplaying a software pirate. I adhere to all terms and contracts that expensive rip off software give me. I pay a payload worth of $ to protect my network without copying closed source software"
 
Old 05-30-2004, 06:17 PM   #23
HadesThunder
Member
 
Registered: Mar 2004
Location: London
Distribution: Mandrake 9.1
Posts: 281

Rep: Reputation: 30
If your Cam is USB Lacer, then I suggest just mounting it and treat it as if it were a cd-rom. If it is serial or parallel, and it is not included in your distro, upgrade to a later version of your distro. I had probs with my own cam on Linux, but resolved it fairly easily. Just plug the thing in and wait for an icon to appear on your desktop.
 
Old 05-30-2004, 07:43 PM   #24
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058

Original Poster
Blog Entries: 2

Rep: Reputation: 79
Here is the basics for that driver:

Install nano. It is a easy to use command line editor, very easy. It comes with Gentoo but you can get it for Mandrake to. You can get it here http://sourceforge.net/project/showf...lease_id=70369 . Just get the one called i386.rpm. That should work. When you save it, just click on it and it will install.

Practice a bit using it. Open a console and type in this:

Code:
 nano -w /home/<your user name>/Desktop/test
It will create a new file named test and you can play around with it. The commands are at the bottom. When you exit, hit "y" to save then hit return for it to save to the same name as the old, replace original. It is much easier than vi, trust me.

download the driver. It's not a rpm, should end in .run like this: NVIDIA-Linux-x86-1.0-5336-pkg1.run

make a note where you put the driver. Doesn't matter where just so long as you know where it is. If you save it to Desktop it should be something like this: /home/<your user name>/Desktop. Replace <your user name> with what you login as. Mine would be /home/dale/Desktop for example.

Be warned, save any data before you do this. Now when you are ready, open a console and make sure you are root, type in init 3. The GUI will dissappear and you will see a blinking curser in the upper left of the screen. That is good. Now hit ctrl alt F1. You should see a login prompt. Type in root and then your root password.

Remember where you put the driver? Good, type in cd /path/to/driver . If it is on the desktop then this should work: cd /home/<your user name>/Destop . After that type ls, short for list and a lower case L, to see a list of files there. If the file is there type in this: sh NVIDIA-Linux-x86-1.0-5336-pkg1.run . It will install the driver for you. If there are any errors, write down the part that has (EE) in front of it. If you had a error just type in init 5 and the GUI will come back up like it was before, no changes, old driver.

If there are no errors then do this:

type nano -w /etc/X11/XF86Config-4

The file should come up. Hit Page down until you see a line that says something like this, close to bottom:

Code:
Section "Device"
    Identifier  "** NVIDIA (generic)                   [nv]"
    Driver      "nv"
    VideoRam    131072
    Option "DPMS"
    Option          "NvAGP"         "1"
    # Insert Clocks lines here if appropriate
EndSection
Use the arrow keys to get to the part that says Driver "nv" and change to "nvidia". Then ctrl x to exit, y to save and hit enter to replace original. You are now ready to go.

Type in init 5. You should see a white screen with nvidia in the middle. The GUI will come back and you are ready. No reboot needed.

If you get a error when you type in init 5, no problem. Type in init 3 at the text prompt. May need to hit ctrl alt F1 but you shouldn't. Then change the XF86Config-4 file back to the old driver, Driver "nv". Then save and type in init 5.

The only error I ever see is when the kernel sources are not installed. If yours is not, they are on CD #3. Type in a console, uname -r then search for the version it says you are running.

I have another how to that I wrote a while back. People pm me from time to time with thank you's. It is rare that there are any problems.

If you learned windoze, you can learn Linux. I'm sure you didn't learn windoze overnite either. Give it time.

If you need more info, let me know.



Proofed three times, hope all is well. Bad typer. I tried to be extra carefull on commands.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Virus mail sanjibgupta Linux - Security 10 06-18-2004 03:42 AM
Spam/Virus fIlter mail gateway tarballedtux Linux - Software 0 02-24-2004 06:23 AM
Virus protection for Mail Server nemesisza Linux - Security 1 02-22-2004 08:33 AM
News: "Today the mydoom virus made the homepage of Linux unaccessible" J_Szucs General 31 02-09-2004 10:37 PM
virus protection of e-mail gateway Gavin Linux - Security 3 12-18-2002 11:57 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 08:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration