[Bug 2084046] Re: [i915] Phantom "Unknown" display detected on Intel Meteor Lake

2025-01-29 Thread Tarek Loubani
Using the module via the proposed repository fixed this issue for me on a Thinkpad X1 with intel graphics card. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084046 Title: [i915] Phantom "Unknown"

[Bug 2062133] Re: Migration to the snap issues

2024-05-06 Thread Tarek Loubani
I similarly had this issue due to the .thunderbird folder being too large. As with #5, moving the folder to ~/snap/thunderbird/common worked. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062133 Titl

[Bug 1823552] Re: JS TypeError results in failure to scale windows in activities view

2019-04-08 Thread Tarek Loubani
Perfect. Thank you! The affected extension is "Windowsnavigator" and even when fully updated, it still has the above bug, so I disabled it and things work fine now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1823552] [NEW] JS TypeError results in failure to scale windows in activities view

2019-04-07 Thread Tarek Loubani
Public bug reported: When I hit the super key or move to the top left corner, I do not get appropriate scaling of the windows. 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Description:Ubuntu Disco Dingo (development branch) Release:19.04 Up

[Bug 1805178] Re: Apparmor should include letsencrypt directory for Slapd

2018-11-30 Thread Tarek Loubani
The above merge for apparmor appears to solve this issue. I agree with that issue that /etc/letsencrypt/live/** and /etc/letsencrypt/archive/** are probably the main places that have to be added. Shall we fix it in this package, or elsewhere? tarek : ) -- You received this bug notification becau

[Bug 1805178] [NEW] Apparmor should include letsencrypt directory for Slapd

2018-11-26 Thread Tarek Loubani
Public bug reported: Apparmor denies access to /etc/letsencrypt for slapd, which is confusing for users trying to secure ldap with Letsencrypt in a stock configuration. The fix is inserting the following line in /etc/apparmor.d/usr.sbin.slapd: /etc/letsencrypt/** r, and then refreshing the pr

[Bug 1291969] Re: No usb on resume from suspend

2018-02-25 Thread Tarek Loubani
Adding the following to `/etc/pm/sleep.d/20_custom-xhci_hcd` worked for me: ``` #!/bin/sh # File: "/etc/pm/sleep.d/20_custom-xhci_hcd". case "${1}" in hibernate|suspend) # Unbind xhci_hcd devices echo -n ":00:14.0" | tee /sys/bus/pci/drivers/xhci_hcd/unbind ;; resume|thaw) #

[Bug 1291969] Re: No usb on resume from suspend

2018-02-25 Thread Tarek Loubani
p.s., This bug was true for me in xubuntu 16.04 and 18.04 on a Lenovo S20-30 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1291969 Title: No usb on resume from suspend To manage notifications about

[Bug 1011388] Re: Network disconnects and needs rf-kill bit switched after plugging / unplugging power cord

2015-02-05 Thread Tarek Loubani
This bug is fixed in Trusty (14.04) and no longer happens. tarek : ) ** Changed in: linux (Ubuntu) Status: Expired => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1011388 Title:

[Bug 1018724] Re: rhythmbox stops playing songs after one second

2013-06-30 Thread Tarek Loubani
** Also affects: totem 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/1018724 Title: rhythmbox stops playing songs after one second To manage notification

[Bug 630910] Re: Sound Freeze When Adjust Volume

2012-10-13 Thread Tarek Loubani
Since the video is now gone, I figured I would spend a moment explaining the issue. Not always, but most of the time in Quantal, trying to change the volume up or down results in anything playing video / audio freezing for ~ 3 seconds, then resuming at the new volume. tarek : ) -- You received t

[Bug 1052453] Re: Can not select Gnome session at log in

2012-09-19 Thread Tarek Loubani
Another workaround is to use tab to select the correct session (spacebar once on it). tarek : ) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052453 Title: Can not select Gnome session at log in

[Bug 1011388] Re: Network disconnects and needs rf-kill bit switched after plugging / unplugging power cord

2012-06-10 Thread Tarek Loubani
Relevant line from lspci 02:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1011388 Title: Network disconn

[Bug 1011388] [NEW] Network disconnects and needs rf-kill bit switched after plugging / unplugging power cord

2012-06-10 Thread Tarek Loubani
Public bug reported: I'm using an HP Elitebook 2530p with the iwlwifi driver. After any manner of plugging / unplugging the power cord, the network disconnects, and occasionally does not come back to life. The solution is: sudo touch /etc/pm/power.d/pci_devices I haven't explored, but the powe

[Bug 361988] Re: [Hewlett-Packard HP EliteBook 2530p] suspend/resume failure

2012-05-03 Thread Tarek Loubani
I'm trying to figure out how to properly add a quirk line into HAL. It seems that it should go in here: /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi I think these are the lines to add (will test now): true I have attached a patch. How do I get this

[Bug 361988] Re: [Hewlett-Packard HP EliteBook 2530p] suspend/resume failure

2012-05-03 Thread Tarek Loubani
** Also affects: linux Importance: Undecided Status: New ** No longer affects: linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/361988 Title: [Hewlett-Packard HP EliteBook 2530p] suspe

[Bug 361988] Re: [Hewlett-Packard HP EliteBook 2530p] suspend/resume failure

2012-05-03 Thread Tarek Loubani
Further news. I now have suspend working again - and reliably for now - by adding the following line: HAL_PROP_POWER_MANAGEMENT_QUIRK_S3_BIOS=true to /usr/lib/hal/scripts/linux/hal-system-power-suspend-linux as per Bug #431810 -- You received this bug notification because you are a mem

[Bug 361988] Re: [Hewlett-Packard HP EliteBook 2530p] suspend/resume failure

2012-05-03 Thread Tarek Loubani
To further update on this issue, after a few days of easy suspending, the issue seems to be back despite no changes to my configuration and no updates. I'm stumped as to how to proceed now.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 361988] Re: [Hewlett-Packard HP EliteBook 2530p] suspend/resume failure

2012-05-01 Thread Tarek Loubani
I believe I have solved the problem. In /etc/default/grub, change the line below to add "acpi_osi=Linux" as so: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux" Suspend now works magnificently! ** Changed in: linux (Ubuntu) Status: Confirmed => In Progress -- You received this

[Bug 361988] Re: [Hewlett-Packard HP EliteBook 2530p] suspend/resume failure

2012-05-01 Thread Tarek Loubani
To update, adding 'nomodeset' does indeed allow for successful suspend, though not resume. Previously, the suspend would put the laptop into suspend, while triggering the 'charging' light x 3. Then the system would reboot. It appears it is indeed tied into the display. -- You received this bug n

[Bug 361988] Re: [Hewlett-Packard HP EliteBook 2530p] suspend/resume failure

2012-05-01 Thread Tarek Loubani
Hello all, I just upgraded from 10.04 to 12.04, and my suspend issues have gotten worse. Previously, one out of every ~ 5 suspends would fail. Currently, they all fail. I will try the suggestion from comment #9 to see if it works.. I'm not really sure how to further debug the problem, though. Hib

[Bug 987091] [NEW] Windows hang, and pushModal error is given

2012-04-22 Thread Tarek Loubani
Public bug reported: Hello all, Since I updated my packages yesterday, I have had issues regarding windows being unclickable and a 'pushModal' error. Restarting gnome- shell gives temporary relief, but the problem invariably returns. I'm using the latest Precise packages. ** Affects: gnome-shel

[Bug 852277] Re: Cannot add more than one appointment per session

2011-09-20 Thread Tarek Loubani
I can confirm that the bug is fixed with the latest update. tarek : ) ** Changed in: evolution (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852277

[Bug 743096] Re: contacts only sync with evolution not with thunderbird

2011-09-18 Thread Tarek Loubani
I'm not sure that this bug is fixed. I still get repeated errors within thunderbird, despite being uptodate. My specific error is: There was a problem opening the address book "Ubuntu One" - the message returned was: Cannot open book: Could not create DesktopcouchSession object tarek : ) -- Yo

[Bug 842328] [NEW] Evolution does not start - Couldn't get service: No provider available for protocol ''

2011-09-05 Thread Tarek Loubani
Public bug reported: Evolution started one time when I first upgraded to OO, and worked fine then. It underwent the upgrade wizard. Since, Evolution will not start, and gives no error message. The following appears in the terminal: $ evolution (evolution:4049): evolution-shell-CRITICAL **: shell

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2011-05-09 Thread Tarek Loubani
The problem is sorted in Ubuntu since ~2010 May. But of course I agree it would be nice to move from Flash to something more open. Obviously, Ubuntu is installable on your mac. tarek : ) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 434520] Re: Pulseaudio refuses to use internal microphone input (Lenovo X300)

2010-10-19 Thread Tarek Loubani
When I add the "ignore_db=1", there is no working recording. Only removing it and reinserting the module-alsa-source line will work. tarek : ) -- Pulseaudio refuses to use internal microphone input (Lenovo X300) https://bugs.launchpad.net/bugs/434520 You received this bug notification because yo

[Bug 434520] Re: Pulseaudio refuses to use internal microphone input (Lenovo X300)

2010-10-19 Thread Tarek Loubani
I can confirm that the instructions from the link in #20 result in a working internal mic using 10.04 on X300 tarek : ) -- Pulseaudio refuses to use internal microphone input (Lenovo X300) https://bugs.launchpad.net/bugs/434520 You received this bug notification because you are a member of Ubunt

[Bug 434520] Re: Pulseaudio refuses to use internal microphone input (Lenovo X300)

2010-06-22 Thread Tarek Loubani
Very sadly, this issue continues with 10.04 on an X300. I have tried upgrading to alsa 1.0.23, tried almost every setting in /etc/modprobe.d /alsa-base.conf , and played tons with pulse and alsamixer. As it stands now, clearly the alsa device works when pulseaudio is bypassed. However, for some re

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2010-05-05 Thread Tarek Loubani
Eureka! A few things to say: 1. Howard Eisenberger: I apologize. It *is* flash 2. CBC Video works with 10.1 r53! I am using it even in x64 (probably will be unstable). Installation instructions (I modified for the most recent RC4): http://www.ubuntugeek.com/how-to-install-adobe-flash-player-10-

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2010-05-05 Thread Tarek Loubani
To reiterate one last time: This is *NOT* a flash problem in any sense. The Flash player works fine once the parameters are passed to it. This is a problem of the surrounding programming that passes the parameters. Most specifically, the programming that has to do with whether you are geographicall

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2010-05-05 Thread Tarek Loubani
Actually, it's pretty clear that it's not a flash problem, or otherwise the fix wouldn't work. This is a problem in the wrapping html / javascript / java, which is why it would be nice to isolate the issue. More specifically, I think the problem code has to do with geolocating the host, since the f

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2010-05-05 Thread Tarek Loubani
Hmm. Interesting. I think it means that my theory that the problem is due to java (and not, say java script or whatnot) is probably inaccurate. I will try to install Jolicloud on a virtual machine and see if that flies. Are there any other distributions people can test? Redhat? etc? tarek : ) --

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2010-05-04 Thread Tarek Loubani
Really? If Jolicloud does it, could we test against other distros like redhat, gentoo, etc? I suspect this has to do with the java VM. Could you verify the versions of that? tarek : ) -- Flash hangs on any cbc.ca/video site https://bugs.launchpad.net/bugs/455852 You received this bug notificatio

[Bug 560906] Re: nc6400 frequently crashes due to multiple power-related issues

2010-04-14 Thread Tarek Loubani
** Description changed: I believe this is a bit of a meta bug, and I apologize for that aspect. However, I want to collect the issues and resolutions I've found that make the HP NC6400 laptop bearable with Lucid. I had the same issues with Karmic, but didn't pursue them too seriously.

[Bug 560906] Re: nc6400 frequently crashes due to multiple power-related issues

2010-04-12 Thread Tarek Loubani
** Attachment removed: "WifiSyslog.txt" http://launchpadlibrarian.net/43844098/WifiSyslog.txt ** Description changed: I believe this is a bit of a meta bug, and I apologize for that aspect. However, I want to collect the issues and resolutions I've found that make the HP NC6400 laptop be

[Bug 560906] Re: nc6400 frequently crashes due to multiple power-related issues

2010-04-11 Thread Tarek Loubani
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/43844075/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/43844076/AplayDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/43844077/ArecordDevices.t

[Bug 560906] [NEW] nc6400 frequently crashes due to multiple power-related issues

2010-04-11 Thread Tarek Loubani
Public bug reported: I believe this is a bit of a meta bug, and I apologize for that aspect. However, I want to collect the issues and resolutions I've found that make the HP NC6400 laptop bearable with Lucid. I had the same issues with Karmic, but didn't pursue them too seriously. First issue is

[Bug 548814] Re: Indicator applet shows 'setup broadcast accounts', even when accounts are setup and running

2010-04-09 Thread Tarek Loubani
** Summary changed: - Shows 'setup broadcast accounts' even accounts set and running + Indicator applet shows 'setup broadcast accounts', even when accounts are setup and running -- Indicator applet shows 'setup broadcast accounts', even when accounts are setup and running https://bugs.launchp

[Bug 434436] Re: pulseaudio: sudden crashes while watching video clips or listening to songs

2009-12-19 Thread Tarek Loubani
** Summary changed: - pulseaudio: suddently crash while seeing clips or earing songs + pulseaudio: sudden crashes while watching video clips or listening to songs -- pulseaudio: sudden crashes while watching video clips or listening to songs https://bugs.launchpad.net/bugs/434436 You received t

[Bug 391044] Re: grub2 update adds --no-floppy to "search " lines

2009-12-13 Thread Tarek Loubani
I'm not sure why this bug was marked as invalid. It is reported and confirmed by several people. It is also an issue that exists in the new grub2 that did not exist previously. I have installed many versions of ubuntu on many, many different computers, and had never previously seen a boot fail with

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2009-12-11 Thread Tarek Loubani
p.s., I have already emailed stating the same thing previously. -- Flash hangs on any cbc.ca/video site https://bugs.launchpad.net/bugs/455852 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

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2009-12-11 Thread Tarek Loubani
Obviously agreed. Is somebody willing to contact CBC directly? I am happy to help them make their code work, so feel free to volunteer me. tarek : ) -- Flash hangs on any cbc.ca/video site https://bugs.launchpad.net/bugs/455852 You received this bug notification because you are a member of Ubunt

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2009-12-11 Thread Tarek Loubani
The error appears to be in the java code that's wrapped around the player and the way that it's passing (or not passing) parameters to the player. Incidentally, I think I know why the fix is a non-starter for the CBC: It appears to not honour the Canada-only region blocking, which they've obviousl

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2009-12-07 Thread Tarek Loubani
Please suggest patches and disseminate widely. ** Attachment added: "Bypass of CBC Video player limitations within GNU/Linux" http://launchpadlibrarian.net/36544958/index.php -- Flash hangs on any cbc.ca/video site https://bugs.launchpad.net/bugs/455852 You received this bug notification beca

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2009-12-07 Thread Tarek Loubani
Here's a hack for now: http://tarek.org/cbc Please check out the source code and disseminate widely or suggest fixes: http://tarek.org/cbc/index.phps Also, I've attached the file here. tarek : ) -- Flash hangs on any cbc.ca/video site https://bugs.launchpad.net/bugs/455852 You received this

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2009-12-07 Thread Tarek Loubani
Tyson: Does your system still work? When I try it, I don't get any full URLs that can be entered. I only get: javascript:CBC.APP.UberPlayer.playRelease('1352350803'); Entering: http://release.theplatform.com/content.select?pid=1352350803 gets an empty page with: Media is not available tarek

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2009-12-07 Thread Tarek Loubani
Wow. This is in equal parts disappointing and infuriating. Do we have any real idea what the incompatibility is? Perhaps if we offer a fix, that would save them the excuse of "we don't have time/money to fix it". In the meantime, I think the best way forward is to keep writing and to also try to c

[Bug 455852] Re: Flash hangs on any cbc.ca/video site

2009-11-14 Thread Tarek Loubani
This bug seems to have gone from bad to worse. Initially, I could at least see the flash site, and would not be able to see video played. Now, I don't see anything but black. I also contacted the CBC as Russell did. For now, I use firefox via wine, and that works fine. tarek : ) -- Flash hangs

[Bug 290666] Re: Liferea stalling, uses excessive number of fsyncs

2009-11-01 Thread Tarek Loubani
I'm a bit dismayed that karmic shipped with a completely broken version of liferea. Is there any attempt to repair this? Also, while the fix works for the first few minutes for me on the AMD64 version, it doesn't seem to last, and the system slows to a crawl again by the second sync. tarek : ) -

[Bug 290666] Re: Liferea stalling, uses excessive number of fsyncs

2009-10-20 Thread Tarek Loubani
Oh, this DID work. Put is the file I used in its entirety for completeness: #include int fsync(int i) { return 0; } int fdatasync(int i) { return 0; } Probably stdio.h isn't necessary.. Finally, things are back to normal! yay! tarek : ) -- Liferea stalling, uses excessive nu

[Bug 290666] Re: Liferea stalling, uses excessive number of fsyncs

2009-10-20 Thread Tarek Loubani
I tried #12 in unadulterated form in Karmic latest, and that didn't worked. I also tried modifying libfsync.so to: int fdatasync (int fd) { return 0; } and that didn't work either. Any ideas? tarek : ) -- Liferea stalling, uses excessive number of fsyncs https://bugs.launchpad.net/bugs/2906

[Bug 290666] Re: Liferea stalling, uses excessive number of fsyncs

2009-10-19 Thread Tarek Loubani
Oh, to add to this, it's in the latest Karmic with liferea version 1.6.0 -- Liferea stalling, uses excessive number of fsyncs https://bugs.launchpad.net/bugs/290666 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 290666] Re: Liferea stalling, uses excessive number of fsyncs

2009-10-19 Thread Tarek Loubani
Liferea still takes minutes to complete any feed update, and disables my system in the interim. This has essentially made liferea unusable. Do I need to do the traces as previous? tarek : ) -- Liferea stalling, uses excessive number of fsyncs https://bugs.launchpad.net/bugs/290666 You received

[Bug 444756] Re: Internet connection sharing not working after updating

2009-10-09 Thread Tarek Loubani
I can also confirm that the PPA packages fixed this in the latest Karmic as of today. -- Internet connection sharing not working after updating https://bugs.launchpad.net/bugs/444756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 123499] Re: pstoedit stucks on converting from eps to svg in gutsy

2009-09-22 Thread Tarek Loubani
The above worked for me as well. As a note, I modified it ever so slightly. These are the exact commands I used: apt-get source pstoedit sudo apt-get build-dep pstoedit cd psto* dpkg-buildpackage cd .. sudo dpkg -i *.deb tarek : ) -- pstoedit stucks on converting from eps to svg in gutsy https

[Bug 273727] Re: gspca does not compile anymore

2009-05-01 Thread Tarek Loubani
I agree that there are enough problems with gspcav2 that v1 is desirable. I feel a bit closer when adding the patches from http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu- skype/ , since it at least compiles. However, I continue to have the error: gspca: disconnect complete g

[Bug 274085] Re: Please update Ekiga to 3.00

2008-10-27 Thread Tarek Loubani
I believe this ship has sailed. At this point, there are not even viable packages for Ekiga 3.0. Realistically, 3.0 isn't making it into intrepid, as clearly articulated by others above. However, it probably *is* realistic to now get it into backports or such. tarek : ) -- Please update Ekiga to

[Bug 270203] Re: When connecting a portable player, RB should show its contents

2008-10-25 Thread Tarek Loubani
reopened, as still present ** Changed in: rhythmbox (Ubuntu) Status: Fix Released => Confirmed -- When connecting a portable player, RB should show its contents https://bugs.launchpad.net/bugs/270203 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 270203] Re: When connecting a portable player, RB should show its contents

2008-10-25 Thread Tarek Loubani
I am currently using 0.11.6, and still experience this problem. It actually does *not* seem to me that the music is imported, but rather that no action is taken at all. In previous versions of RB, it used to be that the music player would be below. This no longer seems to be the case. tarek : )

[Bug 287670] Re: there's no services-tab in my bluetooth-applet - bluetooth-services are up and functional.

2008-10-24 Thread Tarek Loubani
I don't understand how I'm supposed to manipulate or change any of the services then. The DBUS commands don't appear to work, and now there is no GUI way to do it. tarek : ) -- there's no services-tab in my bluetooth-applet - bluetooth-services are up and functional. https://bugs.launchpad.net/

[Bug 288925] [NEW] Bluetooth services tab is missing, and services are impossible to manipulate

2008-10-24 Thread Tarek Loubani
*** This bug is a duplicate of bug 287670 *** https://bugs.launchpad.net/bugs/287670 Public bug reported: Binary package hint: bluez-utils Hello all, I have read through the Bluez wiki thoroughly and have arrived at the conclusion that even bluez 4.12, included in intrepid, should include a

[Bug 274085] Re: Please update Ekiga to 3.00

2008-10-22 Thread Tarek Loubani
Thank you kindly. If there's any way to help, please let me know. tarek : ) -- Please update Ekiga to 3.00 https://bugs.launchpad.net/bugs/274085 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@l

[Bug 274085] Re: Please update Ekiga to 3.00

2008-10-22 Thread Tarek Loubani
Hey all, I am also having trouble with the repository: deb http://ppa.launchpad.net/sevmek/ubuntu intrepid main If I do dist-upgrade, it gives nothing. If I do 'aptitude install ekiga-snapshot', I get: The following packages have unmet dependencies: ubuntu-desktop: Depends: libpt-1.10.10-pl

[Bug 202241] Re: Error in modunload() in /usr/lib/pm-utils/functions prevents module unloading

2008-03-24 Thread Tarek Loubani
*** This bug is a duplicate of bug 188261 *** https://bugs.launchpad.net/bugs/188261 ** Also affects: pm-utils (Ubuntu) Importance: Undecided Status: New ** This bug has been marked a duplicate of bug 188261 [debdiff] pm-utils modunload nonfunctional -- Error in modunload() in

[Bug 202241] [NEW] Error in modunload() in /usr/lib/pm-utils/functions prevents module unloading

2008-03-14 Thread Tarek Loubani
Public bug reported: Binary package hint: powermanagement-interface In Hardy Heron, it seems that modules listed in SUSPEND_MODULES cannot be removed by modunload() in /usr/lib/pm-utils/functions /usr/lib/pm-utils/sleep.d/50modules executes just fine, and my temporary fix has been to replace mod

[Bug 148784] Re: [gutsy] virtualbox-ose should handle errors caused by lack of USB support gracefully

2007-10-27 Thread Tarek Loubani
The solution to this problem can be found here: http://www.bgevolution.com/blog/index.php/virtualbox-on-gutsy-gibbon- ubuntu-710-usb-enable/ Copied below without permission VirtualBox on Gutsy Gibbon Ubuntu 7.10: USB Enable Posted on October 21, 2007 by nseidm1. Categories: 7.10, Gutsy Gibbon, f

[Bug 105155] i8042 should be a module, not built into kernel

2007-04-10 Thread Tarek Loubani
Public bug reported: Binary package hint: linux-source-2.6.20 Hi all! The i8042 module does not play nicely with suspend, and so must be removed before suspend and reinitialized on resume. Otherwise, it has to be reinitialized as per Bug #81667. I believe that i8042 is even on the default acpi b

[Bug 75398] Re: Regression: Fan does not come on due to ACPI problems

2007-04-04 Thread Tarek Loubani
This issue appears completely resolved for me in 2.6.20-14 on an HP NC4200 and HP NC6230 tarek : ) -- Regression: Fan does not come on due to ACPI problems https://bugs.launchpad.net/bugs/75398 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact f

[Bug 74877] Re: regression: suspend does not work on hp nw8240 with feisty

2007-04-04 Thread Tarek Loubani
2.6.20-14 also confirmed working on an HP NC6230 -- regression: suspend does not work on hp nw8240 with feisty https://bugs.launchpad.net/bugs/74877 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubunt

[Bug 89779] Re: Regression [feisty] HP TC4200 fails to resume properly after suspend

2007-04-04 Thread Tarek Loubani
2.6.20-14 fixes this problem for NC4200 and NC6230 tarek : ) -- Regression [feisty] HP TC4200 fails to resume properly after suspend https://bugs.launchpad.net/bugs/89779 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-

[Bug 74877] Re: regression: suspend does not work on hp nw8240 with feisty

2007-04-04 Thread Tarek Loubani
Also confirmed that 2.6.20-14 fixes suspend / resume on the NC4200. tarek : ) -- regression: suspend does not work on hp nw8240 with feisty https://bugs.launchpad.net/bugs/74877 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 64919] Re: Crash in Draw and Impress by pressing the Del key

2007-04-01 Thread Tarek Loubani
Problem also exists in Oo.o 2.2.0 packages that I installed today in Feisty. tarek : ) -- Crash in Draw and Impress by pressing the Del key https://launchpad.net/bugs/64919 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 64919] Re: Crash in Draw and Impress by pressing the Del key

2007-03-24 Thread Tarek Loubani
This problem exists in OO.o 2.2.0~rc3 for me on an NC4200 running 2.6.20-generic (Feisty) Do you want an strace? tarek : ) -- Crash in Draw and Impress by pressing the Del key https://launchpad.net/bugs/64919 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/ma

[Bug 12430] Re: evolution weather calendars only for US

2007-03-20 Thread Tarek Loubani
And 2.10 for that matter. tarek : ) -- evolution weather calendars only for US https://launchpad.net/bugs/12430 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 89779] Re: Regression [feisty] HP TC4200 fails to resume properly after suspend

2007-03-20 Thread Tarek Loubani
2.6.20-12 does not have working suspend on the NC4200. Here, there is an unfortunate catch-22. If I keep ata_piix and libata blacklisted, there is no-go even booting up. If I allow them to load, suspend breaks. 2.6.20-11 with patches as noted before works great. tarek : ) -- Regression [feisty]

[Bug 93648] Re: 2.6.20-12 fails to boot with ICH6 SATA (ahci_init_one/pci_iounmap BUG at lib/iomap.c:254)

2007-03-20 Thread Tarek Loubani
Same error on an HP NC4200 -- 2.6.20-12 fails to boot with ICH6 SATA (ahci_init_one/pci_iounmap BUG at lib/iomap.c:254) https://launchpad.net/bugs/93648 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 75398] Re: Regression: Fan does not come on due to ACPI problems

2007-03-15 Thread Tarek Loubani
Here is the SHA as requested: 0a6139027f3986162233adc17285151e78b39cac (Comment 69 patch) -- Regression: Fan does not come on due to ACPI problems https://launchpad.net/bugs/75398 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 75398] Re: Regression: Fan does not come on due to ACPI problems

2007-03-15 Thread Tarek Loubani
Hi Ben! Thank you very much for your work, and thank you for your patience with me. With regards to that particular patch, the usage of the function comes from Comment #38, Bug #7122, here: http://bugzilla.kernel.org/show_bug.cgi?id=7122#c38 The function itself is from the same bug, Comment #69,

[Bug 74877] Re: regression: suspend does not work on hp nw8240 with feisty

2007-03-15 Thread Tarek Loubani
Simple patch instructions for this bug and Bug #89779 can be found in Bug #75398. This fixed NC4200 and NC6230 laptops for me. tarek : ) -- regression: suspend does not work on hp nw8240 with feisty https://launchpad.net/bugs/74877 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http

[Bug 75398] Re: Regression: Fan does not come on due to ACPI problems

2007-03-15 Thread Tarek Loubani
A Diff of all of the patches is included. Also, here are instructions for doing it for lay folks. It is assumed that the diff file is in the home directory: 1. sudo apt-get install kernel-package libncurses5-dev fakeroot bzip2 linux-source-2.6.20 2. cd /usr/src 3. sudo tar jxvf linux-source-2.6.

[Bug 75398] Re: Regression: Fan does not come on due to ACPI problems

2007-03-15 Thread Tarek Loubani
I apologize, but I can't upload the linux-image file. Is there someplace where I can put it? It is apparently 226 megs. tarek : ) -- Regression: Fan does not come on due to ACPI problems https://launchpad.net/bugs/75398 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubu

[Bug 89779] Re: Regression [feisty] HP TC4200 fails to resume properly after suspend

2007-03-15 Thread Tarek Loubani
I applied the patches noted here, as well as those noted in Bug #75398. The resulting package is a properly working suspend / resume for my NC4200. Please see Bug #75398 for a package of the 2.6.20 kernel with these fixes. tarek : ) -- Regression [feisty] HP TC4200 fails to resume properly afte

[Bug 75398] Re: Regression: Fan does not come on due to ACPI problems

2007-03-14 Thread Tarek Loubani
Applying all of the patches discussed by Markus Brechtel in this bug, and by others in Bug #74877 and Bug #89779, gives me the attached deb files. A note is that the following command must also be executed to make this package usable: sudo ln -s /lib/firmware/2.6.20-10-generic /lib/firmware/2.6.20

[Bug 90155] Re: Keyboard applet does not work in gnome-panel

2007-03-14 Thread Tarek Loubani
With regards to my part of the problem, it is basically done.. It was apparently a conflict with SVN beryl packages. Once I uninstalled them, the problem disappeared. Gnome-panel still occasionally crashed when certain windows were open sometimes, but that has since receded with subsequent upgrades

[Bug 89779] Re: Regression [feisty] HP TC4200 fails to resume properly after suspend

2007-03-14 Thread Tarek Loubani
I noted that another source package was released yesterday (2.6.20.10.6). This problem persists in it. tarek : ) -- Regression [feisty] HP TC4200 fails to resume properly after suspend https://launchpad.net/bugs/89779 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubunt

[Bug 90425] Re: HAL should not try to use powermanagement-interface first but last

2007-03-11 Thread Tarek Loubani
For what it's worth, I had the same problem and also had to go through the same process of patching before deciding to file a bug for the same reason. The current order doesn't make sense to me either.. tarek : ) -- HAL should not try to use powermanagement-interface first but last https://launc

[Bug 90155] Re: Keyboard applet does not work in gnome-panel

2007-03-06 Thread Tarek Loubani
Hello, Thank you for your quick response. The command gives me the following output: ~$ /usr/lib/gnome-applets/gnome-keyboard-applet GTK Accessibility Module initialized Bonobo accessibility support initialized ~$ Nothing appears to happen. If I do the above, and then do "Add Panel" > Keyboar

[Bug 75398] Re: Regression: Fan does not come on due to ACPI problems

2007-03-06 Thread Tarek Loubani
I can confirm that the package posted by Pavel Rojtberg fixed this problem for me. Fans worked as expected after hibernate with that kernel running. tarek : ) -- Regression: Fan does not come on due to ACPI problems https://launchpad.net/bugs/75398 -- ubuntu-bugs mailing list ubuntu-bugs@lists