mufaris
06-20-2002, 03:04 AM
Thanks for the replies !
I have installed the RH 7.2 successfully.
My problem is I want to setup my mouse and sound card.
What shall I do for that ?
Radar
07-04-2002, 11:31 AM
For the sound card, we will need to know what the brand / model is. For your mouse, there should be, in your /etc/X11/XF86Config-4, a section which reads similar - depending on your mouse type - which you did not specify:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
z0mbix
07-04-2002, 12:19 PM
try running sndconfig as root to configure your card. If that doesn't find/configure it, as above, let us know what card it is :)