Dear List,
After some googling around without any results, I'm quite puzzled. Since some past update I can't precise, kernel 2.6.164 works fine, however 2.6.194 has some sound problem in my somewhat old and beaten Toshiba laptop.
-Audacious plays OK but other applications have problems.
-For instance, mplayer acts quirky: when I pause a playing video, sound keeps stuttering endlessly. The same happens sometimes when I close mplayer window.
-system-config-soundcard detects the card and starts to play sample but stuttering all the way, repeating every 4th of a second or so some 16 times, at about a 1/2 second rate.
-Youtube has no sound!
-Software volume control has been lost long ago, unrelated to this problem but interested in recovery anyway
System is fully up to date. Any hints will be appreciated!
Some relevant lines in my /etc/modprobe.conf as is now, with some scars left after unfruitful battles:
alias snd-card-0 snd-hda-intel
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Proces
sor to DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root P
ort (rev 03)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High
*Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Ex
press Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Ex
press Port 2 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) US
B UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) US
B UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) US
B UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) US
B UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) US
B2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev
*04)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 0
4)
01:00.0 VGA compatible controller: ATI Technologies Inc M24 [Radeon Mobility X60
0]
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Et
hernet Controller (rev 10)
06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Ne
--
Eduardo Grosclaude
Universidad Nacional del Comahue
Neuquen, Argentina
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
08-08-2010, 07:16 AM
JohnS
Stuttering sound
On Sat, 2010-08-07 at 20:39 -0300, Eduardo Grosclaude wrote:
> Dear List,
> After some googling around without any results, I'm quite puzzled.
> Since some past update I can't precise, kernel 2.6.164 works fine,
> however 2.6.194 has some sound problem in my somewhat old and beaten
> Toshiba laptop.
---
Maybe give this a whirl...
https://bugzilla.redhat.com/show_bug.cgi?id=586532 Comment 22
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
08-10-2010, 12:34 PM
James Pearson
Stuttering sound
Eduardo Grosclaude wrote:
> Dear List,
> After some googling around without any results, I'm quite puzzled. Since
> some past update I can't precise, kernel 2.6.164 works fine, however 2.6.194
> has some sound problem in my somewhat old and beaten Toshiba laptop.
>
> -Audacious plays OK but other applications have problems.
> -For instance, mplayer acts quirky: when I pause a playing video, sound
> keeps stuttering endlessly. The same happens sometimes when I close mplayer
> window.
> -system-config-soundcard detects the card and starts to play sample but
> stuttering all the way, repeating every 4th of a second or so some 16 times,
> at about a 1/2 second rate.
> -Youtube has no sound!
> -Software volume control has been lost long ago, unrelated to this problem
> but interested in recovery anyway
>
> System is fully up to date. Any hints will be appreciated!
>
> Some relevant lines in my /etc/modprobe.conf as is now, with some scars left
> after unfruitful battles:
> alias snd-card-0 snd-hda-intel
> #options snd-card-0 index=0
> #options snd-hda-intel index=0
> remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; };
> /sbin/modprobe -r --ignore-remove snd-hda-intel
> options snd-hda-intel model=auto
> options snd-hda-intel probe_mask=1
> options snd cards_limit=8
You could changing model=auto to model=toshiba
You might also try removing the probe_mask=1 line
James Pearson
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
08-10-2010, 02:09 PM
Eduardo Grosclaude
Stuttering sound
On Tue, Aug 10, 2010 at 9:34 AM, James Pearson <james-p@moving-picture.com> wrote:
> -Audacious plays OK but other applications have problems.
> -For instance, mplayer acts quirky: when I pause a playing video, sound
> keeps stuttering endlessly. The same happens sometimes when I close mplayer
> window.
You could changing model=auto to model=toshiba
You might also try removing the probe_mask=1 line
Thank you very much, people, my issue was resolved as per https://bugzilla.redhat.com/show_bug.cgi?id=586532 *Comment 22
Somehow I managed to miss it in my prior quest.
--
Eduardo Grosclaude
Universidad Nacional del Comahue
Neuquen, Argentina
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
08-10-2010, 04:49 PM
ken
Stuttering sound
On 08/10/2010 10:09 AM Eduardo Grosclaude wrote:
>
>
> On Tue, Aug 10, 2010 at 9:34 AM, James Pearson
> <james-p@moving-picture.com <mailto:james-p@moving-picture.com>> wrote:
>
> > -Audacious plays OK but other applications have problems.
> > -For instance, mplayer acts quirky: when I pause a playing video,
> sound
> > keeps stuttering endlessly. The same happens sometimes when I
> close mplayer
> > window.
>
> You could changing model=auto to model=toshiba
>
> You might also try removing the probe_mask=1 line
>
>
> Thank you very much, people, my issue was resolved as per
> https://bugzilla.redhat.com/show_bug.cgi?id=586532 Comment 22
> Somehow I managed to miss it in my prior quest.
I've been having the same problem and have changed /etc/modprobe.conf in
the way specified in Comment 22 mentioned above. How can I now reload
the sound system... without rebooting?
Thanks.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
08-10-2010, 05:41 PM
Eduardo Grosclaude
Stuttering sound
On Tue, Aug 10, 2010 at 1:49 PM, ken <gebser@mousecar.com> wrote:
On 08/10/2010 10:09 AM Eduardo Grosclaude wrote:
>> Thank you very much, people, my issue was resolved as per
I've been having the same problem and have changed /etc/modprobe.conf in
the way specified in Comment 22 mentioned above. *How can I now reload
the sound system... without rebooting?
You should rmmod and then modprobe several modules (such as in 'lsmod | grep snd'). I always ended up rebooting, as in my system, they are nightmarishly interdependent.
--
Eduardo Grosclaude
Universidad Nacional del Comahue
Neuquen, Argentina
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
08-10-2010, 07:17 PM
ken
Stuttering sound
On 08/10/2010 01:41 PM Eduardo Grosclaude wrote:
>
>
> On Tue, Aug 10, 2010 at 1:49 PM, ken <gebser@mousecar.com
> <mailto:gebser@mousecar.com>> wrote:
>
> On 08/10/2010 10:09 AM Eduardo Grosclaude wrote:
> >> Thank you very much, people, my issue was resolved as per
> > https://bugzilla.redhat.com/show_bug.cgi?id=586532 Comment 22
> > Somehow I managed to miss it in my prior quest.
>
> I've been having the same problem and have changed /etc/modprobe.conf in
> the way specified in Comment 22 mentioned above. How can I now reload
> the sound system... without rebooting?
>
>
> You should rmmod and then modprobe several modules (such as in 'lsmod |
> grep snd'). I always ended up rebooting, as in my system, they are
> nightmarishly interdependent.
Yes, exactly the same situation I found.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos