LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NO sound and mouse scrolling in slackware 12 (https://www.linuxquestions.org/questions/linux-newbie-8/no-sound-and-mouse-scrolling-in-slackware-12-a-683577/)

anotherpenguin 11-15-2008 09:47 AM

NO sound and mouse scrolling in slackware 12
 
I recently installed slackware, but I'm not getting any sound and my mouse won't scroll.
help

amani 11-15-2008 09:53 AM

Post your /etc/X11/xorg.conf file.
and #lspci
#su
#alsaconf
#alsa (hit tab key twice)

H_TeXMeX_H 11-15-2008 09:54 AM

Open a terminal or console and run:

Code:

su
<enter your root password>
alsaconf
alsactl store

When X is not running run this as root:

Code:

xorgsetup
answer the questions and you're mouse will work. Or you can manually edit /etc/X11/xorg.conf adding this to the right section:

Code:

Section "InputDevice"

    Option        "ZAxisMapping" "4 5"

EndSection


amani 11-15-2008 09:59 AM

For ps/2 optical mouse with wheel the following options should be fine

Section "InputDevice"

Driver "mouse"
Option "CorePointer"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
--------------------------------

Option "Device" "/dev/input/mice"
may help

anotherpenguin 11-15-2008 11:25 AM

Thanks! problem solved.


All times are GMT -5. The time now is 11:16 PM.