Author Topic: Sound not working in 2010.1 kde - solved thanks  (Read 1166 times)

Offline silverbirch

  • Sr. Member
  • ****
  • Posts: 370
Sound not working in 2010.1 kde - solved thanks
« on: June 16, 2010, 12:44:29 AM »
Hi all - desk top dual boot Win XP and Pclos 2010.1 kde

AMD Athlon 2000xp, runs as 1.6, 1 Gb memory, VIA 8235 VIA1612A (VIA8235) sound [on board].

When I first installed Pclos 2010 I popped in a music CD and it played, then I upgraded via synaptic to 2010.1 and now have no sound.

I went into PCC and ran the config tool, but no change, and now I've run the trouble shooting commands, but don't know what to do about them, or what they mean.  Sound works fine when I boot into Windows.  It seems as though I have the correct driver, but unable to be sure what the rest of the output means.  Apologies for the long post!

[roseyposey@localhost ~]$ lspcidrake -v | fgrep -i AUDIO
snd_via82xx     : VIA Technologies, Inc.|VT8233/A/8235/8237 AC97 Audio Controller [MULTIMEDIA_AUDIO] (vendor:1106 device:3059 subv:1106 subd:4161) (rev: 50)
[roseyposey@localhost ~]$ grep sound-slot /etc/modprobe.conf
alias sound-slot-0 snd_via82xx
[roseyposey@localhost ~]$ /sbin/lsmod
Module                  Size  Used by
snd_via82xx            17290  1
gameport                8157  1 snd_via82xx
snd_ac97_codec         89641  1 snd_via82xx
snd_mpu401_uart         4877  1 snd_via82xx
snd_rawmidi            16051  1 snd_mpu401_uart
snd_seq_dummy           1266  0
snd_seq_oss            22632  0
snd_seq_midi_event      5421  1 snd_seq_oss
snd_seq                40566  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          5214  4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            29075  0
snd_pcm                58499  3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_timer              15571  2 snd_seq,snd_pcm
snd_page_alloc          6494  2 snd_via82xx,snd_pcm
snd_mixer_oss          11087  1 snd_pcm_oss
snd                    46023  13 snd_via82xx,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore               5525  1 snd
lp                      6790  0
af_packet              13939  2
ipv6                  225109  10
via_ircc               13723  0
irda                   97040  1 via_ircc
ac97_bus                 946  1 snd_ac97_codec
crc_ccitt               1311  1 irda
via                    31480  2
i2c_viapro              4864  0
via_rhine              15698  0
drm                   138041  3 via
sr_mod                 11608  0
pcspkr                  1382  0
mii                     3885  1 via_rhine
i2c_core               18387  2 i2c_viapro,drm
cdrom                  28817  1 sr_mod
sg                     21318  0
shpchp                 23789  0
pci_hotplug            22652  1 shpchp
binfmt_misc             5463  1
usblp                   8657  0
cpufreq_ondemand        7001  0
cpufreq_conservative     4938  0
cpufreq_powersave        698  0
freq_table              3091  1 cpufreq_ondemand
ohci1394               22706  0
sbp2                   15906  0
raw1394                16891  0
ieee1394               69560  3 ohci1394,sbp2,raw1394
fuse                   49070  0
ehci_hcd               27409  0
uhci_hcd               16669  0
ppdev                   4427  0
dm_mod                 53807  0
parport_pc             26677  1
parport                29235  3 lp,ppdev,parport_pc
usbcore               121266  4 usblp,ehci_hcd,uhci_hcd
floppy                 44787  0
rtc_cmos                6829  0
processor              30110  0
thermal                10712  0
evdev                   6325  9
button                  4713  0
ide_generic             1035  0 [permanent]
ata_generic             2399  0
ide_pci_generic         2278  0
pata_acpi               2303  0
via82cxxx               4831  0
ide_gd_mod             19219  0
ide_core               85164  4 ide_generic,ide_pci_generic,via82cxxx,ide_gd_mod
pata_via                6515  3
libata                143929  3 ata_generic,pata_acpi,pata_via
sd_mod                 26807  4
scsi_mod              130669  5 sr_mod,sg,sbp2,libata,sd_mod
crc_t10dif              1195  1 sd_mod
[roseyposey@localhost ~]$ /sbin/chkconfig --list sound
sound           0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
[roseyposey@localhost ~]$ /sbin/chkconfig --list alsa
alsa            0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off
[roseyposey@localhost ~]$ aumix -q
bash: aumix: command not found
[roseyposey@localhost ~]$ aumix -q
bash: aumix: command not found
[roseyposey@localhost ~]$ /sbin/fuser -v /dev/dsp
[roseyposey@localhost ~]$

Many thanks
« Last Edit: June 25, 2010, 04:18:02 PM by silverbirch »
Pclinuxos 2010.1 KDE on AMD Athlon XP (runs as1.8 Ghz), 1 G memory, on board VIA graphics and sound

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11689
  • ----IOFLU----
Re: Sound not working in 2010.1 kde
« Reply #1 on: June 16, 2010, 02:19:31 AM »
silverbirch:

I'm not seeing where you've run alsaconf as root.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1624
  • UK MLU
Re: Sound not working in 2010.1 kde
« Reply #2 on: June 16, 2010, 05:03:35 AM »
For my machine I had to Show Mixer Window, click Settings and Configure channels and then drag the Speaker from the Available channels to the Visible channels.

Once I'd done that I had sound

Regards


Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE

Offline silverbirch

  • Sr. Member
  • ****
  • Posts: 370
Re: Sound not working in 2010.1 kde
« Reply #3 on: June 16, 2010, 05:09:47 AM »
silverbirch:

I'm not seeing where you've run alsaconf as root.

I simply ran the trouble shooting script as per PCC ....  currently in Win cos some things still not sorted in Pclos - but hopefully will be back itnot Pclos as day to day soon  :)
Pclinuxos 2010.1 KDE on AMD Athlon XP (runs as1.8 Ghz), 1 G memory, on board VIA graphics and sound

Offline silverbirch

  • Sr. Member
  • ****
  • Posts: 370
Re: Sound not working in 2010.1 kde
« Reply #4 on: June 16, 2010, 07:12:51 PM »
silverbirch:

I'm not seeing where you've run alsaconf as root.

Ran that and it told me all good to go. And now it works - thanks heaps.
Pclinuxos 2010.1 KDE on AMD Athlon XP (runs as1.8 Ghz), 1 G memory, on board VIA graphics and sound

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11689
  • ----IOFLU----
Re: Sound not working in 2010.1 kde
« Reply #5 on: June 16, 2010, 10:09:51 PM »
silverbirch:

I'm not seeing where you've run alsaconf as root.

Ran that and it told me all good to go. And now it works - thanks heaps.

 :D :D :D
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline silverbirch

  • Sr. Member
  • ****
  • Posts: 370
Re: Sound not working in 2010.1 kde - solved but doesn't hold thanks
« Reply #6 on: June 24, 2010, 07:48:22 PM »
For some reason this doesn't hold, and I lose sound after rebooting, and have to run alsaconf again.  Any ideas appreciated.  Thanks
Pclinuxos 2010.1 KDE on AMD Athlon XP (runs as1.8 Ghz), 1 G memory, on board VIA graphics and sound

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11689
  • ----IOFLU----
Re: Sound not working in 2010.1 kde - solved but doesn't hold thanks
« Reply #7 on: June 24, 2010, 08:02:15 PM »
For some reason this doesn't hold, and I lose sound after rebooting, and have to run alsaconf again.  Any ideas appreciated.  Thanks


I have my sessions set to Restore previous session on login, and have never had to rerun alsaconf. You might want to try that.

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline silverbirch

  • Sr. Member
  • ****
  • Posts: 370
Re: Sound not working in 2010.1 kde - solved thanks
« Reply #8 on: June 25, 2010, 04:18:46 PM »
That's done it!  Great thanks  :)   :)
Pclinuxos 2010.1 KDE on AMD Athlon XP (runs as1.8 Ghz), 1 G memory, on board VIA graphics and sound