Sound problems with fglrx and netbook SOLVED
Posted: 06 Aug 2011, 16:41
Thanks to some handholding by fanthom I have now got an ATI driver for my Acer AO722. Details at:
( http://forum.porteus.org/viewtopic.php? ... c&start=10 )
Unfortunately, sound is still not working correctly.
I am running Porteus 1.0 64bit on an Acer Aspire One 722.
Symptoms:
KDE boot sound and audible notifications work correctly.
VLC gives an error message (cannot initialize sound card) but plays properly.
SMPlayer accesses files and seems to be playing but no sound is present.
Online players (shoutcast, youtube) think they are playing but no sound. If I direct shoutcast output through VLC, it plays properly.
I suspect there is something going on with phonon and/or PCM but don't know
As requested:
Output of cat /proc/asound/cards:
0 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0x90444000 irq 40
1 [SB ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0x90440000 irq 16
Images of alsaconf and alsamixer
Thanks to some handholding by fanthom I have now got an ATI driver for my Acer AO722. Details at:
( http://forum.porteus.org/viewtopic.php? ... c&start=10 )
Unfortunately, sound is still not working correctly.
Symptoms:
KDE boot sound and audible notifications work correctly.
VLC gives an error message (cannot initialize sound card) but plays properly.
SMPlayer accesses files and seems to be playing but no sound is present.
Online players (shoutcast, youtube) think they are playing but no sound. If I direct shoutcast output through VLC, it plays properly.
I suspect there is something going on with phonon and/or P.CM but don't know
As requested:
Output of cat /proc/asound/cards:
0 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0x90444000 irq 40
1 [SB ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0x90440000 irq 16
Images of alsaconf and alsamixer
http://www.mediafire.com/?2cz4xd944bj61
I am running Porteus 1.0 64bit on an Acer Aspire One 722.
Thanks for any advice.
Best regards,
sci_fi
Posted after 3 hours 59 minutes 50 seconds:
An update on this. After lengthy experimentation and internet search I have found that adding a .asoundrc file to my home directory enables proper audio playback. The contents, given below, allow all playback (smplayer, vlc, from internet) to work properly. This file works with the out of the box porteus base, without the fglrx driver being added separately, on my system at least (Acer A0-722, porteus 1.0 64 bit).
I am now struggling with getting the microphone to work, but will ask my question in an alsa thread.
Many thanks for everyone's assistance.
Best regards,
sci_fi
contents of ~\.asoundrc
###############################################3
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:1,0"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
bindings {
0 0
1 1
}
}
ctl.dmixer {
type hw
card 0
}
#################################################################
( http://forum.porteus.org/viewtopic.php? ... c&start=10 )
Unfortunately, sound is still not working correctly.
I am running Porteus 1.0 64bit on an Acer Aspire One 722.
Symptoms:
KDE boot sound and audible notifications work correctly.
VLC gives an error message (cannot initialize sound card) but plays properly.
SMPlayer accesses files and seems to be playing but no sound is present.
Online players (shoutcast, youtube) think they are playing but no sound. If I direct shoutcast output through VLC, it plays properly.
I suspect there is something going on with phonon and/or PCM but don't know
As requested:
Output of cat /proc/asound/cards:
0 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0x90444000 irq 40
1 [SB ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0x90440000 irq 16
Images of alsaconf and alsamixer
Thanks to some handholding by fanthom I have now got an ATI driver for my Acer AO722. Details at:
( http://forum.porteus.org/viewtopic.php? ... c&start=10 )
Unfortunately, sound is still not working correctly.
Symptoms:
KDE boot sound and audible notifications work correctly.
VLC gives an error message (cannot initialize sound card) but plays properly.
SMPlayer accesses files and seems to be playing but no sound is present.
Online players (shoutcast, youtube) think they are playing but no sound. If I direct shoutcast output through VLC, it plays properly.
I suspect there is something going on with phonon and/or P.CM but don't know
As requested:
Output of cat /proc/asound/cards:
0 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0x90444000 irq 40
1 [SB ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0x90440000 irq 16
Images of alsaconf and alsamixer
http://www.mediafire.com/?2cz4xd944bj61
I am running Porteus 1.0 64bit on an Acer Aspire One 722.
Thanks for any advice.
Best regards,
sci_fi
Posted after 3 hours 59 minutes 50 seconds:
An update on this. After lengthy experimentation and internet search I have found that adding a .asoundrc file to my home directory enables proper audio playback. The contents, given below, allow all playback (smplayer, vlc, from internet) to work properly. This file works with the out of the box porteus base, without the fglrx driver being added separately, on my system at least (Acer A0-722, porteus 1.0 64 bit).
I am now struggling with getting the microphone to work, but will ask my question in an alsa thread.
Many thanks for everyone's assistance.
Best regards,
sci_fi
contents of ~\.asoundrc
###############################################3
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:1,0"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
bindings {
0 0
1 1
}
}
ctl.dmixer {
type hw
card 0
}
#################################################################