[Bug 1406787] [NEW] ruby 2.0 crashes on require 'tk'

2014-12-31 Thread meschi
Public bug reported: Linux Mint 17 Xfce 32 bit The problem is triggered easily: I have installed the package 'libtcltk-ruby' When requiring tk in ruby 1.9 there is no problem. but in ruby 2.0 the require statement fails: $ irb2.0 irb(main):001:0 require 'tk' LoadError: cannot load such file --

[Bug 1907493] [NEW] wifi network keeps disconnecting

2020-12-09 Thread meschi
=UNSPECIFIED) $journalctl --follow showed this: Dez 09 20:29:05 meschi-ThinkPad-X220 wpa_supplicant[1012]: wlp3s0: Associated with 5c:49:79:33:f5:69 Dez 09 20:29:05 meschi-ThinkPad-X220 wpa_supplicant[1012]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0 Dez 09 20:29:05 meschi-ThinkPad-X220

[Bug 1907493] Re: wifi network keeps disconnecting

2020-12-10 Thread meschi
I don't know which source package to file this against, since I'm not sure if this is caused by the driver, wpa_supplicant or NetworkManager. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 50243] Re: External monitor on intel 945GM/Dell D620 (and D420) causes lockup.

2006-12-09 Thread Paolo Meschi
I wrote a better patch and I sent bug report to the xorg bugzilla... The new patch: http://www.paolomeschi.com/patches/xf86-video-i810/xf86-video-i810-1.7.2-945gm-crash.patch The bug report: https://bugs.freedesktop.org/show_bug.cgi?id=9290 -- External monitor on intel 945GM/Dell D620 (and

[Bug 50243] Re: External monitor on intel 945GM/Dell D620 causes lockup.

2006-11-27 Thread Paolo Meschi
I have the same problem with a Dell 640m (945GM chipset)! After the some press of FN-F8, the laptop completly freeze (music freeze, and I can't ssh in). BTW, I don't know if it is related but I've got the same type of freeze running dumpreg (part of i855crt), a small program that try to dump the

[Bug 50243] Re: External monitor on intel 945GM/Dell D620 causes lockup.

2006-11-30 Thread Paolo Meschi
I wrote a little patch (uhm actually it's a dirty hack :P) to the xf86-video-i810 driver to fix this behaviour! It worked for me (I've a Dell 640m/e1405). In these day I'll wrote something better... ** Attachment added: Dirty hack to fix this problem!