[ubuntu-uk] No sound

2010-02-21 Thread Keith
It's recently dawned on me that it's been some time since I heard the 
jungle drums when Ubuntu boots up.  I tried playing an mp3 which 
confirmed that I had no sound

I've done a fair bit of googling but to no avail.  Sound is turned on, 
the volume is high, Ubuntu recognises the soundcard, etc., etc.  This is 
a dual boot machine and sound is fine on the PC.

When I hover the mouse on the icon at the top right of the screen a 
yellow message pops up telling me that output is 100%, 0.00 dB, Dummy 
Output.

Can anyone explain this and also advise me how to recover sound.

Cheers,


Keith.

  ---
Keith Bowerman,
Prestwood, south Staffs, England.


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] No sound

2010-02-21 Thread Bruno Girin
On Sun, 2010-02-21 at 16:10 +, Keith wrote:
> It's recently dawned on me that it's been some time since I heard the 
> jungle drums when Ubuntu boots up.  I tried playing an mp3 which 
> confirmed that I had no sound
> 
> I've done a fair bit of googling but to no avail.  Sound is turned on, 
> the volume is high, Ubuntu recognises the soundcard, etc., etc.  This is 
> a dual boot machine and sound is fine on the PC.
> 
> When I hover the mouse on the icon at the top right of the screen a 
> yellow message pops up telling me that output is 100%, 0.00 dB, Dummy 
> Output.
> 
> Can anyone explain this and also advise me how to recover sound.

The bit about "Dummy Output" doesn't look right. Try to right-click on
the sound icon at the top, then select "Sound Preferences", go to the
"Output" tab and check that the device in the option list at the top and
the connector in the drop-down at the bottom are correct. Mine currently
has "Internal Audio Analog Stereo" for the device and "Analog Output /
Amplifier" for the connector.

Cheers,

Bruno



-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Mounting NAS using curlftpfs

2010-02-21 Thread azmodie
On 20 February 2010 11:18, Simon Greenwood  wrote:

>
>
> On 20 February 2010 00:50, Jon Reynolds wrote:
>
>> Thanks for the link, but I think I can't solve my problem like that as
>> this is a NAS drive, not another machine's share.
>>
>> So am still a bit dumbfounded.
>>
>>
> In my experience some of these network drives don't use TCP/IP but a hacked
> version of IPX. Did you have to install drivers for it in Windows?
>
> Simon
>
>
I have a netgear NAS1100 which uses samba shares.  which as you say just
mounts in winxp no problem.
trying to get it to mount in linux had me going round in circles.
eventually turned out i needed to mount a share not the root of the machine
eg. //192.168.0.3/media/ not //192.168.0.3/ and use the name of the share as
username with blank password.

"sudo mount -t cifs //192.168.0.3/media/ /media/fnd/ -o
username=,password='',file_mode=0777,dir_mode=0777"

 this may not be the case but hey worth a try.

azmodie
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/