[Bug 496681] Re: Rhythmbox does not save playlist on iPod

2012-06-18 Thread maksymov.vlad
i have iPod shuffle 4g and I can't write my music on it (sync or drag'n'drop)
ubuntu 12.04 x64
rhythmbox 2.96

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/496681

Title:
  Rhythmbox does not save playlist on iPod

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/496681/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 648424] Re: Export doesn't deal with different files with same filename

2012-05-03 Thread maksymov.vlad
same bug 0.12.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/648424

Title:
  Export doesn't deal with different files with same filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/shotwell/+bug/648424/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 987710] Re: Thinkpad | Realtek RTL8188CE not working after suspend

2012-04-26 Thread maksymov.vlad
i got an error:
~$ apport-collect 987710
Шаблону linux не соответствует ни один пакет.
ERROR: hook /usr/share/apport/general-hooks/ubuntu.py crashed:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/apport/report.py, line 718, in 
add_hooks_info
symb['add_info'](self, ui)
  File /usr/share/apport/general-hooks/ubuntu.py, line 45, in add_info
match_error_messages(report)
  File /usr/share/apport/general-hooks/ubuntu.py, line 129, in 
match_error_messages
if report['ProblemType'] == 'Package':
  File /usr/lib/python2.7/UserDict.py, line 23, in __getitem__
raise KeyError(key)
KeyError: 'ProblemType'
Traceback (most recent call last):
  File /usr/share/apport/apport-gtk, line 494, in lambda
GLib.idle_add(lambda: self.collect_info(on_finished=self.ui_update_view))
  File /usr/lib/python2.7/dist-packages/apport/ui.py, line 861, in 
collect_info
icthread.exc_raise()
  File /usr/lib/python2.7/dist-packages/apport/REThread.py, line 34, in run
self._retval = self.__target(*self.__args, **self.__kwargs)
  File /usr/lib/python2.7/dist-packages/apport/ui.py, line 111, in 
thread_collect_info
if report['ProblemType'] == 'Crash' and \
  File /usr/lib/python2.7/UserDict.py, line 23, in __getitem__
raise KeyError(key)
KeyError: 'ProblemType'

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/987710

Title:
  Thinkpad | Realtek RTL8188CE not working after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/987710/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 987710] [NEW] Thinkpad | Realtek RTL8188CE not working after suspend

2012-04-24 Thread maksymov.vlad
Public bug reported:

LAPTOP: Lenovo Thinkpad Edge e120 (3043-RW2)
SYSTEM: ~$ uname -a
Linux thinkpad-edge-e120 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 
UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

HARDWARE: ~$ lspci -knn | grep Eth\|Net -A2
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188CE 
802.11b/g/n WiFi Adapter [10ec:8176] (rev 01)
   Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:8195]
   Kernel driver in use: rtl8192ce
--
...

DRIVERS: ~$ modinfo rtl8192ce
filename:   
/lib/modules/3.2.0-23-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko
firmware:   rtlwifi/rtl8192cfwU_B.bin
firmware:   rtlwifi/rtl8192cfwU.bin
firmware:   rtlwifi/rtl8192cfw.bin
description:Realtek 8192C/8188C 802.11n PCI wireless
license:GPL
author: Larry Finger   larry.fin...@lwfinger.net
author: Realtek WlanFAE   wlan...@realtek.com
author: lizhaoming   chaoming...@realsil.com.cn
srcversion: 216E9AAB4459E49C3C6B69A
alias:  pci:v10ECd8176sv*sd*bc*sc*i*
alias:  pci:v10ECd8177sv*sd*bc*sc*i*
alias:  pci:v10ECd8178sv*sd*bc*sc*i*
alias:  pci:v10ECd8191sv*sd*bc*sc*i*
depends:rtlwifi,rtl8192c-common,mac80211
intree: Y
vermagic:   3.2.0-23-generic SMP mod_unload modversions
parm:   swenc:Set to 1 for software crypto (default 0)
 (bool)
parm:   ips:Set to 0 to not use link power save (default 1)
 (bool)
parm:   swlps:Set to 1 to use SW control power save (default 0)
 (bool)
parm:   fwlps:Set to 1 to use FW control power save (default 1)
 (bool)
parm:   debug:Set debug level (0-5) (default 0) (int)


compat-wireless didn't help:
~$ rfkill list all
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
and I removed it

so, now:

after boot:
~$ rfkill list all
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: yes
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

wi-fi works. but after suspending:
~$ rfkill list all
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: yes
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes

I tried these commands:
maksymov@thinkpad-edge-e120:~$ sudo modprobe -r rtl8192ce
maksymov@thinkpad-edge-e120:~$ rfkill list all
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: yes
Hard blocked: yes
maksymov@thinkpad-edge-e120:~$ sudo rfkill unblock all
maksymov@thinkpad-edge-e120:~$ rfkill list all
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: yes
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
maksymov@thinkpad-edge-e120:~$ sudo modprobe -r thinkpad_acpi
maksymov@thinkpad-edge-e120:~$ rfkill list all
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
maksymov@thinkpad-edge-e120:~$ sudo rfkill unblock all
maksymov@thinkpad-edge-e120:~$ rfkill list all
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
maksymov@thinkpad-edge-e120:~$ sudo modprobe rtl8192ce
maksymov@thinkpad-edge-e120:~$ rfkill list all
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
maksymov@thinkpad-edge-e120:~$ sudo rfkill unblock all
maksymov@thinkpad-edge-e120:~$ rfkill list all
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: rtl8188ce suspend thinkpad wifi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/987710

Title:
  Thinkpad | Realtek RTL8188CE not working after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/987710/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 896563] [NEW] can't connect to vk.com jabber server (biggest social network of CIS)

2011-11-26 Thread maksymov.vlad
Public bug reported:

Hi! I can't connect to vk.com jabber server (biggest social network of CIS). In 
gajim it works fine.
A debug log attached

Ubuntu 11.10 x64
empathy 3.2.0.1-0ubuntu1.1

** Affects: empathy (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/896563

Title:
  can't connect to vk.com jabber server (biggest social network of CIS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/896563/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 896563] Re: can't connect to vk.com jabber server (biggest social network of CIS)

2011-11-26 Thread maksymov.vlad
** Attachment added: debug log
   
https://bugs.launchpad.net/bugs/896563/+attachment/2609145/+files/mission-control-26-11-11_13-56-57.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/896563

Title:
  can't connect to vk.com jabber server (biggest social network of CIS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/896563/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 647246] Re: Cannot create /home/user/[long file name] File name too long

2011-11-23 Thread maksymov.vlad
Hi! I have the same problem!
Can someone unpack attached rar-file?

** Attachment added: example of archive
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/647246/+attachment/2605709/+files/%D1%82%D0%BA%D1%81.rar

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/647246

Title:
  Cannot create /home/user/[long file name] File name too long

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/647246/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 647246] Re: Cannot create /home/user/[long file name] File name too long

2011-11-23 Thread maksymov.vlad
ubuntu 11.10 x64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/647246

Title:
  Cannot create /home/user/[long file name] File name too long

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/647246/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 647246] Re: Cannot create /home/user/[long file name] File name too long

2011-11-23 Thread maksymov.vlad
any idea about this bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/647246

Title:
  Cannot create /home/user/[long file name] File name too long

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/647246/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2011-04-29 Thread maksymov.vlad
gwibber-service -d -o
Loading plugin Twitter version 1.0
Loading plugin Buzz version 1.0
Loading plugin Facebook version 1.1
Facebook: DEBUGSetting up monitors
Facebook: DEBUGRefresh interval is set to 15
Facebook: DEBUG** Starting Refresh - 2011-04-29 22:17:05.32 **
Facebook: DEBUGtwitter:private Performing operation
Facebook: DEBUGtwitter:receive Performing operation
Facebook: DEBUGtwitter:receive Finished operation
Facebook: DEBUGtwitter:responses Performing operation
Facebook: DEBUGtwitter:private Finished operation
Facebook: DEBUGtwitter:lists Performing operation
Facebook: DEBUGtwitter:responses Finished operation
Facebook: DEBUGtwitter:receive Performing operation
Facebook: DEBUGtwitter:receive Finished operation
Facebook: DEBUGtwitter:responses Performing operation
Facebook: DEBUGtwitter:lists Finished operation
Facebook: DEBUGtwitter:private Performing operation
Facebook: DEBUGtwitter:responses Finished operation
Facebook: DEBUGbuzz:receive Performing operation
Facebook: ERRORbuzz:receive Operation failed
Facebook: DEBUGTraceback:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py, line 
66, in perform_operation
message_data = PROTOCOLS[account[service]].Client(account)(opname, **args)
  File /usr/share/gwibber/plugins/buzz/__init__.py, line 119, in __call__
return getattr(self, opname)(**args)
  File /usr/share/gwibber/plugins/buzz/__init__.py, line 122, in receive
return self._get(activities/@me/@consumption)
  File /usr/share/gwibber/plugins/buzz/__init__.py, line 107, in _get
request.sign_request(self.sigmethod, self.consumer, self.token)
  File /usr/lib/python2.7/dist-packages/oauth/oauth.py, line 259, in 
sign_request
self.build_signature(signature_method, consumer, token))
  File /usr/lib/python2.7/dist-packages/oauth/oauth.py, line 263, in 
build_signature
return signature_method.build_signature(self, consumer, token)
  File /usr/lib/python2.7/dist-packages/oauth/oauth.py, line 642, in 
build_signature
digest = self._build_digest(oauth_request, consumer, token)
  File /usr/lib/python2.7/dist-packages/oauth/oauth.py, line 637, in 
_build_digest
hashed = hmac.new(key, raw, sha)
  File /usr/lib/python2.7/hmac.py, line 133, in new
return HMAC(key, msg, digestmod)
  File /usr/lib/python2.7/hmac.py, line 72, in __init__
self.outer.update(key.translate(trans_5C))
TypeError: character mapping must return integer, None or unicode

Facebook: DEBUGtwitter:private Finished operation
Facebook: DEBUGtwitter:lists Performing operation
Facebook: DEBUGtwitter:lists Finished operation
Facebook: DEBUGPrivate Messages Indicator count updated to 0
Facebook: DEBUGReplies Indicator count updated to 0
Facebook: DEBUGMessages Indicator count updated to 0
Facebook: INFO Loading complete: 1 - []
Facebook: INFO Cleaning up database...
Facebook: INFO Found 234 records in the messages stream for account 
013a9502724711e0acd320cf3029327e
Facebook: INFO Found 305 records in the messages stream for account 
dbf9bd8a6ce811e0abfb20cf3029327e

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023

Title:
  Gwibber does not display any messages for Google-Buzz

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2011-04-29 Thread maksymov.vlad
I have the same problem on 11.04 with gwibber 3.1.0. I have download
gwibber-service-buzz from here (https://launchpad.net/ubuntu/natty/i386
/gwibber-service-buzz), but the messege field is empty. all other
account works well. problem only with buzz.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/626023

Title:
  Gwibber does not display any messages for Google-Buzz

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 379663] Re: don't work on/off wi-fi sensor button

2010-08-31 Thread maksymov.vlad
I have a laptop HP Pavilion dv5. It has a panel with sensor buttons -
http://img3.imagebanana.com/img/nuq2jn0v/IMG_0642_.JPG
The right button is a on/off wi-fi and it not work. )

On Sat, Aug 28, 2010 at 11:35 PM, Fabio Marconi
marconifa...@hotmail.itwrote:

 We'd like to figure out what's causing this bug for you, but we haven't
 heard back from you in a while. Could you please provide the requested
 information? Thanks!

 --
 don't work on/off wi-fi sensor button
 https://bugs.launchpad.net/bugs/379663
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Ubuntu: Incomplete

 Bug description:
 don't work on/off wi-fi sensor button on my hp pavillion dv-5 :(. all other
 buttons on sensor panel are work

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+bug/379663/+subscribe



-- 
::
Best regards,
Vladislav Maksymov
::

-- 
don't work on/off wi-fi sensor button
https://bugs.launchpad.net/bugs/379663
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


[Bug 363282] Re: Gstreamer reports internal data flow error for ogg vorbis stream

2010-02-26 Thread maksymov.vlad
Hi!
I have the same problem with icecast + exaile (Internal data flow error) / 
Totem  Rhythmbox (buffering and buffering and buffering...). about 10sec 
before changing tracks.
But, vlc works well without errors. O_o why?
---
ubuntu 9.10 x64
icecast + idjc (.ogg)

-- 
Gstreamer reports internal data flow error for ogg vorbis stream
https://bugs.launchpad.net/bugs/363282
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


[Bug 321490] Re: skype Aborted (core dumped)

2010-01-30 Thread maksymov.vlad
*** This bug is a duplicate of bug 314739 ***
https://bugs.launchpad.net/bugs/314739

Hi! I have the same problem.
Here (https://wiki.ubuntu.com/Backtrace) I see The program will continue 
running. Perform any actions necessary to reproduce the crash. If the program 
hangs but doesn't crash you can press ctrl+c in gdb while the program is frozen 
and then continue with the next step...  but ctrl+c  don't help and I can't 
continue.
What I would to do?  
Thank!

** Attachment added: Backtrace - gdb-skype.txt
   http://launchpadlibrarian.net/38564365/gdb-skype.txt

-- 
skype Aborted (core dumped)
https://bugs.launchpad.net/bugs/321490
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


[Bug 438136] Re: palimpsest bad sectors false positive

2010-01-11 Thread maksymov.vlad
confirm
http://img687.imageshack.us/img687/4755/83370567.png

-- 
palimpsest bad sectors false positive
https://bugs.launchpad.net/bugs/438136
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


[Bug 83243] apport-collect data

2009-12-02 Thread maksymov.vlad
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  maksymov   2253 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xd240 irq 16'
   Mixer name   : 'IDT 92HD71B7X'
   Components   : 'HDA:111d76b2,103c3600,00100302 
HDA:11c11040,103c137e,00100200'
   Controls  : 35
   Simple ctrls  : 22
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd231 irq 19'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,0010'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
CheckboxSubmission: 2db551034f0ad07edcc8e49f820ddd18
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=23332b8a-433d-4ec3-a8aa-8ed48d08fc74
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MachineType: Hewlett-Packard HP Pavilion dv5 Notebook PC
NonfreeKernelModules: wl fglrx
Package: linux-image-2.6.31-15-generic 2.6.31-15.50
PackageArchitecture: amd64
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-15-generic 
root=UUID=87083bdc-6208-4385-ad72-de553d4b8179 ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 LANG=ru_UA.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-15-generic N/A
 linux-firmware 1.25
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Uname: Linux 2.6.31-15-generic x86_64
UserGroups: adm admin audio cdrom dialout dip fax fuse lpadmin netdev plugdev 
sambashare video
XsessionErrors:
 (gnome-settings-daemon:2310): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2310): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2450): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2449): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
dmi.bios.date: 07/17/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.07
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 3600
dmi.board.vendor: HP
dmi.board.version: 98.1E
dmi.chassis.type: 10
dmi.chassis.vendor: Quanta
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.07:bd07/17/2008:svnHewlett-Packard:pnHPPaviliondv5NotebookPC:pvrRev1:rvnHP:rn3600:rvr98.1E:cvnQuanta:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv5 Notebook PC
dmi.product.version: Rev 1
dmi.sys.vendor: Hewlett-Packard

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] AlsaDevices.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/36358084/AlsaDevices.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] AplayDevices.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/36358089/AplayDevices.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] BootDmesg.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/36358091/BootDmesg.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] Card0.Amixer.values.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/36358106/Card0.Amixer.values.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] Card0.Codecs.codec.0.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/36358115/Card0.Codecs.codec.0.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] Card0.Codecs.codec.1.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/36358120/Card0.Codecs.codec.1.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] CurrentDmesg.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/36358126/CurrentDmesg.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] Card1.Codecs.codec.0.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: Card1.Codecs.codec.0.txt
   http://launchpadlibrarian.net/36358124/Card1.Codecs.codec.0.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] Dependencies.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36358127/Dependencies.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] IwConfig.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/36358128/IwConfig.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] Lspci.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/36358129/Lspci.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] Lsusb.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/36358131/Lsusb.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] PciMultimedia.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/36358133/PciMultimedia.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] ProcCpuinfo.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/36358134/ProcCpuinfo.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] ProcInterrupts.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/36358135/ProcInterrupts.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] ProcModules.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/36358136/ProcModules.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] UdevDb.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/36358137/UdevDb.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] UdevLog.txt

2009-12-02 Thread maksymov.vlad

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/36358139/UdevLog.txt

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 83243] WifiSyslog.gz

2009-12-02 Thread maksymov.vlad

** Attachment added: WifiSyslog.gz
   http://launchpadlibrarian.net/36358140/WifiSyslog.gz

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

** Tags added: apport-collected

-- 
keyboard problem after resume from hibernation
https://bugs.launchpad.net/bugs/83243
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


[Bug 379663] [NEW] don't work on/off wi-fi sensor button

2009-05-23 Thread maksymov.vlad
Public bug reported:

don't work on/off wi-fi sensor button on my hp pavillion dv-5 :(. all
other buttons on sensor panel are work

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
don't work on/off wi-fi sensor button
https://bugs.launchpad.net/bugs/379663
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