[Bug 158262] Re: Cannot run tpb as normal user
I use Maverick (amd64). Problem with /dev/nvram privileges was solved by including user to 'nvram' group (created by this package) and creating follofing udev rule: KERNEL=="nvram",GROUP="nvram",MODE="0660",OPTIONS="last_rule" I put it to /etc/udev/rules.d/05-tpb-nvram.rules. I think it must be in package itself (not sure about exact file name). Also, file /etc/devfs/conf.d/tpb is obsolete and could be removed from package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/158262 Title: Cannot run tpb as normal user -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 660783] Re: after suspend: trackpoint and touchpad unresponsive for 5-10 sec
Affects me to. Lenovo Thinkpad x201s, Xubuntu 10.10 amd64. Not every suspend/resume, but the same bug described here. As a workaround -- maybe unload evdev xorg module before suspend and load it back after resume? Is it possible? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/660783 Title: after suspend: trackpoint and touchpad unresponsive for 5-10 sec -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 207446] Re: [ndiswrapper] [wg511] fails to associate
The same for me: without the 'usleep' patch I can't connect to WPA2 AP at all. With the usleep (used 10us), it works every time. Ubuntu 9.10 (Karmic), wpasupplicant_0.6.9-3ubuntu1. Card: TL-WN821N (Atheros Otus chip, ID 0cf3:9170), ndiswrapper 1.54-2ubuntu1 uses windows driver for Netgear WNDA3100 (http://ubuntuforums.org/showthread.php?t=885520 ). Patch position slightly differs, so here is the context diff: *** wpa.c.ORIGINAL 2010-01-09 17:23:12.0 +0300 --- wpa.c 2010-01-09 23:52:26.0 +0300 *** *** 993,998 --- 993,999 if (wpa_supplicant_send_4_of_4(sm, sm->bssid, key, ver, key_info, NULL, 0, &sm->ptk)) return; + usleep(10); // pause needed, because sending is in progress /* SNonce was successfully used in msg 3/4, so mark it to be renewed * for the next 4-Way Handshake. If msg 3 is received again, the old -- [ndiswrapper] [wg511] fails to associate https://bugs.launchpad.net/bugs/207446 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs