Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27516 - get kde application sounds, but when trying to access sounds from streamtuner, for example...
Summary: get kde application sounds, but when trying to access sounds from streamtuner...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-29 00:41 UTC by Monica Jae
Modified: 2024-04-01 06:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Monica Jae 2003-08-29 00:41:10 UTC
I just emerged the latest gentoo and am running kernel 2.6.test4 and have alsa
and oss hard coded into the kernel:
<*> Sound card support
<*> Advanced Linux Sound Architecture
<*>   Sequencer support
[*]   OSS API emulation
<*>     OSS Mixer API
<*>     OSS PCM (digital audio) API
[*]     OSS Sequencer API
[*]   Verbose printk
[*]   Debug
[*]     Debug memory
PCI devices  --->  <*> Intel i8x0/MX440, SiS 7012; Ali 5455; NForce Audio;
AMD768/8111

Open Sound System  --->  <*> Open Sound System (DEPRECATED)
<*>   Intel ICH (i8xx) audio support
<*> OSS sound modules
<*>   AD1816(A) based cards (EXPERIMENTAL)
<*>   AD1889 based cards (AD1819 codec) (EXPERIMENTAL)
<*>   Loopback MIDI device support
<*>   Yamaha YMF7xx PCI audio (native mode)
<*> AD1980 front/back switch plugin

I started the streamtuner application and i got the message:
Couldn't open audio:
Please check that:
1. You have the correct output plugin selected
2. no other programs is blocking the soundcard
3. Your soundcard is configured properly

My /etc/modules.d/alsa:
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore

##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
##  ALSA portion
 alias snd-card-0 i810_audio
 ##alias snd-card-0 ac97_codec
## alias snd-card-1 snd-ens1371
##  OSS/Free portion
## alias sound-slot-0 snd-card-0
alias sound-slot-0 ac97_codec
## alias sound-slot-1 snd-card-1
##

# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
##  OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# Set this to the correct number of cards.
options snd cards_limit=1
so, i emerged the 2.4.22.pre_2 kernel and am using that, and still get no sound
Kernel config:
-------------------
# Sound
#
CONFIG_SOUND=m
CONFIG_SOUND_ALI5455=m
CONFIG_SOUND_BT878=m
CONFIG_SOUND_CMPCI=m
# CONFIG_SOUND_CMPCI_FM is not set
# CONFIG_SOUND_CMPCI_MIDI is not set
# CONFIG_SOUND_CMPCI_JOYSTICK is not set
# CONFIG_SOUND_CMPCI_CM8738 is not set
CONFIG_SOUND_EMU10K1=m
CONFIG_MIDI_EMU10K1=y
CONFIG_SOUND_FUSION=m
CONFIG_SOUND_CS4281=m
CONFIG_SOUND_ES1370=m
CONFIG_SOUND_ES1371=m
CONFIG_SOUND_ESSSOLO1=m
CONFIG_SOUND_MAESTRO=m
CONFIG_SOUND_MAESTRO3=m
CONFIG_SOUND_FORTE=m
CONFIG_SOUND_ICH=m
CONFIG_SOUND_RME96XX=m
CONFIG_SOUND_SONICVIBES=m
CONFIG_SOUND_TRIDENT=m
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
CONFIG_SOUND_VIA82CXXX=m
CONFIG_MIDI_VIA82CXXX=y
CONFIG_SOUND_OSS=m
# CONFIG_SOUND_TRACEINIT is not set
# CONFIG_SOUND_DMAP is not set
CONFIG_SOUND_AD1816=m
CONFIG_SOUND_AD1889=m
CONFIG_SOUND_SGALAXY=m
CONFIG_SOUND_ADLIB=m
CONFIG_SOUND_ACI_MIXER=m
CONFIG_SOUND_CS4232=m
CONFIG_SOUND_SSCAPE=m
CONFIG_SOUND_GUS=m
CONFIG_SOUND_GUS16=y
CONFIG_SOUND_GUSMAX=y
CONFIG_SOUND_VMIDI=m
CONFIG_SOUND_TRIX=m
CONFIG_SOUND_MSS=m
CONFIG_SOUND_MPU401=m
CONFIG_SOUND_NM256=m
CONFIG_SOUND_NM256=m
CONFIG_SOUND_MAD16=m
CONFIG_MAD16_OLDCARD=y
CONFIG_SOUND_PAS=m
# CONFIG_PAS_JOYSTICK is not set
CONFIG_SOUND_PSS=m
# CONFIG_PSS_MIXER is not set
# CONFIG_PSS_HAVE_BOOT is not set
CONFIG_SOUND_SB=m
CONFIG_SOUND_AWE32_SYNTH=m
CONFIG_SOUND_KAHLUA=m
CONFIG_SOUND_WAVEFRONT=m
# CONFIG_SOUND_MAUI is not set
CONFIG_SOUND_YM3812=m
CONFIG_SOUND_OPL3SA1=m
CONFIG_SOUND_OPL3SA2=m
CONFIG_SOUND_YMFPCI=m
CONFIG_SOUND_YMFPCI_LEGACY=y
CONFIG_SOUND_UART6850=m
CONFIG_SOUND_AEDSP16=m
# CONFIG_SC6600 is not set
# CONFIG_AEDSP16_SBPRO is not set
# CONFIG_AEDSP16_MSS is not set
# CONFIG_AEDSP16_MPU401 is not set
# CONFIG_SOUND_TVMIXER is not set

I don't know what else I need to be doing or that i'm doing wrong...I've had
sound before, and It was without alsa and i don't remember what i did, and now,
short of re-emerging my whole system, which i don't want to do, i'm at my wits
end...i hope you can help.  thanks


Reproducible: Always
Steps to Reproduce:
1.  start streamtuner
2.   get no sound ; get error message ; get application sounds
3.



Expected Results:  
given me sound
Comment 1 Monica Jae 2003-08-29 00:52:02 UTC
pleasae disregard this bug!!!!
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-11-19 09:29:30 UTC
closing as requested