a couplke of problems

Status
Not open for further replies.

demoninside

In the zone
hey there
why all the demon persons always fell in prob.:roll:
any way my first problem
My MB is ASUS P4P800-VM (this is not the prob :oops: )
but my sound card is not been detected in core fedora or in RH9.0(never tried 8.0 or less)
second
can any one tell me how to run all those PHP files(maded by myself means on HDD) on RH or on Core Fedora , Apache is installed nd working at 127.0.0.1
so Please help me out in it
( :lol: seriously approching to Open Source :wink: )
 

hunterz

Right off the assembly line
hey! for ur first problem ckeck out the rh 9.0 support site,to see
wether ur ur MB chipset suported by rh 9.0, or tell me what ur
sound card is!
 
OP
D

demoninside

In the zone
ya rad hat help says they support all the asus models and it's sound card
it's on board 82810AV'97 something
even core fedora is not detecting it
 

pradeep_chauhan

Cyborg Agent
i have the same motherboard install alsa files (lib+client+tools) its a simple task. check the logs i had given detail instructions to a similar problem.
 

GNUrag

FooBar Guy
demoninside said:
can any one tell me how to run all those PHP files(maded by myself means on HDD) on RH or on Core Fedora , Apache is installed nd working at 127.0.0.1

As you might expect, you have to create an index.php file, among your other php files...

Also make sure that your /etc/apache/httpd.conf file contains this directive...

Code:
 LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
and
Code:
<IfModule mod_dir.c>
    DirectoryIndex index.html index.htm index.shtml index.cgi index.php
</IfModule>

this will tell apache to serve index.php file to browser...
 

busyanuj

In the zone
hunterz said:
hey! for ur first problem ckeck out the rh 9.0 support site,to see
wether ur ur MB chipset suported by rh 9.0, or tell me what ur
sound card is!

hey hunterz, that is my AVATAR. Get yourself another one.
 
OP
D

demoninside

In the zone
thanx for helping me
But pls tell me what to do with my MB prob
P4P800-VM
no sound card detection
for RH9.0
& fro fedora 1
 

GNUrag

FooBar Guy
demoninside said:
no sound card detection for RH9.0& fro fedora 1
Try Knoppix 3.6... If it also fails to start sound server, then wait for a few months for its free drivers to be released....
 

pradeep_chauhan

Cyborg Agent
In fedora ALSA is installed by default but not in RH9. As I said I too use the same mobo and had some problems with setting up the sound on RH9 (and fedora when i upgrades to it) so i got the latest source for ALSA lib + alsa client and ALSA tools then installed them, this made sound work without any hangups.
 
Status
Not open for further replies.
Top Bottom