[Bug 579227] Re: [qemu-system-arm] hardware error: pl011_read: Bad offset 16000018

2010-09-01 Thread mbrudka
I have the same problem with debian armel image from: http://people.debian.org/~aurel32/qemu/armel/ Some additional data: $qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.26-1-versatile -initrd initrd.img-2.6.26-1-versatile -hda debian_lenny_armel.qcow2 -append root=/dev/sda1 qemu:

[Bug 573737] Re: SATA problems with 2.6.32 and nvidia MCP51 controller

2010-05-15 Thread mbrudka
Sorry. My problem is not related with upgrade to lucid. I tried to install 2.6.31 using feisty CD with 2.6.20, and after some time similar (though different) ata errors were reported .. It seems my disc is broken :( Please do not consider my comments as relevant to #573737. -- SATA problems

[Bug 573737] Re: SATA problems with 2.6.32 and nvidia MCP51 controller

2010-05-14 Thread mbrudka
I propose to change the importance of this bug to the critical level and status to confirmed. I/O errors currently disable to use lucid in my box at all. I even have a problem to try to downgrade kernel to 2.6.31 (possible?) as dpkg timeouts when accessing its databases in /var... As I can access

[Bug 573737] Re: SATA problems with 2.6.32 and nvidia MCP51 controller

2010-05-13 Thread mbrudka
I can confirm this. I also have various nvidia MCP51 SATA problems in 2.6.32-22 after upgrade to lucid. Disk when checked using fsck and badblocks is valid when booted from good old Feisty CD. If necessary I can provide full log data using appport-bug. -- SATA problems with 2.6.32 and nvidia

[Bug 521893] [NEW] Mouse frozen in full screen glest problem

2010-02-14 Thread mbrudka
Public bug reported: Binary package hint: glest Mouse is frozen when starting glest in full screen mode. The bug is probably related with SDL library. Quick patch: At the top of /usr/games/glest script add: export SDL_MOUSE_RELATIVE=0 ** Affects: glest (Ubuntu) Importance: Undecided

[Bug 438356] Re: brcupsconfig3 assert failure: *** stack smashing detected ***: /usr/Brother/cupswrapper/brcupsconfig3 terminated

2009-12-20 Thread mbrudka
Brian, I observed the same bug for my HL-2030, when my Ubuntu run out of disk space in /tmp. After some disk cleaning, the printer started working perfectly. HTH. -- brcupsconfig3 assert failure: *** stack smashing detected ***: /usr/Brother/cupswrapper/brcupsconfig3 terminated

[Bug 394528] Re: Epson sx200 sx205 scanner not detected by sane

2009-10-31 Thread mbrudka
Unfortunatelly the solution proposed above does not work in my Ubuntu 9.10. I have: Bus 002 Device 012: ID 04b8:0849 Seiko Epson Corp. Stylus SX205 but scanimage -L always shows: sudo scanimage -L device `v4l:/dev/video0' is a Noname Lenovo EasyCamera virtual device It seems that udev does not

[Bug 368908] Re: amarok2 command line does not load playlists nor folders

2009-05-02 Thread mbrudka
Confirmed. This is quite important bug as CLI is important for many programs. The result of this bug are: - Firefox cannot switch amarok to download playlist, thus one cannot play any internet cast using web interface - MIME binding are broken in eg. dolphin. -- amarok2 command line does not

[Bug 361149] Re: kubuntu/amarok media hotkeys

2009-05-02 Thread mbrudka
There is also a problem with VolumeUp/Down hotkeys. They change PCM volume in kmixer, but this does not affect amarok2 in anyway. -- kubuntu/amarok media hotkeys https://bugs.launchpad.net/bugs/361149 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 368908] Re: amarok2 command line does not load playlists nor folders

2009-05-02 Thread mbrudka
** Bug watch added: KDE Bug Tracking System #191347 http://bugs.kde.org/show_bug.cgi?id=191347 ** Also affects: amarok via http://bugs.kde.org/show_bug.cgi?id=191347 Importance: Unknown Status: Unknown -- amarok2 command line does not load playlists nor folders

[Bug 361149] Re: kubuntu/amarok media hotkeys

2009-05-02 Thread mbrudka
Hotkeys VolUp/Down work in experimental 2.0.90 version, but not next/prev/prev/play/stop. -- kubuntu/amarok media hotkeys https://bugs.launchpad.net/bugs/361149 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to amarok in ubuntu. -- kubuntu-bugs

[Bug 278069] Re: hal CUPS backend does not work with libusb

2009-04-27 Thread mbrudka
Certainly, here it is: ls -l /dev/usb/lp* /dev/usblp* /dev/bus/usb/*/* crw-rw-r-- 1 root root 189, 0 2009-04-26 22:53 /dev/bus/usb/001/001 crw-rw-r-- 1 root root 189, 128 2009-04-26 22:53 /dev/bus/usb/002/001 crw-rw-r-- 1 root root 189, 129 2009-04-26 22:53 /dev/bus/usb/002/002 crw-rw-r-- 1

[Bug 278069] Re: hal CUPS backend does not work with libusb

2009-04-26 Thread mbrudka
Similiar problem exists in Jaunty for Brother HL-2030. But for my printer a simple solution: [code] sudo chmod 700 /usr/lib/cups/backend/hal sudo chmod 700 /usr/lib/cups/backend/usb [/code] was enough. Nevertheless I proposed to modify the distribution to have a valid permission for cups