Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Desktop Environments
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Desktop Environments
Support for your Ubuntu desktop. Including Gnome, KDE and XFCE.

 
Thread Tools Display Modes
Old June 29th, 2006   #21
frodon
Ubuntu French Roast
 
frodon's Avatar
 
Join Date: Jun 2005
Location: France
Beans: 6,250
Ubuntu 9.04 Jaunty Jackalope
Re: New Skype Beta out!

People like me who tweaked at the time their config to hear both ALSA and ESD sound to get skype working installed the libesd-alsa0 package and edited the /etc/asound.conf file, i don't know if it is what automatix and easyubuntu do when they install skype.
Just check if you have this file, if you have it make a backup elsewhere, delete it then reboot.
__________________
| Quake Wars fan inside | Ubuntu Backports |
frodon is online now   Reply With Quote
Old June 29th, 2006   #22
wieman01
Himbeer Brombeer Macchiato
 
wieman01's Avatar
 
Join Date: May 2006
Location: 100acrewood
Beans: 7,185
Kubuntu 9.04 Jaunty Jackalope
Re: New Skype Beta out!

Too bad... just tried the new version of Skype and it turned out that it's called a BETA version for a reason... My bluetooth headset would stop the service after 15 to 60 seconds so the other party wouldn't be able to hear me any longer.

Bummer!

Had been looking forward to the bug-fixes, but I just had to switch back to the previous version which works fine with the headset (OSS).

He
wieman01 is offline   Reply With Quote
Old June 29th, 2006   #23
Antonino Sabetta
First Cup of Ubuntu
 
Join Date: May 2006
Beans: 3
Re: New Skype Beta out!

Open the terminal and type the following:
mv ~/.asoundrc ~/.asoundrc.old

"mv" means "rename" (or "move").
Please note that a restart of alsa may be needed. The easiest way to do it is rebooting the machine.
Antonino Sabetta is offline   Reply With Quote
Old June 29th, 2006   #24
Antonino Sabetta
First Cup of Ubuntu
 
Join Date: May 2006
Beans: 3
Re: New Skype Beta out!

The removal of .asoundrc is a potential fix only for those that have fiddled with it in the past to make the old skype work. If you do not have it, it's likely that you problem is something else (or maybe the fiddling was done on the system-wide /etc/asoundrc file).
Antonino Sabetta is offline   Reply With Quote
Old June 29th, 2006   #25
d3dtn01
Just Give Me the Beans!
 
Join Date: Mar 2006
Location: California
Beans: 82
Ubuntu 8.10 Intrepid Ibex
Re: New Skype Beta out!

I also have been having trouble with skype since upgrading to dapper. I just installed the new 1.3 beta. I had to delete the /etc/asound.conf file to successfully get rid of the "Problem with your sound device" error. However, I still have a problem. When I use echo123, it's not recording my voice. To see what was up with my mic, I tried to record a test with ubuntu's sound recorder. That didn't work. It doesn't appear to be capturing the input. I'm not very familiar with how the mic works. I'm hoping that I just need to change a setting. Here's some info from my alsa mixer settings:

It says at the top: HDA Intel (Alsa mixer)
Under playback tab I have 4 volume controls: master, pcm, capture mux and capture mux. All of these are unmuted.
Under capture tab I have 1 control: capture. This is unmuted.
Under options tab my input source is mic.

Do I have something wrong here? Or could it be a different problem?
d3dtn01 is offline   Reply With Quote
Old June 29th, 2006   #26
rem
Gee! These Aren't Roasted!
 
rem's Avatar
 
Join Date: Sep 2005
Location: Transylvania
Beans: 177
Ubuntu 9.04 Jaunty Jackalope
Send a message via Yahoo to rem
Re: New Skype Beta out!

Quote:
Originally Posted by d3dtn01
I also have been having trouble with skype since upgrading to dapper. I just installed the new 1.3 beta. I had to delete the /etc/asound.conf file to successfully get rid of the "Problem with your sound device" error. However, I still have a problem. When I use echo123, it's not recording my voice. To see what was up with my mic, I tried to record a test with ubuntu's sound recorder. That didn't work. It doesn't appear to be capturing the input. I'm not very familiar with how the mic works. I'm hoping that I just need to change a setting. Here's some info from my alsa mixer settings:

It says at the top: HDA Intel (Alsa mixer)
Under playback tab I have 4 volume controls: master, pcm, capture mux and capture mux. All of these are unmuted.
Under capture tab I have 1 control: capture. This is unmuted.
Under options tab my input source is mic.

Do I have something wrong here? Or could it be a different problem?

i removed the etc/asound.conf file and completly broked my system ... is that really what you did to make it work?
__________________
Registered Linux user #405326
rem is offline   Reply With Quote
Old June 29th, 2006   #27
d3dtn01
Just Give Me the Beans!
 
Join Date: Mar 2006
Location: California
Beans: 82
Ubuntu 8.10 Intrepid Ibex
Re: New Skype Beta out!

Quote:
Originally Posted by rem
i removed the etc/asound.conf file and completly broked my system ... is that really what you did to make it work?
Well, essentially yes. I typed this:
Code:
mv /etc/asound.conf /etc/asound.conf_backup
then rebooted. That's didn't seem to cause me any problems.
d3dtn01 is offline   Reply With Quote
Old June 29th, 2006   #28
rem
Gee! These Aren't Roasted!
 
rem's Avatar
 
Join Date: Sep 2005
Location: Transylvania
Beans: 177
Ubuntu 9.04 Jaunty Jackalope
Send a message via Yahoo to rem
Re: New Skype Beta out!

Quote:
Originally Posted by d3dtn01
Well, essentially yes. I typed this:
Code:
mv /etc/asound.conf /etc/asound.conf_backup
then rebooted. That's didn't seem to cause me any problems.
I see... don't know what the issue might me over here ... I manged to restore it but in failsafe only...
__________________
Registered Linux user #405326
rem is offline   Reply With Quote
Old June 29th, 2006   #29
matjaz_pirnovar
A Carafe of Ubuntu
 
Join Date: Jun 2006
Beans: 123
Re: New Skype Beta out!

Quote:
Originally Posted by d3dtn01
Well, essentially yes. I typed this:
Code:
mv /etc/asound.conf /etc/asound.conf_backup
then rebooted. That's didn't seem to cause me any problems.
Hi all,

Well, I did manage to get it work with typing above command - mv /etc/asound.conf /etc/asound.conf_backup (well done d3dtn01)

Disabling /etc/asound.conf from previous skype adjustments seem to be the key. At least for the "Problem with the sound device" issues. Hope this command d3dtn01 posted will help others with this problem.

I am damn glad that now sound works, also when using Sound juicer (CD) simultaneously.

But I agree, there are other issues too, so let's keep working on them...

Smile,
M

Last edited by matjaz_pirnovar; June 29th, 2006 at 02:38 PM..
matjaz_pirnovar is offline   Reply With Quote
Old June 29th, 2006   #30
morgengenuss
Gee! These Aren't Roasted!
 
morgengenuss's Avatar
 
Join Date: May 2006
Location: Vienna
Beans: 168
Xubuntu 8.10 Intrepid Ibex
Re: New Skype Beta out!

new skype beta worked out of the box for me. just downloaded the deb file and installed it.
i can only advise you to try to make it work, it really seems to be a big step forward (apart from video-calls it's really close to windows version now).
morgengenuss is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:52 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry