LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-24-2004, 07:05 PM   #1
muddon
LQ Newbie
 
Registered: May 2004
Location: USA
Distribution: Mandrake 10 Official
Posts: 5

Rep: Reputation: 0
No soundcard mixer control


Hello.


I have a sb!live 5.1 and am using Mandrake 10. I am able to play and listen to mp3's but in every program I listen to them in I cannot control the sound via the given mixer(xmms) or kmix

Code:
my lsmod - cut down from full list

snd-pcm-oss            51812  0
snd-mixer-oss          17952  1 snd-pcm-oss
snd-emu10k1            85508  1 snd-emu10k1-synth
snd-rawmidi            23616  3 snd-seq-midi,snd-seq-virmidi,snd-emu10k1
snd-pcm                93156  2 snd-pcm-oss,snd-emu10k1
snd-timer              24484  2 snd-seq,snd-pcm
snd-seq-device          8008  7 snd-seq-midi,snd-emu10k1-synth,snd-emux-synth,snd-seq-oss,snd-seq,snd-emu10k1,snd-rawmidi
snd-ac97-codec         58148  1 snd-emu10k1
snd-page-alloc         11972  2 snd-emu10k1,snd-pcm
snd-util-mem            4448  2 snd-emux-synth,snd-emu10k1
snd-hwdep               8928  2 snd-emux-synth,snd-emu10k1
snd                    52484  16 snd-seq-midi,snd-emux-synth,snd-seq-virmidi,snd-seq-oss,snd-seq-midi-event,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-emu10k1,snd-rawmidi,snd-pcm,snd-timer,snd-seq-device,snd-ac97-codec,snd-util-mem,snd-hwdep
soundcore               9248  2 bttv,snd
Code:
my lspci - full list

00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 03)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40)
00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. USB (rev 16)
00:07.3 USB Controller: VIA Technologies, Inc. USB (rev 16)
00:07.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
00:09.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
00:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
00:0a.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07)
00:0c.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 02)
00:0c.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 02)
00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Code:
my modprobe.conf

alias eth0 8139too
alias sound-slot-0 snd-emu10k1
options bttv tuner=8 card=38 gbuffers=4
install snd-emu10k1 /sbin/modprobe --first-time --ignore-install snd-emu10k1 && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install usb-interface /sbin/modprobe usb-uhci; /bin/true
remove snd-emu10k1 { /sbin/modprobe -r snd-pcm-oss; } ; /sbin/modprobe -r --first-time --ignore-remove snd-emu10k1
Any ideas on how to fix this?
 
Old 05-24-2004, 07:29 PM   #2
mritch
Member
 
Registered: Nov 2003
Location: austria
Distribution: debian
Posts: 667

Rep: Reputation: 30
take a look at the permissions for /dev/dsp, /dev/mixer, /dev/mixer1,....everthing group audio?
i see you have a tv-card. maybe you are adjusting this mixer? open a little mixer like rexima or so an play around while music is playing else edit the alternative mixer in your xmms configdialog to another you can find in /dev
 
Old 05-24-2004, 07:37 PM   #3
muddon
LQ Newbie
 
Registered: May 2004
Location: USA
Distribution: Mandrake 10 Official
Posts: 5

Original Poster
Rep: Reputation: 0
I only have one 'mixer' in /dev/
and all the other settings are set group audio....still nothing
 
Old 05-24-2004, 07:41 PM   #4
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Put yourself in the group audio.
 
Old 05-24-2004, 08:05 PM   #5
muddon
LQ Newbie
 
Registered: May 2004
Location: USA
Distribution: Mandrake 10 Official
Posts: 5

Original Poster
Rep: Reputation: 0
haha that was an easy catch. that worked thank you...however my line in is not working and doesnt look muted anywhere to me, any ideas?
 
Old 05-24-2004, 08:06 PM   #6
mritch
Member
 
Registered: Nov 2003
Location: austria
Distribution: debian
Posts: 667

Rep: Reputation: 30
i asume you are in group audio allready since you can play music. looks like the soundcard/bttv-card is your prob. the sb-card look ok (i never had one of that)- but can u use your bttv. does it work?
 
Old 05-24-2004, 08:13 PM   #7
muddon
LQ Newbie
 
Registered: May 2004
Location: USA
Distribution: Mandrake 10 Official
Posts: 5

Original Poster
Rep: Reputation: 0
the tuner works i can see the picture however i have to loop the audio out from the tuner to the sound card. I have plugged my speakers to the tv card and have sound but when i loop the sound from the tuner to the sound card nothing
 
Old 05-24-2004, 08:40 PM   #8
mritch
Member
 
Registered: Nov 2003
Location: austria
Distribution: debian
Posts: 667

Rep: Reputation: 30
is the bttv card compiled in? if i take a look at lsmod/soundcore i see bttv before snd. i don't know if that means anything but maybe you can try to rmmod the bttv modules and try with sb only. this way your sound should work standard at dsp/mixer and i wonder what happens if you insert the bttv later.
 
Old 05-24-2004, 09:09 PM   #9
haimeltjnfg
Member
 
Registered: May 2004
Distribution: debian
Posts: 235

Rep: Reputation: 30
in debian, there's an alsa-oss package. Is there an alsa-oss package in mandrake?
 
Old 05-25-2004, 02:53 PM   #10
muddon
LQ Newbie
 
Registered: May 2004
Location: USA
Distribution: Mandrake 10 Official
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by haimeltjnfg
in debian, there's an alsa-oss package. Is there an alsa-oss package in mandrake?
yes there is my line in still does not work though
 
  


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
no mixer control fricike Debian 10 05-11-2005 05:07 AM
knoppix 3.8.1 soundcard detected, but mixer cannot be found jfhawk06 Linux - Newbie 1 04-16-2005 09:24 PM
mplayer error alsa-control /dev/mixer chestnut Linux - Software 2 07-23-2004 04:43 PM
No sound until I mixer/volume control jimdaworm Linux - Software 5 09-04-2003 04:26 PM
soundcard/mixer problem bogger Linux - Hardware 1 04-30-2002 04:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:20 PM.

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