Author Topic: Zen mini lost sound (solved, kinda)  (Read 1888 times)

Offline ranran

  • Jr. Member
  • **
  • Posts: 40
Zen mini lost sound (solved, kinda)
« on: April 21, 2011, 03:07:13 PM »
I installed Zen mini on a friends PC and all was well until I ran a full system update yesterday. Now sound is dead. He has a dual boot system (xp/zen) Gateway 7330 laptop. According to Gateway, the audio driver is Conexant http://support.gateway.com/product/ however Linux is using an Intel i810 driver. When he had KDE 3.5 installed it worked perfectly. any ideas?

« Last Edit: April 22, 2011, 02:40:28 AM by ranran »

Offline siamer

  • Sr. Member
  • ****
  • Posts: 284
    • ZEN-mini
Re: Zen mini lost sound
« Reply #1 on: April 21, 2011, 03:39:46 PM »
did you try run "alsaconf" in terminal as a root to configure sound card ? Alsa was updated so maybe that's the problem and maybe you need to reconfigure it... after configure reboot and check if it's wokring if not than check:

opern pcc and go to software and check sound configuration there.check if there is good module loaded and maybe you can try tick "turn on pulse audio"

check as well if module is loaded right "lsmod | grep snd_hda_intel"...

check in /etc/modprobe.d/blacklist* if that module is not blacklisted...

check that please...

Regards,
siamer
Every man dies, but not every man really lives... !!

   

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12799
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Zen mini lost sound
« Reply #2 on: April 21, 2011, 03:56:09 PM »
« Last Edit: April 21, 2011, 03:59:40 PM by AndrzejL »

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: Zen mini lost sound
« Reply #3 on: April 21, 2011, 04:10:27 PM »
Hi,

After you run "alsaconf" as root, you will also want to run "alsactl store", as root also. If this second command happened to bring an error message stating that a file is missing under /var/lib/alsa, please tell us. Some of us do meet with this message, and some don't, depending. If that happens, creating the missing directory and missing file before repeating the "alsactl store" command does fix it. (Storing the configuration allows you to find your configs back when you start a new session).

I met with that a few days ago, and so did a French user. Now we have
Code: [Select]
$ ls -l /var/lib/alsa/asound.state
-rw-r--r-- 1 root root 4362 avril 21 14:38 /var/lib/alsa/asound.state

in the system, and the sound is back and re-configured.

I hope this helps. :)

melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Zen mini lost sound
« Reply #4 on: April 21, 2011, 04:47:44 PM »
I installed Zen mini on a friends PC and all was well until I ran a full system update yesterday. Now sound is dead. He has a dual boot system (xp/zen) Gateway 7330 laptop. According to Gateway, the audio driver is Conexant http://support.gateway.com/product/ however Linux is using an Intel i810 driver. When he had KDE 3.5 installed it worked perfectly. any ideas?




Edit the file

/etc/asound.state

to be a link to

 /var/lib/alsa/asound.state

If the file doesn't exist then create it.

Change settings and reboot to test.

regards.

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12799
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Zen mini lost sound
« Reply #5 on: April 21, 2011, 05:28:08 PM »
I installed Zen mini on a friends PC and all was well until I ran a full system update yesterday. Now sound is dead. He has a dual boot system (xp/zen) Gateway 7330 laptop. According to Gateway, the audio driver is Conexant http://support.gateway.com/product/ however Linux is using an Intel i810 driver. When he had KDE 3.5 installed it worked perfectly. any ideas?

Edit the file

/etc/asound.state

to be a link to

 /var/lib/alsa/asound.state

If the file doesn't exist then create it.

Change settings and reboot to test.

regards.

I did that last night - it didn't worked for me - hence I was forced to find other way of fixing my installations sound volume - hence the howto. Maybe it will work for ranran doh.

Andy
« Last Edit: April 21, 2011, 05:29:41 PM by AndrzejL »

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Zen mini lost sound
« Reply #6 on: April 22, 2011, 12:55:34 AM »
I installed Zen mini on a friends PC and all was well until I ran a full system update yesterday. Now sound is dead. He has a dual boot system (xp/zen) Gateway 7330 laptop. According to Gateway, the audio driver is Conexant http://support.gateway.com/product/ however Linux is using an Intel i810 driver. When he had KDE 3.5 installed it worked perfectly. any ideas?

Edit the file

/etc/asound.state

to be a link to

 /var/lib/alsa/asound.state

If the file doesn't exist then create it.

Change settings and reboot to test.

regards.

I did that last night - it didn't worked for me - hence I was forced to find other way of fixing my installations sound volume - hence the howto. Maybe it will work for ranran doh.

Andy


Maybe Zen does not use the   /etc/asound.state ?
If not then what does it use?  /var/lib/alsa/asound.state ?   or another file to store its sound levels?

Offline ranran

  • Jr. Member
  • **
  • Posts: 40
Re: Zen mini lost sound
« Reply #7 on: April 22, 2011, 02:39:31 AM »
Thanks to all who replied. Wanna know what was wrong? The hardware was having a bad hair day.

Seriously. I started to wonder if it was a hardware issue and figured if it was, the same problem would show up in xp. When I logged into xp all was fine, sort of. Sound worked but not through the external speakers. I turned them off then back on and BINGO, all was perfect. I rebooted into Linux and sound works and is even better than before. Go Figure.

Ranran

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12799
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Zen mini lost sound (solved, kinda)
« Reply #8 on: April 22, 2011, 03:45:13 AM »
Hehe ;) glad You're sorted...

Andy

Offline Dragynn

  • Hero Member
  • *****
  • Posts: 1436
  • Abide.
Re: Zen mini lost sound (solved, kinda)
« Reply #9 on: April 22, 2011, 06:12:32 AM »
Dude, mine did this the other day after an install/update, first thing I did was look at the volume control in the tray-icon, it was turned all the way down. solution: i turned it back up.

K.I.S.S. ;D
This aggression will not stand man.

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12799
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Zen mini lost sound (solved, kinda)
« Reply #10 on: April 22, 2011, 06:24:40 AM »
Maybe Zen does not use the   /etc/asound.state ?
If not then what does it use?  /var/lib/alsa/asound.state ?   or another file to store its sound levels?

The only asound.state file I have is in /var/lib/alsa/ and after running alsactl restore the volume is being restored... I guess its a glitch of Matrix ;)

Andy
« Last Edit: April 22, 2011, 06:28:03 AM by AndrzejL »

Offline Taco.22

  • Sr. Member
  • ****
  • Posts: 481
Re: Zen mini lost sound (solved, kinda)
« Reply #11 on: April 22, 2011, 07:27:45 AM »
I ran into this issue with my wife's 'puter, but not mine!  Both run Openbox.  Hers was suddenly defaulting the sound to off on reboot.

It was asked several times in the last few days.

Hope this helps.

Andy

Tried all of the above, went through umpteen other posts trying things.  It was really getting annoying.  In the end what worked for her 'puter was to launch gnome-alsamixer and set the values,  then before closing it open terminal, go su and then "alsactl store".  Did the trick.
The problem has been that everyone seems to have wound up with a different way of fixing the problem.  Typical computers - it was probably asking too much for a nice, simple uniform fix ;D
Linux Registered User # 529407


Offline Dragynn

  • Hero Member
  • *****
  • Posts: 1436
  • Abide.
Re: Zen mini lost sound (solved, kinda)
« Reply #12 on: April 22, 2011, 08:00:10 AM »
I ran into this issue with my wife's 'puter, but not mine!  Both run Openbox.  Hers was suddenly defaulting the sound to off on reboot.

It was asked several times in the last few days.

Hope this helps.

Andy

Tried all of the above, went through umpteen other posts trying things.  It was really getting annoying.  In the end what worked for her 'puter was to launch gnome-alsamixer and set the values,  then before closing it open terminal, go su and then "alsactl store".  Did the trick.
The problem has been that everyone seems to have wound up with a different way of fixing the problem.  Typical computers - it was probably asking too much for a nice, simple uniform fix ;D


Yeah, but it's gotta be unimaginably tough to not only constantly deal with new package updates, but ensure they work across 6 different DE's as well with all their differences, I have no idea how Tex, Neal and crew do it, it would drive me to drinkin'....ummm...well, drink more actually. :D
This aggression will not stand man.

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: Zen mini lost sound (solved, kinda)
« Reply #13 on: April 22, 2011, 09:18:04 AM »
Yeah, but it's gotta be unimaginably tough to not only constantly deal with new package updates, but ensure they work across 6 different DE's as well with all their differences, I have no idea how Tex, Neal and crew do it, it would drive me to drinkin'....ummm...well, drink more actually. :D

System tools and Desktop Managers are supposed to be independant from each other. Only on complicated desktops they are sometimes brought to be mixed... but just sometimes... :)
melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline Taco.22

  • Sr. Member
  • ****
  • Posts: 481
Re: Zen mini lost sound (solved, kinda)
« Reply #14 on: April 22, 2011, 05:37:09 PM »
Yeah, but it's gotta be unimaginably tough to not only constantly deal with new package updates, but ensure they work across 6 different DE's as well with all their differences, I have no idea how Tex, Neal and crew do it, it would drive me to drinkin'....ummm...well, drink more actually. :D
Not to mention the whole range of hardware and architectures that are available - some more stable/reliable than others.
Speaking of driven to drink, maybe some nice packager could package up a nice bottle of something and put in repo.  When one of those moments hits all you have to do is fire up Synaptic and do a quick download - just got to work out where to insert the tap ;D.
Linux Registered User # 529407