Jump to content

Alsamixer error


securitybreach

Recommended Posts

securitybreach

I was messiing around with my sound trying to get it to work in Vector 5 using the thread http://forums.scotsnewsletter.com/index.php?showtopic=11603I figured it would work because Vector 5 is based on Slack 10.1 and now my whenever I run alsamixer I getthe following error:root:# alsamixer alsamixer: function snd_ctl_open failed for default: No such file or directoryI think it has something to do with the command:chmod 666 /dev/dsp*chmod 666 /dev/mixer*After I ran that I got the error. My lsmod did show:

root:# lsmodModule                  Size  Used by    Not taintedsnd-pcm-oss            36704   0  (autoclean)snd-mixer-oss          12152   0  (autoclean) [snd-pcm-oss]uhci                   24284   0  (unused)ehci-hcd               17516   0  (unused)b44                    13644   1  (autoclean)usbcore                58860   1  [uhci ehci-hcd]snd-intel8x0           18080   0snd-ac97-codec         52472   0  [snd-intel8x0]snd-pcm                54504   0  [snd-pcm-oss snd-intel8x0 snd-ac97-codec]snd-timer              13412   0  [snd-pcm]snd                    31268   0  [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-timer]soundcore               3396   4  [snd]snd-page-alloc          4712   0  [snd-mixer-oss snd-intel8x0 snd-pcm snd-timer snd]lp                      6404   0parport_pc             15044   1parport                22824   1  [lp parport_pc]agpgart                45092   7

Now it shows:

root:# lsmodModule                  Size  Used by    Not tainteduhci                   24284   0  (unused)ehci-hcd               17516   0  (unused)usbcore                58860   1  [uhci ehci-hcd]b44                    13644   1  (autoclean)snd-intel8x0           18080   0snd-ac97-codec         52472   0  [snd-intel8x0]snd-pcm                54504   0  [snd-intel8x0 snd-ac97-codec]snd-timer              13412   0  [snd-pcm]snd                    31268   0  [snd-intel8x0 snd-ac97-codec snd-pcm snd-timer]soundcore               3396   0  [snd]snd-page-alloc          4712   0  [snd-intel8x0 snd-pcm snd-timer snd]lp                      6404   0parport_pc             15044   1parport                22824   1  [lp parport_pc]agpgart                45092   7

I hate the intel8x0. Nothing but problems with the driver. If anyone knows what it is going on. I would appreciate it. Thanx

Edited by securitybreach
Link to comment
Share on other sites

securitybreach

My /sbin/lsmod | grep snd shows:

root:# /sbin/lsmod | grep snd snd-intel8x0           18080   0 snd-ac97-codec         52472   0  [snd-intel8x0]snd-pcm                54504   0  [snd-intel8x0 snd-ac97-codec]snd-timer              13412   0  [snd-pcm]snd                    31268   1  [snd-intel8x0 snd-ac97-codec snd-pcm snd-timer]soundcore               3396   0  [snd]snd-page-alloc          4712   0  [snd-intel8x0 snd-pcm snd-timer snd]

Should my snd-ac97-codec loading snd-intel8x0?

Link to comment
Share on other sites

Maybe someone will have an answer for you. I just went into PCLos to check to see how this shows up on my laptop since it has the AC97 sound chip set. Here is what mine shows:

[root@localhost julia]# /sbin/lsmod | grep sndsnd-seq-oss            31552  0snd-seq-midi-event      5984  1 snd-seq-osssnd-seq                48112  4 snd-seq-oss,snd-seq-midi-eventsnd-seq-device          6924  2 snd-seq-oss,snd-seqsnd-pcm-oss            48672  0snd-mixer-oss          17216  1 snd-pcm-osssnd-ali5451            19716  0snd-ac97-codec         74968  1 snd-ali5451snd-pcm                81508  3 snd-pcm-oss,snd-ali5451,snd-ac97-codecsnd-timer              20612  2 snd-seq,snd-pcmsnd-page-alloc          7588  1 snd-pcmsnd                    46084  9 snd-seq-oss,snd-seq,snd-seq-device,snd-pcm-oss,snd-mixer-oss,snd-ali5451,snd-ac97-codec,snd-pcm,snd-timersoundcore               7008  1 snd

I believe I always have had several choices for that one. The snd-ac97-codec of snd-alis5451, snd-ac97 ws one of the choices in the control panel. I realize Vector does not have the same control pannel and I am too far removed from Slack and Vector to be able to tell you where to find it now. :thumbsdown:

Link to comment
Share on other sites

chmod 666 /dev/dsp*chmod 666 /dev/mixer*
I notice that this makes /dev/dsp and /dev/mixer not executable . . . . . what happens if you do 777 ??:P Bruno
Link to comment
Share on other sites

securitybreach
I notice that this makes /dev/dsp and /dev/mixer not executable . . . . . what happens if you do 777 ??:P Bruno

Doing now hold on
Link to comment
Share on other sites

securitybreach

i figure I need to somehow change from default to my soundcard. Although, I dont where to begin to change it. I noticed my kmix shows Analog Devices AD1981 instead of the intel card. I dont know if this helps or not.

Link to comment
Share on other sites

And you added yourself to those groups ??What about the sound if you are logged in as root ?:P Bruno

Link to comment
Share on other sites

securitybreach

Same thing. Its not the groups I dont think but somehow my sound card got replaced by analog device instead. Somehow it got linked wrong.I reinstalled before after getting the error and no way of fixing it. Maybe I should reinstall and then go from there instead of trying the same way I did before.

Edited by securitybreach
Link to comment
Share on other sites

What if you run Vasm to configure the soundcard again ?? . . Or alsaconf ?? . . . And what is the difference when you use one or the other tool ??:P Bruno

Link to comment
Share on other sites

GOT SOUND HOORAY

GREAT news !!! . . . . . Now don't change anything . . . just note down what are the permissions and owners of /dev/dsp and /dev/mixer etc. etc. etc. . . . . so you know what the correct ones are.:P Bruno
Link to comment
Share on other sites

securitybreach

Here's the differences:OLD

root:# lsmodModule                  Size  Used by    Not tainteduhci                   24284   0  (unused)ehci-hcd               17516   0  (unused)usbcore                58860   1  [uhci ehci-hcd]b44                    13644   1  (autoclean)snd-intel8x0           18080   0snd-ac97-codec         52472   0  [snd-intel8x0]snd-pcm                54504   0  [snd-intel8x0 snd-ac97-codec]snd-timer              13412   0  [snd-pcm]snd                    31268   0  [snd-intel8x0 snd-ac97-codec snd-pcm snd-timer]soundcore               3396   0  [snd]snd-page-alloc          4712   0  [snd-intel8x0 snd-pcm snd-timer snd]lp                      6404   0parport_pc             15044   1parport                22824   1  [lp parport_pc]agpgart                45092   7

NEW

root:# lsmodModule                  Size  Used by    Not taintedsnd-mixer-oss          12152   0  (autoclean)uhci                   24284   0  (unused)ehci-hcd               17516   0  (unused)b44                    13644   1  (autoclean)usbcore                58860   1  [uhci ehci-hcd]snd-intel8x0           18080   4 snd-ac97-codec         52472   0  [snd-intel8x0]snd-pcm                54504   1  [snd-intel8x0 snd-ac97-codec]snd-timer              13412   1  [snd-pcm]snd                    31268   2  [snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-timer]soundcore               3396   1  [snd]snd-page-alloc          4712   0  [snd-mixer-oss snd-intel8x0 snd-pcm snd-timer snd]lp                      6404   0 parport_pc             15044   1 parport                22824   1  [lp parport_pc]agpgart                45092   7

andOLD

root:# /sbin/lsmod | grep sndsnd-intel8x0           18080   0snd-ac97-codec         52472   0  [snd-intel8x0]snd-pcm                54504   0  [snd-intel8x0 snd-ac97-codec]snd-timer              13412   0  [snd-pcm]snd                    31268   1  [snd-intel8x0 snd-ac97-codec snd-pcm snd-timer]soundcore               3396   0  [snd]snd-page-alloc          4712   0  [snd-intel8x0 snd-pcm snd-timer snd]

NEW

root:# /sbin/lsmod | grep sndsnd-mixer-oss          12152   0  (autoclean)snd-intel8x0           18080   4 snd-ac97-codec         52472   0  [snd-intel8x0]snd-pcm                54504   1  [snd-intel8x0 snd-ac97-codec]snd-timer              13412   1  [snd-pcm]snd                    31268   2  [snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-timer]soundcore               3396   1  [snd]snd-page-alloc          4712   0  [snd-mixer-oss snd-intel8x0 snd-pcm snd-timer snd]vector://ho

As you can see there are many differences. I still dont know whats going on though. Thanks for the help though

Edited by securitybreach
Link to comment
Share on other sites

Hi BreachVery sorry . . . . maybe it is too early in the day but I do not see the differences . . ( well, only the fact that you gave two different commands, but the output is basically the same. ):hysterical: Bruno

Link to comment
Share on other sites

securitybreach

Those were both the new outputs. You have to look back in the beginning of th post for the old ones. Better yet I have edited the post to show Old and New output. Bruno: now you will be able to see the differences. Thanx

Edited by securitybreach
Link to comment
Share on other sites

Ooooh YES . . . Now I do see the difference indeed !! . . . Thanks Breach, I was kind of lost this morning trying to see what you apparently saw . . . . so I checked 3 times but then gave up and posted my reply B) B) Bruno

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...