[Bug 63967] Re: machine does not wake up after suspend

2008-07-30 Thread Kzin
Toshiba Satellite A100-LE1
2.6.24-19-generic
ro quiet splash noapic acpi=force irqpoll
Ubuntu Hardy Heron 8.04

When system suspended the console power light and syslog indicate the system 
has entered suspend.
On resume console lights indicate the system has resumed, HDD light flashes.
Screen remains black, HDD light shows no activity (have seen it frozen on and 
frozen off)

If Fn F6 or F7 are pressed (Brightness controls) the Fn indicator light
is frozen on.


Following is the syslog, including dmesg attachment.
Jul 30 18:55:36 ModylBot gnome-power-manager: (kzin) Suspending computer. 
Reason: The lid has been closed on AC power.
Jul 30 18:55:52 ModylBot NetworkManager:   Going to sleep. 
Jul 30 18:55:54 ModylBot avahi-daemon[4883]: Interface ath0.IPv4 no longer 
relevant for mDNS.
Jul 30 18:55:54 ModylBot avahi-daemon[4883]: Leaving mDNS multicast group on 
interface ath0.IPv4 with address 192.168.9.100.
Jul 30 18:55:54 ModylBot avahi-daemon[4883]: Withdrawing address record for 
fe80::216:e3ff:fe1b:bd0d on ath0.
Jul 30 18:55:54 ModylBot avahi-daemon[4883]: Withdrawing address record for 
192.168.9.100 on ath0.
Jul 30 18:55:54 ModylBot dhclient: receive_packet failed on ath0: Network is 
down
Jul 30 18:55:54 ModylBot dhclient: There is already a pid file 
/var/run/dhclient.ath0.pid with pid 5801
Jul 30 18:55:54 ModylBot dhclient: killed old client process, removed PID file
Jul 30 18:55:55 ModylBot dhclient: wifi0: unknown hardware address type 801
Jul 30 18:55:55 ModylBot dhclient: wifi0: unknown hardware address type 801
Jul 30 18:55:55 ModylBot dhclient: DHCPRELEASE on ath0 to 192.168.9.254 port 67
Jul 30 18:55:55 ModylBot dhclient: send_packet: Network is unreachable
Jul 30 18:55:55 ModylBot dhclient: send_packet: please consult README file 
regarding broadcast address.
Jul 30 18:55:55 ModylBot NetworkManager:  [1217469355.953639] 
nm_hal_device_removed(): Device removed (hal udi is 
'/org/freedesktop/Hal/devices/net_00
_16_e3_1b_bd_0d'). 
Jul 30 18:55:56 ModylBot NetworkManager:   Deactivating device ath0. 
Jul 30 18:55:56 ModylBot kernel: [  935.075547] ACPI: PCI interrupt for device 
:02:04.0 disabled
Jul 30 18:55:56 ModylBot kernel: [  935.075598] ath_pci: driver unloaded
Jul 30 18:55:56 ModylBot kernel: [  935.215478] ACPI: PCI interrupt for device 
:02:07.0 disabled
Jul 30 18:55:57 ModylBot NetworkManager:   
nm_device_802_11_wireless_get_mode(): error getting card mode on ath0: No such 
device 
Jul 30 18:55:57 ModylBot NetworkManager:  [1217469357.414749] 
nm_hal_device_removed(): Device removed (hal udi is 
'/org/freedesktop/Hal/devices/net_00
_16_e3_1b_bd_0d_0'). 
Jul 30 18:55:57 ModylBot NetworkManager:  [1217469357.414850] 
nm_hal_device_removed(): Device removed (hal udi is 
'/org/freedesktop/Hal/devices/net_00
_a0_d1_3b_25_03'). 
Jul 30 18:55:57 ModylBot NetworkManager:   Deactivating device eth0. 
Jul 30 18:55:57 ModylBot kernel: [  936.791924] ACPI Error (evxfevnt-0383): 
Could not disable RealTimeClock events [20070126]
Jul 30 19:01:34 ModylBot syslogd 1.5.0#1ubuntu1: restart.


** Attachment added: "dmesg.txt"
   http://launchpadlibrarian.net/16434934/dmesg.txt

-- 
machine does not wake up after suspend
https://bugs.launchpad.net/bugs/63967
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 123773] Re: 'SIOCSIFFLAGS: Cannot assign requested address' when setting up ip alias

2008-11-28 Thread Kzin
Present in 8.10, 2.6.27-7-server.

-- 
'SIOCSIFFLAGS: Cannot assign requested address' when setting up ip alias
https://bugs.launchpad.net/bugs/123773
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 366360] Re: Fails to parse xorg.conf

2009-06-17 Thread Kzin
Thank you Jay, that fixed mine too.
Added Device "Default Device" under the section Screen.
then gksudo nvidia-settings

-- 
Fails to parse xorg.conf
https://bugs.launchpad.net/bugs/366360
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 200294] Re: bios bug 8254 timer not connected to IO-APIC - no boot on Batterie -freeze when plug out AC -Asus X50V Notebook

2008-10-27 Thread Kzin
Toshiba Satellite A100-LE1
2.6.27-7-generic
ro quiet splash 
Ubuntu Intrepid Ibex 8.04

If you aren't on the latest, IE Hardy or Stable, you can add the following 
lines to your kernel parameters to work around the bug.
noapic acpi=force irqpoll

You can test this by pressing ESC (if needed to see the kernel list) during 
boot, selecting desired kernel and pressing 'e' to edit the boot params.  
Select the one that ends with "splash" and append the above line to it.  If it 
works, then edit the /boot/grub/menu.lst and append the params to the 
appropriate line. 
(should look like...)
kernel  /boot/vmlinuz-2.6.24-21-generic 
root=UUID=7e4a9fd6-971f-47a5-a09c-99f567eceea9 ro quiet splash noapic 
acpi=force irqpoll

Next time the kernel is updated it will prompt you as to weather or not
you would like to keep YOUR menu.lst or the one that comes with the
package.  I always choose the Package maintainer's version, and then re
add the line.

Just a note that I was having this issue, but it now seems to be fixed
in Intrepid Ibex with 2.6.27-7 kernel.  (I no longer need to append the
kernel params to suppress the message)

-- 
bios bug 8254 timer not connected to IO-APIC - no boot on Batterie -freeze when 
plug out AC -Asus X50V Notebook
https://bugs.launchpad.net/bugs/200294
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 260492] Re: opening a directory using an application change associations incorrectly

2008-11-01 Thread Kzin
Same problem upgraded today.
Old mimeapps.list;
[Added Associations]
audio/mp4=rhythmbox.desktop;
application/x-executable=wine.desktop;file-roller.desktop;
application/pdf=evince.desktop;gimp.desktop;
inode/directory=totem-gstreamer.desktop;totem.desktop;nautilus-folder-handler.desktop;userapp-nautilus-3P71JU.desktop;
video/x-ms-wmv=vlc.desktop;
video/x-msvideo=vlc.desktop;
audio/x-wav=vlc.desktop;

New mimeapps.list;
[Added Associations]
audio/mp4=rhythmbox.desktop;
application/x-executable=wine.desktop;file-roller.desktop;
application/pdf=evince.desktop;gimp.desktop;
inode/directory=nautilus-folder-handler.desktop;userapp-nautilus-3P71JU.desktop;
video/x-ms-wmv=vlc.desktop;
video/x-msvideo=vlc.desktop;
audio/x-wav=vlc.desktop;

The inode/directory thing is the bit I changed to fix the problem.
Associating the folders with totem doesn't seem something that I would
have likely done before upgrading to Ibex.

-- 
opening a directory using an application change associations incorrectly
https://bugs.launchpad.net/bugs/260492
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 106380] Re: No sound or distorted sound from certain Audigy models by default due to digital output being unmuted

2008-11-02 Thread Kzin
Confirmed in Intrepid Release 2.6.27-7-generic
Daniel, if it is indeed not possible to query the hardware, my suggestion would 
be to prompt the user.  Like when you change your menu.lst for grub, if there 
are changes in the file it lets the user make the decision to keep theirs or 
overwrite with the package maintainer's version.

If the user is prompted somehow with information and the option to
enable or disable, then given directions on how to access the setting it
would be a lot more "friendly" and people wouldn't have to spend x time
trying to find this post. Or, heaven forbid, they don't even really know
whats going on and are just trying the OS for the first time.

Just my 2 bits =)

-- 
No sound or distorted sound from certain Audigy models by default due to 
digital output being unmuted
https://bugs.launchpad.net/bugs/106380
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 188957] Re: update manager hangs in hardy alpha 4

2008-06-04 Thread Kzin
+1 to Richard's post
I did not have to change 127.0.1.1 to 127.0.0.1 as the example implies, but I 
added the extra "Udesktop" and voila.
Using Ubuntu 8.04 LTS (Release)

-- 
update manager hangs in hardy alpha 4
https://bugs.launchpad.net/bugs/188957
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 228001] Re: k9copy doesn't encode mpeg4

2008-10-09 Thread Kzin
*** This bug is a duplicate of bug 180710 ***
https://bugs.launchpad.net/bugs/180710

I think this duplicate status may be wrong; #180710 seems to be about
the incomplete nature of the output file.

As the initial bug report is a little vague, I am judging by zac's comments as 
to what this bug report is about.  Can we change the scope somewhat to what zac 
is writing?  It is true that the -lavfopts 
i_certify_that_my_video_stream_does_not_use_b_frames is no longer necessary, 
and in fact stops encoding altogether.  Its not that you will get an incomplete 
file, you will get no file at all - none is created.  By starting k9copy 
manually you can see the errors as they happen and this becomes evident.
The actual GUI trundles through the process, even being so bold to report 100% 
completion on occasion, but the file is never created.
I am using k9copy version 2.0.2, as it comes down for Ubuntu's Intrepid Ibex.
I actually can get a complete file if I start it manually then copy the debug 
output and remove the -lavfopts line.  
IE:
k9play --play --endsector 1897294 --inject /tmp/kde-kzin/k9copy/k9ve14451.tmp 
--input '/home/kzin/TestDVD.ISO' --dvdtitle 1 --chapterlist 
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48
 --initstatus --audiofilter 1,2,3,4 --usecache | mencoder /dev/stdin 
-passlogfile /tmp/kde-kzin/k9copy/k9vk14451.tmp -ovc lavc -lavcopts 
vcodec=mpeg4:vhq:v4mv:vqmin=2:vbitrate=2500 -vf scale=480:-2 -ffourcc DIVX -af 
volume=7 -oac faac -faacopts br=160 -o '/home/kzin/Videos/TestDVD.mp4' -of lavf

Gives me a complete mp4 output.

zac, can you try setting the options to blank instead of commenting it out 
completely?  (Hack/Workaround)
libk9copy/k9mp4enc.cpp:286: *m_process << " " << " ";

-- 
k9copy doesn't encode mpeg4
https://bugs.launchpad.net/bugs/228001
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 195982] Re: Shift key (and caps lock) stop working when using VMWare

2008-09-17 Thread Kzin
To all suffering from this issue...
It would seem that it is harder to track down what causes this issue.  I did 
some googling and found it to cross distros, so perhaps its a kernel problem?  
A problem with vmware tools?  Vmware itself?

Ok, so all said and done I just want to be able to use my kb without
rebooting when this happens.  I stumbled across the following page;

http://www.makesweet.com/bozo/2008/04/09/vmware-stops-shiftctrlalt-key-
from-working/

Why not?  I decided to try, the only problem is that when I open a
terminal and press a key the terminal closes.  Workaround?  I copied the
text from the browser (including the newline) and pasted that into the
terminal and voila, it worked!

The text, if you are stumped and need to copy/paste from your terminal is...
setxkbmap

K, so for Ubuntu, which is Gnome based, I made a little script called
fix kb and dropped it in /usr/sbin, chmod a+x... Contents as follows

#!/bin/sh

zenity --question --text "Go ahead and reset the keyboard map?"
if [ $? = 0 ];
then
 setxkbmap
 zenity --info --text "Done"
fi

I then right-clicked on my panel, add to panel, custom application
launcher, put in the path to my app and now I have a clickable icon on
my menubar so I don't have to mess around with copy/paste from a
browser.

I hope this helps point those looking into this bug in the right
direction somehow, and really hopes it helps those who are as stumped as
I am with this issue and really don't mind a lill button to click on to
fix it in the meantime.

-- 
Shift key (and caps lock) stop working when using VMWare
https://bugs.launchpad.net/bugs/195982
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 195982] Re: Shift key (and caps lock) stop working when using VMWare

2008-09-17 Thread Kzin
Oh blast I am a retard, that whole post was not supposed to go on this
website as you already have the answer here.  I have too many windows
open sorry for repost of info.

Oh well, I'll link back to this bug from the other forum I was posting
to.

-- 
Shift key (and caps lock) stop working when using VMWare
https://bugs.launchpad.net/bugs/195982
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 195982] Re: Shift key (and caps lock) stop working when using VMWare

2008-09-11 Thread Kzin
A note that for me it seems to happen when focus is grabbed by another
process... For example, while I am typing in my VM, aMSN pops up and
minimizes a chat window, stealing focus for a moment.  Or if I am
holding a key while I change my focus.  Its really hard to replicate but
I am getting closer to narrowing down the times at which it happens.

-- 
Shift key (and caps lock) stop working when using VMWare
https://bugs.launchpad.net/bugs/195982
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 63967] Re: machine does not wake up after suspend

2008-09-12 Thread Kzin
I have something interesting to report.

I did an apt-get update, apt-get dist-upgrade today.  Down came the
2.6.27-3 generic.  The machine still doesn't wake up after suspend,
(with or without the noapic acpi=force irqpoll) BUT, the computer was on
and running doing its regular thing when the battery died.  So the
machine went into either hibernate or suspend because when I plugged in
the adapter and powered on, the system load splash said "Waking up.
Please wait... ".

This prompted me to attempt hibernate instead of suspend.

I switched the lid switch to go to hibernate and sure enough hibernate works 
now.  Suspend is still broken, but at least I can make my puter save its 
running state when I close the lid now.
= ^ . ^ =

-- 
machine does not wake up after suspend
https://bugs.launchpad.net/bugs/63967
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 228763] Re: Rhythmbox does nothing when I hit play on a song

2008-06-11 Thread Kzin
I am having the same problem.  Last time it happened disabling Equalizer and 
reopening worked.  This time it didn't work, so I don't think it is what is 
causing the problem.  I captured requested debug log and, because every bit of 
info helps, the world gets to see my music collection (the small one at work at 
least).
Most relevant would be near the bottom, before all the dispose and finalize 
noise.  

(15:45:57) [0x80dc408] [paned_size_allocate_cb] rb-shell.c:2801: paned position 
214
(15:45:57) [0x80dc408] [sidebar_paned_size_allocate_cb] rb-shell.c:2811: 
sidebar paned position 300
(15:45:57) [0x80dc408] [paned_size_allocate_cb] rb-shell.c:2801: paned position 
214
(15:45:57) [0x80dc408] [sidebar_paned_size_allocate_cb] rb-shell.c:2811: 
sidebar paned position 300
(15:45:57) [0x80dc408] [slider_moved_callback] rb-header.c:553: slider is not 
dragging

Koz the slidebar ISN'T panning either.  No sound, no music, no motion.
U can switch tracks, operate menus and manually operate the slider but
no love from the speakers.  Audio works in all other applications, but
oddly enough the same behavior comes about in totem, as Pedro seemed to
suspect.

Odd, changing sound properties for music to ALSA seemed to fix it.
But why then would a reboot clear up the issue on autodetect?

** Attachment added: "HUGE debug log"
   http://launchpadlibrarian.net/15222038/rhythmbox-debug.txt

-- 
Rhythmbox does nothing when I hit play on a song
https://bugs.launchpad.net/bugs/228763
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 63967] Re: machine does not wake up after suspend

2008-09-01 Thread Kzin
I tested and the problem persists with the same behavior =(

I tried 2.6.27-2-generic but when I booted back up into 2.6.24-19-generic, I 
got a crash report.
See https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/263765 for 
the report (I just let the automated post a bug system do its thing, and it 
created a new bug).
I wonder if that is related?

-- 
machine does not wake up after suspend
https://bugs.launchpad.net/bugs/63967
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 63967] Re: machine does not wake up after suspend

2008-09-01 Thread Kzin
Ok, I doubt that bug in the last post is related at all; it is some
known bug that a lot of people have reported already.

I added noapic acpi=force irqpoll back onto my kernel parameters with
the 2.6.27-2-generic kernel and I managed to get an error message when I
pressed the suspend button.

The screen turns black w/ a flashing cursor, after a few seconds an
error jumps up, a little too quick to see, and then another error, also
too quick to see...

The second one was something along the lines of "Freezing of tasks failed after 
20 seconds, SERR action 0x0, DRDY err ata4.00 
Thats about all I could see.

Then the awesome part; I can't get it to give me the error again, it is
now doing the same old suspend light comes on, flashes, won't resume
w/out disconnecting power and battery then restarting.

I am adding the kernel log just in case it helps anything, its unedited
so its pretty big.

** Attachment added: "kern.log.gz"
   http://launchpadlibrarian.net/17219703/kern.log.gz

-- 
machine does not wake up after suspend
https://bugs.launchpad.net/bugs/63967
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 63967] Re: machine does not wake up after suspend

2008-09-07 Thread Kzin
Confirmed working or confirmed broken?
What kernel did you use?

-- 
machine does not wake up after suspend
https://bugs.launchpad.net/bugs/63967
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 26939] Re: about-me control center applet freezes forever when I'm trying to change password

2009-08-06 Thread Kzin
In Ubuntu 8.10 and 9.04 the case in post #5 still occurs.

Using the interface in System > Preferences> About Me> Change password 
from (this is not my password, just for examples sake)
br1Um&2
to
br1Um&3
Hangs.  This is likely because the old password is too much like the new 
password.  However, you can get around it by changing
br1Um&2
to
dog22cat#
then to 
br1Um&3
I guess the issue is that the user is not notified about the password issue and 
the interface hangs.

-- 
about-me control center applet freezes forever when I'm trying to change 
password
https://bugs.launchpad.net/bugs/26939
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 442640] Re: Unable to connect to Logitech Cordless Mediabord Pro(TM)

2010-01-31 Thread Kzin
Same issue w/ MX5500.
Ubuntu 9.10

-- 
Unable to connect to Logitech Cordless Mediabord Pro(TM)
https://bugs.launchpad.net/bugs/442640
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 568050] Re: Ubuntu 10.04 can't create partition on fakeraid

2010-06-11 Thread Kzin
Hello Everybody,
First, I can confirm this bug, SATA RAID1, nVidia nForce4 chipset, onboard MSI 
K8N Neo4 or something like that.
Second, I can confirm Phillip's fix works.
Lastly, I found a more streamlined approach to a successful install, at least 
for me.  Sorry Phillip for the scope creep, but it seems that most people hit 
this same wall once they apply your patch, and that is that grub does not 
install correctly.

This is pretty much copied verbatim from the post by Chris Martin... I
am just going to modify it a bit, there are some key differences, so
keep an eye out;

(1) Start the desktop installer, choose to try Ubuntu (This could work with alt 
install, but this is what I did)
(2) In a terminal window - Install Phillips update:
sudo apt-add-repository ppa:psusi/ppa
sudo apt-get update
sudo apt-get install libparted0

(3) Perform Install - BUT:
(3.a) Choose use overwrite entire disk (all data will be lost)
(3.b) At the last step before the actual install, click the Advanced options 
and uncheck the "install boot loader option". We will install grub (the boot 
loader) later.

(4) After installer finishes return to your terminal window
(4.a) Check that you can view the partitions in the raid array with this command
 $ ls -l /dev/mapper/
 control
 nvidia_achdbjg
 nvidia_achdbjg1
 nvidia_achdbjg5

(5) Install grub2 in your new Ubuntu installation:
 sudo mkdir /m
 sudo mount /dev/mapper/nvidia_achdbjg1 /m
 sudo mount --bind /dev /m/dev/
 sudo mount -t proc proc /m/proc/
 sudo mount -t sysfs sys /m/sys/
 sudo cp /etc/resolv.conf /m/etc/resolv.conf
 sudo chroot /m
 apt-get install grub-pc

Here you get a few menus, and also a prompt as to where you would like to 
install the bootloader.  I installed mine on /dev/mapper/nvidia_achdbjg.  Be 
sure to install it on your mapper device and not your /dev/sdx devices, as 
those aren't available at reboot.
You will get a bunch of memory leak errors.

Reboot and everything works nicely.

Thank you Phillip for the patch and thank you Chris for the steps that
got me most of the way there.  Didn't work for me, but got me on the
right course.

-- 
Ubuntu 10.04 can't create partition on fakeraid
https://bugs.launchpad.net/bugs/568050
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 439648] Re: usb_id errors: "unable to access..."

2009-10-08 Thread Kzin
I can confirm comment #33 by Laurent Simonneau.
If I unplug my Logitech Bluetooth dongle this error goes away.
With the last Kernel update my bluetooth stopped working, now the dongle only 
operates in USB compatibility mode.  This means I cannot pair other devices 
with the dongle, only the Keyboard/Mouse.
The Bluez applet says "No bluetooth devices connected"

-- 
usb_id errors: "unable to access..."
https://bugs.launchpad.net/bugs/439648
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 439648] Re: usb_id errors: "unable to access..."

2009-10-08 Thread Kzin
Er, I suppose I should mention OS;
Linux version 2.6.31-12-generic (bui...@vernadsky) (gcc version 4.4.1 (Ubuntu 
4.4.1-4ubuntu7) ) #41-Ubuntu SMP Wed Oct 7 18:42:46 UTC 2009
As an aside, my bluetooth was working fine in 9.04, until last weeks Kernel 
update.  I went to 9.10 today in the hopes that my bluetooth issue would be 
resolved... Does anyone else use a bluetooth dongle in this thread?  If you 
unplug and reboot, do you still get the error?

-- 
usb_id errors: "unable to access..."
https://bugs.launchpad.net/bugs/439648
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 318465] Re: Logitech MX5000 doesn't connect via bluetooth under ubuntu

2009-10-08 Thread Kzin
Hmmm, updated to latest Kernel and the workaround stopped working.
So tried updating to Karmic in case that would fix it but same issue.  Dongle 
is showing up in USB compatibility mode again.  No longer can I sync my 
smartphone or bluetooth headphones.
Thoughts?
Any logs you would like?
There is a kernel error at boot that is something along the lines of
"usb_id[nnn] unable to access '/devices/pci:00/:00:02.0/usb2/2-8/
usb_id[nnn] unable to access '/devices/pci:00/:00:02.0/usb2/2-8/2-8.2
usb_id[nnn] unable to access '/devices/pci:00/:00:02.0/usb2/2-8/2-8.3"


Excerpt from kern.log
Oct  8 09:59:54 IT-001 kernel: [2.036061] usb 2-8: new full speed USB 
device using ohci_hcd and address 3
Oct  8 09:59:54 IT-001 kernel: [2.257142] usb 2-8: configuration #1 chosen 
from 1 choice
Oct  8 09:59:54 IT-001 kernel: [2.260108] hub 2-8:1.0: USB hub found
Oct  8 09:59:54 IT-001 kernel: [2.263048] hub 2-8:1.0: 3 ports detected
Oct  8 09:59:54 IT-001 kernel: [2.565049] usb 2-8.2: new full speed USB 
device using ohci_hcd and address 4
Oct  8 09:59:54 IT-001 kernel: [2.689158] usb 2-8.2: configuration #1 
chosen from 1 choice
Oct  8 09:59:54 IT-001 kernel: [2.705387] input: Logitech Logitech BT 
Mini-Receiver as 
/devices/pci:00/:00:02.0/usb2/2-8/2-8.2/2-8.2:1.0/input/input4
Oct  8 09:59:54 IT-001 kernel: [2.705469] generic-usb 0003:046D:C70E.0002: 
input,hidraw1: USB HID v1.11 Keyboard [Logitech Logitech BT Mini-Receiver] on 
usb-:00:02.0-8.2/input0
Oct  8 09:59:54 IT-001 kernel: [2.781050] usb 2-8.3: new full speed USB 
device using ohci_hcd and address 5
Oct  8 09:59:54 IT-001 kernel: [2.909155] usb 2-8.3: configuration #1 
chosen from 1 choice
Oct  8 09:59:54 IT-001 kernel: [2.928850] input: Logitech Logitech BT 
Mini-Receiver as 
/devices/pci:00/:00:02.0/usb2/2-8/2-8.3/2-8.3:1.0/input/input5
Oct  8 09:59:54 IT-001 kernel: [2.928991] generic-usb 0003:046D:C70A.0003: 
input,hiddev96,hidraw2: USB HID v1.11 Mouse [Logitech Logitech BT 
Mini-Receiver] on usb-:00:02.0-8.3/input0

** Attachment added: "kern.log"
   http://launchpadlibrarian.net/33317217/kern.log

-- 
Logitech MX5000 doesn't connect via bluetooth under ubuntu
https://bugs.launchpad.net/bugs/318465
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 439648] Re: usb_id errors: "unable to access..."

2009-10-09 Thread Kzin
Are you able to sync bluetooth devices s/a headphones/smartphones etc?
Or does System > Preferences > Bluetooth say "Your computer does not
have any Bluetooth adapters plugged in."

-- 
usb_id errors: "unable to access..."
https://bugs.launchpad.net/bugs/439648
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 439648] Re: usb_id errors: "unable to access..."

2009-10-09 Thread Kzin
Confirmed comment #40 by DominicB
A sudo apt-get update sudo apt-get upgrade has at least made the errors go away 
on boot.
My bluetooth still doesn't work, but I guess that'd be out of the scope of this 
thread?

-- 
usb_id errors: "unable to access..."
https://bugs.launchpad.net/bugs/439648
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 318465] Re: Logitech MX5000 doesn't connect via bluetooth under ubuntu

2009-10-09 Thread Kzin
Any objections to raising the priority on this one?  I rely on the
bluetooth dongle for this MX5000 for all my bluetooth devices.

-- 
Logitech MX5000 doesn't connect via bluetooth under ubuntu
https://bugs.launchpad.net/bugs/318465
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 318465] Re: Logitech MX5000 doesn't connect via bluetooth under ubuntu

2009-10-09 Thread Kzin
Ok I just have to figure out how to get this out of HID proxy mode
manually

$ lsusb
Bus 002 Device 009: ID 046d:c70a Logitech, Inc. MX5000 Cordless Desktop
Bus 002 Device 008: ID 046d:c70e Logitech, Inc. MX1000 Bluetooth Laser Mouse
Bus 002 Device 007: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy 
mode)
Bus 002 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

-- 
Logitech MX5000 doesn't connect via bluetooth under ubuntu
https://bugs.launchpad.net/bugs/318465
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 272352] Re: bluez-utils does not put logitech mx 5500 bluetooth into hci mode

2009-10-09 Thread Kzin
Confirmed #5 by Andras Kovacs
I believe this may have a duplicate of 318465 .
However will add to both for now as this one has an assignee...

$ lsusb
Bus 002 Device 009: ID 046d:c70a Logitech, Inc. MX5000 Cordless Desktop
Bus 002 Device 008: ID 046d:c70e Logitech, Inc. MX1000 Bluetooth Laser Mouse
Bus 002 Device 007: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy 
mode)
Bus 002 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Let me know what logs you will need.

-- 
bluez-utils does not put logitech mx 5500 bluetooth into hci mode
https://bugs.launchpad.net/bugs/272352
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 318465] Re: Logitech MX5000 doesn't connect via bluetooth under ubuntu

2009-10-09 Thread Kzin
Ok installed latest kernel and now it works!
k...@it-001:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 007: ID 046d:c709 Logitech, Inc. BT Mini-Receiver (HCI mode)
Bus 002 Device 006: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy 
mode)
Bus 002 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Sorry for the spamposting

-- 
Logitech MX5000 doesn't connect via bluetooth under ubuntu
https://bugs.launchpad.net/bugs/318465
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 318465] Re: Logitech MX5000 doesn't connect via bluetooth under ubuntu

2009-10-09 Thread Kzin
Er, by now it works I am referring to the workaround in post number 5

-- 
Logitech MX5000 doesn't connect via bluetooth under ubuntu
https://bugs.launchpad.net/bugs/318465
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 272352] Re: bluez-utils does not put logitech mx 5500 bluetooth into hci mode

2009-10-09 Thread Kzin
Ok installed latest kernel and now it works according to workaround #5 in 
318465!
k...@it-001:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 007: ID 046d:c709 Logitech, Inc. BT Mini-Receiver (HCI mode)
Bus 002 Device 006: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy 
mode)
Bus 002 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Sorry for the spamposting

-- 
bluez-utils does not put logitech mx 5500 bluetooth into hci mode
https://bugs.launchpad.net/bugs/272352
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 405294] Re: a2dp skips terribly in Karmic

2009-10-09 Thread Kzin
Question; do you also have a bluetooth mouse/keyboard or any other
bluetooth devices you use at the same time as the headset?

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-10-09 Thread Kzin
Chris Carlin;
Could you direct me to the software/command line arguments you used to do this?

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-10-09 Thread Kzin
Fantastic, thanks.
By PA's autodiscover, are you just referring to the system>preferences>sound?

I have been doing a lot of digging on this one and it would seem that there is 
some problem with PA and the kernel.  These links all seem to be related to 
this issue;
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/406702
http://www.mail-archive.com/pulseaudio-tick...@mail.0pointer.de/msg02783.html

What do you think?

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-10-09 Thread Kzin
Ok my issue may be different than yours I suppose.
Using blueman fixes it so/so, I can disable the headset profile and have A2DP 
running.  And it smooths out if I don't use the mouse long enough for it to 
enter sleep mode.  I note that the ul/dl counters on blueman are at 27.5 kb/s 
up and 428 b/s down while listening to A2DP audio.  The moment I wiggle the 
mouse or click any buttons the upstream drops to 2 then raises to about 12 kb/s 
and downstream 1.4 b/s.  
At this point I am willing to take the pulseaudio dev's suggestion that perhaps 
I have a crappy dongle... I am using the Logitech Bluetooth 2.0 EDR dongle that 
came with the MX5000 Keyboard/Mouse combo.
Still it is kind of odd that the bitrate drops like mad when I use the mouse.
I suppose I could test this theory by using the headset with this dongle & 
mouse combo in (ugh) Wintendos and see if I get the same behaviour.

Thanks for taking the time to reply, Chris.

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-10-09 Thread Kzin
Just an update,
Updated the firmware on my Dongle.  That did not resolve the issue. If I turn 
off the mouse and wait for a while, works fine.  Using USB wired mouse instead 
doesn't interrupt playback.
Will update you on how this works in Windtendos when I get a chance. I may just 
go for 2 separate dongles at once.  Wonder if that can be done?

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-11-04 Thread Kzin
I have 2 mice hooked up to my machine.  One USB and one wireless bluetooth.  
When I am not listening to headphones or they are charging, I use the wireless 
mouse.  When I use them I turn off the wireless BT mouse and use the wired one 
=/.
Not much of a workaround but it's all I can do.  I have another dongle on 
order, hoping I can get them on 2 separate channels somehow.
I can also confirm that this issue does not affect Wintendoes.

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-11-04 Thread Kzin
Its like the bandwidth is going only as fast as the slowest device or
something, note post #21

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-11-04 Thread Kzin
Ok,
So I have a separate bluetooth dongle now, as in 2 on the computer.  Keep the 
keyboard and mouse on one, and the headphones on the other.  This works 
smoothly.
Again, not a very elegant workaround, but in my scenario, once the devs sort 
out the issue I can use the new usb bluetooth dongle on another computer, so I 
don't really come out short in the end.

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 318465] Re: Logitech MX5000 doesn't connect via bluetooth under ubuntu

2009-08-25 Thread Kzin
The post..
#16  Schlameel  wrote on 2009-07-13: 
Worked for me!
9.04 Jaunty.  Logitech Bluetooth Desktop MX5000.
I am now able to use my dongle as a Bluetooth hub.  Fine work.

-- 
Logitech MX5000 doesn't connect via bluetooth under ubuntu
https://bugs.launchpad.net/bugs/318465
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 439648] Re: usb_id errors: "unable to access..."

2009-10-13 Thread Kzin
For me yes.  Confirmed solved.

-- 
usb_id errors: "unable to access..."
https://bugs.launchpad.net/bugs/439648
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 405294] Re: a2dp skips terribly in Karmic

2009-10-13 Thread Kzin
>My issue was really defined by looking at the logs and seeing those messages 
>about skipping 
>bytes. If you don't see those messages, then I think it is a different matter.

Yes, I have these messages.  Was just trying to collate everything I
found that seemed to be related to the issue.

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 242323] Re: [needs-packaging] evolution-brutus

2009-10-14 Thread Kzin
Trying to get Evolution to work w/ Exchange 2007.  I can't find this
Brutus plugin, anyone know a current link?

-- 
[needs-packaging] evolution-brutus
https://bugs.launchpad.net/bugs/242323
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 439648] Re: usb_id errors: "unable to access..."

2009-10-15 Thread Kzin
@ #47 tsger
If you see the white Ubuntu logo, all should be good.
The logo goes away when there are messages from the Kernel or early boot, s/a 
"Disc needs to be checked" or "unable to access 
'/devices/pci:00/:00:02.0/usb2/2-3'"

@ #48 glepore
I am not getting this message anymore for sure, and there is now a new Kernel. 
Try doing a dist-upgrade and see if that sorts you out.

sudo apt-get update
sudo apt-get dist-upgrade

Dylan.

-- 
usb_id errors: "unable to access..."
https://bugs.launchpad.net/bugs/439648
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 406702] Re: rtkit requires a kernel patch

2009-10-15 Thread Kzin
Updated Pulseaudio, removed rtkit.  No longer rc'v messages re rtkit in
syslog. (As expected, its not there lol)

-- 
rtkit requires a kernel patch
https://bugs.launchpad.net/bugs/406702
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 405294] Re: a2dp skips terribly in Karmic

2009-10-20 Thread Kzin
Update;
I noticed updates to pulseaudio and bluetooth packages, problem persists after 
update.

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-12-31 Thread Kzin
Did you try the sudo hciconfig hci0 lm master; sudo hciconfig hci0 lp
hold,sniff,park?

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-12-28 Thread Kzin
Tried the hciconfig thing, now this happens

Dec 28 09:24:53 IT pulseaudio[4094]: module-bluetooth-device.c: Skipping 61160 
us (= 10788 bytes) in audio stream
Dec 28 09:24:58 IT bluetoothd[1359]: Suspend request timed out
Dec 28 09:24:58 IT bluetoothd[1359]: suspend failed
Dec 28 09:24:58 IT pulseaudio[4094]: module-bluetooth-device.c: Received error 
condition: Input/output error
Dec 28 09:24:58 IT bluetoothd[1359]: Transaction label doesn't match
Dec 28 09:24:58 IT bluetoothd[1359]: SUSPEND request rejected: Bad State (49)

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-12-28 Thread Kzin
Amendment, if I may...  
hci0 turned out to be the device I added in post #29.  I just removed this 
device and did the same for hci1.  This seems to have helped the issue greatly. 
 I no longer get the syslog spam and the horrible skipping seems to have 
stopped.

Thank you, xby, you are on to something.

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-12-28 Thread Kzin
Bah, post was full of mistakes, 
inssrv should be insserv
initd should be init.d

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 405294] Re: a2dp skips terribly in Karmic

2009-12-28 Thread Kzin
xby,
I wrote a startup script that handles this at boot time. There is not a lot of 
documentation that I can find on this, aside from man.  So yea I warn you this 
is not likely the way to run an action at boot time, more like a service.  But 
it works for me.
I put the attached file in my /etc/init.d/ folder and gave it the +x permission.
I then ran "sudo inssrv -nf /etc/initd/bluetooth-a2dphack".  
It all looked ok so then I ran without the -n "sudo inssrv -f 
/etc/initd/bluetooth-a2dphack"

Nothing is configurable or dynamic, hardcoded, bad bad bad.  I know, but
it worked for me.  If someone wants to fix this properly, or tell me
how, I'll listen =). Provided without warranty etc etc.

A warning, while researching on how to use insserv, some people reported
that it messed up their runlevels to the point that certain services
like cups wouldn't start.  Not sure that this will be the case for you,
but you can look into it yourself. Worked fine for me.

hth

** Attachment added: "Use at your own risk"
   http://launchpadlibrarian.net/37252064/bluetooth-a2dphack

-- 
a2dp skips terribly in Karmic
https://bugs.launchpad.net/bugs/405294
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 1623022] Re: Very slow wireless with rt2800pci

2017-02-11 Thread Kzin
I have the same problem.

$ uname -a
Linux IT-001 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

$ iwconfig
wlan0 IEEE 802.11bgn  ESSID:"x"  
  Mode:Managed  Frequency:2.462 GHz  Access Point:    
  Bit Rate=52 Mb/s   Tx-Power=20 dBm   
  Retry short limit:7   RTS thr:off   Fragment thr:off
  Power Management:on
  Link Quality=70/70  Signal level=-33 dBm  
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:2173  Invalid misc:4912   Missed beacon:0

$ apt list linux-firmware -a
Listing... Done
linux-firmware/xenial-security,xenial-security,xenial-updates,xenial-updates,now
 1.157.8 all [installed,automatic]
linux-firmware/xenial,xenial 1.157 all

My card uses this driver, but I don't think it supports the 5Ghz network
mode. Andrea's workaround does not work for me.

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

Title:
  Very slow wireless with rt2800pci

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

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


[Bug 881557] [NEW] Impossible to restore connection window in Unity

2011-10-25 Thread Kzin
Public bug reported:

Description:Ubuntu 11.10
Release:11.10
remmina:
  Installed: 0.9.3-2
  Candidate: 0.9.3-2

If you have an active connection open it is impossible to get back to the 
Remmina connection window if it was minimized. This must be kept restored or 
you will have to close all of your connections to get to it.
This is only a problem with Unity, as Unity's menu bar does odd things with 
window state.

Expected:
When clicking on minimized program group it is expected that the main remmina 
connection window is available to be restored.

What happens instead:
It isn't available to be restored.

** Affects: remmina (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/881557

Title:
  Impossible to restore connection window in Unity

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

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


[Bug 475615] Re: LOST messages in the chat window, but present in empathy log

2010-06-16 Thread Kzin
Confirmed Lucid Lynx 10.04, same behavior; message missing from chat
window, present in logs.

-- 
LOST messages in the chat window, but present in empathy log
https://bugs.launchpad.net/bugs/475615
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