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
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
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
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
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,