Re: [ubuntu-in] Sound problems in maverick meerkat

2011-02-15 Thread Narendra Diwate
On Tue, Feb 15, 2011 at 4:00 PM, Neha Jain neha.hbti...@gmail.com wrote:


I copied the stuff from my ext. HD back to the lappy by
 $ cp -R /media/Elements/home/njain /home

   Please suggest me what could be the possible cause of this issue and how
 could I resolve it?



Just a thought. /home contains the hidden configuration settings files of
all apps. When you copied from HDD to /home, the existing ones might have
been overwritten. Thus the problem.

Not a big expert, but this came to mind as a probable cause.

-- 
Regards

Narendra Diwate
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Sound problems in maverick meerkat

2011-02-15 Thread Nitesh Mistry
On Tue, Feb 15, 2011 at 04:00:48PM +0530, Neha Jain wrote:
 Well, everything was working fine once I had installed it, but then after
 the broadcom sta driver started woking, I copied the stuff from my ext. HD
 back to the lappy by
 $ cp -R /media/Elements/home/njain /home

Are you sure that the command worked? Ideally it should have failed as
copying anything to a directory outside *your* home directory (eg.
'/home/njain') requires 'sudo'. So either your command should have been:

$ cp -R /media/Elements/home/njain /home/your-user-id

or

$ sudo cp -R /media/Elements/home/njain /home

or you have set world write permission to your root or /home directory
which is highly undesirable.

In any case, I don't think that command should have caused the sound
problem.

Do you remember any error or warning messages being displayed on terminal
when you gave that command?


 The error I saw in rhythmbox is configured audiosink bin1 not found, IIRC.

Try running rhythmbox from the terminal, like:
$ rhythmbox

and post the output. It might help finding the real cause of this problem.
Also try googling the error line that you find in the output.


-- 
Regards,
Nitesh Mistry | www.mistrynitesh.com
PGP key id: A6FEF696 | 'geekosopher' on freenode irc


pgpZNDc8SB0TL.pgp
Description: PGP signature
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Sound problems in maverick meerkat

2011-02-15 Thread Jkhatri

On Tuesday 15 February 2011 04:00 PM, Neha Jain wrote:

Hey all,

Some days back I posted that I was unable to install maverick properly 
on my machine. The response here really helped me. I thank you all, 
first of all for the prompt response. Expecting the same ;)


Well, everything was working fine once I had installed it, but then 
after the broadcom sta driver started woking, I copied the stuff from 
my ext. HD back to the lappy by

$ cp -R /media/Elements/home/njain /home

After I had done this, apart from the local keyring issue, which I 
solved, thanks to Google, I am facing the problem with the sound..None 
of the applications play sound- rhythmbox, totem, mplayer, even flash 
in firefox. The videos work mute!

The error I saw in rhythmbox is configured audiosink bin1 not found, IIRC.

Please suggest me what could be the possible cause of this issue and 
how could I resolve it?


ps. Tried googling, 4 search results came up, not of much help! :(

--
Smiles
Neha )

which sound card is there ??

run following[1][2] command and post the output

[1] lspci | grep Audio device

[2] modprobe -l | grep snd


--

*/

Jatin Khatri

Web www.khatrijatin.co.nr http://www.khatrijatin.co.nr/

www.fedoraproject.org/wiki/Jatin http://www.fedoraproject.org/wiki/Jatin

Phone (+91) 98250 20393

Save Paper, Save Environment.**
/*(Plant at least one tree in your life and nurture it !!!)*/


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Sound problems in maverick meerkat

2011-02-15 Thread Neha Jain
On Tue, Feb 15, 2011 at 4:42 PM, Nitesh Mistry mail...@mistrynitesh.netwrote:

 On Tue, Feb 15, 2011 at 04:00:48PM +0530, Neha Jain wrote:
  Well, everything was working fine once I had installed it, but then after
  the broadcom sta driver started woking, I copied the stuff from my ext.
 HD
  back to the lappy by
  $ cp -R /media/Elements/home/njain /home

 Are you sure that the command worked? Ideally it should have failed as
 copying anything to a directory outside *your* home directory (eg.
 '/home/njain') requires 'sudo'. So either your command should have been:

 $ cp -R /media/Elements/home/njain /home/your-user-id

 or

 $ sudo cp -R /media/Elements/home/njain /home

 Hey yes it was issued as a sudo.. sorry, missed that. but ye there were no
errors copy happened neatly!


 or you have set world write permission to your root or /home directory
 which is highly undesirable.

 In any case, I don't think that command should have caused the sound
 problem.

 Do you remember any error or warning messages being displayed on terminal
 when you gave that command?


  The error I saw in rhythmbox is configured audiosink bin1 not found,
 IIRC.

 Try running rhythmbox from the terminal, like:
 $ rhythmbox

yeah will do that, once i am at home.


 and post the output. It might help finding the real cause of this problem.
 Also try googling the error line that you find in the output.


 I tried googling that error..not much help, though
Also, could you tell me the folder that manages the sound and is present in
/home as hidden, may be that caused the problem..

  --
 Regards,
 Nitesh Mistry | www.mistrynitesh.com
 PGP key id: A6FEF696 | 'geekosopher' on freenode irc

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in




-- 
Smiles
Neha )
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Sound problems in maverick meerkat

2011-02-15 Thread Neha Jain
On Tue, Feb 15, 2011 at 5:42 PM, Neha Jain neha.hbti...@gmail.com wrote:



 On Tue, Feb 15, 2011 at 4:42 PM, Nitesh Mistry 
 mail...@mistrynitesh.netwrote:

 On Tue, Feb 15, 2011 at 04:00:48PM +0530, Neha Jain wrote:
  Well, everything was working fine once I had installed it, but then
 after
  the broadcom sta driver started woking, I copied the stuff from my ext.
 HD
  back to the lappy by
  $ cp -R /media/Elements/home/njain /home

 Are you sure that the command worked? Ideally it should have failed as
 copying anything to a directory outside *your* home directory (eg.
 '/home/njain') requires 'sudo'. So either your command should have been:

 $ cp -R /media/Elements/home/njain /home/your-user-id

 or

 $ sudo cp -R /media/Elements/home/njain /home

 Hey yes it was issued as a sudo.. sorry, missed that. but ye there were no
 errors copy happened neatly!


 or you have set world write permission to your root or /home directory
 which is highly undesirable.

 In any case, I don't think that command should have caused the sound
 problem.

 Do you remember any error or warning messages being displayed on terminal
 when you gave that command?


  The error I saw in rhythmbox is configured audiosink bin1 not found,
 IIRC.

 Try running rhythmbox from the terminal, like:
 $ rhythmbox

 yeah will do that, once i am at home.


njain@njain-laptop:~$ rhythmbox

(rhythmbox:1840): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
** (rhythmbox:1840): DEBUG: Syncdaemon not running, waiting for it to start
in NameOwnerChanged
** (rhythmbox:1840): DEBUG: Loading the real store page

** (rhythmbox:1840): WARNING **: Got less number of items in credentials
hash table than expected!
** (rhythmbox:1840): DEBUG: navigation requested to
https://one.ubuntu.com/music/store-no-token

(rhythmbox:1840): Rhythmbox-CRITICAL **: rb_property_view_set_selection:
assertion `RB_IS_PROPERTY_VIEW (view)' failed

(rhythmbox:1840): Rhythmbox-CRITICAL **: rb_property_view_set_selection:
assertion `RB_IS_PROPERTY_VIEW (view)' failed

(rhythmbox:1840): Rhythmbox-CRITICAL **: rb_property_view_set_selection:
assertion `RB_IS_PROPERTY_VIEW (view)' failed

(rhythmbox:1840): Rhythmbox-CRITICAL **: rb_property_view_set_selection:
assertion `RB_IS_PROPERTY_VIEW (view)' failed

(rhythmbox:1840): Rhythmbox-CRITICAL **: rb_property_view_set_selection:
assertion `RB_IS_PROPERTY_VIEW (view)' failed

(rhythmbox:1840): Rhythmbox-CRITICAL **: rb_property_view_set_selection:
assertion `RB_IS_PROPERTY_VIEW (view)' failed
** (rhythmbox:1840): DEBUG: navigation requested to
http://stores.7digital.com/default.aspx?shop=496partner=983




 and post the output. It might help finding the real cause of this problem.
 Also try googling the error line that you find in the output.


 I tried googling that error..not much help, though
 Also, could you tell me the folder that manages the sound and is present in
 /home as hidden, may be that caused the problem..

  --

 Regards,
 Nitesh Mistry | www.mistrynitesh.com
 PGP key id: A6FEF696 | 'geekosopher' on freenode irc

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in




 --
 Smiles
 Neha )




-- 
Smiles
Neha )
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Sound problems...

2007-05-09 Thread Onkar Shinde
On 5/9/07, Sanjay Bhangar [EMAIL PROTECTED] wrote:
 Hey list,

 This is the problem:
 When I plug in headphones to my laptop, sound plays on the headphones, but
 wont turn off on my laptop. If i turn the volume down, it goes down on both.
 I tried alsa mixer, but it doesn't have separate controls. It's a little
 strange, and quite annoying. I tried reading up on ALSA configurations, etc.
 but couldn't find any reference for this specific problem. I have a Lenovo
 N100 3000, running Ubuntu 6.10 .


Does your laptop has intel chipset? If it is so then I think it is a
known bug with alsa drivers. You should find the bug in launchpad or
try to google it. Can't help more with it as I neither have link to
bug noe to the workaround which I read about a month back.



Onkar
-- 
Passion - Some people climb mountains - others write Free software.
Don't ask why - the reason is the same.

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in