[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-01-31 Thread Minjae David
The driver in the troy branch (comment #303) works well for me. The computer no longer freezes every 15 minutes due to the driver. I am also using the new firmware by renaming it to rtl8192eefw.bin (comment #315). I see no problem with down/up speed, and stability is reasonable (drops ping packe

[Bug 975198] Re: alternate iso missing hid-logitech-dj driver

2012-10-19 Thread Minjae
I see an identical symptom for Ubuntu 12.04 and 12.10 *Server* during the very first step of installation. Logitech Unifying Receiver keyboards do not work while a regular USB keyboard works fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 381069] Re: Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb instance has no attribute 'curframe'

2009-11-10 Thread Minjae
Correction to above post: "Python 2.5 line which does not contain lineno" should read the corresponding line in pdb.py from Python 2.5 which does not contain self.curframe.f_globals Sorry for the inconvenience. -- Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb instan

[Bug 381069] Re: Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb instance has no attribute 'curframe'

2009-11-10 Thread Minjae
This error is confirmed on Python 2.6.4, iPython 0.10 with Ubuntu 9.10. -- Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb instance has no attribute 'curframe' https://bugs.launchpad.net/bugs/381069 You received this bug notification because you are a member of Ubuntu Bu

[Bug 381069] Re: Cannot step debugger in IPython 0.9.1/0.10 under Python 2.6.2/2.6.4: Pdb instance has no attribute 'curframe'

2009-11-10 Thread Minjae
I have a proposed solution, albeit rather barbarian. The offending line (line 452 in pdb.py of Python 2.6): line = linecache.getline(filename, lineno, self.curframe.f_globals) Replace the above line with the following: try: line = linecache.getline(filename, lineno,