LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Ain't working like it used to (https://www.linuxquestions.org/questions/slackware-14/aint-working-like-it-used-to-490204/)

Jeebizz 10-06-2006 11:39 PM

Ain't working like it used to
 
I got Slackware11.0 up and running now on my pc. Standard setup, with 2.4.33 kernel. Everything is setup smoothly just like before, all my devices are detected, but they are acting weird.

First, I still no longer have DRI with my radeon generic driver. I haven't had DRI since 10.0, but thats not really such a big deal.

Second, my mouse is no longer behaving like it should. It is a Microsoft Intellimouse Explorer mouse, 5 buttons, and this is what I have for my xorg.conf (did not use existing xorg.conf, reran xorgconfig).
Code:

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2" # Explorer PS/2
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "6 7"
    Option "Buttons" "7"

And of course, my .xinitrc
Code:

#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
    xmodmap $usermodmap
fi

#custom mouse buttom remap
xmodmap -e "pointer = 1 2 3 6 7 4 5"

# Start the window manager:
exec /usr/X11R6/bin/startfluxbox

However, I can no longer scroll through pages like before.

Thirdly, and most important issue. No more sound. This is a strange issue here. My soundcard IS detected, just like before. I made sure I set the sound levels with alsamixer, and saved alsactl store as root, but when I play sounds, there is nothing. :scratch: So, I made sure to check that speakers were plugged in, sound on the speakers turned up to the apropriate level, made sure the speakers where connected, and still nothing. I did not have this problem before, until 11.0. So what should I do now?

SmearedBlackInk 10-07-2006 02:49 AM

Sound Problem
 
I'm not sure about your other problems, but have you tried running alsaconf? If not, that should solve your problem. Good luck.

~Kc

Eternal_Newbie 10-07-2006 05:51 AM

EDIT: IGNORE this, simcox1 is correct
Code:

    Option "ZAxisMapping" "6 7"
    Option "Buttons" "7"

should be
Code:

    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"

Don't know about the sound, I'm afraid.

simcox1 10-07-2006 09:28 AM

Your mouse problem is probably due to changes for .Xmodmap. I used to use

pointer = 1 2 3 6 7 4 5

but that no longer works. But this does

pointer = 1 2 3 4 5 8 9 6 7 10 11

xorg now recognises that my mouse has more buttons, so you have to adjust .Xmodmap for it to work.

Jeebizz 10-07-2006 10:37 AM

Ok. As for my sound issue. I did try running alsaconf. It found my card, and it reconfigured, but still nothing. I even ran xmms through xterm to see if there are any errors, nothing. Xmms plays, but there is just no sound... :scratch:

nykey 10-07-2006 11:05 AM

Run 'rexima' in a terminal and check there if the volumes are ok.... I've got a feeling they will be at '0' value.

XavierP 10-07-2006 11:53 AM

For the sound problem, run alsamixer and set all the volumes (not, headphone jack sense and line jack sense may need to be set to off (or not set at all) as they tend to interfere with the sound).

Afterwards, run alsactl store to save the settings. Then open kmix or other volume control and set the volumes again.

Jeebizz 10-07-2006 04:51 PM

Ok, well rexima shows that all volumes are set above zero. Alsamixer reports the same thing, however I went in and set the mic to zero, and tried it again, still no sound.... grrr!

onelung02 10-07-2006 05:54 PM

How are you testing if the sound works or not?

Jeebizz 10-07-2006 06:12 PM

I am testing just by running xmms. I even tried playing mp3s through mpg321. It plays, but no sound. I am at a loss. Sound technically works, some setting that I can't find could be the problem, because if sound didn't work, I would get an error message through xmms or mpg321, instead of it actually playing. If you want to know, this is the output for lsmod btw.
Code:

slackuser@slacker:~$ lsmod
Module                  Size  Used by    Not tainted
ntfs                  50848  1 (autoclean)
radeon                101856  0
snd-seq-oss            23104  0 (unused)
snd-seq-midi-event      3208  0 [snd-seq-oss]
snd-seq                33552  2 [snd-seq-oss snd-seq-midi-event]
snd-pcm-oss            28928  0 (unused)
snd-mixer-oss          11928  0 [snd-pcm-oss]
usb-storage            63520  1
printer                7520  0 (unused)
keybdev                1828  0 (unused)
mousedev                4244  1
hid                    21380  0 (unused)
usbmouse                1912  0 (unused)
input                  3104  0 [keybdev mousedev hid usbmouse]
usb-ohci              18856  0 (unused)
ehci-hcd              17644  0 (unused)
tulip                  39712  1
crc32                  2880  0 [tulip]
parport_pc            14692  0
parport                22472  0 [parport_pc]
uhci                  23804  0 (unused)
usbcore                56812  0 [usb-storage printer hid usbmouse usb-ohci ehci-hcd uhci]
snd-via82xx            13580  0
gameport                1388  0 [snd-via82xx]
snd-ac97-codec        68160  0 [snd-via82xx]
snd-pcm                52804  0 [snd-pcm-oss snd-via82xx snd-ac97-codec]
snd-timer              13168  0 [snd-seq snd-pcm]
snd-mpu401-uart        3120  0 [snd-via82xx]
snd-rawmidi            12224  0 [snd-mpu401-uart]
snd-seq-device          3716  0 [snd-seq-oss snd-seq snd-rawmidi]
snd                    34304  0 [snd-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-via82x
x snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore              3300  5 [snd]
snd-page-alloc          4980  0 [snd-seq-oss snd-seq snd-mixer-oss snd-via82xx snd-pcm snd-timer snd-rawmidi
 snd-seq-device snd]
jfs                  141120  1 (autoclean)
ide-scsi                9392  0
agpgart                45092  1
slackuser@slacker:~$


onelung02 10-07-2006 06:21 PM

Might be a shot in the dark, but what output plugin are you using within XMMS?

IvanPro 10-07-2006 07:16 PM

IF you have your speakers connected via analog connection, have you made sure that you have selected analog output in the sound mixer?

sorry if this is a dumb suggestion...

Jeebizz 10-07-2006 08:07 PM

Code:

IF you have your speakers connected via analog connection, have you made sure that you have selected analog output in the sound mixer?
Possibly, but I wouldn't know how to do that. I never had to do that. As soon as I changed the volume settings with alsamixer, things were ok, I have been doing this since Slackware10.0

As for xmms, I am using ALSA. Plus, I did make sure ot add my username to the sound in /etc/group.

IvanPro 10-08-2006 05:29 AM

well, if you happen to have an audigy series soundcard like me you type alsamixer and then enable the "Audigy A" item (press "m" on it). I know of this because I've had to do it with ALMOST every distro I tried all the time (maybe you could just have been lucky enough to miss this problem before?)... ;-)

give it a try and see if it helps... (I did it right now for my slack install...)

(edit)

sorry I missed the fact it was a VIA card...

Jeebizz 10-08-2006 10:46 AM

That does not work either. Plus this is a VIA chipset, not audigy A. Alsamixer reports the soundcard as VIA 82C686A/B rev12.


All times are GMT -5. The time now is 03:46 PM.