NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Help me out with RH9.0
New Posts  All Forums:Forum Nav:

Help me out with RH9.0 - Page 5

post #81 of 107
Go to #Linux on irc.gamesnet.net though you need to do more reading first otherwise you are likely to just screw everything up.

NS
post #82 of 107

Learn how to tune your kernel

www.kernelnewbies.org

or

www.tldp.org

or www.redhat.com
post #83 of 107
Quote:
Originally posted by NightShade737
Slight tangent here but......

Chip: There was no "ACPI" folder in /lib/modules/2.6.test6/kernel/ or in any other folders near that tree location, as it is compiled into the kernel, not compiled as a module, but I have a feeling something is stopping ACPI from starting on boot. I will have a look in a minute.

NS
...is there an acpi directory (folder! ack!) under /proc? If not, then I don't know what the problem might be. Do you see anything listed for APM or ACPI in /var/messages/bootlog? If you see something about APM, that may be the problem, as you either use APM *or* ACPI, can't use both. After that, I'm running out of helpful ideas :-)
post #84 of 107
Quote:
Originally posted by gsferrari
I tried installing both the acpi module and gkrell...

didnt work - gave me an error...

can someone help me PLEASE...I want links to these modules for the 2.4.20-9 kernel and I need solid instructions...
1) Which one gave you the error? gkrell? or the ACPI module? gkrell works fine with any kernel level (and is really cool, imo...I even use it on the Windows side).

2) Do you mean the KERNEL ACPI module or the gkrell one?

3) What IS the error? That would help a lot.

4) Finally - and this is implied by laclasse's message - you'll need to recompile your 20-9 kernel to get ACPI, as it's not part of it. Right?
post #85 of 107

Kppp

ummm....i dont really mean to be a nag, but does anybody know how to troubleshoot kppp? Ive got a "modem initalizing" whenver i try to dialup and my computer never dials up. Any help here?
post #86 of 107
Thread Starter 
A screenshot of my desktop Everything is Redhat 9 default for now...but im having fun!!




post #87 of 107

cool gs

well...at least youre on the net...
post #88 of 107
Have you zoomed in on that picture or something? It looks like ass.

NS
post #89 of 107
Thread Starter 
I use gimp and fuzzed up the image a little too much...I will repost that pic...should be a lot sharper!!

post #90 of 107
gimp ?
post #91 of 107
Quote:
Originally posted by laclasse
gimp ?
Yes, I think he is................... OH, THE PROGRAM! Oh, yeah, you should use that too.......

NS
post #92 of 107
lol you guys are funny. pick on the noobs
post #93 of 107
Thread Starter 
Nah...I used gimp once and then I just saved the screenshot as a .jpg when it showed up in the screenshot window as a .png file...

Done and Done
post #94 of 107
Thread Starter 
OK I am having trouble playing this game.

The game works. I am able to start it and I am able to change settings and everything without any problems. I installed the update patch as well.

When I go to the multiplayer section - THERE ARE NO SERVERS AT ALL!?!?

I enabled Punk Buster etc. but not the newest update - pbweb.x86

I have dloaded pbweb.x86 and saved it in the pb subdirectory on the HDD (by typing /fs_homepath after pressing ~ in the game - I found the home directory and saved it under the pb subdirectory).

I dont know how to run this file...the instructions say I am supposed to run this pbweb.x86 to update punkbuster but I have no idea...

Any suggestions?? What do I do to start playin???

Desperate!!!

GloooOOOooomM!!!!
post #95 of 107
Quote:
Originally posted by gsferrari

I enabled Punk Buster etc. but not the newest update - pbweb.x86
Have you tried:
./pbweb.x86

There could be a variety of reasons why you're not seeing the dozens (hundreds?) of servers running out there. Firewall? I'd also check the forums on enemy-territory.com
post #96 of 107
Thread Starter 
That gives me the following error :-

[root@localhost gsferrari]# cd .etwolf
[root@localhost .etwolf]# ls
etmain pb
[root@localhost .etwolf]# cd pb
[root@localhost pb]# ls
dll pbag.so pbcl.db pbcls.so pbsv.db pbweb.x86 svlogs sv_viol.log
htm pbags.so pbcl.so pbsv.dat pbsv.so scrnshot svss
[root@localhost pb]# ./pbweb.x86
bash: ./pbweb.x86: Permission denied
[root@localhost pb]# ./pbweb.x86
bash: ./pbweb.x86: Permission denied
[root@localhost pb]# su -
[root@localhost root]# cd ..
[root@localhost /]# cd home
[root@localhost home]# cd gsferrari
[root@localhost gsferrari]# cd .etwolf
[root@localhost .etwolf]# cd pb
[root@localhost pb]# ./pbweb.x86
-bash: ./pbweb.x86: Permission denied
[root@localhost pb]#





Checking forums now...
post #97 of 107
Is the file executable? (ls -l)
post #98 of 107
Do -
chmod 777 pbweb.x86

first.

NS
post #99 of 107
Thread Starter 

AWESOME!!!!

You guys are great. Yes yes yes I could have gotten the info from somewhere else but not with this speed...

Correct me if I am wrong - chmod 777 pbweb.x86 -> this converts it to executable?? and ./<name> executes a binary executable ??

If I got that right then i've learnt something that many days of reading hasnt thought me...(of course I am still reading the introlinux.pdf and I am reading about directories and files etc. - n00b see )

Thanks peeps!!! i'll keep ya posted!!
post #100 of 107
No, chmod just changed the access and security on the file. Mode 777 will give anyone and everyone permissions to use the file, i.e. now you should be able to run it.

./ is required if you are running an executable in that folder, otherwise it doesn't know if you are refering to a program in /sbin or /usr/sbin.

NS
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Help me out with RH9.0