[Bug 1512760] Re: Java applications leaks shmem chunks

2015-11-04 Thread Vreixo Formoso
Same problem here. Starting the QT apps with QT_GRAPHICSSYSTEM=native at least make the applications usable, but there're still some artifacts remaining. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1167114] Re: Ubuntu Kernel 3.5.0-27 does not boot

2013-04-13 Thread Vreixo Formoso
Solution by memilanuk in #30 seems to work for me. After installing bumblebee I have not experienced the bug anymore... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1167114 Title: Ubuntu Kernel

[Bug 1167114] Re: Ubuntu Kernel 3.5.0-27 does not boot

2013-04-12 Thread Vreixo Formoso
I have the same problem with no ATI card but NVIDIA: lspci |grep VGA 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) 01:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GT 650M] (rev a1) -- You received this bug

[Bug 875402] Re: pkexec fails with ERROR:pkexec.c:138:pam_conversation_function: code should not be reached

2012-10-04 Thread Vreixo Formoso
It seems only affected me, and I'm not using fprint now, so I'm not suffering this problem. No idea whether it is still an issue in new releases. ** Changed in: policykit (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-28 Thread Vreixo Formoso
Last Dave package (psmouse-alps-dst-0.4) works perfectly on Inspiron 17R SE. It would be great to have it included on 12.10 kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/606238 Title:

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-27 Thread Vreixo Formoso
I can confirm Florin9doi patch works perfectly on DELL Inspiron 17R, multitouch is now supported. Thank you guys for your work! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/606238 Title: synaptic

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-21 Thread Vreixo Formoso
Dave, your 0.3 works flawlessly on I17R SE. Multitouch is also perfectly disabled, no random behavior anymore. As reported previously, edge scrolling does not work exactly on the edges, and playing with Synaptics Edges property does not fixes it. In fact, if I try to move the logical edges near

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-21 Thread Vreixo Formoso
Hi, I think I have figured out part of the multitouch protocol: - The packets are also 6-bytes long, but the 6 bytes aren't sent at once like with single touch, but byte by byte. In any case, it is trivial to reassemble them in a 6-byte packet. - Once the 6-bytes mt packet is assembled, the

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-21 Thread Vreixo Formoso
Hi! Some comments about mt and my previous comment: - The claim about mt being received one-byte-at-a-time is just a problem with how the driver loads the packets in alps_process_byte. It is easy to change that function to let the full packet be processed by apls_process_tocuhpad_packet_v6.

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-21 Thread Vreixo Formoso
Sorry for so many comments, but I don't have time to completely solve this and I want to report my thoughts in case somebody find them useful. I have tried to identify possible values for the first by of packet,s trying with different number of fingers. I get: 1-finger = always c8 2-finger =

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-20 Thread Vreixo Formoso
Dave: Not to point out the obvious but: did you enable the mouse? : You cannot imagine how I feel now... It was disabled, I don't know how I didn't figure this out... Strange, because it was enabled before loading the driver, I guess the PS/2 device is what was enabled, but not the

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-19 Thread Vreixo Formoso
I have been testing last Dave driver on my Inspiron 17R SE. First, I have change the line added by Dave on alps_model_data to { { 0x73, 0x03, 0x50 }, 0x02, ALPS_PROTO_V6, 0xc8, 0xc8, 0 }, because the command mode resp for my touchpad is 0x02 and ALPS_DUALPOINT flag makes no sense as this

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-17 Thread Vreixo Formoso
@Dave Turvene First, thank you for taking the time to work on this, I really appreciate. I have tried to use your code on a DELL Inspirton 17R SE, which also has de 73 03 50 ALPS model. However, after loading the module, my computer hangs with a kernel error. These are the relevant log lines:

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-17 Thread Vreixo Formoso
Sorry for my last comment, I was actually trivial to find out the bug. The problem is that alps.c, line 1203 assumes that model is properly initialized. However, in my hardware it is not. Commenting out that line give this output: psmouse serio1: alps: E6 report: 00 00 64 psmouse serio1: alps: E7

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-07-12 Thread Vreixo Formoso
I found this discussion interesting: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679750 but it doesn't offer a solution, though. ** Bug watch added: Debian Bug tracker #679750 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679750 -- You received this bug notification because you are

[Bug 989992] Re: Opening links in browser fails

2012-07-07 Thread Vreixo Formoso
Sorry, I said this bug affects me but I later realized it was just a problem with a custom apparmor profile I have. It works OK for me in up- to-date 12.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-07-04 Thread Vreixo Formoso
I'm experienced this problem with up to date 12.04 in DELL Inspiron 17R SE. The touchpad is recognized as a generic mouse: $ xinput ⎡ Virtual core pointer id=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointerid=4[slave pointer (2)] ⎜ ↳

[Bug 938812] Re: libgdata does not validate SSL certificates

2012-03-14 Thread Vreixo Formoso
Great, thanks! Do you plan to have an ubuntu security patch for this? Would it be on next 12.04 release? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/938812 Title: libgdata does not validate SSL

[Bug 883961] Re: Private folder is not automatically mounted on login (oneiric)

2011-12-29 Thread Vreixo Formoso
Sure, the auto-mount file exists (although it is an empty file). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883961 Title: Private folder is not automatically mounted on login (oneiric) To

[Bug 888607] Re: typing does not suggests any file

2011-12-04 Thread Vreixo Formoso
I have the same problem with ubuntu 11.10, recent files appear in the list, but typing does not filter the results. In addition, if you type in the main dash page (the one that appears when you press the super key), applications and music are being searched, but not files. In 11.04 it worked like

[Bug 888607] Re: typing does not suggests any file

2011-12-04 Thread Vreixo Formoso
I'm trying to fix this, and by killing /usr/lib/unity-lens-files/unity- files-daemon and running it again I can get some output. In particular, when searching I get the following error: (process:9943): unity-files-daemon-WARNING **: daemon.vala:466: Error performing global search 'in':

[Bug 883961] [NEW] Private folder is not automatically mounted on login (oneiric)

2011-10-30 Thread Vreixo Formoso
Public bug reported: In up-to-date ubuntu 11.10 (oneiric), when login after booting, the Private folder (created with ecryptfs-setup-private) is not automatically mounted. If I exit the session and login again, it is automatically mounted. However, when I restart the system, it does not work

[Bug 875402] [NEW] pkexec fails with ERROR:pkexec.c:138:pam_conversation_function: code should not be reached

2011-10-15 Thread Vreixo Formoso
Public bug reported: pkexec fails with the error: ERROR:pkexec.c:138:pam_conversation_function: code should not be reached in up-to-date Ubuntu 11.10. I have taken a look to the source code and it seems related to the fake conversation function used when PAM is invoked (pkexec.c:160 in

[Bug 765136] Re: [natty] X often crashes since upgrade to natty

2011-06-03 Thread Vreixo Formoso
I'm also getting a X server crash randomly. The trace in my log files is the same as reported by Geoffrey Pursell in comment #17. Note that I also get the crash when I'm typing in the keyboard, most times (maybe always, I'm not sure) when I press the enter key. Of course, not always I press

[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-07-15 Thread Vreixo Formoso
Is this really fixed? Testing with last libvirt as downloade from https://launchpad.net/ubuntu/+source/libvirt: $ virsh version Compiled against library: libvir 0.8.1 Using library: libvir 0.8.1 Using API: QEMU 0.8.1 Running hypervisor: QEMU 0.12.3 $ virsh iface-list error: Failed to list active

[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-07-15 Thread Vreixo Formoso
Is this really fixed? Testing with last libvirt as downloade from https://launchpad.net/ubuntu/+source/libvirt: $ virsh version Compiled against library: libvir 0.8.1 Using library: libvir 0.8.1 Using API: QEMU 0.8.1 Running hypervisor: QEMU 0.12.3 $ virsh iface-list error: Failed to list active

[Bug 581525] Re: Lucid: system becomes unstable randomly, seems related with apparmor

2010-07-09 Thread Vreixo Formoso
Thanks John, it seems to work: ... Jul 10 02:36:38 metalpain-laptop kernel: [ 69.287814] AppArmor DFA next/check upper bounds error fixed, upgrade user space tools ... Jul 10 02:36:38 metalpain-laptop kernel: [ 69.292180] type=1505 audit(1278722198.248:54): operation=profile_replace

[Bug 581525] Re: Lucid: system becomes unstable randomly, seems related with apparmor

2010-06-30 Thread Vreixo Formoso
John, great!!! Thank you so much for taking care of this, I am awaiting for your test packages. -- Lucid: system becomes unstable randomly, seems related with apparmor https://bugs.launchpad.net/bugs/581525 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 581525] Re: Lucid: system becomes unstable randomly, seems related with apparmor

2010-06-24 Thread Vreixo Formoso
John, my profiles were already attached, please refer to first comment on the thread. Cheers, Vreixo -- Lucid: system becomes unstable randomly, seems related with apparmor https://bugs.launchpad.net/bugs/581525 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 581525] Re: Lucid: system becomes unstable randomly, seems related with apparmor

2010-06-23 Thread Vreixo Formoso
I just discovered a profile for: /home/sarnold/Local/Io/** was being attached to /usr/bin/grotty. I've also experienced the same issue. Sometimes profiles are attached to completely different processes. It seems some kind of bug on profile loading. I doubt there is a problem with profile

[Bug 581525] Re: Lucid: system becomes unstable randomly, seems related with apparmor

2010-06-23 Thread Vreixo Formoso
I think there's something broken with regexps in profile names. mmm, now you are saying this... It might be a problem with profiles that end with *. I would swear my problems appeared after creating the /usr/bin/totem* profile... but I don't remember. I will try to test without it. -- Lucid:

[Bug 581525] Re: Lucid: system becomes unstable randomly, seems related with apparmor

2010-06-20 Thread Vreixo Formoso
I'm suffering this issue continuously, and the stack trace always shows aa_dfa_match, so I think this is an apparmor bug. ** Package changed: linux (Ubuntu) = apparmor (Ubuntu) -- Lucid: system becomes unstable randomly, seems related with apparmor https://bugs.launchpad.net/bugs/581525 You

[Bug 586765] Re: Crash in eclipse (JIT bug)

2010-06-19 Thread Vreixo Formoso
A simple workaround is to disable respository index updates on startup. Just go to Window-Preferences-Maven and uncheck that option. Everything seems to work after it, but I have just find that option, so I have not tested it too much... -- Crash in eclipse (JIT bug)

[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-06-07 Thread Vreixo Formoso
+1 for higher importance too. -- libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge https://bugs.launchpad.net/bugs/520386 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-06-07 Thread Vreixo Formoso
+1 for higher importance too. -- libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge https://bugs.launchpad.net/bugs/520386 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 578289] Re: Network card not detected if wifi off on 1005HA Lucid

2010-05-18 Thread Vreixo Formoso
The daily build image does not seem to have this problem, but I have only tested with live CD on USB key (I cannot perform an install to disk). Moreover, wifi hotkey does not work, so I wonder if the workaround needed to make hotkeys work (as detailed in bug #578306) was the cause of this

[Bug 578289] Re: Network card not detected if wifi off on 1005HA Lucid

2010-05-17 Thread Vreixo Formoso
Jeremy: what is the image I need to download? I can only found ordinal release images there, and not development releases... -- Network card not detected if wifi off on 1005HA Lucid https://bugs.launchpad.net/bugs/578289 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 578306] Re: Multiple bugs Asus EEEPC 1005HA Lucid

2010-05-16 Thread Vreixo Formoso
philippe, to get wired connection I just need to reboot with wireless on, maybe that works for you. -- Multiple bugs Asus EEEPC 1005HA Lucid https://bugs.launchpad.net/bugs/578306 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 581525] [NEW] Lucid: system becomes unstable randomly, seems related with apparmor

2010-05-16 Thread Vreixo Formoso
Public bug reported: Hi, Since last week I am experiencing a problem which seems related to apparmor. Kernel is crashing at aa_dfa_match_len+0xd9/0xf0, and a trace like the the following appears on my system logs: May 17 01:57:04 mplaptop kernel: [ 6430.314093] PGD 1002063 PUD 0 May 17

[Bug 581525] Re: Lucid: system becomes unstable randomly, seems related with apparmor

2010-05-16 Thread Vreixo Formoso
** Attachment added: Non standard profiles I am using http://launchpadlibrarian.net/4857/apparmor.d.tar.gz -- Lucid: system becomes unstable randomly, seems related with apparmor https://bugs.launchpad.net/bugs/581525 You received this bug notification because you are a member of Ubuntu

[Bug 529288] Re: Kernel Oops - unable to handle kernel paging request at ffff880323279bf2 RIP is at aa_dfa_match_len+0xd9/0xf0

2010-05-16 Thread Vreixo Formoso
Kees: thanks, I have opened bug #581525. -- Kernel Oops - unable to handle kernel paging request at 880323279bf2 RIP is at aa_dfa_match_len+0xd9/0xf0 https://bugs.launchpad.net/bugs/529288 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 529288] Re: Kernel Oops - unable to handle kernel paging request at ffff880323279bf2 RIP is at aa_dfa_match_len+0xd9/0xf0

2010-05-16 Thread Vreixo Formoso
Ups, I forgot: I cannot tell how to reproduce the error as it seems completely random. I can provide much more log information if you need it, just request it. -- Kernel Oops - unable to handle kernel paging request at 880323279bf2 RIP is at aa_dfa_match_len+0xd9/0xf0

[Bug 529288] Re: Kernel Oops - unable to handle kernel paging request at ffff880323279bf2 RIP is at aa_dfa_match_len+0xd9/0xf0

2010-05-13 Thread Vreixo Formoso
I'm getting this error on an updated Lucid system, kernel is 2.6.32-22-generic #33-Ubuntu x86_64. It seems to follow a random behavior. Sometimes I cannot notice its effects other than an entry in the log, but most times it renders the computer completely unusable. When that happens, I need to

[Bug 204578] Re: 2.6.24.12 won't boot with em28xx device

2010-05-11 Thread Vreixo Formoso
Devin Heitmueller drivers work really well with HVR-900 R2. I think they should be considered for future Ubuntu release or updates. -- 2.6.24.12 won't boot with em28xx device https://bugs.launchpad.net/bugs/204578 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 578289] [NEW] Network card not detected if wifi off on 1005HA Lucid

2010-05-10 Thread Vreixo Formoso
Public bug reported: Hi, After installing Lucid on my EeePC 1005HA I'm having several issues. If I switch off wifi, and I reboot/shutdown the computer, next time I boot the wired network card is not detected (I mean, ifconfig -a detects no eth0). Only wifi (wlan0) is detected. If I switch the

[Bug 578306] [NEW] Multiple bugs Asus EEEPC 1005HA Lucid

2010-05-10 Thread Vreixo Formoso
Public bug reported: Hi! I'm opening this bug to relate several issues I'm experienced after installing Lucid (final release, fresh install) on my Asus EEEPC 1005HA. Most of them are already reported in other bugs, but I'd like to put them all together, as some of them might be related.

[Bug 561125] Re: WARNING: at /build/buildd/linux-2.6.32/kernel/softirq.c:143 local_bh_enable_ip+0x61/0x90() [ath9k]

2010-05-10 Thread Vreixo Formoso
Hi, this bug seems related with upstream bug in ath9k driver: https://bugzilla.kernel.org/show_bug.cgi?id=15761 ** Bug watch added: Linux Kernel Bug Tracker #15761 http://bugzilla.kernel.org/show_bug.cgi?id=15761 -- WARNING: at /build/buildd/linux-2.6.32/kernel/softirq.c:143

[Bug 578306] Re: Multiple bugs Asus EEEPC 1005HA Lucid

2010-05-10 Thread Vreixo Formoso
I have fixed the issue with WPA enterprise wireless networks I think it is related with bug #561125. I have compiled myself an old version of the ath9k module. Instructions follow: a) Download the driver from here: http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6.32

[Bug 561125] Re: WARNING: at /build/buildd/linux-2.6.32/kernel/softirq.c:143 local_bh_enable_ip+0x61/0x90() [ath9k]

2010-05-10 Thread Vreixo Formoso
Hi, I have fixed my problem by downgrading to an old version of the module. I have explained my solution here: https://bugs.launchpad.net/ubuntu/+bug/578306/comments/1. Now I can connect to WPA enterprise networks, and the error does not appear anymore. Be free to try if that works for you. --

[Bug 578289] Re: Network card not detected if wifi off on 1005HA Lucid

2010-05-10 Thread Vreixo Formoso
The ethernet card is controlled by driver atl1c, so my guess about seems wrong, and this issue has nothing to do with atheros wireless driver problem. In fact, it seems exactly the same issue reported here: http://bbs.archlinux.org/viewtopic.php?id=88466. The only solution seems to go back to a

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-05-05 Thread Vreixo Formoso
papukaija: it is not really fixed... I'm having this issue with a fresh lucid install and completely updated system. Should I really open a new (duplicate) bug? Or should I re-open the bug? Thanks -- race condition between encrypted device creation and mountall probing with random-encrypted

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-05-05 Thread Vreixo Formoso
Ok, bug #571682 refers to the same problem and it is opened for lucid. I will comment there. Thanks -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug notification

[Bug 571682] Re: mountall fails to mount encrypted /tmp and swap

2010-05-05 Thread Vreixo Formoso
I'm having the same issue with a Lucid fresh install. I think this is the same as other bug reports such as bug #475936. Not so sure, however, that it always occurs. I think it is just a matter of luck, as it worked once for me (in more than 20 times). It seems a race condition between the process

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-05-03 Thread Vreixo Formoso
I am having the /tmp issue with a Lucid fresh install. Is this really fixed? -- race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp) https://bugs.launchpad.net/bugs/475936 You received this bug notification because you are a member of

[Bug 557048] Re: [Lucid] [EeePC 1005PE] Wi-Fi disable hotkey kills both Wi-Fi and ethernet

2010-05-03 Thread Vreixo Formoso
Following instructions onhere: http://ubuntuforums.org/showthread.php?t=1466802#2 solves issue with volume and wifi hotkeys, but breaks at least screen bright hotkeys. -- [Lucid] [EeePC 1005PE] Wi-Fi disable hotkey kills both Wi-Fi and ethernet https://bugs.launchpad.net/bugs/557048 You received

[Bug 561125] Re: WARNING: at /build/buildd/linux-2.6.32/kernel/softirq.c:143 local_bh_enable_ip+0x61/0x90() [ath9k]

2010-05-03 Thread Vreixo Formoso
I'm having the same problem with a Lucid fresh install. It appears when I try to connect to a WPA-Enterprise wireless network. No issues with open, WEP or WPA-Personal networks for now. -- WARNING: at /build/buildd/linux-2.6.32/kernel/softirq.c:143 local_bh_enable_ip+0x61/0x90() [ath9k]

[Bug 475936] Re: race condition between encrypted device creation and mountall probing with random-encrypted devices (swap, tmp)

2010-05-03 Thread Vreixo Formoso
I've been reading a bit and I understand that the problem is that: a) at a given time during boot, the tmp encrypted partition gets decrypted by whatever process that handles /etc/crypttab. b) then, given the tmp option is specified in /etc/crypttab, mkfs.ext2 is executed on the given decrypted

[Bug 256429] Re: Intrepid regression: carriage-return required after finger scan

2010-05-02 Thread Vreixo Formoso
I have switched to fprint (Noel, thanks for the hint), it works pretty well on my DELL Vostro 1710, fingerprint is (from lsusb): 0483:2016 SGS Thomson Microelectronics Fingerprint Reader I have followed the instructions here: http://reactivated.net/fprint/wiki/Pam_fprint. Configuration is much

[Bug 256429] Re: Intrepid regression: carriage-return required after finger scan

2010-05-02 Thread Vreixo Formoso
Update: I found an app fprint does not work pretty well with: gksu (see bug #347778), -- Intrepid regression: carriage-return required after finger scan https://bugs.launchpad.net/bugs/256429 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 256429] Re: Intrepid regression: carriage-return required after finger scan

2010-05-01 Thread Vreixo Formoso
I'm having the same problem on Lucid, in graphics mode. It works ok in console. -- Intrepid regression: carriage-return required after finger scan https://bugs.launchpad.net/bugs/256429 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 256429] Re: Intrepid regression: carriage-return required after finger scan

2009-11-11 Thread Vreixo Formoso
No problem for me, it works out-of-the-box in a fresh 64bit karmic install. Note that I have not updated from beta, I have installed the final release. -- Intrepid regression: carriage-return required after finger scan https://bugs.launchpad.net/bugs/256429 You received this bug notification

[Bug 99866] Re: [Feisty] LUKS encrypted partition not shown in Nautilus

2009-10-10 Thread Vreixo Formoso
I have the same problem o Ubuntu Netbook Remix 9.10 beta completelly updated. Is this a regression with some update, or I need to configure something? -- [Feisty] LUKS encrypted partition not shown in Nautilus https://bugs.launchpad.net/bugs/99866 You received this bug notification because you

[Bug 256429] Re: Intrepid regression: carriage-return required after finger scan

2009-05-03 Thread Vreixo Formoso
farchumbre, you can follow the instructions here: https://help.launchpad.net/Packaging/PPA#Installing%20software%20from%20a%20PPA -- Intrepid regression: carriage-return required after finger scan https://bugs.launchpad.net/bugs/256429 You received this bug notification because you are a member

[Bug 256429] Re: Intrepid regression: carriage-return required after finger scan

2009-04-28 Thread Vreixo Formoso
They work very well. Thank you! -- Intrepid regression: carriage-return required after finger scan https://bugs.launchpad.net/bugs/256429 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 256429] Re: Intrepid regression: carriage-return required after finger scan

2009-04-27 Thread Vreixo Formoso
Thank you! I will test them today evening. Cheers, Vreixo -- Intrepid regression: carriage-return required after finger scan https://bugs.launchpad.net/bugs/256429 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 256429] Re: Intrepid regression: carriage-return required after finger scan

2009-04-26 Thread Vreixo Formoso
I've the same problem with Jaunty and kernel 2.6.28-11-generic. The xorg.conf workaround worked for me on intrepid, but it does not work anymore. I do not suffer for bug #311732, the fingerprint works, but I need to press the enter key. Are the Jon packages available for Jaunty? Thanks. --

[Bug 256429] Re: Intrepid regression: carriage-return required after finger scan

2008-11-08 Thread Vreixo Formoso
sachem_s: please check if in /etc/pam.d/common-auth you have the try_first_pass option to the pam_unix.so module, something like this: auth[success=1 default=ignore] pam_unix.so try_first_pass nullok_secure otherwise that module won't use the password previously submitted to the

[Bug 116542] Re: compilation problem libc + libpthread20

2007-10-19 Thread Vreixo Formoso
[Sorry, my english is not very good] In my case the problem is even worst, as the code compiles without problem, but the program gets linked with libpthread20 library instead of the libc6 pthread implemenation. The problem is that libpthread20 is buggy (? at least it seems!) and threads aren't

[Bug 88992] Re: Ricoh SD card reader does not work, loading mmc_block and inserting makes kernel go BOOM

2007-09-12 Thread Vreixo Formoso
It works ok for me with SD cards, but MSPro cards don't work. I'm trying on a Lenovo 300 N100 with Edgy. -- Ricoh SD card reader does not work, loading mmc_block and inserting makes kernel go BOOM https://bugs.launchpad.net/bugs/88992 You received this bug notification because you are a member