public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
From: bugtrack@alsa-project.org
To: alsa-devel@alsa-project.org
Subject: [ALSA - driver 0001618]: No Sound on Acer with Intel ICH6 HDA and Realtek ALC260
Date: Thu, 8 Dec 2005 17:19:51 +0100	[thread overview]
Message-ID: <149182e44309687966e9428e6aa3eb17@bugtrack.alsa-project.org> (raw)


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1618> 
======================================================================
Reported By:                robertw
Assigned To:                tiwai
======================================================================
Project:                    ALSA - driver
Issue ID:                   1618
Category:                   PCI - hda-intel
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     assigned
Distribution:               Ubuntu 5.10
Kernel Version:             2.6.12-10-686
======================================================================
Date Submitted:             12-04-2005 21:24 CET
Last Modified:              12-08-2005 17:19 CET
======================================================================
Summary:                    No Sound on Acer with Intel ICH6 HDA and Realtek
ALC260
Description: 
I can load the snd-hda-intel module and play a file via aplay or xmms or
play a cd without any error, but I cannot hear anything neither via the
build-in speakers nor via headphones. All volume controllers are at 70%
and unmuted, except for PCM, because there is no mute/unmute-button.
======================================================================

----------------------------------------------------------------------
 robertw - 12-07-05 23:10 
----------------------------------------------------------------------
I tried again the cvs-version of ~ 20:00 CET. This time the module behaves
fine. This time two cards showed up, one analog and one digital. Alsamixer
changed a bit:

Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Front Left: Playback 64 [100%] [on]
  Front Right: Playback 64 [100%] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Front Left: Playback 255 [100%]
  Front Right: Playback 255 [100%]
Simple mixer control 'Line',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65
  Front Left: Playback 65 [100%] [on]
  Front Right: Playback 65 [100%] [on]
Simple mixer control 'Mic',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65
  Front Left: Playback 24 [37%] [on]
  Front Right: Playback 24 [37%] [on]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 35
  Front Left: Capture 35 [100%] [on]
  Front Right: Capture 35 [100%] [on]
Simple mixer control 'Capture',1
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 35
  Front Left: Capture 0 [0%] [on]
  Front Right: Capture 0 [0%] [on]
Simple mixer control 'Input Source',0
  Capabilities:
  Mono:
Simple mixer control 'Input Source',1
  Capabilities:
  Mono:

aplay can play a file, but no output. With your second patch applied
against this cvs-version, everything is the same, but aplay couldn't play
anything:

$ aplay test.wav
ALSA lib pcm_dmix.c:802:(snd_pcm_dmix_open) unable to open slave
aplay: main:533: audio open error: Invalid argument

dmesg says:

Dec  7 23:04:23 localhost kernel: [4334412.498000] ALSA
/home/robert/alsa/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/patch_realtek.c:3024:
hda_codec: Unknown model for ALC260
Dec  7 23:04:27 localhost kernel: [4334416.735000] 
[pg0+536786703/1069872128] snd_pcm_hw_constraints_complete+0x2af/0x3a0
[snd_pcm]
Dec  7 23:04:27 localhost kernel: [4334416.735000] 
[pg0+536787479/1069872128] snd_pcm_open_file+0xd7/0x190 [snd_pcm]
Dec  7 23:04:27 localhost kernel: [4334416.735000] 
[pg0+536788024/1069872128] snd_pcm_open+0xe8/0x160 [snd_pcm]
Dec  7 23:04:27 localhost kernel: [4334416.735000] 
[default_wake_function+0/18] default_wake_function+0x0/0x12
Dec  7 23:04:27 localhost kernel: [4334416.735000]  [cdev_get+43/92]
cdev_get+0x2b/0x5c
Dec  7 23:04:27 localhost kernel: [4334416.735000] 
[pg0+536787718/1069872128] snd_pcm_playback_open+0x36/0x40 [snd_pcm]
Dec  7 23:04:27 localhost kernel: [4334416.735000] 
[pg0+536564094/1069872128] snd_open+0x7e/0x1a0 [snd]
Dec  7 23:04:27 localhost kernel: [4334416.735000] 
[pg0+536563968/1069872128] snd_open+0x0/0x1a0 [snd]
Dec  7 23:04:27 localhost kernel: [4334416.735000]  [chrdev_open+141/326]
chrdev_open+0x8d/0x146
Dec  7 23:04:27 localhost kernel: [4334416.735000]  [dentry_open+411/511]
dentry_open+0x19b/0x1ff
Dec  7 23:04:27 localhost kernel: [4334416.735000]  [filp_open+92/97]
filp_open+0x5c/0x61
Dec  7 23:04:27 localhost kernel: [4334416.735000]  [get_unused_fd+35/176]
get_unused_fd+0x23/0xb0
Dec  7 23:04:27 localhost kernel: [4334416.735000]  [sys_open+91/255]
sys_open+0x5b/0xff
Dec  7 23:04:27 localhost kernel: [4334416.735000] 
[sysenter_past_esp+84/117] sysenter_past_esp+0x54/0x75

The first line is also present with the plain cvs-version

You could also contact me more directly: robert@xenim.de (mail & jabber)

----------------------------------------------------------------------
 tiwai - 12-08-05 17:19 
----------------------------------------------------------------------
The line number in dmesg doesn't match with my code, so your code is likely
still older than mine.  Could you update the CVS tree?

Also, please upload the codec and asound.state files instead of pasting
them.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
12-04-05 21:24 robertw        New Issue                                    
12-04-05 21:24 robertw        Distribution              => Ubuntu 5.10     
12-04-05 21:24 robertw        Kernel Version            => 2.6.12-10-686   
12-05-05 07:12 jwoithe        Note Added: 0006908                          
12-05-05 19:35 timmy          Note Added: 0006914                          
12-06-05 15:52 tiwai          Note Added: 0006925                          
12-06-05 18:10 robertw        Note Added: 0006930                          
12-06-05 20:07 tiwai          Note Added: 0006934                          
12-06-05 20:08 tiwai          File Added: alc-cvs-fix.diff                    
12-06-05 20:09 tiwai          Note Added: 0006935                          
12-06-05 22:51 robertw        Note Added: 0006938                          
12-07-05 14:59 tiwai          Note Added: 0006941                          
12-07-05 15:00 tiwai          File Added: alc-cvs-fix2.diff                    
12-07-05 23:10 robertw        Note Added: 0006952                          
12-08-05 17:19 tiwai          Note Added: 0006957                          
======================================================================




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

             reply	other threads:[~2005-12-08 16:19 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-08 16:19 bugtrack [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-02-28 23:45 [ALSA - driver 0001618]: No Sound on Acer with Intel ICH6 HDA and Realtek ALC260 bugtrack
2006-02-28 23:38 bugtrack
2006-02-28 23:34 bugtrack
2006-02-28 20:27 bugtrack
2006-02-28 20:21 bugtrack
2006-02-28  0:31 bugtrack
2006-02-27 21:26 bugtrack
2006-02-27 20:20 bugtrack
2006-02-26 23:27 bugtrack
2006-02-26 23:16 bugtrack
2006-02-26 22:53 bugtrack
2006-02-26 22:48 bugtrack
2006-02-26 14:00 bugtrack
2006-02-26 13:58 bugtrack
2006-02-26  5:03 bugtrack
2006-02-26  4:50 bugtrack
2006-02-25 11:31 bugtrack
2006-02-24 22:23 bugtrack
2006-02-24 21:32 bugtrack
2006-02-24 14:41 bugtrack
2006-02-24 13:58 bugtrack
2006-02-24 11:21 bugtrack
2006-02-23  0:12 bugtrack
2006-02-22 17:29 bugtrack
2006-02-19 15:49 bugtrack
2006-02-19  9:41 bugtrack
2006-02-18 22:48 bugtrack
2006-02-13 23:07 bugtrack
2006-02-13  5:42 bugtrack
2006-02-12 23:45 bugtrack
2006-02-12 22:05 bugtrack
2006-02-12 21:14 bugtrack
2006-02-12 21:11 bugtrack
2006-02-12 20:42 bugtrack
2006-02-10 10:02 bugtrack
2006-02-08 23:29 bugtrack
2006-02-08 13:46 bugtrack
2006-01-15 23:32 bugtrack
2006-01-13  7:03 bugtrack
2006-01-13  0:11 bugtrack
2006-01-12 20:04 bugtrack
2006-01-12 13:43 bugtrack
2006-01-12 13:13 bugtrack
2006-01-12  0:16 bugtrack
2006-01-11 23:26 bugtrack
2006-01-11 23:20 bugtrack
2006-01-11 22:48 bugtrack
2006-01-11 22:38 bugtrack
2006-01-04 21:00 bugtrack
2006-01-04 16:29 bugtrack
2006-01-02 20:55 bugtrack
2005-12-19  1:11 bugtrack
2005-12-09 16:17 bugtrack
2005-12-09 16:03 bugtrack
2005-12-09 15:35 bugtrack
2005-12-09 14:09 bugtrack
2005-12-08 21:05 bugtrack
2005-12-07 22:10 bugtrack
2005-12-07 13:59 bugtrack
2005-12-06 21:51 bugtrack
2005-12-06 19:09 bugtrack
2005-12-06 19:07 bugtrack
2005-12-06 17:10 bugtrack
2005-12-06 14:52 bugtrack
2005-12-05 18:35 bugtrack
2005-12-05  6:12 bugtrack
2005-12-04 20:24 bugtrack

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=149182e44309687966e9428e6aa3eb17@bugtrack.alsa-project.org \
    --to=bugtrack@alsa-project.org \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox