Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-07-2004, 01:41 PM
|
#1
|
LQ Newbie
Registered: Aug 2003
Distribution: Fedora, Slackware
Posts: 18
Rep:
|
where is /dev/mixer?
hi,
i'm using slackware 10 with the (testing) kernel 2.6.7. while sound works fine with xmms (and alsa driver) it doesn`t work with mplayer. i get an error message about the missing device file /dev/mixer when choosing the alsa driver.
Code:
ALSA lib control.c:654: (snd_ctl_open_noupdate) Invalid CTL /dev/mixer 77%
alsa-control: mixer attach /dev/mixer error: Datei oder Verzeichnis nicht gefunden
so, i realized there is no /dev/mixer and no /dev/dsp. i'm not sure what these files are good for and why these are missing ...
any help is appreciated, thanks!
shtik
|
|
|
08-07-2004, 02:44 PM
|
#2
|
Senior Member
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140
|
if you have /dev/sound/mixer and /dev/sound/dsp, try :
ln -s /dev/sound/mixer /dev/mixer
ln -s /dev/sound/dsp /dev/dsp
|
|
|
08-07-2004, 05:29 PM
|
#3
|
LQ Newbie
Registered: Aug 2003
Distribution: Fedora, Slackware
Posts: 18
Original Poster
Rep:
|
thanks for this hint, i actually realize that the finding file names by using the "tab" key in bash wouldn't work with device files ... therefore the files are existent and correct symlinks. that seems even strange, the file is there (with rw-rights on others) but mplayer doesn`t find it??
wonder what`s going on with good ol` mplayer?
|
|
|
08-19-2004, 12:56 PM
|
#4
|
Member
Registered: Nov 2003
Posts: 63
Rep:
|
>wonder what`s going on with good ol` mplayer?
I have the same problem. There is something wrong with gmplayer (GUI of mplayer) in MPlayer 1.0pre5. I guess this is the verison you are using.
There are few ways to bypass the problem::
* use ESD as an audio driver in gmplayer
* use mplayer from command line
* use kmplayer (KDE GUI for mplayer)
|
|
|
08-19-2004, 11:40 PM
|
#5
|
Senior Member
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Rep:
|
Check to see if the OSS emulation modules are loaded,
Code:
mike@slaptop:~$ lsmod |grep oss
snd_pcm_oss 49864 0
snd_mixer_oss 17600 1 snd_pcm_oss
snd_pcm 86152 2 snd_pcm_oss,snd_es1968
snd 47972 9 snd_pcm_oss,snd_mixer_oss,snd_es1968,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
mike@slaptop:~$
/dev/mixer and /dev/dsp are legacies from the OSS days, as I understand it.. You'll only be able to use them if you've got those emulation modules loaded and working.
--Shade
|
|
|
08-29-2004, 12:12 AM
|
#6
|
Member
Registered: Nov 2003
Location: Brisbane, Australia
Distribution: Crux 2.0
Posts: 66
Rep:
|
it's an gmplayer bug
This is a known issue with mplayer pre-05 it seems, and supposedly fixed in the CVS.
See here
http://www.redhat.com/archives/fedor.../msg01444.html
cheers
bareego
|
|
|
All times are GMT -5. The time now is 05:01 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|