LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problems, problems... (RH9) (https://www.linuxquestions.org/questions/linux-newbie-8/problems-problems-rh9-87458/)

Ackin 08-30-2003 07:45 PM

problems, problems... (RH9)
 
*sighs* ok, I'll list them... (Red Hat 9)

1- I cant mount my hard drive. when I write (as root):

mkdir windows
mount -t v fat /dev/hda1 /mnt/windows

nothing happens. I wonder what I'm doing wrong? :scratch:

2- GAIM doesn't work. It keeps saying something about authorization :confused: do I have to enter always as root?

3- where can I get WINE? I cant download it from the main page. Is it really neccesary on RH9?

4-not so important, but can I play Half-Life (and mods) on linux?

5- I cant find drivers for my ATI Radeon 9100 :(

thanks in advance!!

:newbie:

trickykid 08-30-2003 07:52 PM

1. Don't put a space between the v and fat.. should be vfat.

2. Don't Gaim as root, should always be a regular user and su to root when only necessary. How or what service you logging into, MSN, AIM, Yahoo... ? Did you load the correct modules if your logging into MSN or such?

3. Wine is only necessary if your going to want to attempt to run Windows native programs on Linux. My personal opinion is to try and find an alternative made for Linux first.

4. I'm not a gamer but I believe you can.

5. Have you checked ATI's site?

Skyline 08-30-2003 10:57 PM

Quote:

1- I cant mount my hard drive. when I write (as root):

mkdir windows
mount -t v fat /dev/hda1 /mnt/windows

nothing happens. I wonder what I'm doing wrong
Its

mkdir /mnt/windows

not - mkdir windows

joe_blow_22 08-31-2003 04:04 AM

2- GAIM doesn't work. It keeps saying something about authorization do I have to enter always as root?

More clearly, you have to add an account on to gaim, pick a protocol(plugin) for whatever service you want ie. msn, yahoo, screen name is username ie. joeblow@hotmail.com if its not working right still, try www.sourceforge.net and get a newer version, if you use msn, look for amsn its pretty good.


3- where can I get WINE? I cant download it from the main page. Is it really neccesary on RH9?

www.winehq.com/
also its on the redhat cd well rh8 anyways, lookfor the package selector/installer in the start menu.

4-not so important, but can I play Half-Life (and mods) on linux?
You can play games ported to linux ie americasarmy, quake.

5- I cant find drivers for my ATI Radeon 9100
yes you can get them ati has them on the web site there are also generic all in one drivers you can get called firegl drivers which work with it at
http://www.schneider-digital.de/html/download_ati.html has to be for your version of x windows --- find that by X -showconfig at terminal capital X. Read the documentation and back up your /etc/X11/XFree86.config file ie. copy it and rename it cause if you mess the install up you wont be able us the gui, things to know write em down

xfree version
glibc version
kernel version

how to move and copy files at command line

startx -starts display
grubby - fixes bootloader
rpm -e uninstalls rpms
rpms are good kinda like windows setup.exe

Ackin 08-31-2003 05:36 PM

thanks people.

I have one more problem. I downloaded amsn in a rpm, it installed succesfully, but now I cant find the file to execute it. I dont know where to find it, and I dont know how to uninstall it either :scratch:

Looking_Lost 08-31-2003 05:51 PM

There's different ways to find it but

do
updatedb (just to be sure)

and wait till it finishes then

locate amsn

Ackin 08-31-2003 07:03 PM

well, I found many files, but still I dunno which one is the executable (or something similar :S)

Looking_Lost 09-01-2003 03:11 AM

change to the directory whatever it maybe i.e

/usr/local/amsn

then

./amsn

or

wish amsn


All times are GMT -5. The time now is 04:54 PM.