[Bug 1807974] Re: Wireless regularly breaking (ath10k firmware crashed!) after upgrade to Cosmic

2019-01-08 Thread Aaron Whitehouse
Using the firmware from Comment #5 above stopped the wireless and my my Bluetooth mouse from working, so I have reverted it to the standard Ubuntu version. sudo lspci -vvv -s 02:00.0 gives: 02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32) Su

[Bug 1892379] [NEW] Totem plays video scaled down on HiDPI screen on Wayland with multiple monitors at different fractional scaling

2020-08-20 Thread Aaron Whitehouse
Public bug reported: I am using Ubuntu Focal Fossa with Wayland and two screens. Display 1 is a 3840 x 2160 screen at 200% scaling Display 2 is a 1920x1200 at 100% scaling Fractional Scaling is on. Display 2 is my Primary Display. When I play a video on Display 2, everything works as expected.

[Bug 1892379] Re: Totem plays video scaled down on HiDPI screen on Wayland with multiple monitors at different fractional scaling

2020-08-20 Thread Aaron Whitehouse
** Attachment added: "Display Settings screenshot 2" https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1892379/+attachment/5403155/+files/Screenshot%20from%202020-08-20%2015-56-01.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1892379] Re: Totem plays video scaled down on HiDPI screen on Wayland with multiple monitors at different fractional scaling

2020-08-20 Thread Aaron Whitehouse
** Attachment added: "Display Settings screenshot 1" https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1892379/+attachment/5403154/+files/Screenshot%20from%202020-08-20%2015-55-54.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1892379] Re: Totem plays video scaled down on HiDPI screen on Wayland with multiple monitors at different fractional scaling

2020-08-20 Thread Aaron Whitehouse
** Attachment added: "Playback on 200% screen" https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1892379/+attachment/5403153/+files/Screenshot%20from%202020-08-20%2015-54-40.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1770929] Re: Duplicity fails with UnicodeDecodeError in uexc function

2020-07-03 Thread Aaron Whitehouse
Hello all, Apologies, I missed these recent messages. For background, the error UnicodeDecodeError just means that a non-ASCII character is hitting a piece of code that was not designed to handle it. That is not surprising -- prior to the 0.8 series, very little of the code was designed for non-A

[Bug 1879742] [NEW] When using Google Meet on Firefox, delay sending sound from microphone

2020-05-20 Thread Aaron Whitehouse
Public bug reported: When using Google Meet in Firefox (Ubuntu 20.04, 76.0.1 (64-bit)), for the first 5-10 seconds of the meeting, nobody can hear anything that I am saying. After that, I have no issues. I also have no issues joining with Chromium. The sound indicator on my end (the little green

[Bug 1877038] Re: Firefox seems to lack FIDO2 support with Yubikeys

2020-05-15 Thread Aaron Whitehouse
Is this related to: https://bugzilla.mozilla.org/show_bug.cgi?id=1530370 ? If so, in the duplicate bug (https://bugzilla.mozilla.org/show_bug.cgi?id=1619850 ) somebody said "This is a 2020 goal." ** Package changed: evolution (Ubuntu) => firefox (Ubuntu) ** Bug watch added: Mozilla Bugzilla #1530

[Bug 1770929] Re: backup fails with UnicodeDecodeError in uexc function

2019-02-21 Thread Aaron Whitehouse
** Summary changed: - backup fails with UnicodeDecodeError + backup fails with UnicodeDecodeError in uexc function ** Summary changed: - backup fails with UnicodeDecodeError in uexc function + Duplicity fails with UnicodeDecodeError in uexc function -- You received this bug notification becaus

[Bug 1770929] Re: Duplicity fails with UnicodeDecodeError in uexc function

2019-02-21 Thread Aaron Whitehouse
797928 for proposing a patch for this, which I had overlooked. I have applied this in the branch here: lp:~aaron- whitehouse/duplicity/07-uexc-fix It would be helpful if you can please test to see if this fixes your problem as follows: 1. Create a new destination directory to test with. 2. Test that dupli

[Bug 1826543] [NEW] [Wayland] Support multiple monitors with different scaling factors

2019-04-26 Thread Aaron Whitehouse
Public bug reported: Running 19.04 Disco with Wayland Version 64ubuntu7 I have a HiDPI laptop screen (XPS13) and a normal DPI external monitor. I have the laptop screen set to 200% and the external screen set to 100%. When running the display solely on my built-in monitor, the dock is correctly

[Bug 1826547] [NEW] [Wayland] Display change "Revert Settings" window uses primary screen scaling factor

2019-04-26 Thread Aaron Whitehouse
Public bug reported: Using 19.04 disco with Wayland. I have a HiDPI laptop screen (XPS13) and a normal DPI external monitor. I have the laptop screen set to 200% and the external screen set to 100%. If I set the primary display to the built-in display but have the display settings window open on

[Bug 1826550] [NEW] Fractional scaling options do not appear with multiple monitors

2019-04-26 Thread Aaron Whitehouse
Public bug reported: Using 19.04 disco with Wayland. I have a HiDPI laptop screen (XPS13) and a normal DPI external monitor. I have enabled the experimental fractional scaling support. When no external monitor is connected, the fractional scaling options are displayed as expected. When the exte

[Bug 1826550] Re: Fractional scaling options do not appear with multiple monitors

2019-04-26 Thread Aaron Whitehouse
** Attachment added: "Screenshot with external monitor connected. Only whole number scaling available." https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1826550/+attachment/5259303/+files/Screenshot%20from%202019-04-26%2014-32-06.png -- You received this bug notification b

[Bug 1440372] Re: please port duplicity to Python3

2019-05-06 Thread Aaron Whitehouse
@Sebastian, Kenneth is planning to release a 0.8 version very soon. Note that I have wound the Python 3 blueprint completion back a step, as I have realised that there are some backend dependencies (e.g. pyrax) that do not work on Python 3. I believe deja dup only uses a subset of the backends any

[Bug 1440372] Re: please port duplicity to Python3

2019-03-01 Thread Aaron Whitehouse
Marking this as Fix Committed, as we have Python 3 compatible code in 0.8-series with all tests also being run against this environment. We have not yet put out a 0.8 release, though. See https://blueprints.launchpad.net/duplicity/+spec/python3 ** Changed in: duplicity Importance: Undecided =

[Bug 1770929] Re: Duplicity fails with UnicodeDecodeError in uexc function

2019-03-10 Thread Aaron Whitehouse
The 0.8-series was affected by this (as I mentioned above, fixing the underlying problem avoids this error and a number of these have been fixed, so it is harder to trigger). I have just proposed a fix for it be merged into the 0.8-series: https://code.launchpad.net/~aaron-whitehouse/duplicity/08

[Bug 1807974] [NEW] Wireless regularly breaking (ath10k firmware crashed!) after upgrade to Cosmic

2018-12-11 Thread Aaron Whitehouse
Public bug reported: I have a Dell XPS 13 9370 developer edition (Ubuntu version) running Cosmic. A handful of times per day, my wireless stops working ("?" appears in the icon in Network Manager). Turning wireless off and then on again, or suspending and waking the machine up, makes the wireless

[Bug 1808957] [NEW] Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep

2018-12-18 Thread Aaron Whitehouse
Public bug reported: It seems that the Dell 9370 is set to go into s2idle mode rather than deep sleep, forgoing significant power savings. I have confirmed this by suspending and then checking: sudo journalctl | grep "PM: suspend" | tail -2. If the output is PM: suspend entry (s2idle) PM: suspen

[Bug 1807974] Re: Wireless regularly breaking (ath10k firmware crashed!) after upgrade to Cosmic

2018-12-18 Thread Aaron Whitehouse
Normally (maybe always?) it is when the network is idle. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1807974 Title: Wireless regularly breaking (ath10k firmware crashed!) after upgrade t

[Bug 1808957] Re: Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep

2018-12-18 Thread Aaron Whitehouse
Having looked into this in more detail, it sounds as though this is the intended behaviour for new laptops that declare ACPI_FADT_LOW_POWER_S0: https://patchwork.kernel.org/patch/9433419/ This appears related to: https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/behavior

[Bug 1808957] Re: Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep

2018-12-19 Thread Aaron Whitehouse
More background information on 'Modern Standby' on Linux here: https://lwn.net/Articles/580451/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808957 Title: Dell XPS 13 (9370) defaults to s2idle sle

[Bug 1651396] Re: Backup fails every time after one incremental file is possibly corrupted

2016-12-22 Thread Aaron Whitehouse
Have you tried to verify your backup or do a new full backup? > Can someone recommend a better backup software for personal use? http://lmgtfy.com/?q=personal+backup+software+linux There is a reason, though, that Deja Dup (which you are already using) is the default in Ubuntu -- it is a pretty go

[Bug 1731341] [NEW] Fujifilm X-T10 regression on 17.10: "Unable to fetch previews from the camera: Unspecified error (-1)"

2017-11-09 Thread Aaron Whitehouse
Public bug reported: I have a Fujifilm X-T10. This worked perfectly in Shotwell in 17.04. Since upgrading to 17.10, I receive an error whenever I try to import photos: Unable to fetch previews from the camera: Unspecified error (-1) lsusb gives: Bus 001 Device 010: ID 04cb:02c8 Fuji Photo F

[Bug 1731341] Re: Fujifilm X-T10 regression on 17.10: "Unable to fetch previews from the camera: Unspecified error (-1)"

2017-11-10 Thread Aaron Whitehouse
$ gphoto2 -T *** Error *** An error occurred in the io-library ('Unspecified error'): No error description available *** Error (-1: 'Unspecified error') *** For debugging messages, please use the

[Bug 1731341] Re: Fujifilm X-T10 regression on 17.10: "Unable to fetch previews from the camera: Unspecified error (-1)"

2017-11-10 Thread Aaron Whitehouse
I would say this is a duplicate of Bug #910964, except that bug hasn't had any action since 2013 and this only just stopped working. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1731341 Title: Fuji

[Bug 1731341] Re: Fujifilm X-T10 regression on 17.10: "Unable to fetch previews from the camera: Unspecified error (-1)"

2017-11-10 Thread Aaron Whitehouse
Looks like it is this: https://sourceforge.net/p/gphoto/bugs/1032/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1731341 Title: Fujifilm X-T10 regression on 17.10: "Unable to fetch previews from the

[Bug 1731341] Re: Fujifilm X-T10 regression on 17.10: "Unable to fetch previews from the camera: Unspecified error (-1)"

2017-11-12 Thread Aaron Whitehouse
** Also affects: gphoto2 (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/1731341 Title: Fujifilm X-T10 regression on 17.10: "Unable to fetch previe

[Bug 1731341] Re: Fujifilm X-T10 regression on 17.10: "Unable to fetch previews from the camera: Unspecified error (-1)"

2017-11-12 Thread Aaron Whitehouse
Marcus has said in the upstream bug: "I released 2.5.16 some weeks ago. the commit fixing this issue for backporting is 472a9461b457b4d08ecf10a93bb7f1efdc2124c0 " It would be excellent if this could please make its way into Ubuntu. -- You received this bug notification because you are a member

[Bug 1731341] Re: Fujifilm X-T10 regression on 17.10: "Unable to fetch previews from the camera: Unspecified error (-1)"

2017-12-02 Thread Aaron Whitehouse
Anything that I can do to help get this fix into the Ubuntu package? I cannot import photos, which is enough of a problem that I'm considering downgrading to the earlier release -- but happy to help try to fix it properly. -- You received this bug notification because you are a member of Ubuntu B

[Bug 1249679] [NEW] Cannot click on title bars

2013-11-09 Thread Aaron Whitehouse
Public bug reported: In the 13.10 release, most of the time I do not seem to be able to click the title bars (File, Edit etc). Very occasionally, it works. I can't figure out what is making the difference. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: gnucash 1:2.4.13-1ubuntu1 ProcVersion

[Bug 1299252] [NEW] [needs-packaging] PyCharm Community Edition

2014-03-28 Thread Aaron Whitehouse
Public bug reported: Lightweight IDE for Python Free, open-source, Apache 2 license Intelligent Editor, Debugger, Refactorings, Inspections, VCS integration Project Navigation, Testing support, Customizable UI, Vim key bindings URL: http://www.jetbrains.com/pycharm/ License: Apache 2 license Not

[Bug 1329133] Re: Error message about .dbus directory shows up after backup even though the directory is excluded.

2016-05-17 Thread Aaron Whitehouse
*** This bug is a duplicate of bug 1313034 *** https://bugs.launchpad.net/bugs/1313034 ** This bug has been marked a duplicate of bug 1313034 Deja-dup reports it couldn't backup ~/.cache/dconf and ~/.gvfs even though it's not supposed to try to (also, ~/.dbus) -- You received this bug no

[Bug 1388648] Re: Wine shows the Unity Launcher when an application runs in full-screen with a resolution different from the native

2016-07-29 Thread Aaron Whitehouse
Also (unsurprisingly) an issue in Crossover (15.2 on Ubuntu 16.04), for example using the default crosstie for Age of Empires 2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388648 Title: Wine sho

[Bug 1266003] Re: unity visible with wine fullscreen applications

2016-07-29 Thread Aaron Whitehouse
Duplicate of Bug #1388648? (This one is actually older, but that one is higher priority and has slightly more information.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266003 Title: unity visibl

[Bug 1413665] Re: Bad Request - Bad bot, go away! Request aborted.

2016-07-31 Thread Aaron Whitehouse
Yes, not fixed for me either. * Ubuntu 16.04 x64 * Firefox 47.0 * Keefox 1.6.0 Trying to log into help.ubuntu.com, I get the " Bad Request Bad bot, go away! Request aborted. " message. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

2016-10-30 Thread Aaron Whitehouse
I have an ASUS Z170M-Plus Mobo with an Intel Core i3-6100T, Intel HD 530 graphics and a Samsung TV connected through HDMI, running Mythbuntu 16.04. I had the issue that when I turned the TV off and then back on again, the TV would say "No Signal" and I would have to run $ sudo service lightdm re

[Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

2016-10-31 Thread Aaron Whitehouse
Jonathan, Given the latest version of xfce-settings (4.12.1) was easy to install and fixed all of my issues (see comment #130 above), it would be interesting to know whether this also fixed your problem. Kind regards, Aaron -- You received this bug notification because you are a member of Ubun

Re: [Bug 689124] Re: 10.10 mouse and keyboard no longer work after updates

2010-12-17 Thread Aaron Whitehouse
This is fixed now, thanks. I did a: $ sudo dpkg --configure -a and it fixed. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/689124 Title: 10.10 mouse and keyboard no longer work after updat

[Bug 579783] Re: Hauppauge hvr-2200 firmware not included

2010-12-17 Thread Aaron Whitehouse
This is still a problem in 10.10. Should we file a bug in Jockey to have it pop up and offer to install linux-firmware-nonfree (I really would prefer the files to be split out so I had less non-free firmware)? -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 691790] [NEW] Hauppauge HVR2200 card not known to driver and not configured

2010-12-17 Thread Aaron Whitehouse
Public bug reported: I'm running Mythbuntu 10.10 AMD64. I have a Hauppauge HVR2200 card. Booting with this card in the machine gives the following in dmesg: [9.889159] saa7164 driver loaded [9.949134] saa7164 :02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [9.949142] saa7164[

[Bug 691790] Re: Hauppauge HVR2200 card not known to driver and not configured

2010-12-17 Thread Aaron Whitehouse
** Attachment added: "lspci.log" https://bugs.launchpad.net/bugs/691790/+attachment/1769091/+files/lspci.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/691790 Title: Hauppauge HVR2200 card no

[Bug 579783] Re: Hauppauge hvr-2200 firmware not included

2010-12-18 Thread Aaron Whitehouse
Note that the version of linux-firmware-nonfree that is in the 10.10 repositories does not include the necessary files. It would be great to get this into the repos for 11.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 692143] [NEW] aid option ignored when using dumpfile/dumpstream

2010-12-19 Thread Aaron Whitehouse
Public bug reported: Binary package hint: mplayer I am using Mythbuntu 10.04 with MPlayer SVN-r1.0~rc3+svn20090426-4.4.3 from the repos. When I did: mplayer dvd://1 -dvd-device DVD.iso -dumpstream -dumpfile DVD_title1.vob it ripped with the incorrect audio track (English for the blind). If I pl

Re: [Bug 675068] Re: Shotwell crashes if linked to files over ssh with ERROR:DirectoryMonitor.vala:510

2010-11-26 Thread Aaron Whitehouse
Thank you so much for looking into this and fixing it so quickly--it makes such a difference to have people respond promptly to bug reports! -- Shotwell crashes if linked to files over ssh with ERROR:DirectoryMonitor.vala:510 https://bugs.launchpad.net/bugs/675068 You received this bug notificat

[Bug 1332223] Re: [Regression] TeVii dual DVB-S S480 (=2 x DVB-S2 S660) fails to lock on channels

2014-07-07 Thread Aaron Whitehouse
Apologies all to waste your time. It turns out that, in moving my computer slightly to upgrade the OS, the inside of my aerial cable broke and this was a hardware issue. I realised when I rolled it back and the issue persisted. I have replaced the cable and all works fine now, thanks. ** Changed

[Bug 1450755] Re: Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2015-06-03 Thread Aaron Whitehouse
Updated to latest upstream again. $ uname -r 4.1.0-040100rc6-generic $ iwconfig virbr0-nic no wireless extensions. eth0 no wireless extensions. wlan0 IEEE 802.11bgn ESSID:"VM851079-2G" Mode:Managed Frequency:2.462 GHz Acces

[Bug 1450755] Re: Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2015-06-03 Thread Aaron Whitehouse
No, it doesn't seem to. = $ iwconfig virbr0-nic no wireless extensions. eth0 no wireless extensions. wlan0 IEEE 802.11bgn ESSID:"VM851079-2G" Mode:Managed Frequency:2.462 GHz Access Point: 10:0D:7F:18:C4:80

[Bug 1450755] Re: Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2015-05-28 Thread Aaron Whitehouse
It's a Virgin Media Superhub 2, which is a Netgear VMDG485: Information Cable Modem EuroDOCSIS 3.0 Compliant Serial Number 3BW132UG04977 Boot Code Version PSPU-Boot 1.0.20.1356 Software VersionV1.01.29 Hardware Version3.11 Please let me know if you need anything fu

[Bug 1450755] Re: Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2015-05-29 Thread Aaron Whitehouse
I don't think so, no. It's this: http://electronics360.globalspec.com/article/3410/netgear-super-hub-2-vmdg485-wireless-router-teardown which looks quite different to the pictures on the page that you linked to. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1482915] [NEW] Merge conflict information unreadable (white text on light yellow)

2015-08-08 Thread Aaron Whitehouse
Public bug reported: I really like using Bazaar Explorer, but I have issues every time that I try to use the merge functionality. The text that comes up if there is a conflict is white text on a yellow background and I can never see what it is asking me. I've attached an example screenshot. Probl

[Bug 1450755] Re: Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2015-05-12 Thread Aaron Whitehouse
I have just tested this with the latest upstream kernel: $ iperf -c 192.168.0.102 Client connecting to 192.168.0.102, TCP port 5001 TCP window size: 85.0 KByte (default) [ 3] l

[Bug 1450755] Re: Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2015-05-04 Thread Aaron Whitehouse
Updating the BIOS does not solve the issue (the speed actually reduced slightly). After updating the BIOS, this is the output: [ 3] local 192.168.0.3 port 49429 connected with 192.168.0.102 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.1 sec 21.6 MBytes 18.0 Mbits/sec $ s

[Bug 1450755] [NEW] Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2015-05-01 Thread Aaron Whitehouse
Public bug reported: My Intel wireless card is significantly slower in Ubuntu than it is in Windows 7. According to iperf (with the laptop a couple of feet from the router and the server plugged into it): == Ubuntu 15.04 == [ 4] local 192.168.0.102 port 5001 connected with 192.168.0.3 port 4367

[Bug 1245013] [NEW] [Regression] Vertical/Horizontal scroll along edge of touchpad not working in 13.10 (Dell 14z)

2013-10-26 Thread Aaron Whitehouse
Public bug reported: I use a Dell Inspiron 14z with 13.10. I'm pretty sure that at least vertical scrolling (by moving my finger along the right edge of the touchpad) used to work, but neither work for me now in 13.10. My hardware details should be attached. ProblemType: Bug DistroRelease: Ubun

[Bug 1450755] Re: Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2016-02-27 Thread Aaron Whitehouse
This issue still persists in 15.10. $ iperf -s Server listening on TCP port 5001 TCP window size: 85.3 KByte (default) [ 4] local 192.168.0.102 port 5001 connected with 192.16

[Bug 1450755] Re: Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2016-02-28 Thread Aaron Whitehouse
Ah right, thanks Christopher. Sorry, I thought you were meaning on the Ubuntu side. I've now done that (on the latest mainline) and there doesn't seem to be a significant variation. $ uname -r 4.5.0-040500rc5-generic Wireless mode was 'Up to 144Mbps (best for wireless range)' $ iperf -c 192.168.0.

[Bug 1450755] Re: Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2016-02-28 Thread Aaron Whitehouse
For comparison, on Windows 7 (machine in same spot) Up to 54Mbps >iperf -c 192.168.0.102 Client connecting to 192.168.0.102, TCP port 5001 TCP window size: 63.0 KByte (default)

[Bug 1450755] Re: Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2016-02-29 Thread Aaron Whitehouse
Thanks Christopher, Do you want me to do this with the latest mainline kernel, rather than the Ubuntu 15.10 one? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1450755 Title: Intel Wireless-N 2230 4

[Bug 1366551] Re: I am runing linuxMint 17 64bit. I have install all the cods for Acidrip does not exist

2014-09-07 Thread Aaron Whitehouse
Hello William, This is more a request for advice at this stage, so I have converted your bug to a question. If there are any bugs or feature requests that become clear when people are answering your question, you could open a new bug for these at that stage. ** Changed in: mythtv (Ubuntu)

[Bug 1332223] [NEW] [Regression] TeVii dual DVB-S S480 (=2 x DVB-S2 S660) fails to lock on channels

2014-06-19 Thread Aaron Whitehouse
Public bug reported: I was using the TeVii DVB-S2 S480 (which is a dual tuner equivalent to two DVB-S2 660 cards): http://www.linuxtv.org/wiki/index.php/TeVii_S480 in Mythbuntu 12.04 for a long time without issue. I have recently updated to 14.04 and it will no longer lock on channels, giving t

[Bug 1332223] Re: [Regression] TeVii dual DVB-S S480 (=2 x DVB-S2 S660) fails to lock on channels

2014-06-19 Thread Aaron Whitehouse
Running scan -x0 /usr/share/dvb/dvb-s/Astra-28.2E | tee channels.conf gives tuning failed errors for each channel, eg: DVB-S IF freq is 1782000 WARNING: >>> tuning failed!!! >>> tune to: 12402:v:0:27500 DVB-S IF freq is 1802000 WARNING: >>> tuning failed!!! >>> tune to: 12402:v:0:27500 (tuning f

[Bug 910964] Re: Cannot import photos from PTP Camera (Fuji X10)

2013-01-14 Thread Aaron Whitehouse
This appears to be hitting me as well with a Canon Ixus 310HS (interestingly, I had this same model before with no issues, then had to replace it and now I do). Reported here: https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1096463 Please let me know if any log files or similar would ass

[Bug 1128151] [NEW] [needs-packaging] KeePassX 2.0 Alpha 3

2013-02-17 Thread Aaron Whitehouse
Public bug reported: The Alpha release of KeePassX 2.0 is available. With the poor ratings of KeePass2 on Ubuntu and KeePassX providing support for .kdbx files, it would be great to have this in Raring. I for one really would like .kdbx support, particularly now that this has been added to KeyPas

[Bug 910964] Re: Cannot import photos from PTP Camera (Fuji X10)

2013-01-19 Thread Aaron Whitehouse
Card with 282 photos, 7 videos. 1) Plug in camera, open Shotwell. 2) Error that camera in use by another application (pretty sure that didn't used to happen in previous versions), unmount the camera. 3) Click on the camera, all thumbnails are shown. 4) Click "Import All", hangs for a while, get t

[Bug 910964] Re: Cannot import photos from PTP Camera (Fuji X10)

2013-01-19 Thread Aaron Whitehouse
Same camera/card with gphoto2: 1) Unmount camera. 2) $ gphoto2 --shell gphoto2: {/home/myusername} /> ls store_00010001/ gphoto2: {/home/myusername} /> cd store_00010001 Remote directory now '/store_00010001'.

[Bug 910964] Re: Cannot import photos from PTP Camera (Fuji X10)

2013-01-19 Thread Aaron Whitehouse
But then I tried shotwell again (without unplugging anything or resetting anything) and it gave the same error, then back to gphoto2 and received the following error (it hung as I was typing): $ gphoto2 --shell gphoto2: {/home/myusername} /> cd s

[Bug 910964] Re: Cannot import photos from PTP Camera (Fuji X10)

2013-01-19 Thread Aaron Whitehouse
Oh, and the screen on the 310HS always goes dark when you are "talking" to it, with the green light on the bottom right either solid green or blinking - I'm pretty sure it turns itself to that mode whatever you do. -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 691790] Re: Hauppauge HVR2200 card not known to driver and not configured

2011-11-15 Thread Aaron Whitehouse
This is still an issue in 11.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/691790 Title: Hauppauge HVR2200 card not known to driver and not configured To manage notifications about this bug go

[Bug 579783] Re: Hauppauge hvr-2200 firmware not included

2011-11-15 Thread Aaron Whitehouse
This is still an issue and I have to manually come back to this page and download this .deb and that other firmware file every time that I reinstall. It would be great if someone could please just push this package into the repos. -- You received this bug notification because you are a member of

[Bug 927782] Re: integrate the Atheros AR8131/AR8151/AR8152/AR8161/AR8162 Ethernet driver with Jockey

2012-10-11 Thread Aaron Whitehouse
I also am using the 12.10 betas. I understand that the plan is for this to be integrated with Jockey by the time of the release, so that Jockey suggests the package and manages installation. Is the package/driver that will be used available anywhere for testing in advance of this Jockey integration

[Bug 141290] Re: Elliptic curve cryptography (ECC) patch for gnupg-1.4

2011-12-22 Thread Aaron Whitehouse
See: http://code.google.com/p/gnupg-ecc/ The ECC support accomplished in this project was successfully merged into mainline GnuPG v.2 source tree in Feb 2011. We look forward to see these GnuPG changes propagate into a public release so that they are available in end-user packages. -- You receiv

[Bug 1083038] Re: Encrypted LVM in Ubiquity unavailable when installing alongside an existing OS

2013-04-26 Thread Aaron Whitehouse
I have set out how I made this work (not well) in Answer# 216356 There is no way to divide up partitions within an encrypted partition, as far as I have established. Confirmed today in 13.04. It would be good to fix this, because at the moment the manual partitioner has a whole lot of ways that th

[Bug 1083038] Re: Encrypted LVM in Ubiquity unavailable when installing alongside an existing OS

2013-04-26 Thread Aaron Whitehouse
https://answers.launchpad.net/ubuntu/+source/ubiquity/+question/216356 ** Tags added: 13.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1083038 Title: Encrypted LVM in Ubiquity unavailable when

[Bug 1088244] Re: No Full-Disk Encryption unlock screen on some boots

2013-04-26 Thread Aaron Whitehouse
I just did a clean install of 13.04 Raring Ringtail and this still occurs (on my first boot, unfortunately!) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1088244 Title: No Full-Disk Encryption unlo

[Bug 1173393] [NEW] Both my IGD Intel 4000HD and discrete ATi Radeon are powered on by default

2013-04-26 Thread Aaron Whitehouse
Public bug reported: I have a Dell Insprion 14z (Inspiron 5423) and I'm running 13.04. The machine has an Intel 4000 HD and Radeon 7550M/7570M/7650M By default, both graphics cards are powered up, even though only the integrated Intel is used: $ sudo cat /sys/kernel/debug/vgaswitcheroo/switch 0:

[Bug 1088187] Re: Scan doesn't give a preview and only saves in jpeg format

2013-04-29 Thread Aaron Whitehouse
We have recently updated (new clean install) to 13.04 Raring Ringtail and this appears to have been fixed. I now have a preview when scanning and have no problems saving PDFs. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1088187] Re: Scan doesn't give a preview and only saves in jpeg format

2013-04-29 Thread Aaron Whitehouse
Sorry, I meant to say, it would be interesting to know if updating also solves your problem, Pierre - you may be able to try from a live DVD of 13.04? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1088

[Bug 1083038] Re: Encrypted LVM in Ubiquity unavailable when installing alongside an existing OS

2013-04-30 Thread Aaron Whitehouse
** Description changed: - Ubiquity installer in 12.10 offers the ability to install Ubuntu in an encrypted LVM. However, the options are only available when replacing an existing operating system. - If I wish to install Ubuntu alongside another OS, the options become grayed out (see screenshot

[Bug 1174659] [NEW] Manual partitioning doesn't allow multiple partitions within encrypted volume

2013-04-30 Thread Aaron Whitehouse
Public bug reported: I use Full-Disk Encryption. It does not seem possible to set up multiple partitions within the encrypted area through the "Something else" manual partitioner. It is possible to create a "Physical area for encrypted partitions" (I'm not 100% on the wording), but as far as I ca

[Bug 1174659] Re: Manual partitioning doesn't allow multiple partitions within encrypted volume

2013-04-30 Thread Aaron Whitehouse
** Description changed: I use Full-Disk Encryption. It does not seem possible to set up multiple partitions within the encrypted area through the "Something else" manual - partitioner. + partitioner on either 12.10 or 13.04 (or any of the earlier releases). It is possible to create a "Phy

[Bug 1088187] [NEW] Scan doesn't give a preview and only saves in jpeg format

2012-12-09 Thread Aaron Whitehouse
Public bug reported: I have used Simple Scan a lot on other machines etc. On my new laptop running 12.10, it doesn't really work. 1) When I scan a page, the white blank page disappears so that there is only a blank grey area there. If I let it scan, nothing changes and only the grey background

[Bug 1088244] [NEW] No Full-Disk Encryption unlock screen from reboot

2012-12-09 Thread Aaron Whitehouse
Public bug reported: I use Full-Disk Encryption on 12.10. All seems to work fine if I power the machine on from a full power off - the pretty screen asks for my disk unlock password and then takes me to the login screen when I enter it correctly. If I reboot the computer instead, it shows a compl

[Bug 1088244] Re: No Full-Disk Encryption unlock screen from reboot

2012-12-09 Thread Aaron Whitehouse
Okay, I just had this happen to me after shutting down, so it seems to just be random whether it works or not. ** Summary changed: - No Full-Disk Encryption unlock screen from reboot + No Full-Disk Encryption unlock screen on some boots ** Description changed: - I use Full-Disk Encryption on 12

[Bug 1088244] Re: No Full-Disk Encryption unlock screen on some boots

2012-12-09 Thread Aaron Whitehouse
Description changed so that it no longer says this happens on reboot and not on a cold start. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1088244 Title: No Full-Disk Encryption unlock screen on so

[Bug 1074763] [NEW] Hauppauge HVR-2200 saa7164_api_i2c_read() error, ret(1) = 0xc

2012-11-03 Thread Aaron Whitehouse
Public bug reported: I have a Hauppauge HVR 2200 dual tuner TV card that uses the Steven Toth saa7164 driver. I use Mythbuntu and MythTV to record television. I just noticed that, since last Sunday, nothing has recorded. Live TV did not work. I checked dmesg/kern.log and it was full of these: [7

[Bug 1057661] Re: Can't add a Folder in Ubuntu One

2012-11-04 Thread Aaron Whitehouse
Hi, I'm having this problem on 12.04 (the latest Mythbuntu). There aren't really more detailed steps that the reporter can give to you, so I don't think that this bug is incomplete. If I bring up the Ubuntu One setting GUI, there is a screen with a list of folders. As the reporter says, there is

[Bug 1057661] Re: Can't add a Folder in Ubuntu One

2012-11-04 Thread Aaron Whitehouse
I had this problem too, but moving folders/files out of the Ubuntu One folder and rebooting let me add the folder. It seems that the fact that Ubuntu One was uploading files in the background stopped the GUI working properly (which isn't very good). -- You received this bug notification because y

[Bug 1088187] Re: Scan doesn't give a preview and only saves in jpeg format

2013-01-03 Thread Aaron Whitehouse
$ simple-scan --debug [+0.00s] DEBUG: simple-scan.vala:582: Starting Simple Scan 3.6.0, PID=11198 [+0.00s] DEBUG: Connecting to session manager [+0.03s] DEBUG: ui.vala:1404: Restoring window to 600x400 pixels [+0.06s] DEBUG: scanner.vala:1378: sane_init () -> SANE_STATUS_GOOD [+0.06s] DEBUG: scanne

[Bug 1088187] Re: Scan doesn't give a preview and only saves in jpeg format

2013-01-03 Thread Aaron Whitehouse
** Attachment added: "Screenshot after page scanned" https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1088187/+attachment/3473143/+files/JPEG%20Screenshot%20from%202013-01-03%2009%3A25%3A29.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1088187] Re: Scan doesn't give a preview and only saves in jpeg format

2013-01-03 Thread Aaron Whitehouse
For completeness, a screenshot from after scanning to PDF, though this matches the screenshot above. ** Attachment added: "PDF Screenshot from 2013-01-03 09:29:20.png" https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1088187/+attachment/3473145/+files/PDF%20Screenshot%20from%202013-0

[Bug 1088187] Re: Scan doesn't give a preview and only saves in jpeg format

2013-01-03 Thread Aaron Whitehouse
>From scanning to a PDF: $ simple-scan --debug [+0.00s] DEBUG: simple-scan.vala:582: Starting Simple Scan 3.6.0, PID=11751 [+0.00s] DEBUG: Connecting to session manager [+0.04s] DEBUG: ui.vala:1404: Restoring window to 600x400 pixels [+0.04s] DEBUG: ui.vala:1409: Restoring window to maximized [+0.0

[Bug 1096463] [NEW] Shotwell cannot imports photos from Canon Ixus 310HS

2013-01-05 Thread Aaron Whitehouse
Public bug reported: I have a Canon Ixus 310HS. I am getting the attached error when I try to import photos. The camera can import fine on Mythbuntu 12.04 and the same model used to import perfectly on earlier versions of Ubuntu on an earlier laptop. Please let me know if I can provide further in

[Bug 503003] Re: multiple entries in fstab with same mount-point

2013-06-08 Thread Aaron Whitehouse
It sounds like this also stops BindFS from working to share a local directory on boot: https://help.ubuntu.com/community/Bindfs-SharedDirectoryLocalUsers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 579783] Re: Hauppauge hvr-2200 firmware not included

2011-11-27 Thread Aaron Whitehouse
Thanks Caysho. Alex/Caysho--do you need the NXP7164-2010-03-10.1.fw file to get the driver to load, or is the .deb in this bug report sufficient for you? I haven't tried without the file, so would be keen to know if the .deb here is sufficient or needs to be updated. As another note, it would be

[Bug 818677] Re: Photos in tags are not shown in selected order on startup

2011-07-30 Thread Aaron Whitehouse
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/818677 Title: Photos in tags are not shown in selected order on startup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/

[Bug 818677] [NEW] Photos in tags are not shown in selected order on startup

2011-07-30 Thread Aaron Whitehouse
Public bug reported: To reproduce: 1) Tag a number of photos. 2) Choose view, Exposure Date, ascending. 3) Close shotwell. 4) Open shotwell, select tag -- photos are not shown in ascending order by exposure date (not sure what order they are in). 5) Select another sort order for the photos. 6) C

[Bug 715089] [NEW] [Maverick] Can't select multiple photos and print

2011-02-08 Thread Aaron Whitehouse
Public bug reported: Binary package hint: shotwell We are using Maverick (10.10) Ubuntu with shotwell 0.7.2. We have an HP Photosmart C6380 and 4"x6" photo paper. My wife picked out 20-odd photos that she wanted to print. When I select them in Shotwell, "print" is greyed out. I can print each in

[Bug 689124] [NEW] 10.10 mouse and keyboard no longer work after updates

2010-12-11 Thread Aaron Whitehouse
Public bug reported: Binary package hint: xorg I just updated my laptop (855GM Intel laptop with USB mouse), running 10.10, with the latest updates. I'm now using kernel 2.6.35-22. Now when I boot, the mouse and keyboard do not work. If I unplug the mouse and replug it, it starts to work again,

[Bug 689124] Re: 10.10 mouse and keyboard no longer work after updates

2010-12-11 Thread Aaron Whitehouse
Needless to say, I'm a little unimpressed that a regular update renders my machine unusable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/689124 Title: 10.10 mouse and keyboard no longer work after

<    3   4   5   6   7   8   9   >