[Bug 1958975] Re: linux-image-5.13.0-28-generic hangs randomly

2022-02-10 Thread baltic
For me its 100% reproducible, though in a weird way. 
If i open an ape file in Flacon, and after that resize the Flacon window, a 
kernel crash is reported in dmesg, and in a few seconds whole desktop freezes.
I'm not kidding. I didn't believe it myself, tried 3 times already. 100% 
reproducible.
When i boot the older 5.13.0-27, everything is fine in the same scenario. With 
5.13.0-28 it's 100% crash

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

Title:
  linux-image-5.13.0-28-generic hangs randomly

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


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

[Bug 1596562] Re: devscripts doesn't depend on equivs (for mk-build-deps)

2022-01-22 Thread baltic
Can't believe it's still not fixed even for 21.10

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

Title:
  devscripts doesn't depend on equivs (for mk-build-deps)

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


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

[Bug 1734496] Re: snapper rollback does not work on ubuntu for btrfs

2021-11-10 Thread baltic
the method above doesn't fully work, since even though grub doesn't pass the 
subvol= option to the kernel, it still tries to find kernel at full path, 
including the subvolume name.
e.g. in /boot/grub/grub.cfg there are lines like:
linux   /@/boot/vmlinuz-5.13.0-20-generic 

to make it work as easy as on OpenSuse i have made separate subvolume
for /boot

1. 
in /etc/grub.d/10_linux
i have removed (commented out) the lines:

# case x"$GRUB_FS" in
# xbtrfs)
#   rootsubvol="`make_system_path_relative_to_its_root /`"
#   rootsubvol="${rootsubvol#/}"
#   if [ "x${rootsubvol}" != x ]; then
#   GRUB_CMDLINE_LINUX="rootflags=subvol=${rootsubvol} 
${GRUB_CMDLINE_LINUX}"
#   fi;;
# xzfs)
#   # We have a more specialized ZFS handler, with multiple system in 
10_linux_zfs.
#   if [ -e "`dirname $(readlink -f $0)`/10_linux_zfs" ]; then
# exit 0
#   fi
#   rpool=`${grub_probe} --device ${GRUB_DEVICE} --target=fs_label 
2>/dev/null || true`
#   bootfs="`make_system_path_relative_to_its_root / | sed -e "s,@$,,"`"
#   LINUX_ROOT_DEVICE="ZFS=${rpool}${bootfs%/}"
#   ;;
# esac

Though i could have commented out only the btrfs related path, but i
don't use zfs anyway

2.
Then mounted the btrfs root subvolume (subvolid=5 option) sudo mount -L sys -o 
subvolid=5 /mnt
and created @boot subvolume there, and copied (cp -a) the boot directory from 
my previous boot.

3.
created fstab record for the new boot:
LABEL=sys /boot   btrfs   defaults,subvol=@boot  0   2
and mounted it 
mount -a
mount /boot/efi

4.
update-grub


Now works fine even on top of luks.
I have also created separate subvolume for /var/log but this is optional.

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

Title:
  snapper rollback does not work on ubuntu for btrfs

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


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

[Bug 344878] Re: file name too long when creating new file (ecryptfs_lookup: lookup_one_len() returned [-36] on lower_dentry)

2017-02-17 Thread baltic
Guys you should at least have warned users about this shit at the
install screen, where you offer to encrypt the home folder. Those limits
are not really that hard to hit, when you use non latin alphabet and are
a serious disadvantage.

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

Title:
  file name too long when creating new file (ecryptfs_lookup:
  lookup_one_len() returned [-36] on lower_dentry)

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

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


[Bug 1369905] Re: deja-dup ignored-folders are backupped

2016-05-17 Thread baltic
that's likely coz when duplicity is called, the --exclude parameter paths are 
not escaped or put in "".
so when you have spaces in any exclude pathnames, the exclusion doesn't work.

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

Title:
  deja-dup ignored-folders are backupped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1369905/+subscriptions

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


[Bug 1576060] Re: Gnome Schedule in Ubuntu 16.04?

2016-05-09 Thread baltic
Any chance it will be added back?

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

Title:
  Gnome Schedule in Ubuntu 16.04?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-schedule/+bug/1576060/+subscriptions

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


[Bug 1575970] [NEW] snappy documentation

2016-04-27 Thread baltic
Public bug reported:

Snappy doc at https://developer.ubuntu.com/en/snappy/build-apps/get-started/
says: 
>This version of snapcraft only works on Ubuntu 16.04 (Xenial Xerus)
great! now:
>$ sudo apt install snappy-tools
which really gives 
E: Unable to locate package snappy-tools
on 16.04

** Affects: 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/1575970

Title:
  snappy documentation

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

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


[Bug 1433258] [NEW] control center window doesn't work well with font scaling

2015-03-17 Thread baltic
Public bug reported:

When i increase font scale at the Display settings, the system settings 
window does not resize accordingly. Instead it just clumps all the text.
Also  it is not resizable, so i can't resize it manually.

I expect the system settings window to resize accordingly to the
global font scaling.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-control-center 1:3.6.3-0ubuntu56.1
ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
Uname: Linux 3.13.0-46-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Mar 17 21:19:28 2015
InstallationDate: Installed on 2014-09-17 (180 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center: deja-dup 30.0-0ubuntu4

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

** Description changed:

- When i choose increased font scaling at the Display settings, the system 
settings window does not resize accordingly. Instead it just clumps all the 
text. 
+ When i increase font size at the Display settings, the system settings 
window does not resize accordingly. Instead it just clumps all the text.
  Also  it is not resizable, so i can't resize it manually.
  
  I expect the system settings window to resize accordingly to the
  global font scaling.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center 1:3.6.3-0ubuntu56.1
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar 17 21:19:28 2015
  InstallationDate: Installed on 2014-09-17 (180 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center: deja-dup 30.0-0ubuntu4

** Description changed:

- When i increase font size at the Display settings, the system settings 
window does not resize accordingly. Instead it just clumps all the text.
+ When i increase font scale at the Display settings, the system settings 
window does not resize accordingly. Instead it just clumps all the text.
  Also  it is not resizable, so i can't resize it manually.
  
  I expect the system settings window to resize accordingly to the
  global font scaling.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center 1:3.6.3-0ubuntu56.1
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar 17 21:19:28 2015
  InstallationDate: Installed on 2014-09-17 (180 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center: deja-dup 30.0-0ubuntu4

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

Title:
  control center window doesn't work well with font scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1433258/+subscriptions

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


[Bug 1386011] [NEW] Wrong time is shown after switch to daylight savings time

2014-10-26 Thread baltic
Public bug reported:

After switch to daylight savings time, the time at top right corner is not 
updated. However it is shown correct elsewhere.
see the screenshot
https://dl.dropboxusercontent.com/u/13590393/ubuntu-bug.png
at the corner the old time is shown, at the dropdown window - updated time.

** Affects: unity (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/1386011

Title:
  Wrong time is shown after switch to daylight savings time

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

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


[Bug 1386011] Re: Wrong time is shown after switch to daylight savings time

2014-10-26 Thread baltic
This is 14.04

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

Title:
  Wrong time is shown after switch to daylight savings time

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

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


[Bug 1385567] [NEW] Ubuntu guide needs update

2014-10-24 Thread baltic
Public bug reported:

From ubuntu guide for software packaging:
http://packaging.ubuntu.com/html/packaging-new-software.html

$ sudo apt-get install dh-make
$ cd ..
$ bzr dh-make hello 2.7 hello-2.7.tar.gz

should lead to something other than:
bzr: ERROR: unknown command dh-make
please update the guide.

** Affects: 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/1385567

Title:
  Ubuntu guide needs update

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

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


[Bug 1276186] Re: System becomes unresponsive, ibus-ui-daemon takes ~150 % cpu

2014-09-29 Thread baltic
I found out that it is caused by gnome settings in your home directory. So 
reinstalling ubuntu won't help to fix it.
below command have solved the issue for me:
gsettings set org.gnome.desktop.background show-desktop-icons true

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

Title:
  System becomes unresponsive, ibus-ui-daemon takes ~150 % cpu

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

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


[Bug 1276186] Re: System becomes unresponsive, ibus-ui-daemon takes ~150 % cpu

2014-09-28 Thread baltic
Happens for me on 14.04 when i click on minimize button

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

Title:
  System becomes unresponsive, ibus-ui-daemon takes ~150 % cpu

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

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


[Bug 1372671] Re: WiFi Intel Centrino Wireless-N 1030 BGN does not go higher than 150Mbps

2014-09-23 Thread baltic
Done

** Tags added: kernel-bug-exists-upstream

** 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/1372671

Title:
  WiFi Intel Centrino Wireless-N 1030 BGN does not go higher than
  150Mbps

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

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


[Bug 1372671] [NEW] WiFi Intel Centrino Wireless-N 1030 BGN does not go higher than 150Mbps

2014-09-22 Thread baltic
Public bug reported:

I've got this WiFi card:
02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1030 
[Rainbow Peak] [8086:008a] (rev 34)
Subsystem: Intel Corporation Centrino Wireless-N 1030 BGN [8086:5325]
Kernel driver in use: iwlwifi
Under Ubuntu 14.04 it only goes as high as 150Mbps. Under Windows same card 
goes all the way to 300Mbps DL speed.
Please note that the card is 1x2. e.g. 150Mbps Up and 300Mbps Down. Maybe that 
causes the problem. 
after 
iwconfig wlan rate 300M
it fell to 1Mbps and stays there even after switching it back to auto
sudo iwconfig wlan0 rate auto

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-35-generic 3.13.0-35.62
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ds 1858 F pulseaudio
 /dev/snd/controlC0:  ds 1858 F pulseaudio
CurrentDesktop: Unity
Date: Tue Sep 23 02:29:17 2014
InstallationDate: Installed on 2014-09-17 (5 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: GIGABYTE MMLP5AP-00
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=/dev/sda2 ro rootflags=subvol=@ quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-35-generic N/A
 linux-backports-modules-3.13.0-35-generic  N/A
 linux-firmware 1.127.6
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/29/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F2
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: MMLP5AP-00
dmi.board.vendor: GIGABYTE
dmi.board.version: 1.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 10
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF2:bd08/29/2013:svnGIGABYTE:pnMMLP5AP-00:pvr1.x:rvnGIGABYTE:rnMMLP5AP-00:rvr1.x:cvnToBeFilledByO.E.M.:ct10:cvrToBeFilledByO.E.M.:
dmi.product.name: MMLP5AP-00
dmi.product.version: 1.x
dmi.sys.vendor: GIGABYTE

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


** Tags: amd64 apport-bug trusty

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

Title:
  WiFi Intel Centrino Wireless-N 1030 BGN does not go higher than
  150Mbps

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

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


[Bug 377424] Re: Sound plays only through internal speakers on HP Pavilion tx2100 laptop

2010-08-28 Thread baltic
Hi Fabio!

Sorry for the delay. But I don't have this laptop anymore, neither do I
use ubuntu. I thought maybe someone else affected by the bug will answer
that.

-- 
Sound plays only through internal speakers on HP Pavilion tx2100 laptop
https://bugs.launchpad.net/bugs/377424
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 377440] Re: Sound control buttons work wrong in HP Pavilion tx2100

2010-07-29 Thread baltic
Hi Fabio!

It was a year ago. I don't have that laptop anymore, so can't check
that. Sorry.

-- 
Sound control buttons work wrong in HP Pavilion tx2100
https://bugs.launchpad.net/bugs/377440
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 377435] Re: wacom digitizer and touchscreen do not work in HP Pavilion tx2000

2010-04-12 Thread baltic
Well... 9.4 also supported touchscreen, but it didnt work at least on
that particular laptop. ;) So i'd rather wait while someone who has this
laptop could really check it.

-- 
wacom digitizer and touchscreen do not work in HP Pavilion tx2000 
https://bugs.launchpad.net/bugs/377435
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 377435] Re: wacom digitizer and touchscreen do not work in HP Pavilion tx2000

2010-04-12 Thread baltic
Did that really work out of the box or you had to do a lot of tricky
console magic to get it working?

-- 
wacom digitizer and touchscreen do not work in HP Pavilion tx2000 
https://bugs.launchpad.net/bugs/377435
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 377435] Re: wacom digitizer and touchscreen do not work in HP Pavilion tx2000

2009-06-12 Thread baltic
** Changed in: wacom-tools (Ubuntu)
   Status: Incomplete = New

-- 
wacom digitizer and touchscreen do not work in HP Pavilion tx2000 
https://bugs.launchpad.net/bugs/377435
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 377440] Re: Sound control buttons work wrong in HP Pavilion tx2100

2009-05-21 Thread baltic
i don't believe it may help. Because problem is not that keys weren't
detected or not working. Problem is wrong reaction on keys. Notification
works, which means that buttons work fine.

-- 
Sound control buttons work wrong in HP Pavilion tx2100
https://bugs.launchpad.net/bugs/377440
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 377435] Re: wacom digitizer and touchscreen do not work in HP Pavilion tx2000

2009-05-17 Thread baltic

** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/26871482/Xorg.0.log.old

-- 
wacom digitizer and touchscreen do not work in HP Pavilion tx2000 
https://bugs.launchpad.net/bugs/377435
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 377435] Re: wacom digitizer and touchscreen do not work in HP Pavilion tx2000

2009-05-17 Thread baltic
Hello Bryce!

I've found some info about not working wacom stuff on HP Pavilion tx1xxx and 
tx2xxx series  at
http://ubuntuforums.org/showthread.php?p=5469447#post5469447
and here
http://mirosol.kapsi.fi/tx2020/tx2000howto.htm
all those seem to be for ubuntu 8.x but maybe you will find the information 
usefull.  

The output from lspci -vvnn is as follows:

00:00.0 RAM memory [0500]: nVidia Corporation C51 Host Bridge [10de:02f0] (rev 
a2)
Subsystem: Hewlett-Packard Company Device [103c:30e5]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Capabilities: access denied

00:00.1 RAM memory [0500]: nVidia Corporation C51 Memory Controller 0 
[10de:02fa] (rev a2)
Subsystem: Hewlett-Packard Company Device [103c:30e5]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:00.2 RAM memory [0500]: nVidia Corporation C51 Memory Controller 1 
[10de:02fe] (rev a2)
Subsystem: Hewlett-Packard Company Device [103c:30e5]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:00.3 RAM memory [0500]: nVidia Corporation C51 Memory Controller 5 
[10de:02f8] (rev a2)
Subsystem: Hewlett-Packard Company Device [103c:30e5]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:00.4 RAM memory [0500]: nVidia Corporation C51 Memory Controller 4 
[10de:02f9] (rev a2)
Subsystem: Hewlett-Packard Company Device [103c:30e5]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0

00:00.5 RAM memory [0500]: nVidia Corporation C51 Host Bridge [10de:02ff] (rev 
a2)
Subsystem: Hewlett-Packard Company Device [103c:30e5]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Capabilities: access denied

00:00.6 RAM memory [0500]: nVidia Corporation C51 Memory Controller 3 
[10de:027f] (rev a2)
Subsystem: Hewlett-Packard Company Device [103c:30e5]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:00.7 RAM memory [0500]: nVidia Corporation C51 Memory Controller 2 
[10de:027e] (rev a2)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:02.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge 
[10de:02fc] (rev a1)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 4000-4fff
Memory behind bridge: c400-c7ff
Prefetchable memory behind bridge: c900-c91f
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:03.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge 
[10de:02fd] (rev a1)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
Memory behind bridge: c800-c8ff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- 

[Bug 377435] Re: wacom digitizer and touchscreen do not work in HP Pavilion tx2000

2009-05-17 Thread baltic
my xorg.conf with some modifications. They of no help though...

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/26871515/xorg.conf

-- 
wacom digitizer and touchscreen do not work in HP Pavilion tx2000 
https://bugs.launchpad.net/bugs/377435
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 377435] Re: wacom digitizer and touchscreen do not work in HP Pavilion tx2000

2009-05-17 Thread baltic
maybe this would be usefull:
dmesg | grep Wacom
[   12.586950] input: Wacom ISDv4 93 as 
/devices/pci:00/:00:0b.1/usb1/1-2/1-2.3/1-2.3:1.1/input/input8
[   12.613150] wacom: v1.49:USB Wacom Graphire and Wacom Intuos tablet driver

-- 
wacom digitizer and touchscreen do not work in HP Pavilion tx2000 
https://bugs.launchpad.net/bugs/377435
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 377424] [NEW] Sound plays only through internal speakers on HP Pavilion tx2100 laptop

2009-05-16 Thread baltic
Public bug reported:

I've just installed Ubuntu 9.04 on my laptop and have some problems with sound. 
It plays only through internal speakers. When i connect earphones or external 
speakers they do not work at all and sound keeps going through internal 
speakers.
When im trying to change Sound Preferences from Autodetect to HDA NVidia 
ALC861VD Analog (ALSA), getting this errors:
audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! 
gconfaudiosink: Could not open audio device for playback.
And with HDA NVidia ALC861VD Analog (ALSA) i have no sound at all.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: sound ubuntu

-- 
Sound plays only through internal speakers on HP Pavilion tx2100 laptop
https://bugs.launchpad.net/bugs/377424
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 377435] [NEW] wacom digitizer and touchscreen do not work in HP Pavilion tx2000

2009-05-16 Thread baltic
Public bug reported:

Binary package hint: xserver-xorg-input-wacom

neither pen nor touch screen is working for tx2000 notebook

** Affects: wacom-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
wacom digitizer and touchscreen do not work in HP Pavilion tx2000 
https://bugs.launchpad.net/bugs/377435
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 377424] Re: Sound plays only through internal speakers on HP Pavilion tx2100 laptop

2009-05-16 Thread baltic
** Description changed:

  I've just installed Ubuntu 9.04 on my laptop and have some problems with 
sound. It plays only through internal speakers. When i connect earphones or 
external speakers they do not work at all and sound keeps going through 
internal speakers.
  When im trying to change Sound Preferences from Autodetect to HDA NVidia 
ALC861VD Analog (ALSA), getting this errors:
  audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! 
gconfaudiosink: Could not open audio device for playback.
  And with HDA NVidia ALC861VD Analog (ALSA) i have no sound at all.
+ 
+ When added 
+ options snd-hda-intel model=hp
+ to 
+ /etc/modprobe.d/alsa-base.conf
+ Everything seems to work Ok.
+ But i expect it to be working out of the box.

-- 
Sound plays only through internal speakers on HP Pavilion tx2100 laptop
https://bugs.launchpad.net/bugs/377424
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 377440] [NEW] Sound control buttons work wrong in HP Pavilion tx2100

2009-05-16 Thread baltic
Public bug reported:

Using those buttons causes notification window to appear at right top
corner but doesn't affect sound.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Sound control buttons work wrong in HP Pavilion tx2100
https://bugs.launchpad.net/bugs/377440
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