Re: /dev/mixer missing

2001-03-26 Thread Raja R Harinath
Hi,

Philipp Bliedung [EMAIL PROTECTED] writes:
 Thanks, I could create /dev/mixer - but it looks like this:
 
 laptop:/dev# ls -l mixer*
 crw-rw1 root audio 14,   0 Mar 25 22:46 mixer
 crw-rw1 root audio 14,  16 Mar 25 22:46 mixer1
 crw-rw1 root audio 14,  32 Mar 25 22:46 mixer2
 crw-rw1 root audio 14,  48 Mar 25 22:46 mixer3
 
 laptop:/dev# wmmixer
 wmmixer : Unable to open mixer device '/dev/mixer'.
 wmmixer : Sorry, no supported channels found.
 
 What can I do? Why doesn't it open??

Couple of checks

  * are you in group 'audio'
  * is sound support compiled in

- Hari
-- 
Raja R Harinath -- [EMAIL PROTECTED]
When all else fails, read the instructions.  -- Cahn's Axiom
Our policy is, when in doubt, do the right thing.   -- Roy L Ash



Re: /dev/mixer missing

2001-03-26 Thread Philipp Bliedung
Thanks for your replies!!

I don't know if I'm missing something for the 2.4.2 kernel - I updated
everything to get the 2.4.0 kernel work (where the sound worked a little bit - I
could play CD's, but the volume was VERY low - because I didn't get the mixer to
work, but at least I could hear *something* )
For the change to 2.4.2 I just updated the modutils to 2.4.2-1, nothing else.
I don't know about anything I'm missing.

here is something from 'dmesg'
.
Mar 26 19:32:50 laptop kernel: Adding Swap: 160608k swap-space (priority -1)
Mar 26 19:32:50 laptop kernel: ad1848/cs4248 codec driver Copyright (C) by Hannu
Savolainen 1993-1996
Mar 26 19:32:50 laptop kernel: opl3sa2: No cards found
Mar 26 19:32:50 laptop kernel: opl3sa2: 0 PnP card(s) found.
Mar 26 19:32:50 laptop kernel: YM3812 and OPL-3 driver Copyright (C) by Hannu
Savolainen, Rob Hooft 1993-1996
.
and here are all my modules loaded so far:

laptop:/# lsmod
Module  Size  Used by
usb-storage43328   0  (unused)
scsi_mod   88336   0  [usb-storage]
uhci   18512   0  (unused)
usbcore46512   0  [usb-storage uhci]
opl3   11184   0  (unused)
opl3sa2 7280   0  (unused)
ad1848 16736   0  [opl3sa2]
mpu401 18704   0  [opl3sa2]
sound  55792   0  [opl3 opl3sa2 ad1848 mpu401]
soundcore   3856   2  [sound]
unix   14240 102  (autoclean)
laptop:/#

Any guesses??
P.S.:
linking /dev/mixer to /dev/mixer1 didn't change anything - I still get wmmixer
: Unable to open mixer device '/dev/mixer'

Philipp

Xuewen WANG wrote:

 I had the same problem with gmixer. What I do is ln -sf mixer1 mixer and it
 works. Hope that can help you.

 Philipp Bliedung [EMAIL PROTECTED] wrote:
 Thanks, I could create /dev/mixer - but it looks like this:

 laptop:/dev# ls -l mixer*
 crw-rw1 root audio 14,   0 Mar 25 22:46 mixer
 crw-rw1 root audio 14,  16 Mar 25 22:46 mixer1
 crw-rw1 root audio 14,  32 Mar 25 22:46 mixer2
 crw-rw1 root audio 14,  48 Mar 25 22:46 mixer3

 laptop:/dev# wmmixer
 wmmixer : Unable to open mixer device '/dev/mixer'.
 wmmixer : Sorry, no supported channels found.

 What can I do? Why doesn't it open??

 Jason Majors wrote:

  You can use MAKEDEV.
 
  On Sun, Mar 25, 2001 at 03:20:29PM +0200, Philipp Bliedung scribbled...
   Hi,
  
   Since I upgraded to kernel 2.4.2 I don't get my sound to work (which it
   did under 2.2.17)
   I can't set up any mixer because I don't have such a device anymore -
   don't know why. Did I miss something while compiling the kernel or do I
   need anyhting else (any program)? But, the keyboard bell works just fine
   when I load all the necessary modules (like opl3, etc.)!! I mean I can
   turn the volume up and down, but that's it
  
   Any ideas?
   TIA!!
  
   Philipp
  
   --
   To UNSUBSCRIBE, email to [EMAIL PROTECTED]
   with a subject of unsubscribe. Trouble? Contact
   [EMAIL PROTECTED]
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]

 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

 
 Get free email and a permanent address at http://www.netaddress.com/?N=1





Re: /dev/mixer missing

2001-03-26 Thread Philipp Bliedung
Yes, I'm in group 'audio'

laptop:/dev# adduser user1 audio
The user `user1' is already a member of audio.
laptop:/dev#

sound is compiled in (as moules) - here is  my .config

#
# Sound
#
CONFIG_SOUND=m
CONFIG_SOUND_CMPCI=m
# CONFIG_SOUND_CMPCI_SPDIFLOOP is not set
# CONFIG_SOUND_CMPCI_4CH is not set
CONFIG_SOUND_EMU10K1=m
CONFIG_SOUND_FUSION=m
blablabla
CONFIG_SOUND_PAS=m
CONFIG_SOUND_PSS=m
# CONFIG_PSS_MIXER is not set
 should I compile this in ??

# CONFIG_PSS_HAVE_BOOT is not set
CONFIG_SOUND_SB=m
CONFIG_SOUND_AWE32_SYNTH=m
blablabla
CONFIG_SOUND_YM3812=m
CONFIG_SOUND_OPL3SA1=m
CONFIG_SOUND_OPL3SA2=m
CONFIG_SOUND_YMFPCI=m


Raja R Harinath wrote:

 Hi,

 Philipp Bliedung [EMAIL PROTECTED] writes:
  Thanks, I could create /dev/mixer - but it looks like this:
 
  laptop:/dev# ls -l mixer*
  crw-rw1 root audio 14,   0 Mar 25 22:46 mixer
  crw-rw1 root audio 14,  16 Mar 25 22:46 mixer1
  crw-rw1 root audio 14,  32 Mar 25 22:46 mixer2
  crw-rw1 root audio 14,  48 Mar 25 22:46 mixer3
 
  laptop:/dev# wmmixer
  wmmixer : Unable to open mixer device '/dev/mixer'.
  wmmixer : Sorry, no supported channels found.
 
  What can I do? Why doesn't it open??

 Couple of checks

   * are you in group 'audio'
   * is sound support compiled in

 - Hari
 --
 Raja R Harinath -- [EMAIL PROTECTED]
 When all else fails, read the instructions.  -- Cahn's Axiom
 Our policy is, when in doubt, do the right thing.   -- Roy L Ash





Re: /dev/mixer missing

2001-03-25 Thread Jason Majors
You can use MAKEDEV.

On Sun, Mar 25, 2001 at 03:20:29PM +0200, Philipp Bliedung scribbled...
 Hi,
 
 Since I upgraded to kernel 2.4.2 I don't get my sound to work (which it
 did under 2.2.17)
 I can't set up any mixer because I don't have such a device anymore -
 don't know why. Did I miss something while compiling the kernel or do I
 need anyhting else (any program)? But, the keyboard bell works just fine
 when I load all the necessary modules (like opl3, etc.)!! I mean I can
 turn the volume up and down, but that's it
 
 Any ideas?
 TIA!!
 
 Philipp
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]



Re: /dev/mixer missing

2001-03-25 Thread Philipp Bliedung
Thanks, I could create /dev/mixer - but it looks like this:

laptop:/dev# ls -l mixer*
crw-rw1 root audio 14,   0 Mar 25 22:46 mixer
crw-rw1 root audio 14,  16 Mar 25 22:46 mixer1
crw-rw1 root audio 14,  32 Mar 25 22:46 mixer2
crw-rw1 root audio 14,  48 Mar 25 22:46 mixer3

laptop:/dev# wmmixer
wmmixer : Unable to open mixer device '/dev/mixer'.
wmmixer : Sorry, no supported channels found.

What can I do? Why doesn't it open??

Jason Majors wrote:

 You can use MAKEDEV.

 On Sun, Mar 25, 2001 at 03:20:29PM +0200, Philipp Bliedung scribbled...
  Hi,
 
  Since I upgraded to kernel 2.4.2 I don't get my sound to work (which it
  did under 2.2.17)
  I can't set up any mixer because I don't have such a device anymore -
  don't know why. Did I miss something while compiling the kernel or do I
  need anyhting else (any program)? But, the keyboard bell works just fine
  when I load all the necessary modules (like opl3, etc.)!! I mean I can
  turn the volume up and down, but that's it
 
  Any ideas?
  TIA!!
 
  Philipp
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]

 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]