dhoops116 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Aug 2005 Posts: 20
|
Posted: Wed Feb 28, 2007 3:24 am Post subject: Headphone problems with snd-hda-intel |
|
|
I have a Toshiba Satellite A135 S2276. I have most things working but I am stuck on a silly issue. When I plug in my headphones the laptops speakers keep playing. I wouldn't even mind a hackish way of muting the speakers if need be. The audio shows up as an SB450 which means I should use the snd-hda-intel module. I am using the drivers not built into the kernel. Alsa version is alsa-driver-1.0.14_rc2. I have tried changing the model option but none seem to fit. Any ideas? (perhaps I should just be happy I got the sound working...) Thanks in advance.
lspci -v
Code: | 00:14.2 Audio device: ATI Technologies Inc SB450 HDA Audio (rev 01)
Subsystem: Toshiba America Info Systems Unknown device ff00
Flags: bus master, slow devsel, latency 64, IRQ 20
Memory at c0500000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
|
uname -r
cat /etc/modules.d/alsa
Code: |
# ALSA Portion
alias snd-card-0 snd-hda-intel
# OSS/Free Portion
alias sound-slot-0 snd-hda-intel
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
# Map the OSS devices back to the actual ALSA ones
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
|
dmesg
Code: | ACPI: PCI Interrupt 0000:00:14.2[A] -> GSI 16 (level, low) -> IRQ 20
ALSA /var/tmp/portage/media-sound/alsa-driver-1.0.14_rc2-r1/work/alsa-driver-1.0.14rc2/pci/hda/../../alsa-kernel/pci/hda/patch_si3054.c:245: si3054: cannot initialize. EXT MID = 0000
ALSA /var/tmp/portage/media-sound/alsa-driver-1.0.14_rc2-r1/work/alsa-driver-1.0.14rc2/pci/hda/../../alsa-kernel/pci/hda/patch_si3054.c:257: Link Frame Detect(FDT) is not ready (line status: 0000)
|
lsmod
Code: |
snd_seq_oss 32512 0
snd_seq_device 9864 1 snd_seq_oss
snd_seq_midi_event 9600 1 snd_seq_oss
snd_seq 49456 4 snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 46368 0
snd_mixer_oss 17920 1 snd_pcm_oss
snd_hda_intel 19608 0
snd_hda_codec 200576 1 snd_hda_intel
snd_pcm 71812 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 21508 2 snd_seq,snd_pcm
snd 50156 10 snd_seq_oss,snd_seq_device,snd_seq_midi_event,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
soundcore 9568 1 snd
snd_page_alloc 11528 2 snd_hda_intel,snd_pcm
|
amixer
Code: | Simple mixer control 'Master',0
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 64
Mono:
Front Left: Playback 64 [100%] [0.00dB]
Front Right: Playback 64 [100%] [0.00dB]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 31
Front Left: Capture 22 [71%] [19.50dB] [on]
Front Right: Capture 22 [71%] [19.50dB] [on]
Simple mixer control 'Caller ID',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Off-hook',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
|
|
|