[Bug 195483] Re: Sound Juicer - MP3 quality doesn't change

2014-02-23 Thread Gotit
@Simon
I have tried Sound Juicer 3.4.0 and it no longer provides a way to adjust MP3 
ripping parameters, at least not via the GUI.
Currently I'm using Asunder 2.1 because my wife thinks it provides a richer 
sounding rip than Rubyripper 0.6.2.
Both Asunder and Rubyripper provide control over the ripping parameters.
Granted, my ripping tools may be somewhat down rev. as I am on Ubuntu 12.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/195483

Title:
  Sound Juicer - MP3 quality doesn't change

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-media/+bug/195483/+subscriptions

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


[Bug 1006145] Re: Logitech Mouse not recognised on boot in 12.04 & later

2013-02-09 Thread Gotit
As it turns out, the work-a-round of:
modprobe -r hid_logitech_dj && modprobe hid_logitech_dj
in /etc/rc.local isn't working all that well for me.

I have since made a little shell script that runs as root and contains:
modprobe -r hid_logitech_dj && wait 3 && modprobe hid_logitech_dj

I need to be moving the mouse back and forth vigorously about 6" swings
for the above to work.  Sometimes I need to run it a few times before
the mouse "catches".  If that fails, unplugging and replugging the usb
adapter while vigorously moving the mouse sometimes works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006145

Title:
  Logitech Mouse not recognised on boot in 12.04 & later

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1006145/+subscriptions

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


[Bug 884210] Re: PCI/internal sound not working randomly, random hangs: "cannot set freq 16000 to ep 0x86" shown in syslog

2013-01-13 Thread Gotit
I too followed Marko's workaround about a week ago except I changed the
16000 to 48000 as PESTY describes.  I have not since had any issues with
this error.

My Logitech webcam is:
$ lsusb
Bus 001 Device 002: ID 046d:081b Logitech, Inc. Webcam C310

Thanks Marko!!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884210

Title:
  PCI/internal sound not working randomly, random hangs: "cannot set
  freq 16000 to ep 0x86" shown in syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/884210/+subscriptions

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


[Bug 1006145] Re: Logitech Mouse not recognised on boot in 12.04

2013-01-05 Thread Gotit
I have trouble with Logitech mice (m325 & m510) working on 1 of 3 machines 
running 12.04 32bit.
The machine with the trouble is the newest of the three and originally had a 
secure boot
version of Windoz 8. Under Windoz 8 the mice worked fine. I changed the BIOS to 
be non-UEFI OS,
dumped Windoz 8 and installed 12.04.  The mice register and show when I do a 
lsusb, but they 
fail to work. On the 2 other older machines the mice work great.

I tried running this fix in the terminal:
modprobe -r hid_logitech_dj
modprobe hid_logitech_dj

but NG.

I also tried placing it as typed above in /etc/rc.local, again NG.

However, I seem to have better luck when running it this way:
modprobe -r hid_logitech_dj && modprobe hid_logitech_dj

Maybe something with slamming the driver back in at machine speed!
Of course, if it worked once, why not hammer it, so I added the above
line to /etc/rc.local 5 times just to be sure :)

The most depressing part of this is that my M$ mouse works on the troublesome 
machine
flawlessly.  And then to add insult to injury, the new Logitech mouse package 
come with 
a linux penguin icon on the package!!  One of the few off the shelf products 
that actually
says it has linux support.  How sad.

Maybe there is some contention between newer BIOS with UEFI support and
12.04 causing the issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006145

Title:
  Logitech Mouse not recognised on boot in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1006145/+subscriptions

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


[Bug 685688] Re: Rhythmbox Displays Tracks Multiple Times from UPnP MediaTomb

2011-12-28 Thread Gotit
I gave it a go, but found I could no longer install the Coherence
DLNA/UPnP plugin in the latest Rhythmbox.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685688

Title:
  Rhythmbox Displays Tracks Multiple Times from UPnP MediaTomb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/685688/+subscriptions

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


[Bug 826473] [NEW] Live-magic not making build

2011-08-14 Thread Gotit
Public bug reported:

Live-Magic 1.7
Lucid 10.04

Live-magic is not making the USB or CD build when the "Apply" button is
pressed.

Output from terminal for live-magic v1.7:
gotit@home-desktop:~$ live-magic
/usr/lib/pymodules/python2.6/LiveMagic/controllers/wizard.py:22: 
DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  import popen2
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/LiveMagic/controllers/wizard.py", line 51, 
in on_wizard_apply
self.model = Config(build_dir, **data)
  File "/usr/lib/pymodules/python2.6/DebianLive/__init__.py", line 48, in 
__init__
raise IOError, out
IOError: sh: lh_config: not found

** Affects: live-magic (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826473

Title:
  Live-magic not making build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/live-magic/+bug/826473/+subscriptions

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


[Bug 822292] [NEW] cpulimit not working correctly with mulitcore CPU

2011-08-07 Thread Gotit
Public bug reported:

Lucid 10.04.3 LTS
Cpulimit 1.1-13

Cpulimit is not working correctly with mulitcore CPUs.  From the
website:

If your machine has one processor you can limit the percentage from 0%
to 100%, which means that if you set for example 50%, your process
cannot use more than 500 ms of cpu time for each second. But if your
machine has four processors, percentage may vary from 0% to 400%, so
setting the limit to 200% means to use no more than half of the
available power. In any case, the percentage is the same of what you see
when you run top.

However cpulimit will only allow a setting of 0-100.  If you attempt to
set a higher limit on a mulitcore cpu you will get this error:

gotit@home-desktop:~$ cpulimit -e ghb -l 200

Error: limit must be in the range 0-100


Having a 4 core cpu, if I select a limit of 50%, cpulimit will limit the cpu 
usage to 12%.  Setting the limit to 99% results in a 25% cpu usage and setting 
the limit to 100% results in no limit.

Users with multicore cpu should be able to set the limit above 100 to
adjust cpu usage accordingly,

** Affects: cpulimit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/822292

Title:
  cpulimit not working correctly with mulitcore CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cpulimit/+bug/822292/+subscriptions

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


[Bug 513427] Re: 'net usershare' returned error 255: net usershare add: cannot convert name "Everyone" to a SID. Invalid parameter.

2011-07-09 Thread Gotit
ktp's solution worked for me too.
Thanks, ktp!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/513427

Title:
  'net usershare' returned error 255: net usershare add: cannot convert
  name "Everyone" to a SID. Invalid parameter.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/513427/+subscriptions

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


[Bug 462902] Re: Fan always running since karmic install

2011-06-22 Thread Gotit
Not sure if it will help you Acer users, but I had similar fan problems
with my Acer Aspire 1410.  I found installing piie's patch as described
here: http://ubuntuforums.org/showthread.php?t=1341325 to make my fan
behave.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/462902

Title:
  Fan always running since karmic install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/462902/+subscriptions

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


[Bug 576204] Re: lucid doesn't shut down completely

2011-06-21 Thread Gotit
and so goes our hope for a fix...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/576204

Title:
  lucid doesn't shut down completely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/576204/+subscriptions

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


[Bug 455461] Re: Sound Juicer depends on deprecated libmusicbrainz4

2011-06-06 Thread Gotit
@Philipp
I gave your "re-compile" a try and it seems to be working fine now.  THANKS!!!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/455461

Title:
  Sound Juicer depends on deprecated libmusicbrainz4

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


[Bug 455461] Re: Sound Juicer depends on deprecated libmusicbrainz4

2011-05-29 Thread Gotit
Is this going to be fixed in Lucid or does LTS = Long Term Broken in this case?
The fix seems simple enough from the Gnome crew: 
https://bugzilla.gnome.org/show_bug.cgi?id=650991
and as indicated above, recompile with the newer libmusicbrainz3.

I tried to recompile my own Sound Juicer from source but ran into
dependency hell as I'm not running a development box per se.  I also
went to Debin and tried to get a .deb package to install but the more
recent Sound Juicer deb package depends on gconf2 v2.28.1-2 and Lucid
only has v2.28.1.

** Bug watch added: GNOME Bug Tracker #650991
   https://bugzilla.gnome.org/show_bug.cgi?id=650991

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/455461

Title:
  Sound Juicer depends on deprecated libmusicbrainz4

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


[Bug 576204] Re: lucid doesn't shut down completely

2011-04-21 Thread Gotit
As a follow up, if I boot from a 10.04 live cd and try to shut down my
system gets to the point of saying "remove the cd and press enter".
However, the system will not shut down it just hangs there.

When I boot with 9.10 live cd and shut down it works as expected.  After
I remove the cd and press enter the machine shuts down normally.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/576204

Title:
  lucid doesn't shut down completely

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


[Bug 576204] Re: lucid doesn't shut down completely

2011-03-20 Thread Gotit
** Attachment added: "Desktop with ATI driver"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/576204/+attachment/1923616/+files/Screenshot.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/576204

Title:
  lucid doesn't shut down completely

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


[Bug 576204] Re: lucid doesn't shut down completely

2011-03-20 Thread Gotit
** Attachment added: "uname -a"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/576204/+attachment/1923600/+files/uname-info.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/576204

Title:
  lucid doesn't shut down completely

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


[Bug 576204] Re: lucid doesn't shut down completely

2011-03-20 Thread Gotit
I have tried the "acpi=force" fix but it did not work for me.

I just built a new system with:
 AMD Phenom X4
 MSI mobo 880GM-E43
   -ATI Radeon HD4250 GPU onboard (more on this below)
 MSI nvidia GeForce 9400 GT
 Ubuntu 10.04.2 kernel 2.6.32-30-generic-pae

I installed 10.04.2 and had the no shutdown problem.  So I tried to load the 
ATI driver using System > Administration > Hardware Drivers to see if that 
would help.
Driver install failed the first time tried with a non-specific error.  I tried 
again and the driver installed successfully.  On re-boot the display was bad 
(see attached) so I went back to the stock Ubuntu driver.  However, I did not 
get a boot splash screen.  So I installed the MSI nvidia GeForce 9400 GT card I 
had and loaded he nvidia driver using System > Administration > Hardware 
Drivers.  Splash screen now seen. Still had the no shutdown problem.  So, 
doesn't seem to be video driver related as I had the problem with both stock 
and proprietary drivers.

Checked MSI for updated BIOS but I am very current with only 1 new rev
available.  It seems to be a very minor bug fix and would have nothing
to do with my shutdown problem.

If I press Esc after selecting shutdown I see the text of what is
happing during the shutdown process.  The text seems normal and even
gives a "shutdown" command at the end and then just hangs there.  I must
press the power button to shutdown the system.

Attached: uname -a, lspci and display screen shot with ATI driver.

** Attachment added: "lspci info"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/576204/+attachment/1923599/+files/lspci-info.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/576204

Title:
  lucid doesn't shut down completely

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


[Bug 540801] Re: X server starts before Plymouth, or a very short time after (no or brief splash)

2011-03-17 Thread Gotit
I take it all back! :-)
It seems it takes a while for the mobo's on-board video to turn on.  I 
installed a nvidia video card and the boot splash shows.  However, after 
installing the nvidia video driver the splash screen resolution is lower than 
1920 x 1080 that I have my display set at.  

So, it's working (don't know if the "work around" was ever needed), now
if someone can just tell me how to adjust the splash resolution...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/540801

Title:
  X server starts before Plymouth, or a very short time after (no or
  brief splash)

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


[Bug 540801] Re: X server starts before Plymouth, or a very short time after (no or brief splash)

2011-03-16 Thread Gotit
Having the same problem on a fresh install of 10.04.2.
New MOBO: MSI 880GM-43E
Video Chip: ATI Radeon HD4250
Video Driver: stock ubuntu

Work around does not work:
echo "FRAMEBUFFER=yes" | sudo tee /etc/initramfs-tools/conf.d/splash

sudo update-initramfs -u

very annoying as I have 3 other machines upgraded from 9.10 that show
the splash just fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/540801

Title:
  X server starts before Plymouth, or a very short time after (no or
  brief splash)

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


[Bug 356022] Re: unable to mount or browse samba networks

2011-01-09 Thread Gotit
I haven't had much need for connecting to shared locations since my last
post, but that has changed.  Again, I found myself fighting this problem
and it was proving to be a real bugger trying to connect to local
shares.  However, I did find the following combination to work very well
for me:

1. In etc/smba/smb.conf uncomment this line and make it read:
name resolve order = lmhosts wins bcast host
Notice "host" is last in the order. 
I have switched from Google DNS to OpenDNS and I needed this to help 
resolve behind my firewall.

2. In etc/smba/smb.conf make this line read with the name of your workgroup:
workgroup = 

3. In Firestarter (firewall config tool):
   Edit > Preferences > Advanced Options un-check "Block broadcasts from 
external network"
This was key in my case.  After making changes #1 & 2 above I was still 
have a difficult time connecting to shared locations.  So then in Firestarter I 
added a rule to the firewall to open Samba port ranges of 137-139 and 445 and 
gave it my internal network range, but that didn't seem to make any difference 
and have since removed that rule .  Only when I unchecked "Block broadcasts 
from external network" was I able to easily connect to local shares (initial 
connection may take 2 attempts sometimes).
Note: Firestarter defaults to "Block broadcasts from external network" as 
checked and "Block broadcasts from internal network" as un-checked.  So I now 
have both of these un-checked.  

Is this a big security risk outside of my home network?

I don't know if there is a bug with the firewall, Firestarter or I'm
just flat missing something.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/356022

Title:
  unable to mount or browse samba networks

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


[Bug 685688] Re: Rhythmbox Displays Tracks Multiple Times from UPnP MediaTomb

2010-12-05 Thread Gotit

** Attachment added: "MediaTomb_Files.png"
   
https://bugs.launchpad.net/bugs/685688/+attachment/1756812/+files/MediaTomb_Files.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685688

Title:
  Rhythmbox Displays Tracks Multiple Times from UPnP MediaTomb

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


[Bug 685688] [NEW] Rhythmbox Displays Tracks Multiple Times from UPnP MediaTomb

2010-12-05 Thread Gotit
Public bug reported:

Binary package hint: rhythmbox

I have MediaTomb setup as a UPnP server.  When I check to see what
MediaTomb is sharing under Shared in RhythmBox, shared tracks are
displayed multiple times.  I know MediaTomb's database relates several
attributes to tracks it is sharing such as title, album, genera, year,
artist...etc.  It seems that RhythmBox displays a shared track once for
each of the attributes.

Totem Move Player has the sense to group tracks by the attributes so you
only see the track once under each attribute.  I have attached screen
shots from RhythmBox and Totem MP to help explain the problem

Ubuntu 10.04 i386
Kernel 2.6.32-26
Gnome 2.30.2
Rhythmbox 0.12.8
Rhythmbox-plugin-coherence 0.12.8
Totem 2.30.2
Totem-plugins-extra 2.30.2
gstreamer 0.9.1.1

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685688

Title:
  Rhythmbox Displays Tracks Multiple Times from UPnP MediaTomb

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


[Bug 482736] Re: Notifications in k3b don't play completely

2010-09-10 Thread Gotit
I had the same problem in 2 systems running Lucid.  However, I found a
fix here that says K3B doesn't play the sounds because they are .wav
files but if you use .ogg file the sound plays completely and it worked
for me!!

http://forums.opensuse.org/english/information-new-users/unreviewed-how-
faq/442106-how-fix-k3b-not-playing-notification-sounds.html

-- 
Notifications in k3b don't play completely
https://bugs.launchpad.net/bugs/482736
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 195483] Re: Sound Juicer - MP3 quality doesn't change

2010-07-11 Thread Gotit
@Bruce R
My experience is that making changes in Sound Juicer's output format doesn't 
make any difference in the resulting mp3 quality.  I used your setting above 
and then modified it to have vbr-quality=0 and extracted the same trac off the 
same CD, both resulting files report the bitrate of 128.

I am running:
Ubuntu 9.04
Lame 3.98
Sound Juicer 2.26.1
Ubuntu restricted extras 31

-- 
Sound Juicer - MP3 quality doesn't change
https://bugs.launchpad.net/bugs/195483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307637] Re: BCM4312/Ubuntu 8.10/Dell Inspiron 1525 wireless not working if SSID hidden

2010-06-15 Thread Gotit
I find Lucid works better but not 100%.  About 10% of the time when I
boot Lucid it will not find my hidden SSID.  After waiting for about 2
min I click the wireless icon and select connect to hidden network and
select my hidden SSID out of the dropdown on the pop-up.

-- 
BCM4312/Ubuntu 8.10/Dell Inspiron 1525 wireless not working if SSID hidden
https://bugs.launchpad.net/bugs/307637
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 356022] Re: unable to mount or browse samba networks

2010-06-11 Thread Gotit
Thanks for your Google DNS work-a-round.
However, this problem doesn't seem to exist in my JJ 9.04 machine but I 
experienced it in both of my LL 10.04 machines. 

In my LL 10.04 machines I found simply changing Network Manager to use
Google's DNS wasn't sufficient and I still had the problem of not being
able to browse my local network locations.  So, I changed my router to
use Google's DNS and that resolved my problem on both of my LL 10.04
machines.

So, it seems the older JJ 9.04 was able to handle Concast's DNS but the
new LL 10.04 lost the recipe!!

-- 
unable to mount or browse samba networks
https://bugs.launchpad.net/bugs/356022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 356022] Re: unable to mount or browse samba networks

2010-06-11 Thread Gotit
Oh, there's another work-a-round here:
http://ubuntuforums.org/showthread.php?p=9442639#post9442639 and that
worked for me too.

-- 
unable to mount or browse samba networks
https://bugs.launchpad.net/bugs/356022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 498130] Re: Emerald crashes when selecting themes. Ubuntu 10.04 (Alpha1)

2010-06-06 Thread Gotit
I agree, it no longer crashes for me either!

-- 
Emerald crashes when selecting themes. Ubuntu 10.04 (Alpha1)
https://bugs.launchpad.net/bugs/498130
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 572246] Re: Simple scan crashes with "buffer overflow detected"

2010-05-17 Thread Gotit
I'm getting the same problem but only when my wireless network connection is 
active.  The scanning GUI pops up for about 1 second and then aborts.  If I 
turn-off wireless then scanning behaves normally using:
simple-scan
xsane
iscan

Also, if I launch a scanning GUI while wireless is down, and then bring my 
wireless connection up scanning works normally.  However, if I close the 
scanning GUI and try to launch it again the GUI will abort each time until I 
deactivate my wireless network connection.
Running
-Version-
Kernel  : Linux 2.6.32-22-generic (x86_64)
Distribution: Ubuntu 10.04 LTS

While Wireless is active I get:
$simple-scan -d
** (simple-scan:2878): DEBUG: Starting Simple Scan 1.0.2, PID=2878
** (simple-scan:2878): DEBUG: Restoring window to 600x400 pixels
** (simple-scan:2878): DEBUG: sane_init () -> SANE_STATUS_GOOD
** (simple-scan:2878): DEBUG: SANE version 1.0.20
** (simple-scan:2878): DEBUG: Requesting redetection of scan devices
** (simple-scan:2878): DEBUG: Processing request
*** buffer overflow detected ***: simple-scan terminated

-- 
Simple scan crashes with "buffer overflow detected"
https://bugs.launchpad.net/bugs/572246
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307637] Re: BCM4312/Ubuntu 8.10/Dell Inspiron 1525 wireless not working if SSID hidden

2010-03-21 Thread Gotit
Having the same problem with Ubuntu 9.10. on a new Acer 1410.  If I set
my router to broadcast my SSID I can get access.  Then I go back to
hidden SSID and I can still connect for a while, but eventually NM will
no longer connect.

Acer Aspire 1410
Ubuntu 9.10
Network Controller: Intel WiFi Link 100 Series
Network Adapter: Intel WiFi Link 1000 BGN
Subsystem: Intel Corporation Device 1305
Kernel driver in use: iwlagn

When I boot into Windowz 7 it seems to work fine with my router set to
hidden SSID.

-- 
BCM4312/Ubuntu 8.10/Dell Inspiron 1525 wireless not working if SSID hidden
https://bugs.launchpad.net/bugs/307637
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 225851] Re: RTL8187 wireless driver disconnects ( Wg111v2 in Hardy )

2010-01-30 Thread Gotit
My WG111v2 has similar low signal strength ~23% at 1.5 feet from the router.
running Jaunty 2.6.28-17 kernel
NetworkManager Applet 0.7.0.100

I ran a speed test from http://speedtest.net/ and from 
http://www.speakeasy.net/speedtest/ and both seemed to show normal performance 
for my ISP plan.
Also, I noticed the status light on the WG111v2 dongal only flashes once at 
start-up and is otherwise dark.

I installed Netgear drivers in XP VirtualBox (would not run in WINE) and signal 
strength was at ~98%.
The status light on the WG111v2 shown bright blue as the manual said it should 
be.

-- 
RTL8187 wireless driver disconnects ( Wg111v2 in Hardy ) 
https://bugs.launchpad.net/bugs/225851
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 500661] [NEW] No Audio Notifications

2009-12-26 Thread Gotit
Public bug reported:

Binary package hint: k3b

Since upgrading to JJ (9.04) I don't get any sound notifications at all from 
K3b! 
  - Success burn (bugle)
  - Error (wah wah wah)
  - Insert media (thunk)

I can set the notifications to write to a log file and that works just
fine. Only the sound notifications don´t work. Other apps with audio
wave files work fine, but not K3b. Yes, they are selected in K3b
settings > configure > notifications.

I have checked and the K3b wave files are in the right location 
usr/share/sounds but they just don´t get played.
The .wav files are not corrupt as I can play them independently with Movie 
Player.

Otherwise, K3b works just fine.

Ubuntu: JJ 9.04
kernel: 2.6.28-17-generic (i686)
Gnome: 2.26
Processor: AMD Athlon 64 Processor 3500+
Audio Adapter: HD-Intel - HDA NVidia
Sound Preferences > Sound Events > Sound playback > PulseAudio Sound Server
K3b: v1.0.5 (Using KDE 3.5.10)

** Affects: k3b (Ubuntu)
 Importance: Undecided
 Status: New

-- 
No Audio Notifications
https://bugs.launchpad.net/bugs/500661
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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