LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-21-2004, 06:49 AM   #1
Smokey
Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 313

Rep: Reputation: 30
invalid mixer device


unable to open audio device "/dev/mixer"
Please Check that you have permissions to open "/dev/mixer"
and that you have sound support in your kernel

when I run "alsaconf" as root it says this:

No Supported PnP or PCI card found
Would you like to probe legacy ISA Sound Card/Chips

Then it says No Legacy drivers are available

smokey@darkstar:~% alsamixer

alsamixer: function snd_ctl_open failed for default: No such device

I reinstalled Slackware 9.1 earlier and before hand, I was running -current and sound was working just fine, but now I reinstalled 9.1 and kept all the existing packages intact and if there were any updates for 9.1 I downloaded and used upgradepkg but sound doesnt work still?
 
Old 09-21-2004, 07:06 AM   #2
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
Reinstalling alsa-driver and alsa-lib might do the trick. For some reason after every kernel recompile I need to do this. Hope it helps.
 
Old 09-21-2004, 08:08 AM   #3
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Rep: Reputation: 45
Quote:
Originally posted by LJSBrokken
Reinstalling alsa-driver and alsa-lib might do the trick. For some reason after every kernel recompile I need to do this. Hope it helps.
Reinstalling the packages, or reconfiguring alsa from source?
 
Old 09-21-2004, 08:56 AM   #4
Smokey
Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 313

Original Poster
Rep: Reputation: 30
i removed the packages and installed them again but still nothing.
 
Old 09-21-2004, 09:02 AM   #5
nirvanix
Member
 
Registered: May 2003
Location: Calgary, Canada
Distribution: Arch Linux
Posts: 194

Rep: Reputation: 30
Hi,

Whether you install alsa packages or compile it from source the result is that alsa kernel modules will be placed in the directory /lib/modules/2.x.x/kernel/...
If you've reinstalled Slackware 9.1 then you're using a different kernel/kernel modules and so you need to reinstall or recompile the alsa modules so that they are placed in the proper modules directory.
 
Old 09-21-2004, 09:19 AM   #6
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
Quote:
Originally posted by xushi
Reinstalling the packages, or reconfiguring alsa from source?
Whenever I have any problems with alsa, reinstalling the packages does it for me. But as I read above, it didn't work out. Maybe someone else has a brighter idea?
 
Old 09-21-2004, 10:38 AM   #7
Smokey
Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 313

Original Poster
Rep: Reputation: 30
Quote:
root@darkstar:/home/smokey# lsmod
Module Size Used by Not tainted
ppp_synctty 6016 0 (unused)
ppp_async 7552 1
ppp_generic 19612 3 [ppp_synctty ppp_async]
slhc 5040 0 [ppp_generic]
soundcore 3332 0 (autoclean)
usbmouse 2008 0 (unused)
keybdev 2080 0 (unused)
mousedev 4244 1
hid 21476 0 (unused)
usbkbd 3416 0 (unused)
input 3200 0 [usbmouse keybdev mousedev hid usbkbd]
i810_rng 2656 0 (unused)
uhci 24528 0 (unused)
usbcore 58976 1 [usbmouse hid usbkbd uhci]
eepro100 19380 1
mii 2304 0 [eepro100]
ohci1394 24200 0 (unused)
ieee1394 42468 0 [ohci1394]
ide-scsi 9424 0
agpgart 44100 0 (unused)
ntfs 50976 1 (autoclean)
Quote:
root@darkstar:/home/smokey# lspci
00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev 05)
00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 05)
00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 05)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 05)
00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 05)
00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 05)
00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 Audio (rev 05)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
02:08.0 Ethernet controller: Intel Corp. 82801BA/BAM/CA/CAM Ethernet Controller (rev 03)
02:0a.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 46)
 
Old 09-24-2004, 03:47 AM   #8
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
Could it have anything to do with the recent upgrade of alsa-driver for the 2.4.27 kernel? Check which alsa-driver package you have and see if it matches your kernel.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Couldn't open mixer device /dev/sound/mixer laurentwahl Linux - General 8 05-17-2005 08:15 PM
couldn't open mixer device /dev/sound/mixer pitts68 Linux - Newbie 4 11-15-2004 08:03 AM
Couldn't open mixer device /dev/sound/mixer arctic123 Linux - Newbie 4 09-22-2004 09:39 AM
couldn't open mixer device /dev/sound/mixer wangcity Linux - General 8 02-01-2004 07:17 AM
Couldn't open mixer device /dev/sound/mixer Dabria Linux - Hardware 2 07-29-2003 11:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration